DEMO_DYNPRO_MODIFY_SCREEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter DEMO_DYNPRO_MODIFY_SCREEN into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Contents of SCREEN
Selection Text: ACT = ACTIVE
Selection Text: D3D = DISPLAY_3D
Selection Text: HLP = VALUE_HELP
Selection Text: INP = INPUT
Selection Text: INT = INTENSIFIED
Selection Text: INV = INVISIBLE
Selection Text: LEN = LENGTH
Selection Text: OUT = OUTPUT
Selection Text: REQ = REQUIRED
Selection Text: RQS = REQUEST
Title: Demonstration of Dynamic Screen Modifications
Text Symbol: 001 = PBO
Text Symbol: 002 = Entry
Text Symbol: 003 = PAI
Text Symbol: 004 = MODULE ... ON REQUEST called
INCLUDE DEMO_DYNPRO_MODIFY_SCREEN_SEL.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DEMO_DYNPRO_MODIFY_SCREEN - Demonstration of Dynamic Screen Modifications DEMO_DYNPRO_MODIFY_SCREEN - Demonstration of Dynamic Screen Modifications DEMO_DYNPRO_INPUT_OUTPUT - Demonstration of Input and Output Fields on Screens DEMO_DYNPRO_INPUT_OUTPUT - Demonstration of Input and Output Fields on Screens DEMO_DYNPRO_GUI_STATUS - Demonstration of GUI Status on Screens DEMO_DYNPRO_GUI_STATUS - Demonstration of GUI Status on Screens