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

ABAP Screen Metadata

Former Member
0 Likes
940

Hi,

How and where the ABAP screen details or metadata is stored?

Thanks in advance,

Regards

Ramesh.

Hi,

How and where the ABAP screen details or metadata is stored?

Thanks in advance,

Regards

Ramesh.

6 REPLIES 6
Read only

Former Member
0 Likes
908

Hi Ramesh,

you can obtain help at any level, for any object or code by placing the curser at it at pressing F1 key.

In the window that pops up, click the fourth icon to get the TECHNICAL INFORMATION.

In addition you can find help at <a href="http://help.sap.com/">http://help.sap.com/</a>

Regards,

Shankar

Read only

Former Member
0 Likes
908

Dear Ramesh,

Could you be more specific. Its not clear from your message, what exactly you want.

Regards,

Deva.

Read only

0 Likes
908

Hi Deva,

I need to know where the information about the screen, that is developed in the screen painter is saved.

This metadata is actually used to construct the screen during runtime..

Regards

Ramesh

Read only

0 Likes
908

Hi ramesh,

1. there are many tables.

2. one such package is SCRP

D020T Screen Short Description

D021T Screen Key Word Texts

ICO_P Icons for pushbuttons in screens

PROP_ELTYP Property Bag: Value Table of the Element Types

TFAWT Screens: Screen Groups for Programs

3. other tables are

D020T Screen Short Description

D021T Screen Key Word Texts

DDFTX Run-time object with Screen Painter texts

4. THE ABOVE IS NOT THE EXHAUSTIVE LIST.

There many be other tables also.

I hope it helps.

regards,

amit m.

Read only

0 Likes
908

Hi,

use fm IAC_GET_DYNPRO_INFO

regards Andreas

P.S.

hello forum,

merry christmas and a new blessed year

to all

Read only

Former Member
0 Likes
908

Hi that data is stored in cluster tables.

Satish