cancel
Showing results for 
Search instead for 
Did you mean: 

Tables to search DMS document based on classification values ?

Former Member
0 Kudos

Hello All,

Is there any tables or Function modules to search DMS documents based on its classification values ?

I know we can search it through standard transaction CV04n but I want to know the tables for other developments.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

ameya_beri
Active Contributor
0 Kudos

Hi,

If you know the class name for the document type you can find the internal class no (CLINT) from table KLAH passing class name in CLASS.

Then you can find the assigned documents and characteristics based on below tables

KSSK Class Type: 017 Get OBJEK (Object Number)

AUSP Pass OBJEK & you will get the characteristic value

Below are the tables for classification system:

AUSP     Characteristic Values    

KLAH     Class Header Data

KSML     Characteristics of a Class

KSSK     Allocation Table: Object to Class

KSML Characteristics of a Class

KSSK Allocation Table: Object to Class

CABN Characteristic

CABNT Characteristic Descriptions

CABNZ Links between Table Fields and Characteristics

CAWN Characteristic values

Below threads have similar requirement,


https://scn.sap.com/thread/1922061

https://scn.sap.com/thread/997390

https://scn.sap.com/thread/1368226

Hope this helps

Best Regards,

Ameya B.

Former Member
0 Kudos

Hello Ameya,

Thank you very much for information

Then we can use INOB table to relate object number and exact document number.

Thanks and Regards,

Sanju Bandgar

Answers (0)