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

debugging migo

Former Member
0 Likes
1,078

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?

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
681

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

Read only

Former Member
0 Likes
681

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

Read only

Former Member
0 Likes
681

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