‎2005 Nov 19 5:31 AM
Hi to all,
i am debugging standard MIGO. In the migo program SAPLMIGO
[SE38] there is a include LMIGOST2 in that include there is a code on line 113 col 31 WHEN 'OK_POST' OR 'OK_POST1' { [ OK_POST/OK_POST1 is the fct code for SAVE Button ] }. After this code there is a method CALL METHOD LCL_MIGO_GLOBALS=>KERNEL->DOCUMENT_POST.. i want to enter into this method but i am unable to enter.Can anyone tell me how?
‎2005 Nov 19 5:48 AM
in debugging mode just before calling the method LCL_MIGO_GLOBALS=>KERNEL->DOCUMENT_POST, set the system debugging on by following the menupath
settings->system debugging.
Regards
Raja
‎2006 Jan 31 12:36 PM
Hi Nikhil,
If u want to go to the method directly.
Activate debugging before ur going to Save the MIGO.
This will take u to the fct code for save button
,from there u can reach ur method.
Else go to the MIGO program and set a Break Point at the Function module by finding it and at the Save fct code also and try to Save the MIGO now it will take u to the Method.
Regards
Usha
‎2006 Jan 31 12:39 PM
Hi Nikhi,
one more option
u can even set the Break Point for that method
and execute it ,this will work absolutely for u
Regards
usha