cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module in Variant Configuration

Former Member
0 Kudos
3,074

Hi SCN Members.

Based on FM in CU65, with some formula based on characteristics A and characteristics B  I will get the values of characteristics C.

* characteristics C, has 600 values in CT05.

1.   I am passing characteristics A, in function CUOV_GET_FUNCTION_ARGUMENT to get its value.

2.  I am passing characteristics B, in function CUOV_GET_FUNCTION_ARGUMENT to get its value.

3.   Then based on a formula, I am getting 10  correct values for characteristics C.

Now I want that only these 10 values should be visible for user when user tries to check the values via F4 for  characteristics C while configuring.

Please guide me   and other respected members.

Thanking you,

Regards

Ashish Mishra

View Entire Topic
keyur_mistry1
Active Participant
0 Kudos

Ashish Mishra,


For the Cstics C u are seeing apprt from 10 other two it means all possible answer of Cstics A & B is already given in Cstics C right?


Now when you F4 the Cstics, you have needs to see only result value not other then that. Right?


If yes then read my below comment.


I just want to say If Cstics "C" is inferring value only base on the A & B Cstics then why we have need to maintain all possible value in C cstics.


If you are not maintaining the possible value for C Cstics and the value only infer base on A & B only. Then you will see only resulting value. Remove all possible value from cstics C. (If needed you can keep additional value tick mark and keep Cstics as not ready for input).


Thanks,

JulianCardenas
Explorer
0 Kudos

Hello, I am really interested in managing more than one possible output in a variant function letting the user select later the right value. Do you still have any idea how to manage this scenario?

For example, using variant function to get all the BOM items from a header material number (already specified in a charcateristic) and the let the user select through a F4 help which of the possible items will be the selected one. 

Do you see any other work around solution (maybe we do not need to use variant functions)?

Thank you!