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

Billing type in BAPI_SALESORDER_CREATEFROMDAT2 function Module

Former Member
0 Likes
441

Hi,

Am creating sales orders through my program using the Function Module "BAPI_SALESORDER_CREATEFROMDAT2".

I have data(fields) for which i have to create a Sales orders.

I have mapped all the fields to the structures in the FM except Billing Type, I couldn't find where to map this "billing type" field in the Function Module.

I want to know into which structure's field in the above FM should this Billing type to be mapped.

Thanks,

Adithya M.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

Hi

Billing type is linked to order type so u don't need to transfer it by BAPI.

Max

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi

Billing type is linked to order type so u don't need to transfer it by BAPI.

Max

Read only

naimesh_patel
Active Contributor
0 Likes
394

Why do you need to pass the Billing Type when you are creating the Sales Order? Only Sales order type is required in the sales order creation.

Based on the configuration maintained in the sales order, if future, system will create the specific type of delivery and Specific type of Billing document.

Regards,

Naimesh Patel