cancel
Showing results for 
Search instead for 
Did you mean: 

how to track return message in file to proxy interface

Former Member
0 Kudos

I am using file to proxy scenerio, where i will get my file from FTP and updating it into a table , after updating i am calling a program to Run BDC, in my method for proxy, after that i dont how to track return message , anyone please tell me suggestion regarding for this

thanking you

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sridhar,

What exactly you want to track????

my assumtion is the call will be of asyn mode, once the data reach the proxy method the XI job done and u can easly track that using monitoring.

Regards,

Phani

Former Member
0 Kudos

see my proxy will just update the tables in R/3 , after that i am calling a program , where it will run a BDC, the BDC will return some message , i need to track that one

prateek
Active Contributor
0 Kudos

Nothing can be done at XI to track that message. Actually it is not the task of XI to track this message. However, you may write some ABAP code at receiver system to raise some messages after completion of some steps.

Regards,

Prateek

Former Member
0 Kudos

thanks

i hope we should write some coding the reciever system

Thanking you

sridhar

Former Member
0 Kudos

Hi,

In ABAP you can trigger some pop up window once you get the return code.

Regards,

Sarvesh

Answers (0)