cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching batch characteristics value based on other batch characteristics value

former_member622022
Participant
0 Kudos

Dear Guru,

I have a requirement, I want the batch characteristics value to be fetched based on other characteristics value.

Requirement -

Material is configurable, I have used variant class 300 in material master. One characteristic are section size having value like 160 X 160 MM, 150 x150 MM, their is another characteristics section size i.e weight per meter. Now I want the second characterastics value to be fectehd automatically as soon I select the section size.

Please suggest how to acheive this.

Thanks

Tejas Khanna

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor

Hi there, you can derive a characteristic value based on other characteristics using procedures of SAP Variant Configuration.

Refer to SAP Help for details:

Variant Tables are useful to store input characteristics values and resulting value. This way you can avoid maintaining the procedure itself if you need to add another set of input values or change resulting values.

If your determination procedure is complex you can program it with your own function module using User-Defined Functions

This functionality is very powerful and you can define value determination schema any way you need.

Best regards

Dominik Tylczyński