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

REGARDING SCREEN ELEMENTS

Former Member
0 Likes
589

can ne 1 tel me in which DB table information abt the screen element i.e whether it is comin frm dictionary or not is stored.

i hav used the abap statement 'IMPORT DYNPRO' which gives me an internal table of type

D021S . but dis internal table does not giv information whether the screen element is comin frm dictionary or not .

also in which database table are text elements stored .

dis is a bit urgent .

helpful answers will b rewarded .

regards ,

swapnil

4 REPLIES 4
Read only

Former Member
0 Likes
540

Hi Swapnil,

Use the SCREEN table, you will find all the screen elements that u defined,

Regards,

Sunil

Read only

Former Member
0 Likes
540

hi,

try this

/SAPDMC/LISCREEN

regards,

pankaj singh

Read only

Former Member
0 Likes
540

Hi Swapnil,

You can check for the table D021T this contains program name , screen number and the elements in that screen.

I think in the structure D021S contains a field called ITYP (Internal type from ABAP Dictionary) . Hope this is useful.

Reward Points if it is helpful.

Reagrds,

Kiran I

Read only

Former Member
0 Likes
540

In the structure D021S , there is a field called ITYP , if it is from dictionay ITYP will be X i guess , check that