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

DATA HEADER FROM BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
868

Hi;

i´m working with this bapi "BAPI_SALESORDER_CREATEFROMDAT2" and works Ok... but users are asking for passing two more fields in the bapi:

in tcode VA01 we have this two fields.

push button

1) in SALES tag there is a field called

2) in ORDER DATA tag in SOLD TO PARTY region there is a field called

In the header table "bapisdhead" i just can see BNAME field, but with this description field name so i´m not sure if it is the one i need, but there is no VSNMR_V field.

there is any other header table where i can find this fields and pass it in the bapi.

Thanks on advance.

David Fúnez

Tegucigalpa, Honduras

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
704

Hi David,

In bapiI BAPI_SALESORDER_CREATEFROMDAT2, the importing parameter ORDER_HEADER_IN is of type BAPISDHD1.

In structure BAPISDHD1, there is a field VERSION of type VSNMR_V and NAME of type BANME_V which is available.

Regards,

Vinod

2 REPLIES 2
Read only

rvinod1982
Contributor
0 Likes
705

Hi David,

In bapiI BAPI_SALESORDER_CREATEFROMDAT2, the importing parameter ORDER_HEADER_IN is of type BAPISDHD1.

In structure BAPISDHD1, there is a field VERSION of type VSNMR_V and NAME of type BANME_V which is available.

Regards,

Vinod

Read only

0 Likes
704

thanks a lot... solved