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 MB1C

Former Member
0 Kudos

Hi guys,

I must change a field in MSEG table before save in trx MB1C.

Anybody can suggest me an user-exit?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Andrea,

These user exits may help you

1. EXIT_SAPLMIGO_001

2.EXIT_SAPMM07M_009

Regards,

Venkat

4 REPLIES 4

Former Member
0 Kudos

Hi Andrea,

These user exits may help you

1. EXIT_SAPLMIGO_001

2.EXIT_SAPMM07M_009

Regards,

Venkat

Former Member
0 Kudos

Hi,

Use the Enhancement MBCF0005 to change the fields at Item(MSEG) level and the Exits. this will work.

EXIT_SAPM07DR_001

EXIT_SAPM07DR_002

reward points if useful

regards,

ANJI

Former Member
0 Kudos

if I set a break point into EXIT_SAPM07DR_001or EXIT_SAPM07DR_002...does't stop. The "Project" has been activated.

Former Member
0 Kudos

Hi

Enhancements for MB1C transaction->

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

Thanks

sandeep

Reward if helpful