‎2006 Jun 07 8:44 AM
Hi All
While creating sales order using BAPI_SALESORDER_CREATEFROMDAT2, I am able to populate the Sales Header text fields but unable to populate Sales Item text fields. Is it possible to populate Sales Item text fields at the time of creation of sales order? If not, after creating sales order can we use BAPI_SALESORDER_CHANGE to populate item text fields?
Thanks in advance,
Sree Ramya
‎2006 Jun 07 8:58 AM
Hi,
you can update the ITEM texts using the FM <b>SAVE_TEXT</b> using the appropriate prameters.
Regards
vijay
‎2006 Jun 07 8:50 AM
Hi,
You can load the ITEM Texts in the parameter ORDER_TEXT.
IF you want to do it later, you will have to use SAVE_TEXT followed by COMMIT_TEXT function.
Regards,
Ravi
‎2006 Jun 07 8:58 AM
Hi,
you can update the ITEM texts using the FM <b>SAVE_TEXT</b> using the appropriate prameters.
Regards
vijay
‎2006 Jun 07 9:58 AM
Hi Sree,
You can create Item level texts using BAPI_SALESORDER_CHANGE.
Just ensure that you pass correctly : Document number i.e. Sales order number , Item number , text ID and language in tables parameter ORDER_TEXT of this BAPI.
You will have to call BAPI_TRANSACTION_COMMIT after call to BAPI_SALESORDER_CHANGE.
Hope it helps.
Regards,
Akshay Bhagwat
Note: Some points will be fine if that helped you:)