cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Scenario

former_member189440
Participant
0 Kudos

Hi can anybody suggest me a link for sales order creation sample scenario using Bapi through SAP XI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Uday,

Import the BAPI you want to use , for your case most probably it will be 'BAPI_SALESORDER_CREATEFROMDAT2'.

pass the mandatory fields required to bapi .

kindly check :

http://www.sap-img.com/fu036.htm

http://abap.wikiprog.com/wiki/BAPI_SALESORDER_CREATEFROMDAT2

http://www.saptechies.com/bapi-to-create-sales-order-with-reference/

http://www.scribd.com/doc/3335908/BAPI-Step-by-Step

it will hardly matter whether it is a file to rfc or jdbc to rfc.......you have to perform same steps at R/3 end.

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

Uday ,

Infact i have used the same bapi but my approach was slightly different as this bapi required a lot of mandatory fields to be populated and as per the functional consultants settings at r/3 end we need to perform a lot of tasks.

like header data, partner functions, condition types...,schduled lines...bla bla..

so we wrapped up the bapi inside a abap proxy code and it worked absolutely fine.

what i mean to say that : it was a file->XI->ABAP Proxy scenario and with in the abap proxy code we called the bapi .

hope you got my point ..!!!!

Regards,

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

There is no blog on Sales Order Scenario, Import BAPI for Sales order creation in IR then you can use any RFC scenario for refrence.

VijayKonam
Active Contributor
0 Kudos

The BAPI should be available on your ECC and you need to import and develop... There is no pre developed scenario available.

VJ