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
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.
Title: General form routines for Jamsostek reports
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCJAMID9 - General form routines for Jamsostek reports PCJAMID8 - Jamsostek Report - Common routines for 1A, 1C and tranfers PCJAMID7_ALV - Main program for Jamsostek reports PCJAMID7 - Main program for Jamsostek reports PCJAMID6 - Top of page event for Jamsostek reports (1A, 1C, 3A and 3B) PCJAMID5_ALV - Data definition for for Jamsostek form 3A