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 name required

Former Member
0 Likes
752

Hi Guys,

where are classes realted to material stored Transaction CL04

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

Hi

Check the Tables

<b>KLAH</b>

CAWN

CABN

CABNT

<b>KSML

KSSK</b>

AUSP

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

5 REPLIES 5
Read only

Former Member
0 Likes
703

Hi

Check the Tables

<b>KLAH</b>

CAWN

CABN

CABNT

<b>KSML

KSSK</b>

AUSP

<b>Reward points for useful Answers</b>

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
702

Hi,

Obj. name KLAH

SQL Object KLAH

Short Text Class Header Data

Classification CA Cross-Application Components

CA-CL Classification

CA-CL-CLS Classes

Reward if useful!

Read only

Former Member
0 Likes
702

Hello,

Check these tables.


TABLES: KSSK,KLAH,CABN,AUSP,SWOR,CABN,KSML

Vasanth

Read only

kiran_k8
Active Contributor
0 Likes
702

Hi,

May be

KLAH.

or run SE84

go to dictionary

click on fields

click on table fields.

give the field name as Class.

give the description as Class Number(case sensitive).

press f8.

Now you will be able to see all the tables that have this fields.

or run st05.

activate the trace.

run cl04.

go to st05.

deactivate the trace.

click on display trace.

choost list trace.

you will be able to see into which table this field is getting populated.

K.Kiran.

Read only

younes_bouaouad
Explorer
0 Likes
702

Hi,

debug FM claf_classification_of_object and you'll find out. I guess it's KLAH.

by debugging this FM you'll know about the whole process

Regards