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

regarding user-exits

Former Member
0 Likes
549

Hi Experts,

I have a requirement wherein when i execute MIGO transaction and once save the Goods Receipt i have to do some validations.

standard program is SAPLMIGO I want to know the Exit which gets triggered when saving the document and include my validations in the Exit.

Please let me know immediately its urgent.

Reward points are assured.

Regards,

Ravi G

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

hi ravi,

Check these user-exits

QAAT0002,

MBCF0005,

QBCK0003.

4 REPLIES 4
Read only

Former Member
0 Likes
523

hi ravi,

Check these user-exits

QAAT0002,

MBCF0005,

QBCK0003.

Read only

Former Member
0 Likes
522

check for following user-exits

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

MB_CF001

PUT BREAK POINTS IN IT YOU WILL GET THE REQUIRED ONE .

HOPE THIS HELPS YOU.

Read only

former_member673464
Active Contributor
0 Likes
522

hi..

check this enhancements

<b>mb_cf001

mbcf0002

mbcf0005

mbcf0006

mbcf0007

mbcf0009

mbcf0010

mbcf0011.</b> in smod transaction

regards,

veeresh

Read only

Former Member
0 Likes
522

Solved