SAP Reports / Programs | Personnel Management | Personnel Administration | India(PA-PA-IN) SAP PA

PCREMIN9_ALV SAP ABAP INCLUDE - Include PCREMIN9_ALV







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


Text pool values


Title: Include PCREMIN9_ALV


INCLUDES used within this REPORT PCREMIN9_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:

HR_IN_GET_SAL_PERIOD call function 'HR_IN_GET_SAL_PERIOD' EXPORTING indate = p_pdate pay_area = p_payar cum_yr = p_cumty next_period = p_next_per IMPORTING sal_year_begda = p_date1 sal_year_endda = p_date2.

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.

HR_IN_CALC_CFWD_EXIT call function 'HR_IN_CALC_CFWD_EXIT' EXPORTING empno = p_pernr algrp = p_algrp txcode = p_txcode cfdate = p_pdate payar = p_payar cumty = p_cumty CHANGING cfbegda = p_cfbegda cfendda = p_cfendda EXCEPTIONS customer_error = 1 standard_calc = 2 others = 3.

WS_FILENAME_GET call function 'WS_FILENAME_GET' EXPORTING def_filename = rlgrap-filename def_path = p_pathname mask = ',*.*,*.*.'

WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * bin_filesize = '60' * filename = p_pathname * filetype = p_ftype * mode = ' ' * tables * data_tab = teligbox * exceptions * others = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = '60' FILENAME = p_pathname FILETYPE = p_ftype TABLES DATA_TAB = teligbox EXCEPTIONS OTHERS = 1. " Unicode

WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * bin_filesize = '60' * filename = p_pathname * filetype = p_ftype * mode = ' ' * tables * data_tab = errorbox * exceptions * others = 1.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = '60' FILENAME = p_pathname FILETYPE = p_ftype TABLES DATA_TAB = errorbox EXCEPTIONS OTHERS = 1. " Unicode

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = l_pernr i_msgid = l_arbgb i_msgty = l_msgty i_msgno = l_msgno i_msgv1 = ls_msg_txt-msgv1 i_msgv2 = ls_msg_txt-msgv2 i_msgv3 = ls_msg_txt-msgv3 i_msgv4 = ls_msg_txt-msgv4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = lc_msgid i_msgno = lc_msgno i_msgty = lc_msgty i_msgv1 = iv_msg EXCEPTIONS program_error = 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.



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