cancel
Showing results for 
Search instead for 
Did you mean: 

Class & Characteristics

former_member186967
Participant
0 Kudos

Dear Experts

I want the list of characteristics and their class. What are the tables i have to fetch?

Regards

Ramesh

Accepted Solutions (0)

Answers (3)

Answers (3)

jogeswararao_kavala
Active Contributor
0 Kudos

Prior to the above solution if you want to get value of CLASS by inputting Equipment then

1. Pass Equipment Number (in 18 digit format like 000000000050001100) to the field OBJEK of table KSSK  and get value of CLINT .

2. Pass this value (of CLINT) to  CLINT field of table KLAH and Get the value of CLASS  which is your Equipment Class.

3. This value of CLASS  when passed to the view table V_MKM_ZU_KLS_BEZ  you will get the details of all characteristics under this class .

KJogeswaraRao


jogeswararao_kavala
Active Contributor
0 Kudos

Hello Ramesh,

As per your query view table V_MKM_ZU_KLS_BEZ  will  be helpful to you.

Here just input Class value in the field CLASS, you would get all the characteristics alongwith their other parameters. Just try it.

Best of Luck

KJogeswaraRao

Private_Member_28603
Active Participant
0 Kudos


Hi Ramesh,

check this thread:

Should give you all details (..if you speak about EQ class & not material class).

Regards,

P