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

user-exit for MB1A

Former Member
0 Likes
940

Hi friends,

I want to make user-exit for standard t.code mb1a.

actually I want to make (ORDER field mendotry) in the second level selection of mb1a.

So how can i do this i dont know how to make user-exit for that.

so please help me and send me link for that.

Thnaks in advance.

Prashant.

Hi friends,

I want to make user-exit for standard t.code mb1a.

actually I want to make (ORDER field mendotry) in the second level selection of mb1a.

So how can i do this i dont know how to make user-exit for that.

so please help me and send me link for that.

Thnaks in advance.

Prashant.

2 REPLIES 2
Read only

Former Member
0 Likes
613

The below are the available user exits for MB1A.

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.

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Read only

soumya_jose3
Active Contributor
0 Likes
613

Hi,

Below are the enhancements available for the tcode: MB1A

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

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

Check these.

Regards,

Soumya.