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

Need User exits for MB21

Former Member
0 Likes
1,588

Hi Folks,

I have designed custom screen for MB21 transaction which calls the standard screen.

I want to pass some data from the custom screen to the standard screen but for that i need a user exit to do the same

I tried get/set parameters but they work only for next screen, but i am skipping first screen so it is not working.

I need exits for passing value for these fields - Order Number, WBS Element, Cost Center and Goods Recepient(WEMPF).

Please help.

Thanks

Varun

Hi Folks,

I have designed custom screen for MB21 transaction which calls the standard screen.

I want to pass some data from the custom screen to the standard screen but for that i need a user exit to do the same

I tried get/set parameters but they work only for next screen, but i am skipping first screen so it is not working.

I need exits for passing value for these fields - Order Number, WBS Element, Cost Center and Goods Recepient(WEMPF).

Please help.

Thanks

Varun

2 REPLIES 2
Read only

Former Member
0 Likes
948

Hi varun,

MB_CF001

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

these are available user exit for MB21.

Regards,

vijay

Read only

Former Member
0 Likes
948

Hi,

Check this UE

EXIT_SAPMM07R_001

Thanks

AJR