cancel
Showing results for 
Search instead for 
Did you mean: 

abap client proxy to xi - no data found

Former Member
0 Kudos

Hi experts

I m working on abap client proxy to file scenario where in I m sending data from R/3 system to legacy system via xi , but after doing all the configurations and running the abap program for triggering client proxy , i dont find any data on the receiver side ,

I have activated client proxy as per Vijay Kumaris Blog

I checked sxmb_moni on the R/3 system but shows no data selected , so no question of data being found on xi server ,

i m really sutcked up ....dont know hwat to do , pl help

rgds

mojib

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks guys the problem was from basis end

Former Member
0 Kudos

Hi,

Have u used commit work at the end of the code.

Can you please tell me what all configuration u have done.

U have referred the ABAP Proxy configuration:

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

Refer the below log for Client Proxy -

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Chirag

Former Member
0 Kudos

Hi Chirag ,

i did all the methods suggested in the blogs , blogs are there with me , "commit work" is also there in the prog

Pl help,

rgds

mojib

Former Member
0 Kudos

hI,

1. Please check if your message has been triggered on the R/3 side by checking in the SXMB_MONI monitor.

2. Check if its reached XI and then the legacy system.

Regards

Vijaya

Former Member
0 Kudos

Hi,

Can you put the break point in the report and check whether data is filled in the table before it passed to method. Also check whether the method is passed with the proper data or not?

BY debugging only u can check whether data is really send to method or not?

Also go to SXMB_MONI on R3 and check the input payload.

let me know both the results.

chirag