RHGRENZ2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report delimits infotypes by changing the end date to the specified delimitation date...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 RHGRENZ2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RE_RHGRENZ2 - Delimit Infotypes
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: %_VAL008 = ?...(% VAL008)
Selection Text: %_VEC037 = ?...(% VEC037)
Selection Text: %_WEG032 = ?...(% WEG032)
Selection Text: ANZEIGE = Display delimited records
Selection Text: BEGDA = Start date
Selection Text: ENDDA = End date
Selection Text: ENQ = Lock object
Selection Text: G_DAT = Delimitation date
Selection Text: HISTO = Historical record
Selection Text: INFTY = Infotype
Selection Text: ISTAT = Status
Selection Text: OBJID = Object ID
Selection Text: OTYPE = Object type
Selection Text: PCHACTIV = ?...(PCHACTIV)
Selection Text: PCHBEGDA = ?...(PCHBEGDA)
Selection Text: PCHDEPTH = ?...(PCHDEPTH)
Selection Text: PCHENDDA = ?...(PCHENDDA)
Selection Text: PCHISTAT = ?...(PCHISTAT)
Selection Text: PCHOBEG = ?...(PCHOBEG)
Selection Text: PCHOBJID = ?...(PCHOBJID)
Selection Text: PCHOEND = ?...(PCHOEND)
Selection Text: PCHOSTAT = ?...(PCHOSTAT)
Selection Text: PCHOTYPE = ?...(PCHOTYPE)
Selection Text: PCHPATHH = ?...(PCHPATHH)
Selection Text: PCHPATHL = ?...(PCHPATHL)
Selection Text: PCHPATHT = ?...(PCHPATHT)
Selection Text: PCHPLVAR = ?...(PCHPLVAR)
Selection Text: PCHSEARK = ?...(PCHSEARK)
Selection Text: PCHSVECT = ?...(PCHSVECT)
Selection Text: PCHWEGID = ?...(PCHWEGID)
Selection Text: PLVAR = Plan version
Selection Text: SUBTY = Subtype
Selection Text: TEST = Test
Selection Text: VARYF = Variation field
Selection Text: %_STP029 = ?...(% STP029)
Selection Text: %_***052 = ?...(% ***052)
Selection Text: %_ACT042 = ?...(% ACT042)
Selection Text: %_BEG021 = ?...(% BEG021)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_FILL_BUFFER CALL FUNCTION 'RH_FILL_BUFFER' EXPORTING PLVAR = objec-plvar OTYPE = objec-otype OBJID = objec-objid * INFTY = ' ' * SUBTY = ' ' ISTAT = pchistat "note1120238 * BEGDA = '19000101' * ENDDA = '99991231' * VARYF = ' ' * TB_BUFFER_FILL = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING * LOAD = 'X' VTASK = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' * AUTHY = 'X' * PPPAR_IMP = * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES INNNN = wplog_tab * ILFCODE = EXCEPTIONS ERROR_DURING_DELETE = 1 NO_AUTHORIZATION = 2 DELETE_FIRST_RECORD = 3 CORR_EXIT = 4 OTHERS = 5.
CALL FUNCTION 'RH_TURN_RELATION' EXPORTING OTYPE = infty_tab-vdata(2) EXCEPTIONS RELATION_NOT_REVERSIBLE = 1 OTHERS = 2.
RH_INVERT_RELA_INFTY CALL FUNCTION 'RH_INVERT_RELA_INFTY' EXPORTING P1001_IMP = p1001_inv IMPORTING P1001_EXP = p1001_inv EXCEPTIONS RELATION_NOT_REVERSIBLE = 1 OTHERS = 2.
RH_CUT_INFTY CALL FUNCTION 'RH_CUT_INFTY' EXPORTING LOAD = load GDATE = g_dat HISTO = histo VTASK = 'B' TABLES INNNN = wplog_tab EXCEPTIONS ERROR_DURING_CUT = 1 NO_AUTHORIZATION = 2 GDATE_BEFORE_BEGDA = 3 CUT_OF_TIMCO_ONE = 4 CORR_EXIT = 5 OTHERS = 6.
RH_CUT_INFTY CALL FUNCTION 'RH_CUT_INFTY' EXPORTING LOAD = load GDATE = g_dat HISTO = histo VTASK = 'B' TABLES INNNN = wplog_tab EXCEPTIONS ERROR_DURING_CUT = 1 NO_AUTHORIZATION = 2 GDATE_BEFORE_BEGDA = 3 CUT_OF_TIMCO_ONE = 4 CORR_EXIT = 5 OTHERS = 6.
RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING VTASK = 'D' * BUFFER_UPD = ' ' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' * CLEAR_BUFFER = 'X' * KEEP_LUPD = * WORKF_ACTV = 'X' EXCEPTIONS CORR_EXIT = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BUFFER_ACTIVE = 'X' I_CALLBACK_PROGRAM = g_repid I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' is_layout = gs_layout it_fieldcat = gt_fieldcat[] TABLES t_outtab = output_tab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RHGRENZ2' i_structure_name = 'wplog' CHANGING ct_fieldcat = e01_lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
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 RHGRENZ2 or its description.