2011 Oct 16 3:36 PM
Hi,
Could anybody tell me how I can determine the screen element type or get all the type attributes of all the elements in a screen.
I used
Import Dynprostatement but was unable to detemine if the screen element is a Text field or label or table control etc.
Is there any FM to do this or any statement or is there any way to determine the same from the list of data returned by the
Import Dynprostatement??
Please help.
2011 Oct 16 3:44 PM
Hi
There are several FM including RPY_DYNPRO_READ. You just have to pass the program name and the dynpro number to get all elements in that dynpro
You can give it a try.
Regards
2011 Oct 16 3:44 PM
Hi
There are several FM including RPY_DYNPRO_READ. You just have to pass the program name and the dynpro number to get all elements in that dynpro
You can give it a try.
Regards
2011 Oct 17 5:47 AM
Hi Try
CALL FUNCTION 'RS_IMPORT_DYNPRO'
EXPORTING
dyname = IV_REPID
dynumb = iv_dynnr
request = 'F'
TABLES
ftab = lt_d021s
pltab = lt_d022s
EXCEPTIONS
OTHERS = 0.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |