‎2020 Sep 05 5:48 AM
Hello all,
I am using a BAPI - BAPI_SALESORDER_CREATEFROMDAT2 to create a sales order and ia am able to create a sales order using this BAPI but problem is when i pass more than 132 characters as a header text its only taking 132 characters and my requirement is to add more than 132 characters to the header text.
please suggest me what has to be done to get the header text more than 132 characters in sales order header text.
Thanks in Advance!!
‎2020 Sep 05 6:53 AM
Define text in more than one line.
It has been asked already:
"BAPI_SALESORDER_CREATEFROMDAT2" "header text" site:sap.com
‎2020 Sep 05 7:32 AM
Hi,
Since TLine - TDLINE 132 char length, it has to be split into next line and process.
‎2020 Sep 09 12:44 PM