cancel
Showing results for 
Search instead for 
Did you mean: 

How to append an alphabet to material name based on characteristic selectin

madhan_narlapuram
Contributor
0 Kudos
85

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...!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

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

Former Member
0 Kudos

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

madhan_narlapuram
Contributor
0 Kudos

could u please eloberate ... and how will i append it with the material name ?

do i have to contact abaper .. is there a way for customization ?

how will i use V45S0001 ??

thank you

mmn