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 Table name for Screen Painter?

Former Member
0 Likes
1,192

Hello Experts,

When we create a Screen(Say 0100) for a program, we design the layout for it. I would like to know the SAP table name which stores the "General Attributes" under "Element List" of a screen (Like Name,Type:Text, pushbuttons etc). Which would help me to handle the screen layout dynamically.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
843

Hi,

I think those info can be retrieved with one of those fm:

- IMPORT_DYNPRO

- RS_IMPORT_DYNPRO

- RS_SCRP_DYNPRO_READ_NATIVE

Hope this helps,

kr,

Manu.

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
843

I dont have access to editor now but you can go in element list and press f1 check technical atributes..you will get the technical idea...

Nabheet

Read only

Former Member
0 Likes
844

Hi,

I think those info can be retrieved with one of those fm:

- IMPORT_DYNPRO

- RS_IMPORT_DYNPRO

- RS_SCRP_DYNPRO_READ_NATIVE

Hope this helps,

kr,

Manu.

Read only

Former Member
0 Likes
843

Hi,

check FM RPY_DYNPRO_READ.

GIve your program name in import parameters PROGNAME and screen no in DYNNR.

(If you are not sure with the screen number check table D020S with program name)

Execute the FM.

Under tables FIELDS_TO_CONTAINERS parameter you can find the screen attributes.

Jshree