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

Badi's

Former Member
0 Likes
433

Is it possible to add the a subscreen to a Tcode MIGO using a Badi as the screen exit is not aviable for it.

Is it possible to add the a subscreen to a Tcode MIGO using a Badi as the screen exit is not aviable for it.

2 REPLIES 2
Read only

Former Member
0 Likes
404

try like this.. here is how to use BADI to create a screen in XD01.

http://saptechnical.com/Tutorials/ABAP/XD01/XD01.htm

Read only

Former Member
0 Likes
404

Hello Johnson,

Please check this....

try with these userexits which might help you to add custom screen.

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.

**********Please Reward points if found useful