on 2007 Mar 30 10:54 AM
whats the table name for class description field in CL02 tcode.
Thanks in advance.
Request clarification before answering.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
u can find in table TCLGT..
Regards,
nagaraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the bapi: BAPI_CLASS_GETDETAIL to get all the details of a class.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
TCLGT
Regards,
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 22 | |
| 15 | |
| 14 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.