cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug user exit EXIT_/SAPAPO/SAPLCIF_G_EP_005 and see data ?

Former Member
0 Kudos

Hi All,

I create a TLB order in APO , transaction /n/sapapo/snptlb and after saving this TLB order I am selecting this order and press "send to OLTP system" pushbutton which sends this TLB order to connected R/3 system and create a Purchase Order there. There is a publication user exit at APO side "/EXIT_/SAPAPO/SAPLCIF_G_EP_005" which will be triggered. I need to see the data in global internal tables inside this user exit in debugger.

Can somebuddy suggest me how could I do that ?

Thanks - Chandan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

debug while publishing to R/3 and put a break point at the same exit.