cancel
Showing results for 
Search instead for 
Did you mean: 

Eqpt- Class-Char-Values-PM Link Table?

VenkatSekar
Participant
0 Kudos

Hi,

I have created a Eqpt and assigned a Class with Characteristics and assigned Charc.Values to it.

I wanted to generate a report where i wanted to extract a Charac.values assigned to the Eqpt.

Can anyone let me know the Tables / field names ?

Pl. help.

Accepted Solutions (0)

Answers (3)

Answers (3)

peter_atkin
Active Contributor
0 Kudos

SBKS Venkat

Have a look at the following function modules via TCode SE37:

CLAF_CLASSIFICATION_OF_OBJECTS: good for equipment

CUD0_CONFIGURATION_FROM_DB: get all equipment characteristics of which values have been entered

CLAP_DDB_GET_CLASSIFICATION: gets classes assigned to object (e.g. equipment)

CLAF_CLASSIFICATION_OF_OBJECTS: check if class assigned to object (e.g. equipment)

CLAF_CHECK_ALLOCATIONS

Former Member
0 Kudos

Hi Pithan,

Iam looking for a internal table where if i pass a eqpt no. and a characteristic, i will get the charac values.

Former Member
0 Kudos

Dear

You may get this Thro AUSP tables, then link with EQUI table to CABN, CAWN. But basically functional module also required . U can touch with abapers. Search the values thro Std CL6B t code. This will helps

MTerence
Active Contributor
0 Kudos

hi

Try TCODE CT10 - Characteritics list

CT11 - Characteristics value list

Rgds

Pithan