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: Create INQUIRY/QUOTATION/SALESORDER- (from data2)

Former Member
0 Kudos

Hi ALL...

We can create

INQUIRY/QUOTATION/SALESORDER

using BAPI (Create from data2)........

there are some stuctures/tables as parameters like:

ORDER_HEADER_INX

ORDER_ITEMS_INX

ORDER_SCHEDULES_INX

ORDER_CONDITIONS_INX

what is use of these structures/tables and what is effect?...

and where i can get detailed documentation of all these Structures/tables

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Go to Documentation in the Function module. You will see the description of all the paramters there, and how they would need to be filled.

On the segments you asked, those denote the change indicator

The following entries are available:

' ': Create a new sales document item

I: Create a new sales document item

U: Change an existing sales document item

😧 Delete an existing sales document item

2 REPLIES 2

Former Member
0 Kudos

Go to Documentation in the Function module. You will see the description of all the paramters there, and how they would need to be filled.

On the segments you asked, those denote the change indicator

The following entries are available:

' ': Create a new sales document item

I: Create a new sales document item

U: Change an existing sales document item

😧 Delete an existing sales document item

Former Member
0 Kudos

Answered ..Thanks