You are on page 1of 10

Hi,

n addition , You can modify the W38/W39 report to include all the User statuses covered ..u
can check the below options :-

1.WOC0004 Change single-level list editing PM/QM/SM ALV settings
2. Enhacement Spot BAD:- ES_EAM_LST_ENHANCEMENTS for ECC6.00 , in this u can
check BADis related to W38programme ..
3. User status Tables JEST, TJ30 ,TJ30T etc

regards
pushpa



2-
Re: Copy text from PM order to Purchase
Requisition
Posted: Sep 15, 2011 2:56 PM in response to: Tom Saga





Reply
Hi,
f u mean copying MO Header longtext to PR Header text then check via SPRO -->MM-
>Purchasing -->Purchase requisition ->Texts for PRs .. if ur not able to do via this

Then check via user exit s :-

COZF0001 Change purchase req. for externally processed operation
COZF0002 Change purchase req. for externally procured component

FMs:- READ_TEXT ,SAVE_TEXT,WRTE_TEXT

3-
Mohammed
qbal


Posts: 316
Registered: 11/26/08
Forum Points: 270



$cheduIe Print out
Posted: Sep 15, 2011 9:36 AM

have this requirement where client is asking that he needs the
maintenance call objects whether notification or order should be printed
automatically when ever the plan reach target date.
i am not able to get a clarity on how to achieve this.

R
SEENUVASAN


Posts: 61
Registered: 3/22/11
Forum Points: 138



Re: $cheduIe Print out
Posted: Sep 15, 2011 10:17 AM in response
to: Mohammed qbal

hi

->Call objects should be released automaticaly once reach the call
dates.so that it is ready for printing in REL status.
->create one BDC to print orders/notifications and assign to this
WO10009 user exit
->Develop one ABAP program and do the background scheduling for
printing periodicaly

Regards
Seenu

4-
Sank
N.


Posts: 47
Registered: 2/2/09
Forum Points: 0



Mandetory Order fieId and Order
ReIease
Posted: Sep 15, 2011 7:15 AM





Reply
Dear Experts,

We have made mandetory Problem(Damage) field Table;VIQMFE,
Field: FEGRP in maintenance order.
However system allows to Release the order even without no data
available in the mandetory field.

How could prevent release the order ?

Thannks in Advance.

kolla
pushpa



Posts: 1,419
Registered: 8/31/07
Forum Points: 2,836



Re: Mandetory Order fieId and
Order ReIease
Posted: Sep 15, 2011 7:57 AM in response
to: Sank N.





Reply
Hi,
Check it via User exit
WO10002 PM maintenance order: Customer check for order release

FM :- STATUS_READ

regards
pushpa

Tehsin
Ullah
Khan



Posts: 179
Registered: 8/8/11
Forum Points: 374



Re: Mandetory Order fieId and
Order ReIease
Posted: Sep 15, 2011 8:02 AM in response
to: Sank N.





Reply
Use WO10002 PM maintenance order: Customer check for order
release and put abap code for checking the required field of
maintenance notification when releasing work order.

Standard functionality doesn't check the mandatory fields of
notifications when you are releasing work order unless the particular
field is integrated part of both, notification and work order.

Regards,
Tehsin


5-
ChintanH

Posts: 147
Registered: 3/28/11
Forum Points: 0



Re: L$MW for Task List IA05 Error

Posted: Sep 8, 2011 6:33 AM in response
to: ChintanH





Reply
Dear Masters,
this question is still open for me, please do reply me as its a bit urgent for me.
want to change the T-code in LSMW which as have seen is possible as
per my previous project, but still am not being able to change it here. Why
does this happen?
Please do reply. Thanks in advance
Chin2

rerostami

Posts: 2
Registered: 8/2/11
Forum Points: 0



Re: L$MW for Task List IA05 Error
Posted: Sep 13, 2011 2:19 PM in response
to: ChintanH





Reply
Hi,
you can use LSMW to create task list.
You've to use

0490 - general task list
0480 - functional location task list
0470 - equipment task list

Be careful, there is a little error in customizing of 0480/0490.
Both objects are calling to A01 (create equipment task list)
You've to change the customizing

> Execute SM31
> Select table SXDA3
> Select the indicator 'Enter condition' and press "Maintain".
> System will show the list of its fields. Select Table name IBIPTL$T
> Check the contain of field TCODE

480 0 1 BPTLST RECORDNAME
480 0 1 BPTLST TCODE > Change the field valuer for A11

490 0 1 BPTLST RECORDNAME
490 0 1 IBIPTL$T TCODE > Change the fieId vaIuer for IA05

regards , ROSTAM



6-
L$MW for create Equipment BOM
Posted: Sep 2, 2011 12:05 PM





Reply
Hi Experts,

have created a LSMW through "Batch nput Recording" method to
upload materials to Equipment BOM.

t caters to upload 5 materials per equipment. However if input data
contains only 3 materils for a equipment then LSMW gives an Error.
Have to enter 2 more materials to the BOM.

How can i overcome the matter?

s there any other method that i can follow to upload the Equipment
BOM?

Thanks in Advance

Ketul
Odich


Posts: 84
Registered: 12/2/08
Forum Points: 188



Re: L$MW for create Equipment
BOM
Posted: Sep 4, 2011 6:32 PM in response
to: Sank N.





Reply
When we treat with line items like task lists, BOM's, etc. t is difficult
to control with LSMW. While recording LSMW in BOM, you can use
menu and click 'New Entries' but, even this won't help you. A small
BDC can help you. We don't have BAP for this.

Regards,

Ketul

vaidyas09

Posts: 29
Registered: 4/8/11
Forum Points: 22



Re: L$MW for create Equipment
BOM
Posted: Sep 13, 2011 9:02 AM in response
to: Ketul Odich





Reply
Hi,

Use standard Object

0030 Object
0001Method

main Structure : BOMHEADER
Sub Structure : BOM item

BOMHEADER BOM header

EQUNR C(018) Equipment
WERKS C(004) Plant
STLAN C(001) BOM Usage

BOMTEM BOM item

EQUNR C(018) Equipment
POSNR C(004) tem (SD)
POSTP C(001) tem Category
DNRK C(018) Component
MENGE C(013) Quantity
MENS C(003) Base Unit of Measure

n Field mapping and conversion rule Maintean TCODE as constant
B01.

Create Logical and Physical path during specify files under
Converted Data.

t will create Equipment BOM

Regards,
SandeepV


7-
Bhushan
Mehar


Posts: 81
Registered: 9/26/08
Forum Points: 12



ow to upIoad mass characteristic
& cIass data.
Posted: Aug 10, 2009 2:24 PM





Reply
Hi Team,

How to upload mass characteristic & class data. s any BAP or
program available for this. LSMW is not working for this upload. Pls
suggest.

Thanks

:089






Reply
Try BDC recording

anupam
sharma












Reply
H
Try with LSMW with standard batch input with object 0130,0140,0150
otherwise try BDC with t code SHDB


Ritesh










Reply
what problem you are facing with LSMW, i used it many times for
same and its easily possible.
revrt back with the issue you are facing.
You can use BDC as well as and uploading class or characterstic is
not a difficult task.

Bhushan
Mehar


Posts








Reply
We are facing problem in while uploading characteristic values
specification in ALV grid N LSMW using CT04 t-code. TSecond
stepof LSMW screen is not allowing to go further (Gray - Deactivated
screen appear).

Bhushan
Mehar











Reply
is there any BAP or t-code to upload mass characteristic & class.



R
Brahmankar











Reply
Please check the BAP_CLASS_CREATE for class and
BAP_CHARACT_CREATE or BAP_OBJCL_CREATEfor
characteristic .


A. A.
Vaidya





Reply

Posts: 115
Registered: 8/11/09
Forum Points: 242



Following are BAPI available-
1) BAPICLASSCREATE Create Class BAPI
2) BAPICHARACTCREATE BAPI Ior Characteristics
Create
For more BAPI List go to link BAPI LIST

You can use Ecatt Ior upload mass characteristic & class data.
For Ecatt you go through this link Ecatt Link

Mayur
Phalak









Reply
You can create BDC for the same which have already used.

vedthakur

Posts: 5
Registered: 7/16/09
Forum Points: 0








Reply
H gurus,
i am facing problem over creating bdc for ct04 transaction as its not
allowing recording pls if anyone can give me code for using bapi for
characteristics creation it would be of great help as i am using bapi
for the first time and have no exposure .
pls help

Ritesh

Posts: 578
Registered: 3/31/09
Forum Points: 1,290








Reply
for creation and change of characterstic you can use
BAP_CHARACT_CHANGE.

create a new thread for your requirement, dont add your issues in
existing tags.

check out and reply or create new tag.


Pramod
Vispute


Posts: 1
Registered: 1/29/07
Forum Points: 0








Reply
nstead LSMW or BDC, try to use ALE. Message type CHRMAS
(Class system: Characteristics master) and CLSMAS (Class system:
Classes master). The standard interface program for these message
types are BD92 (RBDSECLS) and BD91(RBDSECHR).













-
Kavya00

Posts: 126
Registered: 3/22/10
Forum Points: 6



Hi Experts,
What is the best way to mass uploading oI Material BOMs and
Equipments BOMs.
BDC ,LSMW or any other way ?
Also is there any SAP standard way to Mass upload Ior the
above requirement


t is better to go with BDC.

Kavya00

Posts



Dear Maheswaran,
Is there any Standard BDC available or we have to sit with
ABAPER.
I think BDC will not be standard.Also am i right Ior running
BDC we have use IBIP T-code.





There is no standard BDC. This should be done with the help of
ABAP people. Once you create program for that, you can use for
further.






Hi,
Check if this link is helpful for u
http://forums.sdn.sap.com/thread.jspa?threadD=1336241


R
SEENUVASAN


Posts: 61
Registered: 3/22/11
Forum Points: 140



You can also use in standard SAP by Iollowing way using the
LSMW.

For material BOM:

Use the standard object 0030 -Material BOM, Method -0001 In
the standard batch/Batch input.

For Equipment BOM:

-~Use the standard object 0030 -Material BOM, Method -0001
In the standard batch/Batch input.
-~Change the transaction code Irom CS01 to IB01 in the Iield
mapping.

SpeciIy the 2 sheets (Header and Item)

vaidyas09

Posts: 29
Registered: 4/8/11
Forum Points: 22








Reply
Use standard Object

0030 Object
0001Method

main Structure : BOMHEADER
Sub Structure : BOM item

BOMHEADER BOM header

EQUNR C(018) Equipment
WERKS C(004) Plant
STLAN C(001) BOM Usage

BOMTEM BOM item

EQUNR C(018) Equipment
POSNR C(004) tem (SD)
POSTP C(001) tem Category
DNRK C(018) Component
MENGE C(013) Quantity
MENS C(003) Base Unit of Measure

n Field mapping and conversion rule Maintean TCODE as constant
B01.

Create Logical and Physical path during specify files under
Converted Data.

t will create Equipment BOM

Same method you can use for material BOM by changing Field and
tcode for material BOM



9-
ind
kumar


Posts: 83
Registered: 4/29/11
Forum Points: 6



PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 6:21 AM





Reply
Hi,
want to know what is the phsical significance of definiing activity
type on cost center.n my situation the activity type is defined on the
cost center assigned to the maint. work center.Due to this actual cost
is geetting reflected on my order due to the activity rate but physically
no such cost is being incurred by the maintenance people.As when
any material is consumed on a PM order then the MAP of material is
shown as actual cost in PM order.This is ok.Then how this activity
type defining is valid on the cost center when no such work is being
carried out.Pls. reply.

Tehsin
Ullah
Khan



Posts: 181
Registered: 8/8/11
Forum Points: 374



Re: PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 6:34 AM in response
to: ind kumar





Reply
The active type is used to calculate manpower costing. f mechanical
work centre is cable of doing multiple tasks (Activity Types) then you
can set cost for each activity type for reporting purposes.
Activity rate is defined in for $$/hour and if work centre is carrying out
maintenance cost for 4 hours then you can document the cost of 4
hours using activity type.
Regards,
Tehsin

kolla
pushpa



Posts: 1,423
Registered: 8/31/07
Forum Points: 2,842



Re: PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 6:38 AM in response
to: ind kumar





Reply
Hi,
The price mentioned in Activity type is for Labour rate, this to capture
the cost of the labour work ..
f you have ur labours working on the maintenance work then then it
can be captured via price@hr mentioned in KP26 .
f you mean that your labour r confirming via W41 even without doing
work at site then ensure to provide access to W41 to only certain
users ..via Authorisation ..
You can Z authorisation Object with Maintenance Planning Plant ,
Order type , User and give it user role and validate via CONFPM02
PM/SM order confirmation: Customer specific input checks 1

regards
pushpa

Maheswaran.K



Posts: 1,344
Registered: 7/23/09
Forum Points: 3,022



Re: PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 6:54 AM in response
to: ind kumar





Reply
As mentioned in earlier posts, we will assign Cost center & Activity
types in Labor work center. n KP26, for this Cost center, Activity type
& period (say Jan to Dec 2011), cost (Fixed & Variable) will be
maintained.

Reason to maintain the KP26:

n Business, sometimes contract labors will be paid on hourly basis. f
those people do the Maintenance job, as we are paying them, we
need to calculate the labor cost.

For Permanent employee, company used to pay salary (fixed &
variable component on monthly basis). That will be converted into
hourly basis & the same will be maintained.

So that, for expense company doing (paying salary), there should be
some offset (getting the work). f you have integration with HR & PM,
you can capture the actual hours entered in W41 in HR time sheet.

Even though there is no such cost explicitly, these cost should be
calculated to arrive at the actual work done on equipment.

ind
kumar


Posts: 83
Registered: 4/29/11
Forum Points: 6
Re: PhysicaI significance of
activity type on cost center
Posted: Sep 13, 2011 7:44 AM in response
to: Maheswaran.K





Reply
am confused a bit.The labour working at a work center are



employee of the company and paid by the company on monthly
salarty basis.f i am going to do confirmation of an operation then the
actual cost is coming on the order.But as i understand no such type
of cost or payment is incurred during the maintenance activity.For
Example if material costing around 1000 Rs is consumed on the
order.Due to activity Cost of 400 Rs is showing in the order.f i will
settle the order through ko88 the total sum which is 1400 will get
settled to that cost center.How this additional 400 settlement is
justifiable if no such payment is made in real scenario.

Maheswaran.K



Posts: 1,344
Registered: 7/23/09
Forum Points: 3,022



Re: PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 8:02 AM in response
to: ind kumar





Reply
Hello,

You are making payment (paying salary) to Permanent employee on
monthly basis. f company is having contract labors, for the
maintenance work they did, they will be paid on hourly or some
periodical basis. These costs should be captured. So we need to
maintain these costs as well.

For example, electrician (Permanant employee) is getting paid 9000
(fixed salary) per month. So per day wage would be 300 for him. So
per hour charge will be 12.5. So these cost will be maintained in
KP26. These will be done by CO people.

ind
kumar


Posts: 83
Registered: 4/29/11
Forum Points: 6



Re: PhysicaI significance of activity
type on cost center
Posted: Sep 13, 2011 8:29 AM in response
to: Maheswaran.K





Reply
Thanks Maheswaran for your reply.
Jus i want to confirm that if i am having no contract labour then this
activity type costing should not be there.and if it is there and cost is
showing on the order then it is completely wrong in this situation.

Tehsin
Ullah
Khan



Posts: 181
Registered: 8/8/11
Forum Points: 374



Re: PhysicaI significance of
activity type on cost center
Posted: Sep 13, 2011 8:46 AM in response
to: ind kumar





Reply
f you don't want to record labour costing then change labour costing
for the activity type in KP26.
You can also turn off the costing indicator for the relevant control
keys of operations.

You can also setup for settlement labour cost to different cost centre
using source structures functionality in settlement process.
http://forums.sdn.sap.com/thread.jspa?threadD=1789383

Regards,
Tehsin

You might also like