Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table for Hierarchy in Classification system

Former Member
0 Likes
6,007

Hi Experts,

I used the classification system in r/3 to do my datamodell (TRANSACTION CL02). Now I want to write a ABAP-Report to give me a material's class, superklass and when possible its superclass. Therefore I think there must be a table containing the hierarchy of the classification I defined in TRANSACTION CLHP. Can you tell me which table I have to read from? Couldn't find the answer via google.

thank you.

PS.: usually classification information is stored in ausp. I already checked this but the information about classes can't be found there.

Hi Experts,

I used the classification system in r/3 to do my datamodell (TRANSACTION CL02). Now I want to write a ABAP-Report to give me a material's class, superklass and when possible its superclass. Therefore I think there must be a table containing the hierarchy of the classification I defined in TRANSACTION CLHP. Can you tell me which table I have to read from? Couldn't find the answer via google.

thank you.

PS.: usually classification information is stored in ausp. I already checked this but the information about classes can't be found there.

9 REPLIES 9
Read only

former_member194669
Active Contributor
0 Likes
3,865

Have you checked fm K_HIERARCHY_TABLES_READ ?

Read only

Former Member
0 Likes
3,865

HI Daniel,

pls refer the following links. they may help you.

http://209.85.175.104/search?q=cache:RnfUZCDpQYEJ:www.biomediator.org/publications/genestar_implemen...TableforHierarchyinClassificationsystem&hl=en&ct=clnk&cd=5

http://www.patentstorm.us/patents/7272518.html

thanks

sagar

reward me if usefull

Read only

0 Likes
3,865

Hello,

unfortunately these links don't refer to a sap r/3.

About K_HIERARCHY_TABLES_READ. I read that it will read profit center data. Plus the classification table ausp isn't used as well. The r/3 classification system cacl uses table ausp to store classifikation data in it. I want to read the "Superclasses" of a material, I used cl02 to create.

If anyone knows anything about where CLHP stores its information (that's the transaction the hierarchy is created; meaning you can say class a is superclass of class b e.g.), please tell me?

Read only

0 Likes
3,865

Hello,

I just found a Transaction that gives me the information I need:CC04.

But I need the information in abap. not in r/3.

Maybe someone knows that transaction.

Read only

0 Likes
3,865

Doesn't anybody know in which table I can find the superclass of a classification?

Read only

0 Likes
3,865

There must be a table in which sap saves information about the direct superclass. otherwise it would not understand that it needs to let me fill in the values of the superclass's characteristic in mm01 and not just the ones from the selected class. But where is it stored?

Read only

0 Likes
3,865

KSSK

KLAH

Read only

adrito_brinca
Explorer
3,865

Hi, the question is old but just in case someone needs to find this information, like it just happened to me now, the table is KSSK (Allocation Table: Object to Class), with Indicator Object/Class field set to K. With this selection criteria the objects assigned to a Class that we get on the table are its subclasses (just the child ones)

Rgards

Read only

0 Likes
3,865

Thanks for answering this question despite its age, that helped me!