‎2009 Feb 20 4:45 AM
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
‎2009 Feb 20 5:28 AM
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
‎2009 Feb 20 5:25 AM
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
‎2009 Feb 20 5:28 AM
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