SAP Reports / Programs

RE3TR_SELSCREEN SAP ABAP Report - Migration. Carrier Report for Text Elements







RE3TR_SELSCREEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Template for migration reports...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 RE3TR_SELSCREEN 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 RE3TR_SELSCREEN. "Basic submit
SUBMIT RE3TR_SELSCREEN AND RETURN. "Return to original report after report execution complete
SUBMIT RE3TR_SELSCREEN 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: ANZ_PUFF = D Commit interval
Selection Text: ERRNAME = D Name error file with direct.
Selection Text: ERR_ABS = D Absolute error
Selection Text: ERR_INT = D Error interval
Selection Text: ERR_REL = D Relative error in %
Selection Text: FILENAME = Name import file + directory
Selection Text: KNZ_ERR = D Create error file
Selection Text: K_CHECK = D Check file layout
Selection Text: K_LCKSAV = D Save Object Lock
Selection Text: K_REPEAT = D Restart
Selection Text: K_TEST = D Test Run
Selection Text: MODE = Batch input - processing mode
Selection Text: N_DIALOG = D Suppress Maintenance Screens
Selection Text: P_EVENT = D Write workflow events
Selection Text: P_STAT = D Write statistics
Selection Text: QCP = D Legacy system character set
Selection Text: U_ONLINE = D Update Online
Selection Text: ZCP = D IS-U character set
Title: Migration. Carrier Report for Text Elements
Text Symbol: T06 = BDC object
Text Symbol: T05 = Performance
Text Symbol: T04 = Cancelation cntr
Text Symbol: S01 = Character set.........
Text Symbol: S02 = Test Run..............
Text Symbol: S03 = Restart...............
Text Symbol: S04 = Commit count..........
Text Symbol: S05 = Statistics...........
Text Symbol: S06 = Workflow events.......
Text Symbol: S07 = Error barrier
Text Symbol: S08 = Error barrier
Text Symbol: S09 = Error intervall.......
Text Symbol: S10 = Check- file layout....
Text Symbol: S11 = Reference migration object....
Text Symbol: S12 = Imported data records......
Text Symbol: S13 = of which contain errors....
Text Symbol: S14 = Pieces
Text Symbol: S15 = of which already migrated..
Text Symbol: S16 = Import File





Text Symbol: S17 = Error file
Text Symbol: S18 = Application Server....
Text Symbol: S19 = PID...................
Text Symbol: T01 = Migration file
Text Symbol: T02 = Error file
Text Symbol: T03 = Flow Control


INCLUDES used within this REPORT RE3TR_SELSCREEN

INCLUDE RE3DAALL.
INCLUDE RE3DABDC.


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:

No SAP FUNCTION MODULES are executed within this report code!



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