cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy

Former Member
0 Kudos

Hi,

I am configuring ABAP Server Proxy. All the configuration settings in Integration builder are set up. Further, I have implemented the ABAP Class for the Inbound interface and is activated. In the method, code is written to receive the data and post it a transparent table.

The scenario picks up the file from file system and gets mapped to target strucuture. Then it should be posted to the target system for which XI adapter with following details is used:

Message protocol: XI 2.0

Adapter Engine: Integration Server

Addressing type: HTTP Destination

HTTP Destination: HTTP_YRACLNT100

When the file is placed in the file system, it got successfully triggered and processed without any error.

But in the destination SAP system, I could not see the result of execution. ie., entries in the destination system are not found.

Can somebody help me out to know any way to check whether designed proxy would work out? Preferably check points to complete the scenario.

Regards,

Suraj Kumar P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suraj,

Please check the weblog:

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

This will tell you how to debug the proxy.

Regards,

Marco

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

use this blog and see wether itz helpful..

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

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Former Member
0 Kudos

Hi Suraj,

If the proxy is not showing any error and you are not getting the desired result then you need to check the code in proxy.

An example of server proxy:

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Regards

Vijaya

udo_martens
Active Contributor
0 Kudos

Hi Suraj,

plz check out

Message Protocol: XI 3.0

Adapter Engine: Integration Server

AdressType: URL Adress (compare these entries with entries of your destination in SM59)

TargetComputer: host of System

Service No: 8000

Path: /sap/xi/engine?type=receiver

Put the trace in SXMB_ADM to 3 to see each error.

Regards,

Udo

Former Member
0 Kudos

HI Suraj,

If you haven't got any error in the SXMB_MONI of SAP XI, please can you check the SXMB_MONI of the destination SAP R/3 system.

ALso, you can check for error in SM58, ST22 if there are any.

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya,

Thanks for your help.

I have checked in SXMB_MONI of the destination SAP R/3 system. It did not run into errors to display any errors.

In the implementation of the class, I have written code to insert a record and understand the execution of the technical logic. But I did not notice anything like that.

Can you provide me a check list to resolve the issue.

Regards,

Suraj Kumar

Former Member
0 Kudos

Hi Suraj,

You are not able to see any error message in sxmb)moni because your scenario is asynchronous.

Look for the status in adaptor monitoring.check for the status of your channel in xi adapter.

Also test the http destination you have created in sm59 transaction.

Regards,

Yomesh