cancel
Showing results for 
Search instead for 
Did you mean: 

issue with inbound abap proxy

Former Member
0 Kudos

I have an Inbound ABAP proxy scenario , the ABAP code inserts data into a ZTable.

I am having an issue in the runtime where

1. I see transaction data in SXI_MONITOR of both XI & application system.

2. if tried to debug with the report SPRX_TEST_INBOUND (as the application system WebAS is 6.20) the proxy code works just fine, and records are inserted in the ZTable.

records are not getting inserted into the table when run end to end..anybody faced this situation ?

<b>Appreciate genuine replies....</b>

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

- create an endless loop inside the proxy

- run the flow

- sm50 and jump inside the proxy code and check if the insert will be successful

this way the data will be 100% the same as the call

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thanks Michal, but no success yet.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

but this just <b>has to</b> work

if this doesn't work then "something realy strange is going around here"

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>