PCJAMID9_ALV 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_ALV 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.
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_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = p_pernr i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4.
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.
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = iv_stcnt i_nodid = iv_nodid i_nodpa = iv_nodpa i_msgid = is_msg-msgid i_msgty = is_msg-msgty i_msgno = is_msg-msgno i_msgv1 = is_msg-msgv1 i_msgv2 = is_msg-msgv2 i_msgv3 = is_msg-msgv3 i_msgv4 = is_msg-msgv4 EXCEPTIONS program_error = 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_ALV - General form routines for Jamsostek reports 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)