Application Development 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: 

Table in which screen Elements are stored

0 Kudos

Hi All,

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

Thanks,

Santosh.

8 REPLIES 8

former_member195383
Active Contributor
0 Kudos

Hi ,

The screenelements are stored in the structure FELD , dynamically

0 Kudos

Hi,

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

Thanks,

Santosh

0 Kudos

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.

0 Kudos

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

0 Kudos

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

0 Kudos

Hi Santosh,

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

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

Former Member
0 Kudos

Hi

see this structure FELD screen fields are stored in this structure

Former Member
0 Kudos

Hi..

Check table SCREEN..