SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Screen Painter(BC-DWB-TOO-SCR) SAP BC

RSDYNL12 SAP ABAP Report - Screen Painter: Display Screen Version







RSDYNL12 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is part of screen version management and allows you to display a version of the screen...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSDYNL12 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSDYNL12. "Basic submit
SUBMIT RSDYNL12 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDYNL12 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: VERSNO = ?...(VERSNO)
Selection Text: OBJNAME = ?...(OBJNAME)
Selection Text: INFOLNB = ?...(INFOLNB)
Selection Text: INFOLNA = ?...(INFOLNA)
Title: Screen Painter: Display Screen Version
Text Symbol: 029 = Used Line
Text Symbol: 030 = Used Column
Text Symbol: 031 = Hold Data
Text Symbol: 032 = Master Language
Text Symbol: 033 = Cursor Position
Text Symbol: 034 = Di
Text Symbol: 035 = Lg
Text Symbol: 036 = FORM
Text Symbol: 037 = In/out
Text Symbol: 038 = Dic
Text Symbol: 039 = Mod
Text Symbol: 040 = HD
Text Symbol: 041 = UIB
Text Symbol: 042 = FAR
Text Symbol: 043 = OBL
Text Symbol: 044 = U/L
Text Symbol: 046 = REC
Text Symbol: 047 = F.0
Text Symbol: 048 = *-E
Text Symbol: 049 = NRS
Text Symbol: 028 = Screen Group
Text Symbol: 001 = Memory ID=
Text Symbol: 004 = Screen type
Text Symbol: 005 = Authorization ID
Text Symbol: 006 = User conversion exit
Text Symbol: 007 = Currency Key
Text Symbol: 008 = Matchcode Field
Text Symbol: 009 = Matchcode file
Text Symbol: 010 = Loop End
Text Symbol: 011 = Loop start Loop factor =
Text Symbol: 012 = ( variable loop ) loop start
Text Symbol: 013 = Field
Text Symbol: 014 = Ln





Text Symbol: 015 = Flow Logic
Text Symbol: 016 = Modif. Groups 1..4
Text Symbol: 017 = Loop Factor =
Text Symbol: 018 = Date
Text Symbol: 019 = Time
Text Symbol: 020 = Selection Screen
Text Symbol: 021 = List Screen
Text Symbol: 022 = Parallel Screen
Text Symbol: 023 = Modal Dialog Box
Text Symbol: 024 = SAPscript Screen
Text Symbol: 025 = Graphics Screen
Text Symbol: 026 = Normal
Text Symbol: 027 = Next Screen


INCLUDES used within this REPORT RSDYNL12

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RS_SCRP_SHOW_VERS CALL FUNCTION 'RS_SCRP_SHOW_VERS' EXPORTING INFOLNA = INFOLNA INFOLNB = INFOLNB OBJNAME = OBJNAME VERSNO = VERSNO EXCEPTIONS NO_VERSION = 01 CANCELLED = 02 OTHERS = 03.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDYNL12 or its description.