‎2008 Mar 13 6:16 AM
Hi Gurus
I need information regarding any BAPI or function module which do following job:
It'll return the Maintain Value for Characteristic in Configuration View of MM03.
ex: I have a material like AFS-MAT
Class: AFS_class
Characterisic : Size
if i maintain characteristic value as LARGE .
so if i enter Materila No : AFS-MAT
Class: AFS_CLASS
then it'll return value as size : LARGE
Point will Be rewarded
Best Regards
‎2008 Mar 13 6:27 AM
try FM
BAPI_OBJCL_GETDETAIL
enter following inputs
OBJECTKEY matnr with leading zeros
OBJECTTABLE MARA
CLASSNUM class
CLASSTYPE '001'
KEYDATE default is sytem date
UNVALUATED_CHARS
LANGUAGE EN
and it will give of all the characterstics & their values
hope it helps.
anya
‎2008 Mar 13 7:28 AM
Hi Anya
Your mentioned Function module return all the Value for Characterstics not the Maintain value.
ex: supoose SIZE characteristic has values Large,Medium and SMALL. then it'll return all value not the Specific value mainatin during
crteation of Configuration Property view.
thanks
Aryan