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

about user exit

Former Member
0 Likes
1,245

dear all:

i want to do some checking when users use the t-code 'mb1b' to save data.

what shoud i do using smod and cmod?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,215

Hi,

Check out Extension MB_CF001 with User Exit EXIT_SAPLMBMB_00.

Read the documentation carefully!!!!

Hope this helps (please reward me if it does....)

Regards, Joerg

dear all:

i want to do some checking when users use the t-code 'mb1b' to save data.

what shoud i do using smod and cmod?

9 REPLIES 9
Read only

Former Member
0 Likes
1,216

Hi,

Check out Extension MB_CF001 with User Exit EXIT_SAPLMBMB_00.

Read the documentation carefully!!!!

Hope this helps (please reward me if it does....)

Regards, Joerg

Read only

Former Member
0 Likes
1,215

hi Joerg :

thank you very much.

the doc that you refered is online help?

thank for your help.

Read only

0 Likes
1,215

Hi,

Yes - read documentation to both FM and extension. There are some issues regarding COMMITs, MESSAGEs and so on which you should be aware of..

Regards, Joerg

Read only

Former Member
0 Likes
1,215

Hi Zhao,

CMOD is acronym for Customer Modifications

SMOD is acronym for SAP Modifications.

In CMOD we create a project in which we assign an enhancement to a project.

Regards,

Ravi

Read only

Former Member
0 Likes
1,215

hi everyone!

thank you !

best regards!

Read only

Former Member
0 Likes
1,215

please see

Read only

Former Member
0 Likes
1,215

thanks !

Read only

0 Likes
1,215

you can also check for existing user exit for the tcode mb1b.

Goo tcode se93-> enter mb1b->display-> double click on the program name-> go to edit->find/next and search for the string "user_exit" or "userexit" in the main progam. Then you will get the list of all the user exits implemented for this tcode.

Please reward the helpful entries.

Regards,

Raman.

Read only

Former Member
0 Likes
1,215

over!