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

Creating sales order using BDC

Former Member
0 Likes
957

I need to create sales order using BDC by reading material from material master(R/3) and customer from

customer master(R/3).

For example. combination should be like this

Customer1 + Material 1 = Sales order 1

Customer2 + Material 2 = Sales order 2

Other than customer and material, all other values are fixed... Could you please help me......

I need to create sales order using BDC by reading material from material master(R/3) and customer from

customer master(R/3).

For example. combination should be like this

Customer1 + Material 1 = Sales order 1

Customer2 + Material 2 = Sales order 2

Other than customer and material, all other values are fixed... Could you please help me......

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
563

Hi

Either you record the transaction using SHDB or make use of the BAPIs mentioned below.

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2

BAPI_SALESORDER_CREATEFROMDATA

Cheers,

Hakim

Read only

Former Member
0 Likes
563

Hi,

Better go for BDC rather then BAPI for this requirement.

Simply, record the transaction and upload the data, Hope you know how it works.

Try this, In case of any clarification feel free to reply.

Regards,

Vikas

Read only

Former Member
0 Likes
563

Hi,

Decide what are the fields you are going to fill in the transaction,

then using the sample data do the recording.

Fill internal table with required data then do the bdc.

Regards,

Manoj Kumar P