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: 

MIGO -

Former Member
0 Kudos
106

Hi frnds,

i need to add 2 date fields in MIGO screen. capture the same in MSEG table.

thanks in advance.

Regards,

Balu

1 ACCEPTED SOLUTION

anversha_s
Active Contributor
0 Kudos
73

hi,

you have to find the screen exit.

Pls. follow the below points,

Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

9. Goto transaction CMOD, create a new project, and

click the button "Enhancement assignments" and

specify your enhancements that you got in SMOD.

10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.

Regads

Anver

4 REPLIES 4

anversha_s
Active Contributor
0 Kudos
74

hi,

you have to find the screen exit.

Pls. follow the below points,

Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

9. Goto transaction CMOD, create a new project, and

click the button "Enhancement assignments" and

specify your enhancements that you got in SMOD.

10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.

Regads

Anver

0 Kudos
73

Hi,

i went thru that, but i am unable to find any screen exit of MIGO.

any other solutions will be appreciated.

Regards,

Balu

Former Member
0 Kudos
73

Available User Exits:

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

please use among these as per ur requirment..

rgds

chinna

Former Member
0 Kudos
73

There is a badi for this:

MB_MIGO_BADI

REfer the documentation of the badi for detailed explanation.

Message was edited by:

Sharath kumar R