cancel
Showing results for 
Search instead for 
Did you mean: 

Getting response back from RFC

Former Member
0 Kudos

Dear friends,

My scenario is CSV file -- XI -- BAPI. This is perfectly working. I have a export parameter in the RFC which contains some message which will be based on the transfer of data to R/3. This message i need to get back in XI and ultimately create either an XML or text file in the FTP folder.

I am using Sync inbound & outbound.

Please tell me how to do this step by step.

Thanks & Regards

Ramesh

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks Seshagiri. Blog was really helpful. Error happenned bcoz of wrong parameters in the module.

Now its working.

Former Member
0 Kudos

Hi,

You can check these

1) Do u used the FCC at Sender side to convert .csv to xml

2) Do Full cache refresh and Cpa Cache also

3) Check for you Java version also

Regards

Seshagiri

Former Member
0 Kudos

THNAKS SHESHAGIRI

THAT BLOG WAS REALLY HELPFUL. I AM GETTING THIS ERROR IN THE SENDER COMMUNICATION CHANNEL.

Description

2008-08-13 18:58:52 Success Channel cc_csvfile_send: Entire file content converted to XML format

2008-08-13 18:58:52 Success Send binary file "times1.csv" from FTP server "192.168.100.199:/home/e00315/inp/", size 10014 bytes with QoS EO

2008-08-13 18:58:52 Success MP: Entering module processor

2008-08-13 18:58:52 Success MP: Processing local module localejbs/CallSapAdapter

2008-08-13 18:58:52 Success Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System.

2008-08-13 18:58:52 Success Trying to put the message into the send queue.

2008-08-13 18:58:52 Success Message successfully put into the queue.

2008-08-13 18:58:52 Success The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application.

2008-08-13 18:58:52 Success MP: Processing local module localejbs/AF_Modules/RequestResponseBean

2008-08-13 18:58:52 Error MP: Exception caught with cause java.lang.NullPointerException

WHAT COULD BE THE REASON. I DID EXACTLY AS PER THAT BLOG.

PLEASE HELP.

REGARDS

RAMESH

Former Member
0 Kudos

Hi,

I thing you missed FCC for converting .csv file into .xml.

Use FCC to convert your .csv file into .xml file according to your input structure.

Regards,

Prakasu

Former Member
0 Kudos

Hi,

Whether the response will be sent by receiver or not is determined by QOS of sender. In ur case the sender is File and it has default QOS EO, therefore, u need not worry about the response message of RFC. Even if u can see it in IR, it won't affect ur scenario.

Regards,

Surya

santhosh_kumarv
Active Contributor
0 Kudos

Hi Make use of the BPM.

BPM Steps.

Receive(csv file)---->transform(file to RFC request)-----> Send(rfc-request)------>transform(RFC response to file)----->send(file).

By Arman Eker

Thanks

SaNv...

Former Member
0 Kudos