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: 

about user exit

Former Member
0 Kudos
157

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

Former Member
0 Kudos
127

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

9 REPLIES 9

Former Member
0 Kudos
128

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

Former Member
0 Kudos
127

hi Joerg :

thank you very much.

the doc that you refered is online help?

thank for your help.

0 Kudos
127

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

Former Member
0 Kudos
127

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

Former Member
0 Kudos
127

hi everyone!

thank you !

best regards!

Former Member
0 Kudos
127

please see

Former Member
0 Kudos
127

thanks !

0 Kudos
127

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.

Former Member
0 Kudos
127

over!