cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in getting Characteristic Values of Contract

Former Member
0 Kudos

Hi Experts,

Can anyone let me know, how to get all the Characteristics entries for a line item in a Contract ( i.e. VA43 -> Extras -> Configuration ).

I have used VC_I_GET_CONFIGURATION_IBASE, VC_I_GET_CONFIGURATION, and CUCB_GET_SINGLE_INSTANCE,

however all these FMs are missing a particular characteristic of a material.

Kindly let me know if you have an workaround.

Many Thanks,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prasad,

Welcome to the SDN forum,

You can know the Characteristic values from the Table AUSP go to SE16N give the table AUSP and get the Characteristic

value. For tables relevant to characteristics are given below.

CABN Characteristics ( o.a. batch/vendor)

CABNT Characteristics description

CAWN Characteristics ( o.a. material)

CAWNT Characteristics description

AUSP Characteristic Values

Regards

Ram

Former Member
0 Kudos

Hi Ram,

Thanks for your response.

What should I pass to AUSP-OBJEK?.

I have tried passing VBAP-CUOBJ and VBAP-OBJNR, it dint work out.

Many Thanks,

Prasad.

Former Member
0 Kudos

Hi Prasad,

Pass the value in AUSP - ATINN name or number of the characteristic EX:monitor, keyboard, cpu like that or AUSP - KLART class type for

EX: 300.

Check and revert

Regards

Ram

Former Member
0 Kudos

If I pass VBAP-CUOBJ to the FM, it is showing all the entries that are in

VA43 - > Extras - > Configuration -> Environment - > Change documents,

However I need only entries that are in Characteristic Value Assignment of VA43 - > Extras - > Configuration.

Kindly let me know if there is any solution.

Answers (1)

Answers (1)

Former Member

Hi,

Fetch the value from the field "CUOBJ(Configuration)" from the table "VBAP".

Pass the same to the field "instance" in the function module "VC_I_Get_Configuration".You will be able to see teh result in Configuration.Get the required value from the required characteristic.

Please goto the T.Code SE37 to pas this FM name.

Regards,

Krishna.