cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy problem

Former Member
0 Kudos

Hi All,

I am working in a file to proxy scenario. In receiver I am using a HTTP destination. I have edited my execute_asynchronous method like:

METHOD ZJSII_IN_JS_MI~EXECUTE_ASYNCHRONOUS .

      • **** INSERT IMPLEMENTATION HERE **** ***

DATA :

hkey type ZJSSRC_DT_HEADER-IAKEY,

dkey type ZJSSRC_DT_DETAIL-IBKEY.

write : hkey,dkey.

endmethod.

How can I test this scenario. When I set the sender file adapter status as active my input file gets deleted after processing. How can I see the output in target side?

Any inputs will be of great help.

Thanks & Regards,

Jai Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

HI ,

If it is showing success in SXMB_MONI of XI box, then check SXMB_MONI of SAP Application system.

/people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy

Hope this helps to debug/find out error.

Regards,

Moorthy

Former Member
0 Kudos

Hi Moorthy,

As u explained in your web blog I cant find the receiver payload in SXMB_MONI of XI server. I dont find any xml msg in SXMB_MONI of appln server also.

Thanks & Regards,

Jai Shankar.

moorthy
Active Contributor
0 Kudos

Hi Jai Shankar,

Then you need to check your configurations. Reciever Determinations /Reciever Agreement etc

Check these for your reference-

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards,

Moorthy

Former Member
0 Kudos

Hi Jai,

try to use transaction SXI_SUPPORT. If you have set a breakpoint in the target system and call this transaction you are able to debug the proxy.

Regards,

Lars