2008 Nov 11 5:21 AM
Hi Experts,
In IW41 transaction, I have to copy the Actual Duration of work field to the Actual work field.
Is it possible? If possible please suggest some exits.
Hi Experts,
In IW41 transaction, I have to copy the Actual Duration of work field to the Actual work field.
Is it possible? If possible please suggest some exits.
2008 Nov 11 6:16 AM
Hi,
The following r the enhancements for IW41
CONFPP01 PP order conf.: Determine customer specific default values
CONFPP02 PP order conf.: Customer specific input checks 1
CONFPP03 PP order conf.: Cust. specific check after op. selection
CONFPP04 PP order conf.: Customer specific input checks 2
CONFPP05 PP order conf.: Customer specific enhancements when saving
CONFPP06 PP Order Confirmations: Actual Data Transfer
CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscreens
CONFPS01 PS confirmation: Determine customer specific default values
CONFPS02 PS confirmation: Customer specific input checks 1
CONFPS03 PS confirmation: Customer specific check after op. selection
CONFPS04 PS confirmation: Customer specific input checks 2
CONFPS05 PS confirmation: Customer specific enhancements when saving
CONF0001 Enhancements in order confirmation
CONFPI01 Process order conf.: Calculate cust.specific default values
CONFPI02 Process order confirmation: Customer spec. input checks 1
CONFPI03 Process order conf.: Cust. spec. check after op. selection
CONFPI04 Process order conf.: Customer specific input checks 2
CONFPI05 Process order conf.: Cust. spec. enhancements when saving
CONFPI06 Process order confirmation: Actual data transfer
CONFPM01 PM/SM order conf.: Determine cust. specific default values
CONFPM02 PM/SM order confirmation: Customer specific input checks 1
CONFPM03 PM/SM order conf.: Cust. spec. check after op. selection
CONFPM04 PM/SM order conf.: Customer specific input check 2
CONFPM05 PM/SM order conf.: Cust. specific enhancements when saving
2008 Nov 11 6:39 AM
Hi Usha,
My requirement is Copying of Actual work field to Actual Duartion is possible or not.
I have user exits by using what exit we can change the fild contents?
Regards,
Bala
2008 Nov 11 7:16 AM
HI Bala,
U can copy the values from Actual Duration to Actual Work Field value by using user exit CONFPP05.
in this user exit u can find 2 tables, in that table AFRUD contain both values.
Loop of the AFRUD_TAB internal table and make copy the values and modifty ITAB. for each line items.
Regards
Gupta K......
2008 Nov 11 8:29 AM
For IW41 use CONFPM05 (not CONFPP05)
Also check BADI WORKORDER_CONFIRM
PeteA
[www.pjas.com]
2008 Nov 12 6:43 AM
Hi Pete,
I am unable to change the Actual work field from Actual Duration of activity.
By using this Exit can we change that or not ?
Please give reply!!!!!
2008 Nov 12 8:31 AM
Bala,
I've not tried this before so I don't know the answer... You could look for a suitable function module to update the data, or try field-symbols.
Maybe you could try CONFPM004 which has an export parameter AFRUD
Let us know how you get on..
PeteA
2008 Nov 12 10:28 AM
Hi Pete,
CONFPM05 is for validation only. we can not change values by usinf this.
CONFPM04 is triggering for IW41 transaction.
You suggested one BADi 'WORKORDER_CONFIRMATION' could you please tell me from where you got that and how it work?
2008 Nov 12 4:48 PM
WORKORDER_CONFIRM and not WORKORDER_CONFIRMATION
I've never used it. Found it in the SAP documentation somewhere...
PeteA
2008 Nov 13 6:04 AM
CONFPM01 is the correct one for modifying the values in IW41 transaction.
2008 Nov 13 8:35 AM
Bala,
Thanks for the feedback.
Can you post your code??
PeteA
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |