cancel
Showing results for 
Search instead for 
Did you mean: 

Pre Populate Item Level Text Ids In Sales Order

Former Member
0 Kudos

Hi All,

Is there any way (User exit or Customer exit or BAPI ) to pre-populate the text ids along with text in sales order at the time of sales order creation for particular item categories ?

is it possible through standard sap ? Please help in this

Thanks and regards

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

Yes, this can be very much possible through Standard SAP SD basic functionality of Text Control.

For your requirement, you have to use Text determination for Sales - Item.

For your understanding refer following links:

- [Text Determination SAP SDN wiki|http://wiki.sdn.sap.com/wiki/display/ERPLO/TextDeterminationprocedureinSD]

- [Text Control|http://help.sap.com/saphelp_45b/helpdata/en/1a/fdeb47b535d1118b3f0060b03ca329/frameset.htm]

- [Text Determination|http://www.magnatraining.com/sap/sap-tutorials/sap-sd/text-determination-in-sap-sd.html]

Hope this can assist you.

Thanks & Regards

JP

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Similar question has been recently answered in the forum, check the link You can control the auto population of the text only for certain item categories using user exit USEREXIT_MOVE_FIELD_TO_TVCOM_I in include MV45AFZB.

Regards,

Former Member
0 Kudos

Hi Shivaram,

Thanks for reply,

with the help of this user exit (USEREXIT_MOVE_FIELD_TO_TVCOM_I ) in include MV45AFZB, Is it possible to to insert the new text id (Z text id) if the material (Item) has satisfy these conditions (MVKE-PRAT1 = 'X' and MVKE-PRAT2 = 'X' and ship to country is (T005-XEGLD = 'X')?

Main requirement is if the user create the sales order based on above conditions (MVKE-PRAT1 = 'X' and MVKE-PRAT2 = 'X' and ship to country is (T005-XEGLD = 'X') for an item i need to auto populate the text along with the text id , again from the sales order i will fetch that text and displayed in the order confirmation output type (BA00) i.e in script i should display the text ?

Pls help on this