cancel
Showing results for 
Search instead for 
Did you mean: 

capturing response.

Former Member
0 Kudos

Hi All,

nice to meet you all once again. Here any one can please suggest me the best procedure regarding my scenario. i am handling the File-- to -


Bapi scenario to post the data which i am getting in text file into ECC.

If it is an asynchronous scenario we can directly handle this scenario with out using BPM. here the requirement is if the data we are getting in file is not valid th BAPI will be failed. i need to carry that incorrect records back to the FTP server.

I am working on PI7.0 & ECC 6.0.

i hope you can understand my requirement. please provide a detailed description so that i can clearly understand it. thanks in advance......

Ramana.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

According to me, you can use the inbound proxy for your scenario.

Create an inbound proxy in your R/3 system and move or map all the data (which is coming from XI structure) to BAPI and do the commit work.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

Refer below links

File to R/3 via ABAP Proxy

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

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File

http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc

http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae... - conversion agent

Thanks

Swarup

prateek
Active Contributor
0 Kudos

U may achieve this without using BPM. Use this

https://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without+BPM%29

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Very thankful to you for your quick response. The blog you have given is nice but that is for capturing the response from the same bapi with out BPM.

But my requirement is to capture the unsuccessful records. i am not getting this response from the BAPI. please help me .

prateek
Active Contributor
0 Kudos

If the RFC is returning an error message, then it must be creating an Exception Message. When u import the RFC, u ll get three messages, requests, response and exception. Now this exception should be mapped for ur case instead of response message

Regards,

Prateek