‎2006 Jul 06 2:11 PM
Hi,
In BAPI_SALESORDER_CREATEFROMDAT2 you can easily commit text to the sales order by using structure BAPISDTEXT. Is anything like this possible in bapi_salesdocu_createfromdata ?
with regards
‎2006 Jul 06 2:14 PM
Bapi_salesdocu_createfromdata does not have the inteface for creating texts. If you are using Bapi_salesdocu_createfromdata u need to create the text after the bapi call using the function Save_text and commit the transaction after SAVE_TEXT is successful.
-Kiran
‎2006 Jul 06 2:14 PM
Bapi_salesdocu_createfromdata does not have the inteface for creating texts. If you are using Bapi_salesdocu_createfromdata u need to create the text after the bapi call using the function Save_text and commit the transaction after SAVE_TEXT is successful.
-Kiran