cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

class description table

Former Member
0 Kudos
3,299

whats the table name for class description field in CL02 tcode.

Thanks in advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks

former_member404244
Active Contributor
0 Kudos

Hi ,

u can find in table TCLGT..

Regards,

nagaraj

Former Member
0 Kudos

You can use the bapi: BAPI_CLASS_GETDETAIL to get all the details of a class.

amit_khare
Active Contributor
0 Kudos

TCLGT

Regards,

Amit

NeeleshJ
Product and Topic Expert
Product and Topic Expert
0 Kudos

The description of the class is being considered as keywords to the classification object. thus stored in the table SWOR. you can find with internal class number.

so get the CLINT from KLAH, then retrieve the class description from field KSCHL, KSCHG from SWOR Table for respective CLINT and language. #VCJNAVC24