SAP Reports / Programs | Payroll | China(PY-CN) SAP PY

PCDTICN1 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT PCDTICN1

INCLUDE RPCDTD00.
INCLUDE RPCDTD10.


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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "HB_2000/01/21 EXPORTING "HB_2000/01/21 REPID = sy_repid "HB_2000/01/21 IMPORTING "HB_2000/01/21 FORMAT = format. "HB_2000/01/21

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' "XAGPH4K016009 EXPORTING "XAGPH4K016009 MOLGA = VERSC-MOLGA "XAGPH4K016009 IMPORTING "XAGPH4K016009 WAERS = VERSC-WAERS "HB_AHRK043270 EXCEPTIONS "XAGPH4 "HB_AHRK043270 * MOLGA_NOT_IN_T001P = 1 "can never occur "XAGPH4 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 "XAGPH4 "HB_AHRK043270 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 "XAGPH4 "HB_AHRK043270 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 "XAGPH4 "HB_AHRK043270 OTHERS = 5. "XAGPH4 "HB_AHRK043270

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

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 "XAGPH4K016471 TABLES TABELLE = IDATES.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' "GWY849631 EXPORTING NUMBER = pernr-pernr IMPORTING RETURN = i_return LOCKING_USER = i_lockuser.

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 "XAGPH4K016471 TABLES TABELLE = IDATES.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' "GWY849631 EXPORTING NUMBER = pernr-pernr IMPORTING RETURN = i_return LOCKING_USER = i_lockuser.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' "GWY849631 EXPORTING NUMBER = pernr-pernr IMPORTING RETURN = i_return LOCKING_USER = i_lockuser.

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

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 = sy-subrc RCODE = I_RCODE TABLES TABELLE = IDATES.



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