cancel
Showing results for 
Search instead for 
Did you mean: 

EXAMPLE SCENARIO OF FILE TO RFC

Former Member
0 Kudos

Hi,

1> can any one send an example of

(1)file to rfc and

(2)soap to rfc?...(synchronous)

2>in real time what type of data is sent from file and soap to rfc?like what data is sent from sender side and how it gets updated at reciever sidein r/3 and how it is send back and what type of bapi will be used at receiver side?

Regards,

rao

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

HI Rao,

In real time file means Functional acknowledgement for PO

Some text messages we have to send these are all files we have to create datatypes and message types and map them

to edis or idocs.

SOAP is used if you used web services.

Reward points if needful.

Thanks,

RamuV

Former Member
0 Kudos

Hi all,

i want scenario which explains what data is sent as sender and what is recieved as receiver,am tired of seraching sdn,but,i didnt get it?

regards,

rao

Former Member
0 Kudos

Hi Rao,

What do you mean by the "data is sent as sender and what is recieved as receiver," ? That will be defined by you...can you be more clear?

You can find tons of information on the links suggested by our sdn colleagues...

vijay_b4
Active Contributor
0 Kudos

Hi Rao,

will explain u ...

In the SLD part (if u have the access) first create the product & SWCV...

after that add the product and client to the technical system for RFC side..

create the businees systems for file sender,file receiver and rfc receiver...

Now go to IR and import SWCV and create namespace..

-


>import the BAPI what ever u want...

-


> create the two DT's( for request and response)

-


> create the two MT's

-


>Total 5 interfaces have to create ( three abstract interfaces, one is Inbound & one is Outbound)

In the three abstract (two were abstract with asynchronous mode & one is abstract with synchronous mode which connnects to the RFC)

-


>create the two mappings (for request & response)

a,request mapping (filerequest to rfc request)

b,response mapping (rfc response to file response)

--->create one interface mapping..

-


>go to ID part..

assign 3 business systems (file sender,file receiver & rfc receiver)...

create the 3 communication channels(for file sender,file receiver & rfc receiver)..

and create sender agreements, receiver agreements,interface determination & receiver determination...

To work in file to RFC.

1.create File adapter to pick up file.

2.RFC adapter to post datain to R/3.

3. Define DT,MT,Interface,mapping and Inteface mapping IR.

4. Import the RFC into IR.

5. IN ID create receiver ,interface detemination ,sender,reciver agreements and systems.

chekc the blogs

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

You can refer this blog for a file to RFC scenario.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Using a BPM or not would depend on whether you need to make a sync or an async call.

Partner profile are not required in this case, to configure reciver RFC adapter refer this:

Configuring the reciever RFC adapter

Reward points if this helps

Regards

Vani.

former_member556603
Active Contributor
0 Kudos

Rao,

Example:

You can say this scenario like this

You can send the PO Number as Request and you can get the Corresponding PO Details as the Response to the Sender Webservice application.

After got this PO Details as Response they may save those details in their DB and they can do further manipulations on webservices side.

SOAP to RFC scnario follow these threads

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

/people/baris.buyuktanir2/blog/2007/03/06/how-to-create-a-web-service-with-attachments-soap-with-attachments

Some more Blogs:

http://help.sap.com/saphelp_nw04/helpdata/en/ff/7932e4e9c51c4fa596c69e21151c7d/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/13/4a3ad42ae78e4ca256861e078b4160/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/3a/7cddde33ff05cae10000000a128c20/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/0a/0a2e0fef6211d3a6510000e835363f/content.htm

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

Thanks,

Satya

Edited by: SATYA KUMAR AKKARABOYANA on May 21, 2008 4:32 PM

former_member556603
Active Contributor
0 Kudos

Hello Rao,

Go through this blogs:

ABAP Mapping

/people/sameer.shadab/blog/2005/09/29/testing-abap-mapping

How to call XI ABAP Mapping via RFC

/people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc

[original link is broken]

/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

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Satya

GabrielSagaya
Active Contributor
0 Kudos

1)File to RFC

RFC Scenario using BPM --Starter Kit (File to RFC)

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

2)soap to RFC

Exposing BAPI as Web Services through SAP XI

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

Walkthrough - SOAP <-> XI <-> RFC/BAPI

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Former Member
0 Kudos

Hi,

Check the following links:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_weblog&query=soaptorfc&adv=false&sortby=cm_rnd_rankvalue

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

Reward points if helpful..

Regards,

Soumya.

Former Member
0 Kudos

Hi Rao,

Just Search for

File2Rfc

Soap2Rfc

you can find what exactly you need.

Good Luck.

Ramesh.

Former Member
0 Kudos

Hi ramesh,

i searched in sdn.but,there is no example mentioned in sdn?

Regards,

rao