cancel
Showing results for 
Search instead for 
Did you mean: 

intrv questions

Former Member
0 Kudos

hi experts...

some questions

1) HOW TO DEBUG OUTBOUND PROGRAM AND INBOUND PROGRAM IN ALE/IDOC?

Accepted Solutions (0)

Answers (4)

Answers (4)

vijay_b4
Active Contributor
0 Kudos

Hi Rajesh,

Its not a program its a proxy....

To debug the inbound and outbound proxy:

At first you have to set a break point in the ABAP code. Call transaction SPROXY.

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Reward points if this helps

Regards

Pragathi.

former_member556603
Active Contributor
0 Kudos

Hi,

Go through this blog:

XI: Debug your inbound ABAP Proxy implementation

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Thanks,

Satya Kumar

Former Member
0 Kudos

If Proxies,

then for Server proxy,

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

client Proxy

Just Debug the FM or The User Exit (Include) where you have writtern the Trigger for Proxy as a normal ABAP program.

***************Reward points,if found useful

Former Member
0 Kudos

what do you mean by inbound program

Do you mean Inbound Proxy