2011 Dec 27 1:16 PM
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.
2011 Dec 27 2:08 PM
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.
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.
2011 Dec 27 1:20 PM
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
2011 Dec 27 2:08 PM
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.
2011 Dec 28 4:56 AM
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