cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC - sales order create

Former Member
0 Kudos

Hi all,

I have to create sales orders in R/3 from a file. I am using the BAPI "BAPI_SALESORDER_CREATEFROMDAT1".

What will be the best possible file format of the source file?

How to map the header and item level data in message mapping?

(each header has 10 line items)

How to get the BAPI return parameter without using a BPM?

What will be the best possible file format of the source file?

HELP!!! HELP!!!

Regards

Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

<i>What will be the best possible file format of the source file?</i>

Simple XML file would be good enough

<i>How to map the header and item level data in message mapping?</i>

http://help.sap.com/saphelp_nw04/helpdata/en/5d/112d20f6ce6c46ba66afb98d278fbd/content.htm

<i>How to get the BAPI return parameter without using a BPM?</i>

Possible without BPM only after Certain SP level

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Is it not possible with RFC as receiver adapter.

Regards

Arun

prateek
Active Contributor
0 Kudos

1. For PI 7 SP 10

<i>

Is it not possible with RFC as receiver adapter.</i>

No. BCoz sender File adapter does not support QOS Best Effort, i.e., File sender could not be synchronous

<i>[Dont forget to reward wach helpful answer]</i>

Regards,

Prateel

Former Member
0 Kudos

can anyone send me a step by step blog for this scenario

Regards

Arun

bhavesh_kantilal
Active Contributor
0 Kudos

Without BPM,

Regards

Bhavesh

Former Member
0 Kudos

Hi bhavesh,

So as per the link that you sent me i have to create two message interfaces which are synchronous. Should this be created in addition to the asynchronous messages or only two synchronous messages ?

Regards

Arun

bhavesh_kantilal
Active Contributor
0 Kudos

Ony two synchronous messages. IR will be just as it is for any other Synchronous Scenario.

Regards

Bhavesh

Former Member
0 Kudos

WHEN I CHOOSE OUTBOUND SYNCHRONOUS, it gives output message and input message. wat should be the output message and input message

Regards

Arun

Former Member
0 Kudos

Hi all,

In the file to RFC scenario, am trying the MI as synchronous for the first time..Can anyone tell me what should be the input message and out message. my sender is a file and am using a BAPI to update the R/3 and I want to catch the return parameter of the BAPI..

Regards

Arun

bhavesh_kantilal
Active Contributor
0 Kudos

Arun,

Looks like you are new to XI. I would suggest that you first try this simple HTTP to RFC scenario to understand what needs to be done for Synch message interfaces etc,

<a href="/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit">HTTP to RFC - A Starter Kit</a>

Apart from this, a worthy read for any XI aspirant is this series from Sravya,

<a href="/people/sravya.talanki2/blog/2006/12/25/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-i">Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part I</a>

<a href="/people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii">Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part II</a>

regards

Bhavesh

[url=http:///people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii] Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part III[/url]

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>What will be the best possible file format of the source file?

XML

>>>>How to get the BAPI return parameter without using a BPM?

you can only do it from SP19

read about - DynamicConfigurationBean

http://help.sap.com/saphelp_nw04/helpdata/en/45/da2239feb22e98e10000000a155369/frameset.htm

Regards,

michal

Former Member
0 Kudos

Hi michal,

Is it sp19 of XI 3.0 ?

Wat abt XI 7.0?

bhavesh_kantilal
Active Contributor
0 Kudos

SP 10 on PI 7.0

Regards

Bhavesh