Application Development 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: 

User Exit for IW41

Former Member
0 Kudos

Dear All,

I have one requirment in which I have to create one pop-up screen after the initial screen of transaction IW41.In that pop-up screen I have to create one cost center field .When I will enter this field and press enter then it will go to next screen.

and this this cost center will update in respective structure.

I have find out one userexit for that CONFPM01.

Could you tell me is it ok and possible or do you have another method?

Regards,

Amar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

It is not advicable to call other screens in a standard module pool using exits but instead you can use of of the screen-exits to create a custom screen and make the field mandatory (cost centre field) and then populate it in the structures or tabls you want.

Enhancement that you can use is : CONFPP07 which will let you create a new screen area in which you can place your field for cost centre and make that field mandatory by checking if the value is null in enhancement 'CONFPI05' and make the user fill the cost centre.

Regards,

Himanshu Verma

4 REPLIES 4

Former Member
0 Kudos

Hi Amar,

Use this user Exit.

CMFU0001 Define customer-specific screen layout

CMFU0002 Set parameters for time confirmation and goods movement

Regards,

Vijay

0 Kudos

Hi Vijay,

How can we use this following user exit in transaction IW41.Bcoz in iw41 user exit list these two are not there....

CMFU0001: Determine customer-specific screen layout

CMFU0002: Set parameters for time confirmation and goods movements

Please explain.

regards,

Amar

Former Member
0 Kudos

Hi,

It is not advicable to call other screens in a standard module pool using exits but instead you can use of of the screen-exits to create a custom screen and make the field mandatory (cost centre field) and then populate it in the structures or tabls you want.

Enhancement that you can use is : CONFPP07 which will let you create a new screen area in which you can place your field for cost centre and make that field mandatory by checking if the value is null in enhancement 'CONFPI05' and make the user fill the cost centre.

Regards,

Himanshu Verma

0 Kudos

But tis enhancement for PP we want it for PM.

Bcoz I applied break point in it but it is not called this user exit.

Do you have any idea about that.

Regards,

Amar