Application Development and Automation 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: 
Read only

BAPI

Former Member
0 Likes
410

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
Read only

Former Member
0 Likes
366

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
Read only

Former Member
0 Likes
367

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

Read only

Former Member
0 Likes
366

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.