cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Configurable Material's Variant condition Values

former_member207835
Participant
0 Kudos

Hi All,

  

     I have a requirement like below.

     I want to get Variant condition values of a Configurable Material, these values we can see in tcode CU50 but i want to find from where these values are getting displayed i mean i want to know where these values getting stored. below is the screen shot for your reference.

Please help me on this, it is very <removed by moderator> for me.

Note: I have tried to use CLAF_CLASSIFICATION_OF_OBJECTS, BAPI_OBJCL_GETDETAIL , but no luck.

Thanks

Nagesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Ritz
Active Contributor
0 Kudos

Nagesh A,

These values are varinat condtions , created via transaction VK11, check transaction VK13, use condition type VA00, input in rerquired filed and you will see the values maintained for given set.

If you need further help , please explain your complete requirement.

Thanks

Ritesh

former_member207835
Participant
0 Kudos

Hi Ritesh,

     Thanks for your reply, my requirement is i want to fetch those SD_ codes based on Material,plant and option code combination.

Example:

          Input: Material - 0401px

                   Plant    - 0001

                   Option code - 1234

Then the output should be : SD_1234 .

Thanks

Nagesh

Ritz
Active Contributor
0 Kudos

Nagesh,

I dont think its so simple to fecth conditions tied back to specific values of characterstics associated iwth input material class.

Its as good as copy piece of CU50 just for a single value of characterstic.

You can refer CU50 and create your own report to achive same, I am not aware of FM or BAPI which gives such result.

Please check FM VC_I_GET_CONFIGURATION

Thanks

Ritesh