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

RSDYNL13 SAP ABAP Report - Screen Painter: Compare (Display) Two Screen Versions







RSDYNL13 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 RSDYNL13 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 RSDYNL13. "Basic submit
SUBMIT RSDYNL13 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDYNL13 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: Compare (Display) Two Screen Versions
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 RSDYNL13

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_COMP_VERS * CALL FUNCTION 'RS_SCRP_COMP_VERS' "obsolet ab 5.0

RS_SCRP_COMP_VERS_TREE CALL FUNCTION 'RS_SCRP_COMP_VERS_TREE' EXPORTING infoln1a = infoln1a infoln1b = infoln1b infoln2a = infoln2a infoln2b = infoln2b objname = objname versno1 = versno1 versno2 = versno2 log_dest = log_dest rem_syst = rem_syst EXCEPTIONS no_version = 01 cancelled = 02 no_differences = 03 OTHERS = 04.



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 RSDYNL13 or its description.