SAP Reports / Programs | Payroll | South Korea(PY-KR) SAP PY

PCSIPKR3 SAP ABAP INCLUDE - Include PCSIPKR3







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

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:

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING NAME = RE_DOMNAME VALUE = DOMVALUE-DOMVALUE_L LANGU = SY-LANGU * TEXT_ONLY = ' ' IMPORTING DD07V_WA = DOMVALUE EXCEPTIONS NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = '41' LANGU = SY-LANGU FORMAT = $$FORMAT IMPORTING EDIT_NAME = P_MEDI_TAB_ENAME RETCODE = RET-CODE.

HR_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING PERS_AREA = WPBP-WERKS PERS_SUBAREA = WPBP-BTRTL MODE = 'P' IMPORTING BUS_PLACE_DETAIL = BUS_PLACE PENSION_INS_NUM = COMPANY_INFO-PI_BP_NUMB * EMPLOYMENT_INS_NUM = * MEDICAL_INS_NUM = EXCEPTIONS NO_COMPANY_CODE_FOR_PERS_AREA = 1 NO_BUSPLACE_FOR_SUBAREA = 2 NO_MED_INS_ASSOC_FOR_SUBAREA = 3 NO_REP_BUSPLACE_FOR_MI_ASSOC = 4 NO_ENTRY_T7KRBP_FOR_BUPLA = 5 NO_BUSINESSPLACE_DATA = 6 ILLEGAL_MODE = 7 OTHERS = 8 .

HR_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING PERS_AREA = WPBP-WERKS PERS_SUBAREA = WPBP-BTRTL MODE = 'E' IMPORTING BUS_PLACE_DETAIL = BUS_PLACE * PENSION_INS_NUM = EMPLOYMENT_INS_NUM = COMPANY_INFO-EI_BP_NUMB * MEDICAL_INS_NUM = EXCEPTIONS NO_COMPANY_CODE_FOR_PERS_AREA = 1 NO_BUSPLACE_FOR_SUBAREA = 2 NO_MED_INS_ASSOC_FOR_SUBAREA = 3 NO_REP_BUSPLACE_FOR_MI_ASSOC = 4 NO_ENTRY_T7KRBP_FOR_BUPLA = 5 NO_BUSINESSPLACE_DATA = 6 ILLEGAL_MODE = 7 OTHERS = 8 .

HR_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING PERS_AREA = T7KR0P-WERKS PERS_SUBAREA = T7KR0P-BTRTL MODE = 'M' IMPORTING BUS_PLACE_DETAIL = BUS_PLACE * PENSION_INS_NUM = * EMPLOYMENT_INS_NUM = MEDICAL_INS_NUM = COMPANY_INFO-MI_BP_NUMB EXCEPTIONS NO_COMPANY_CODE_FOR_PERS_AREA = 1 NO_BUSPLACE_FOR_SUBAREA = 2 NO_MED_INS_ASSOC_FOR_SUBAREA = 3 NO_REP_BUSPLACE_FOR_MI_ASSOC = 4 NO_ENTRY_T7KRBP_FOR_BUPLA = 5 NO_BUSINESSPLACE_DATA = 6 ILLEGAL_MODE = 7 OTHERS = 8 .

HR_KR_GET_SI_STANDARD_COMP CALL FUNCTION 'HR_KR_GET_SI_STANDARD_COMP' EXPORTING SUBTY = '2' DATE = WPBP-BEGDA MONTH_COMP_AMT = PENS_TAB-CUR_MSC IMPORTING * stand_comp = GRADE = PENS_TAB-CUR_GRD EXCEPTIONS NO_ENTRY_FOR_GRADE = 1 NO_ENTRY_FOR_DATE = 2 NO_ENTRY_FOR_AMOUNT = 3 NO_INPUT = 4 GRADE_GT_9999 = 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 PCSIPKR3 or its description.