RPCHTBL2 is a standard ABAP INCLUDE 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 RPCHTBL2 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.
Title: Screen display routines for RPCTHJL0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = 'TABUNG HAJI MONTHLY REPORT'(TIT) FILE_NAME = ' ' HEAD_LINE1 = 'LEMBAGA TABUNG HAJI'(H01) * HEAD_LINE2 = ' ' * FOOT_NOTE1 = ' ' * FOOT_NOTE2 = ' ' * FOOT_NOTE3 = ' ' LAY_OUT = 0 DYN_PUSHBUTTON_TEXT1 = 'Print Form'(P01) DYN_PUSHBUTTON_TEXT2 = 'Error'(E01) DYN_PUSHBUTTON_TEXT3 = 'Print Form(Dot Matrix)'(P02) * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' * CURRENT_REPORT = * LIST_LEVEL = ' ' ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = IMPORTING RETURN_CODE = RET_CD TABLES DATA_TAB = DISP_BODY FIELDNAME_TAB = FIELD_NAMES * SELECT_TAB = * ERROR_TAB = EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCHTBL2 - Screen display routines for RPCTHJL0 RPCHTBL1 - Main Routines for RPCTHJL0 RPCHTBL0 - Monthly report for Tabung Haji RPCHTBL0 - Monthly report for Tabung Haji RPCHSVN0 - Modify participation codes/SI groups for social insurance RPCHSVN0 - Modify participation codes/SI groups for social insurance