Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to pull cofigurators data by giving MATNR number

paruchuri_nagesh
Active Contributor
0 Kudos

Hi Experts

Could you please let me know how can i get configurators ( Caharacterstic value assignment (IBSYMBOL table)) data by giving MATNR value

for this which tables should i join

Thanks in advance

Nagesh.Paruchuri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try FM VC_I_GET_CONFIGURATION.

oh sorry youd need the cuobj for that, doesnt work on pure materials.

anyway, a pure material has not really a configuration. it may inherit some configuration from its parent materialclass.

Once you configure it you cant talk of a simple pure material anymore since you secified this one thing, like giving it a serial number.

Edited by: Florian Kemmer on Jul 8, 2010 2:49 PM

3 REPLIES 3

Former Member
0 Kudos

try FM VC_I_GET_CONFIGURATION.

oh sorry youd need the cuobj for that, doesnt work on pure materials.

anyway, a pure material has not really a configuration. it may inherit some configuration from its parent materialclass.

Once you configure it you cant talk of a simple pure material anymore since you secified this one thing, like giving it a serial number.

Edited by: Florian Kemmer on Jul 8, 2010 2:49 PM

0 Kudos

Yes Florian

Thanks for info

As you said Material is inheriting cofiguration from its parent material class. Now i want to pull cofiguration data for that material

Let me give example

Material is X14ABCH

Cofigurable material is X14ABXX

i could see above data through MM03 tcode by selecting MRP2 view later pressing cofigurable variant

Now i want to generate a report with the specified values

for this i required respective tables to pull data . One of the table is IBSYMBOL.Looking for other tables to run a join condition

Thanks in advance for your suggestions

Nagesh.Paruchuri

0 Kudos

i dont know it as well, but only thing we need to find out is where CUOBJ for your material class is stored amd how you can select it.

sorry i cant help more...