cancel
Showing results for 
Search instead for 
Did you mean: 

is there any function module to get vc characteristics and its value using material number?

Former Member
0 Kudos

Hi Experts,

I am using BAPI_CLASS_GET_CHARACTERISTICS, BAPI_OBJCL_GETCLASSES to get characteristics description and its values.

Is there any other Function module to pull this values using material number?

Thanks in Advance.

Ramkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member214775
Contributor

Hi Ramkumar,

you can try the following function modules:

VC_I_GET_CONFIGURATION_IBASE or CUXM_GET_CONFIGURATION where INSTANCE = MARC-CUOBJ

Best regards

Tamas

Former Member
0 Kudos

Hi Tamas,

What is MARC-CUOBJ? If a material is created (which will be assigned a configurable material), it is blank in MARC. For config material also it is blank.

Please advice.

Ritz
Active Contributor
0 Kudos

Anup Batra,

Please opne new thread, if you see similarity use link of old thread to help explaning your scenario.

         


Anup Batra wrote:

What is MARC-CUOBJ? If a material is created (which will be assigned a configurable material), it is blank in MARC. For config material also it is blank.     

If you material is configurable material , please check table MARC field CUOBJ  in se16 or se11 , value for CUOBJ in MARC will be input in FM's as instance.

VC_I_GET_CONFIGURATION_IBASE or CUXM_GET_CONFIGURATION where INSTANCE = MARC-CUOBJ

Thanks

Ritesh

jogeswararao_kavala
Active Contributor
0 Kudos

Have you tried this BAPI_OBJCL_GETDETAIL


Import parameters

MATNR value in the OBJECTKEY

MARA in OBJECTTABLE

Class name in CLASSNUM

'001' in CLASSTYPE

You will get the Class Characteristics data into these tables:

ALLOCVALUESNUM

ALLOCVALUESCHAR

Jogeswara Rao K