cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO DEBUGG THE ABAP-MAPPING

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

i dont know how to debugg the abap mapping?

where can i put break point in abap mapping class?

whether it is "session" or "external'?

now i put a break point at "renderer->render( )." this statement both session and external but debuggur not triggered.

Please help me how to debug?

Thanks in Advance,

vishnu.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos
vishnu_pallamreddy
Contributor
0 Kudos

Hi Michal,

My scenario was proxy to file(fcc).

when i put debugger in my abap mapping class and execute the class using "sxi_mapping_test" my class executed without debugging.

i want deggur.

Thanks

vishnu

Former Member
0 Kudos

ideally there should not be any issue, it should run like normal debug as it is running on ABAP stack,

then also if you have time, put /h and execute sxi_mapping_test...  at some point it will take you to your mapping class