SAP Reports / Programs | Payroll | Malaysia(PY-MY) SAP PY

RPCS8BL2 SAP ABAP INCLUDE - Screen display routines for RPCS8BL0







RPCS8BL2 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 RPCS8BL2 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 RPCS8BL2. "Basic submit
SUBMIT RPCS8BL2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCS8BL2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Screen display routines for RPCS8BL0


INCLUDES used within this REPORT RPCS8BL2

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:

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = 'SOCSO 8B MONTHLY REPORT'(TIT) FILE_NAME = ' ' HEAD_LINE1 = 'BORANG 8B-SOCSO'(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 = 'Recoveries'(R01) DYN_PUSHBUTTON_TEXT4 = 'Socso Payment Slip'(P03) "LK#1558106 * AAL9CK161524 >> * DYN_PUSHBUTTON_TEXT4 = 'Print Form(DotMatrix)'(P02) * 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.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = 'SOCSO 8B MONTHLY REPORT'(TIT) FILE_NAME = ' ' HEAD_LINE1 = 'BORANG 8B-SOCSO'(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 = 'Recoveries'(R01) DYN_PUSHBUTTON_TEXT4 = 'Socso Payment Slip'(P03) "LK#1558106 * AAL9CK161524 >> * DYN_PUSHBUTTON_TEXT4 = 'Print Form(DotMatrix)'(P02) * 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_BODY1 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.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = 'SOCSO RECOVERIES'(R02) FILE_NAME = ' ' HEAD_LINE1 = 'BORANG 8B-SOCSO'(H01) * HEAD_LINE2 = ' ' * FOOT_NOTE1 = ' ' * FOOT_NOTE2 = ' ' * FOOT_NOTE3 = ' ' LAY_OUT = 0 DYN_PUSHBUTTON_TEXT1 = 'Recoveries'(R01) * dyn_pushbutton_text2 = 'Error'(e01) * dyn_pushbutton_text3 = 'Recoveries'(r01) * 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 = RECOVERY_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.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = 'SOCSO 8B MONTHLY REPORT'(tit) file_name = ' ' head_line1 = 'BORANG 8B-SOCSO'(h01) lay_out = 0 dyn_pushbutton_text2 = 'Error'(e01) dyn_pushbutton_text3 = 'Recoveries'(r01) additional_options = ' ' IMPORTING return_code = p_ret_cd TABLES data_tab = p_disp_body fieldname_tab = p_field_names EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = 'SOCSO 8B MONTHLY REPORT'(tit) file_name = ' ' head_line1 = 'BORANG 8B-SOCSO'(h01) lay_out = 0 dyn_pushbutton_text2 = 'Error'(e01) dyn_pushbutton_text3 = 'Recoveries'(r01) additional_options = ' ' IMPORTING return_code = p_ret_cd TABLES data_tab = p_disp_body1 fieldname_tab = p_field_names EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.



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