on 2007 Jul 09 9:32 PM
Hi every one,
i have a BOM with material name 'abc' and it has characteristics and class assigned to it. when i select a particular characteristic in the sales order it should append a letter to the existing name of the material. so that the selection differentiates wht characteristic is selected.
Its like material name should change based on the characteristics.
one more simple ex:
material name - 'bike'
bike with color green -
'bike-gr'
green bike with 120 cc -
'bike-gr-120cc'
how to approach this ????
rewards for sure
thanks
mmn
Message was edited by:
mmn...!!
Mmn,
The fucntion module exit EXIT_SAPFV45S_002 is triggered at sales order save. When you perform the configuration and save these values should be available to you. Check with your Abaper how this is to be coded. I could see the field ARKTX (sales order item text) in the export parameters E_VCSDPOS and E_VBAP which means this could be changed. Now how exactly you get the info from characteristics you need to check with abaper.
Regards
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mmn,
You could use the enhancement V45S0001 (Update sales document from configuration). The VBAP-ARKTX stores the sales item description. So you could code to append this field from the sales configuration.
Hope this helps.
Regards
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.