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 in which screen Elements are stored

0 Likes
1,393

Hi All,

Can you please tell me in which table the screen elements are stored?

Thanks,

Santosh.

Hi All,

Can you please tell me in which table the screen elements are stored?

Thanks,

Santosh.

8 REPLIES 8
Read only

former_member195383
Active Contributor
0 Likes
1,321

Hi ,

The screenelements are stored in the structure FELD , dynamically

Read only

0 Likes
1,321

Hi,

How can i retrieve them from the structure "FELD"?

Thanks,

Santosh

Read only

0 Likes
1,321

Hi...

All these screen elements will be stored in screen table dynamically

in your pbo or pai ...you can loop on to that table...and access the screen elements..

loop at screen.

:

< here screen-NAME will conatin the screen element name.>

:

endloop.

u can check in debugging all the attributes for the same.

Read only

0 Likes
1,321

Hi,

I know that it will be stored in screen table....

but i am writting a report where i can fetch all the screen elements and want to know whether it is modified compared to dictionary.

Thanks,

Santosh

Read only

0 Likes
1,321

Hi,

The selection screen elements are stored in structure SCREEN.

you can access this structure contents by declaring the fields of the structure directly, it has fields like NAME, GROUP1,GROUP2 etc,

Just go to Debugger and see the remaining fields.

Regards

Bala Krishna

Read only

0 Likes
1,321

Hi Santosh,

I dont think its stored in any database table...

It is only dynamically stored in Screen internal table ...

Read only

Former Member
0 Likes
1,321

Hi

see this structure FELD screen fields are stored in this structure

Read only

Former Member
0 Likes
1,321

Hi..

Check table SCREEN..