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

PCJAMID9_ALV SAP ABAP INCLUDE - General form routines for Jamsostek reports







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


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

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_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.



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