cancel
Showing results for 
Search instead for 
Did you mean: 

Debug an abap-mapping

Former Member
0 Kudos

Hi,

how can I debug an abap-mapping?

I cannot take the test-tool of Michal Krawczyk or SXMB_MAPPING_TEST, because I need the original payload of the mail-sender (with dynamic configurations and all payload-attachments).

I have to debug it realy inside the intergration engine.

... but how can I set breakpoints to debug the mapping session?

thanx a lot!

regards

Wolfgang Hummel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

Did you try to set an EXTERNAL BREAKPOINT within SE80? In Portal/Web Use cases this works.

Regards,

Volker

Former Member
0 Kudos

Hi,

an external breakpoint doesn't work, because the mapping session is running (I think) as user PIISUSER.

regards

Wolfgang Hummel

Former Member
0 Kudos

In your SE80 settings you can define for which user you want to activate the external break point. maybe you will temporarily have to change the user type form service to dialog.

if you are unsure about the user you can find out the user in your abap mapping program by reading sy-uname and then throw a type X message with userid as message parameter.

Regards,

Volker

Answers (0)