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_salesdocu_createfromdata and Text

Former Member
0 Likes
562

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

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

1 REPLY 1
Read only

Former Member
0 Likes
413

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