SAP Reports / Programs | Payroll | Indonesia(PY-ID) SAP PY

PCJAMID9 SAP ABAP INCLUDE - General form routines for Jamsostek reports







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


Text pool values


Title: General form routines for Jamsostek reports


INCLUDES used within this REPORT PCJAMID9

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' "This function returns the hiring EXPORTING "date & firing date of an emp BEG = P_BEGDA END = P_ENDDA IMPORTING HIRE_DATE = P_HIREDATE FIRE_DATE = P_FIREDATE TABLES PP0000 = P_P0000 PP0001 = P_P0001 PPHIFI = P_PHIFI.

CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING BONUS_DATE = '00000000' INPER_MODIF = T549A_PERMO INPER = RGDIR_INPER PAY_TYPE = ' ' PAY_IDENT = ' ' TABLES RGDIR = RGDIR EVPDIR = EVP * IABKRS = EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

CD_READ_PREVIOUS * call function 'CD_READ_PREVIOUS' * exporting * in_record = in_entry ** EXACT = ' ' ** LAST = ' ' * tables * rgdir = rgdir * out_rgdir = previous_results * exceptions * no_record_found = 1 * others = 2.

CD_READ_PREVIOUS_ORIGINAL CALL FUNCTION 'CD_READ_PREVIOUS_ORIGINAL' EXPORTING IN_RECORD = IN_ENTRY IMPORTING OUT_RECORD = OUT_ENTRY TABLES RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = P_PERNR ARBGB = P_MSGID MSGTY = P_MSGTY MSGNO = P_MSGNO MSGV1 = P_MSGV1 MSGV2 = P_MSGV2 MSGV3 = P_MSGV3 MSGV4 = P_MSGV4 EXCEPTIONS OTHERS = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = SPACE * NO_IMG = ' ' * linesize = 200 * TABLES * ERROR = EXCEPTIONS INVALID_LINESIZE = 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 PCJAMID9 or its description.