Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg. IW41 User Exit

Former Member
0 Likes
6,704

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.

10 REPLIES 10
Read only

Former Member
0 Likes
3,414

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

Read only

0 Likes
3,414

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

Read only

0 Likes
3,414

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......

Read only

0 Likes
3,414

For IW41 use CONFPM05 (not CONFPP05)

Also check BADI WORKORDER_CONFIRM

PeteA

[www.pjas.com]

Read only

0 Likes
3,414

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!!!!!

Read only

0 Likes
3,414

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

Read only

0 Likes
3,414

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?

Read only

0 Likes
3,414

WORKORDER_CONFIRM and not WORKORDER_CONFIRMATION

I've never used it. Found it in the SAP documentation somewhere...

PeteA

Read only

Former Member
0 Likes
3,414

CONFPM01 is the correct one for modifying the values in IW41 transaction.

Read only

0 Likes
3,413

Bala,

Thanks for the feedback.

Can you post your code??

PeteA