cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Synchronous Sender

Former Member
0 Kudos

Hi ,

I am Doing RFC->XI->SOAP Scenario.

I am Posting the Data Using ABAP Program and The Data Received on other side.

Now What Happend when I Post the Data My ABAp Program Goes into short DUMP.

My Problem Is When The Request Received then The Receiver send the Response that it has been Received. How Should SAP Captures or Handles the Respose Message . How We Should Display.

Points will be awarded.

Regards,

Jayasimha Jangam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

--->How Should SAP Captures or Handles the Respose Message .

<b>What ever response you are getting you can put that thing in a table(ztable)/pass into a func module for further processing....bla bla...</b>

--->How We Should Display. :

<b>For display use another report prog for fetching the data from the table...as the data is now into ztable..</b>

Regards,

Shabarish_Nair
Active Contributor
0 Kudos

can you ref:

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2