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

RPCDTBQ1_CE SAP ABAP INCLUDE - INCLUDE RPCDTBQ1_CE







RPCDTBQ1_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 RPCDTBQ1_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 RPCDTBQ1_CE. "Basic submit
SUBMIT RPCDTBQ1_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDTBQ1_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 RPCDTBQ1_CE


INCLUDES used within this REPORT RPCDTBQ1_CE

INCLUDE RPCDTMQ0.
INCLUDE RPCDTM00.
INCLUDE RPUMKC00.
INCLUDE RPCCOMQ0_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:

RP_CHECK_PAY_PERIOD CALL FUNCTION 'RP_CHECK_PAY_PERIOD' EXPORTING ABKRS = P0001-ABKRS ABRPR = AAPER ZANZL = P0011-ZANZL ZDATE = P0011-ZDATE ZEITX = P0011-ZEINZ ZFPER = P0011-ZFPER IMPORTING RCODE = I_RCODE TABLES TABELLE = IDATES.

RP_CHECK_PAY_PERIOD CALL FUNCTION 'RP_CHECK_PAY_PERIOD' EXPORTING ABKRS = P0001-ABKRS ABRPR = AAPER ZANZL = P0014-ZANZL ZDATE = P0014-ZDATE ZEITX = P0014-ZEINZ ZFPER = P0014-ZFPER IMPORTING RCODE = I_RCODE TABLES TABELLE = IDATES.

HRDME99_LOG_STATISTICS CALL FUNCTION 'HRDME99_LOG_STATISTICS' EXPORTING IM_CNT_PERSON_SELECTED = cnt_person_selected IM_CNT_PERSON_EVALUATED = cnt_person_evaluated IM_CNT_PERSON_REJECTED = cnt_person_rejected IM_CNT_PERNR_SELECTED = cnt_pernr_selected IM_CNT_PERNR_EVALUATED = cnt_pernr_evaluated IM_CNT_PERNR_REJECTED = cnt_pernr_rejected IM_CNT_PAYM_SELECTED = cnt_paym_selected IM_CNT_PAYM_CREATED = cnt_paym_created IM_CNT_PAYM_SKIPPED = cnt_paym_skipped IM_CNT_PAYM_REJECTED = cnt_paym_rejected IM_SPOOL_NO = i_spono.

HRDME99_LOG_DISPLAY CALL FUNCTION 'HRDME99_LOG_DISPLAY'.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING REPID = sy_repid IMPORTING FORMAT = format.

BAPI_EMPLOYEE_DEQUEUE CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE' EXPORTING NUMBER = pernr-pernr.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = VERSC-MOLGA IMPORTING WAERS = VERSC-WAERS EXCEPTIONS NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = format LANGU = sy-langu MOLGA = T001P-Molga PP0002 = P0002 IMPORTING EDIT_NAME = edit_name RETCODE = ret_code.

RP_CHECK_PAY_PERIOD CALL FUNCTION 'RP_CHECK_PAY_PERIOD' EXPORTING ABKRS = P0001-ABKRS ABRPR = AAPER ZANZL = P0011-ZANZL ZDATE = P0011-ZDATE ZEITX = P0011-ZEINZ ZFPER = P0011-ZFPER IMPORTING RCODE = I_RCODE TABLES TABELLE = IDATES.

RP_CHECK_PAY_PERIOD CALL FUNCTION 'RP_CHECK_PAY_PERIOD' EXPORTING ABKRS = P0001-ABKRS ABRPR = AAPER ZANZL = P0014-ZANZL ZDATE = P0014-ZDATE ZEITX = P0014-ZEINZ ZFPER = P0014-ZFPER IMPORTING RCODE = I_RCODE TABLES TABELLE = IDATES.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = P_LT_EVENTS.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = sy-repid I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'DETLIST' IS_LAYOUT = GT_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] I_SAVE = G_SAVE IT_EVENTS = GT_EVENTS[] TABLES T_OUTTAB = it_final[].

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' " Disp error EXPORTING BASIC_LIST_TITLE = SY-TITLE FILE_NAME = SY-REPID HEAD_LINE1 = ' ' HEAD_LINE2 = ' ' LAY_OUT = 0 LIST_LEVEL = 01
TABLES DATA_TAB = STATUS_LIST ERROR_TAB = ERROR_TAB EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = i_pernr INFTY = '0011' BEGDA = i_begda ENDDA = i_endda TABLES INFTY_TAB = ct_p0011 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = i_pernr INFTY = '0014' BEGDA = i_begda ENDDA = i_endda TABLES INFTY_TAB = ct_p0014 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = i_pernr INFTY = '0015' BEGDA = i_begda ENDDA = i_endda TABLES INFTY_TAB = ct_p0015 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.



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