RSEREPA9 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 RSEREPA9 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.
Selection Text: CRETIME = Creation time
Selection Text: CREDATE = Creation date
Selection Text: CLOSED = Release
Selection Text: DDATE = Last Changed On
Selection Text: PRESP = Person responsible
Selection Text: PLAST = Last changed by
Selection Text: NOCHG2 = No change possible
Selection Text: NOCHG1 = No change possible
Selection Text: LTIME = Last Changed At
Selection Text: LDATE = Last Changed On
Selection Text: VERSION = Version
Selection Text: UPDATE2 = Make change
Selection Text: UPDATE1 = Make change
Selection Text: SEGTYP = Segment
Selection Text: RELEASED = Release
Selection Text: PWORK = Agent
Selection Text: DTIME = Last Changed At
Selection Text: DPLAST = Last changed by
Selection Text: DLENG = Length
Selection Text: DFILDNUM = Number of fields
Selection Text: DELETE2 = Delete entry
Selection Text: DELETE1 = Delete entry
Selection Text: INSERT2 = Create entry
Selection Text: INSERT1 = Create entry
Selection Text: FIELDNUM = Number of fields
Selection Text: EXPLENG = Export length
Selection Text: ELTIME = Last Changed At
Selection Text: ELDATE = Last Changed On
Title: Repair IDoc segment (expert report)
Text Symbol: 112 = Entry EDISDEF deletion successful
Text Symbol: 113 = Entry EDISDEF deletion failed
Text Symbol: 106 = Entry EDISEGMENT deletion successful
Text Symbol: 107 = Entry EDISDEF deletion failed
Text Symbol: 108 = Entry EDISDEF change successful
Text Symbol: 109 = Entry EDISDEF change failed
Text Symbol: 110 = Entry EDISDEF generation successful
Text Symbol: 111 = Entry EDISDEF generation failed
Text Symbol: 012 = Segm.type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = L_TABNAME * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD02V_WA = L_DD02V * DD09L_WA = TABLES DD03P_TAB = L_DD03P * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.