‎2009 Sep 09 9:29 PM
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.
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
‎2009 Sep 14 6:41 AM
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
‎2009 Sep 14 6:41 AM
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
‎2009 Sep 16 5:33 PM