Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

how to create a sales order bapi and how to test it?also pls tell me the appropiate transaction code.reply asap.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

open transaction BAPI and select - sales and distribution

open Se37 and type: BAPIsalesord*

do you want to create if so then:

BAPI_SALESORDER_CREATEFROMDAT1

Thanks

Vikranth

2 REPLIES 2

Former Member
0 Kudos

Hi,

open transaction BAPI and select - sales and distribution

open Se37 and type: BAPIsalesord*

do you want to create if so then:

BAPI_SALESORDER_CREATEFROMDAT1

Thanks

Vikranth

Former Member
0 Kudos

Hi,

You can use this FM to create salesorder.

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2

Transaction BAPI you can test this FM directly.

Thanks,

BIndu.