cancel
Showing results for 
Search instead for 
Did you mean: 

how to find where used list of classes in apo

Former Member
0 Kudos

Hi,

Where we can find "where used list of classes" in APO.

Is there any transaction or report? please help.

Thanks,

Krish

Accepted Solutions (1)

Accepted Solutions (1)

rajkj
Active Contributor
0 Kudos

Hi Krish,

You can use the t.code CL30N to find the objects that are associated with a given class more or less similar to where used list of the class.

The query returns the object number and object category. If you don't know the class type and objects assignments mapping (for instance, class types 230 represents batches that can be assigned to location products), then it will be tough task.

  • You need to query the table TCLAX to find out the OBTAB value for the returned object category
  • Query the table name to get the object name.

For instance, consider your object category is Vrs. The corresponding OBTAB value is /sapapo/verkey. This table has product number as well as batch number (i.e. version in APO).

However, the following tables and views also might be useful.

Tables

TCLAX - Classification.
KLAH - Class header

KSSK - Object assignment to class

AUSP - Characteristics values

Views
KSAUSPOB

KSSKAUSP

http://scn.sap.com/thread/3306219

Thanks,

Rajesh

Former Member
0 Kudos

Thanks Rajesh,

Very useful information.

Regards,

Krish

rajkj
Active Contributor
0 Kudos

Hi Krish,

You're welcome. Glad to know that it was useful to you.

Thanks,

Rajesh

Answers (1)

Answers (1)

former_member189901
Contributor
0 Kudos

Hii Krish,

1. Enter the name of your class and the class type.

From the class maintenance menu, choose Environment ® Where-used list.

2. Otherwise check in transaction CL24N, put class name and class type there you can found where the class has already been assigned.

Regards

Debashis