cancel
Showing results for 
Search instead for 
Did you mean: 

xml to file scenario

Former Member
0 Kudos

hi all,

can anyone tell me the example scenario which converts <b>xml to BAPI</b>

thanx

HONEY

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

XML to BAPI

>>

try a XML file to BAPI scenario

Quite similar to File to RFC scenario.

Former Member
0 Kudos

hi shabarish,

thanx for answering , i know rfc is same as BAPI. but can you give me a example scenario which convert <b>xml to BAPI</b>.

thanx

HONEY

Shabarish_Nair
Active Contributor
0 Kudos

<i>but can you give me a example scenario which convert xml to BAPI.</i>

>>>

your scenario can be an XML file to BAPI scenario. So it wud have a file adapter at the sender side and a RFC adapter at the receiver side.

you can even ref: this blog for a FILE -> RFC -> FILE scenario -

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

<i>convert xml to BAPI.

</i>

>>>>

this will be done in the mapping part.

Former Member
0 Kudos

Please can you elaborate. XML is data whereas a BAPI is a function module.

Former Member
0 Kudos

hi ,

sorry its not xml to file , its <b>xml to BAPI</b>. so can you give me a example scenario without using BPM.It has to be <b>BAPI only</b> cause i know file to RFC , but for BAPI i have some confusions.

thanx

HONEY

Former Member
0 Kudos

BAPI is nothing but Remote Function Module.... so that this FM can be called from outside of SAP..

you have to use RFC adapter for calling this BAPI...

or other way is to create a server proxy and call the BAPI in the Proxy code..

Former Member
0 Kudos

Hi,

If you want to configure file to rfc scenario withoutBPM, follow this thread

Ravi.

Former Member
0 Kudos

Hi,

In Your case this is FileXIRFC Scenario

Why Because Sending a XML File from File System

Receiver is SAP R/3 System Using BAPI Mechanism .

So when Ever we r dealing with the BAPI's we need to use RFC Adapter To Communicate with the SAP R/3 Server.

Please let me kNow if u have any doubts

Reward Points if Helpful

Regards

Sesh

Answers (0)