cancel
Showing results for 
Search instead for 
Did you mean: 

upload of open sales order

former_member211104
Active Participant
0 Kudos

Hi friends this is shyam can anybody please tell me mastser datas we have to upload in LSMW, BDC,BAPI but transational datas how we will upload to production.Eg clint has got 200 open sales orders in non-sap . now we have to upload those particular 200 open sales orders into production server. For this which types of tools we have to use.

regards

shyam

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member211104
Active Participant
0 Kudos

Closed

Former Member
0 Kudos

Dear Shyam,

It is recommended to create Non-SAP Sales Order in the new production client. Try to create these 200 Non-SAP sales Order in SAP, through LSMW.

Regards,

Rajesh Banka

Reward Points for World Food Programme

Former Member
0 Kudos

You may get this done using various ways. some of them I can think of are:

1) Custom program to upoad this data using

-call to BAPI function module

-Call transatcion

-batch session

2) LSMw

3) SAP standard direct input program

4) Using a CATT / eCATT

5) Using an Idoc interface

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

You can either use standard program "RVINVB10 - Transfer Sales Documents to R/3 SD". You can use this program in LSMW, in Maintain object attributes, there you have to select Standard batch/direct input option. Or you can use BAPI "BAPI_SALESORDER_CREATEFROMDAT2".

-Alpesh

Former Member
0 Kudos

Hello,

We have used BAPI program developed in order to upload the open sales orders.

The program will take the input text files for Header, Item, Schedule line data, Partner data, Condition data and Text data (both header and item) and uploads the mapped legacy data into SAP.

Regards,

Raghuram.