‎2008 Aug 28 3:46 PM
Hello All,
Can anybody provide me a Function Module to get the Screen by giving Program Name and Screen Number.
Thanks,
‎2008 Aug 28 7:39 PM
You need to check the class
CL_WB_SCREEN_PAINTER
in this method
PROCESS_DYNPRO
SAP internally uses this method, so try to debug and find the information,
‎2008 Aug 28 4:04 PM
Hello
check FM RS_IMPORT_DYNPRO
CALL FUNCTION 'RS_IMPORT_DYNPRO'
EXPORTING
dylang = pmlang
dyname = programname
dynumb = screen
IMPORTING
header = header
TABLES
ftab = ifields
pltab = iflowlogic.
or you have to create join b/w table reposrc and tadir .
Thanks
Anirudh
‎2008 Aug 28 6:24 PM
Hello Anirudh,
But i need a FM to get a popup screen with the screen displaying in the popup screen by passing Program name and Screen Number.
I have awarded you points.Thanks a lot.
Thanks
‎2008 Aug 28 7:39 PM
You need to check the class
CL_WB_SCREEN_PAINTER
in this method
PROCESS_DYNPRO
SAP internally uses this method, so try to debug and find the information,
‎2008 Aug 29 11:09 AM
Hello Vijay,
Thanks a lot. But i need to get the screen display of all the elements in the screen by giving program name and screen number.
Thanks
‎2008 Aug 29 11:34 AM