cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to Classify a Class?

Former Member
0 Kudos

We have many classes and it is sometimes very difficult to find the correct class to assign to an object (like a material).  I was thinking that it would be great if we could search for a class using CL30N and also using the class search FM "BAPI_CLASS_SELECT_OBJECTS"

But I also think I remember reading somewhere that it was not possible to classify a class.  Is this true?

If a class cannot be classified, then, is there an alternative way to search for a class?

If this question has been asked and answered, please direct me to it.  I have searched and searched but cannot seem to find anything on the subject.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Larry,

as far as I know there is no class type available to classify a class. Maybe you could customize your own class type for this. That could mean that you also have to create your own dynpro for the classification screen etc. I don’t know if there are some other things to consider.

We are using keywords and class groups to organize our classes. There are search helps available for both. Therefore it can be used as a kind of classification. 

We are also using the function “Find class via Characteristics”. That can be used to display all classes which contain a specific combination of characteristics.

Thanks,

Juergen

Former Member
0 Kudos

Juergen,

I have created my own class type for some of our own objects in the past, so I am familiar with doing this, and have considered creating my own custom class type.   I do believe this will my be the way we will go.  I was just hoping there was an alternative that is considered the proper way to find a class.  I am especially interested in finding the proper class programmatically.  Do you know of any function module or class method that I can call to search for keywords and class groups?

Former Member
0 Kudos

The function BAPI_CLASS_GETLIST can be used to search for class groups. I don't know a function for searching keywords. But the keywords are available in table SWOR. You can also check the database view M_CLASA.