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

SAP Tables

0 Likes
941

Hi All,

I would like to know if there is any Standard table which stores all the Screen Elements of a particular Screen along with the Program name.

And also I need the information regarding the attributes of a particular screen element(any table for this?).

Points Will be rewarded.

Thanks and Regards,

Santosh.

Message was edited by:

Santosh Kumar KezkhepatMelathil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
917

Hi,

Look to these tables:

d020t

d020s

d021t

dd30l

<b>Reward points</b>

Regads

Hi,

Look to these tables:

d020t

d020s

d021t

dd30l

<b>Reward points</b>

Regads

6 REPLIES 6
Read only

Former Member
0 Likes
917

try to execute that particular transaction through ST05 tcode.There you can find table name.

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
917

Hi,

There is a structure 'SCREEN' which stores all the details of the screen, it's group and all during runtime.

I don't think there is any table available..

Cheers,

Simha.

Read only

Former Member
0 Likes
917

Hi

Check the tables for screen related stuff

<b>D020S

D020T</b>

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

Regards

Anji

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
917

Hi,

Try the table D021T.

Regards,

Sesh

Read only

Former Member
0 Likes
917

Hi Santosh,

Use

Loop at Screen.

  • Here you will get all the screen elements

endloop.

Regards

Arun

Read only

Former Member
0 Likes
918

Hi,

Look to these tables:

d020t

d020s

d021t

dd30l

<b>Reward points</b>

Regads