‎2008 Oct 07 3:00 PM
Hi Gurus,
I was created some set of characteristics and class type 300 with these characteristic. Also, I created material for configuration. After that, I created new material with these CM. I filled up some values for these characteristics. Everything works fine. But, I want to print these characteristics. How to achieve these values???? Which BAPI or FM can get this? And what set of parameters I need for this FM?
Thank you in advance.
‎2008 Oct 07 3:03 PM
‎2008 Oct 07 3:34 PM
Thanks but I already created everything and fill some values into characteristics. I dont need to create, just to read values of these characteristics for specific material.
‎2008 Oct 07 4:01 PM
‎2008 Oct 22 8:05 AM
FM 'VC_I_GET_CONFIGURATION' is what I was looking for. Thank you anyway.
‎2008 Oct 22 8:27 AM
Hello,
You can use this Fm also.......
CUAB_DISPLAY_CD_CONFIGURATION
‎2010 Aug 04 10:27 PM
All,
There are 2 function modules to get characteristics info:
1. CUAB_DISPLAY_CD_CONFIGURATION
2. CUD0_GET_VAL_FROM_INSTANCE
Both work off the CUOBJ value that is derived either from the RESB table for the Prod Order (component config information extraction) or from the Purchase Order table EKPO.
Question is what is the diff b/w the 2 function modules in terms of the output they generate.
My interest is to find a function module that will extract all the component characteristics (chars of class 300)
Pls let me know
Thanks