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

How to write code in method

Former Member
0 Likes
632

Hi all there,

I am doing some enhansment in the migo transaction after saving it for outbound delivery i want to call some another transaction.

for this i couldn't find any user exit when I am debugging it i am finding call methods i am not aware of this thing how to modify it

I wantet to know how to modify this methods

Regards

Sagar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

Hello,

follow the steps,

For User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will display for that tcode as well as that package.

u can check the table MODSAP

u can check the table MODACT

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

Thank u,

santhosh

2 REPLIES 2
Read only

Former Member
0 Likes
472

Hi Sagar,

These are the available exits for MIGO

MB_CF001

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF00010

MBCF00011

Try these.

These are the available badi for MIGO

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

GOS_SRV_SELECT

BADI_LAYER

Regards,

Ranjith N

Read only

Former Member
0 Likes
473

Hello,

follow the steps,

For User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will display for that tcode as well as that package.

u can check the table MODSAP

u can check the table MODACT

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

Thank u,

santhosh