SAP Reports / Programs | Payroll | Australia(PY-AU) SAP PY

RPLRECQ0F_CE SAP ABAP INCLUDE - INCLUDE RPLRECQ0F_CE







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


Text pool values


Title: INCLUDE RPLRECQ0F_CE


INCLUDES used within this REPORT RPLRECQ0F_CE

INCLUDE RPCCOMQ0_CE.
INCLUDE RPCRTPQ0_CE.


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_AU_GET_BUSINESS_NUMBER CALL FUNCTION 'HR_AU_GET_BUSINESS_NUMBER' EXPORTING werks = p0001-werks btrtl = p0001-btrtl datum = sy-datum IMPORTING abnum = abnum brnum = brnum EXCEPTIONS missing_config = 1 missing_persa = 2 missing_brtrl = 3 abn_not_found = 4 OTHERS = 5.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = SY-repid i_save = gc_save is_layout = ls_layout it_fieldcat = lt_fieldcat_head it_events = lt_events i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_item is_keyinfo = ls_keyinfo IS_PRINT = ls_print IT_SORT = LT_SORT TABLES t_outtab_header = gt_header t_outtab_item = gt_item EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = iv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = gv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = gv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = DTAB_CE-PERNR INFTY = '0001' TABLES INFTY_TAB = P0001.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = DTAB_CE-PERNR INFTY = '0000' TABLES INFTY_TAB = P0000.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = DTAB-PERNR INFTY = '0001' TABLES INFTY_TAB = P0001.

HR_AU_GET_BUSINESS_NUMBER CALL FUNCTION 'HR_AU_GET_BUSINESS_NUMBER' EXPORTING werks = p0001-werks btrtl = p0001-btrtl datum = sy-datum IMPORTING abnum = L_abnum brnum = L_brnum EXCEPTIONS missing_config = 1 missing_persa = 2 missing_brtrl = 3 abn_not_found = 4 OTHERS = 5.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' PERNR = PERNR INFTY = '0001' * BEGDA = '18000101' * ENDDA = '99991231' * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = P0001.

HR_AU_GET_BUSINESS_NUMBER CALL FUNCTION 'HR_AU_GET_BUSINESS_NUMBER' EXPORTING werks = p0001-werks btrtl = p0001-btrtl datum = sy-datum IMPORTING abnum = abnum brnum = brnum EXCEPTIONS missing_config = 1 missing_persa = 2 missing_brtrl = 3 abn_not_found = 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 RPLRECQ0F_CE or its description.