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
570

In BAPI_salesorder_createfromdat2 what is the significance of importing parameter

order_header_inx.

What does 'X' signify???

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

Harshu Madap,

Just use transaction SE37 and read the FM documentation, it is explained quiet well!.

Regards,

John.

2 REPLIES 2
Read only

Former Member
0 Likes
552

Harshu Madap,

Just use transaction SE37 and read the FM documentation, it is explained quiet well!.

Regards,

John.

Read only

Former Member
0 Likes
551

Hi,

Extracted from Documentation:

Description

This paramter fulfills the following two tasks:

Controls processing functions with the value in the UPDATEFLAG field (change indicator).

The following entries are available:

' ' : Create a new sales document

I: Create a new sales document

U: Change an existing sales document

😧 Delete an existing sales document

Controls the field entry with checkboxes

If the UPDATEFLAG field has been activated, the system only copies those fields from the SALES_HEADER_IN parameter that have been activated with 'X'.

Thanks,

Sriram Ponna.