SAP Reports / Programs

HFI588Z_FP SAP ABAP INCLUDE - Dynamic action subroutines for Finland Forest & Paper







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


Text pool values


Title: Dynamic action subroutines for Finland Forest & Paper


INCLUDES used within this REPORT HFI588Z_FP

INCLUDE FP50PPSB. "COMMON PART SAPFP50P
INCLUDE MPPDAT00. "COMMON PART SAPFP50M


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_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pspar-pernr infty = '2001' begda = vac_begda endda = '99991231' * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = i2001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 . .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pspar-pernr infty = '2001' begda = pspar-begda endda = pspar-endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = i2001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pspar-pernr infty = '0001' IMPORTING subrc = subrc_0001 TABLES infty_tab = ee_info EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pspar-pernr infty = '2006' IMPORTING subrc = subrc_2006 TABLES infty_tab = vac_quota EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_FI_QUOTA_FROM_AWART CALL FUNCTION 'HR_FI_QUOTA_FROM_AWART' EXPORTING i_pernr = pspar-pernr i_moabw = t001p-moabw i_mozko = t001p-mozko i_mopgk = t503-konty i_subty = pspar-subty i_datum = pspar-begda * I_CTYPE = 'Q' * I_QTYPE = 'A' TABLES e_quota = vac_quotas EXCEPTIONS no_entry_in_t554s = 1 no_entry_in_t556c = 2 no_entry_in_t556r = 3 OTHERS = 4 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pspar-pernr infty = '2012' begda = '18000101' endda = '99991231' * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = i2012 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .

HR_READ_TIMEDATA_PSP CALL FUNCTION 'HR_READ_TIMEDATA_PSP' EXPORTING begin_date = cdatum end_date = tmp_dat person_id = pspar-pernr person_typ = 'P' rp_build_psp_error = ' ' TABLES pers_avail = psp EXCEPTIONS NO_CAPACITY_AVAILABLE = 1 NO_INTEGRATION_ACTIV = 2 TIMEINFO_ERROR = 3 OTHERS = 4.

HRCM_EMPLOYEE_DEQUEUE CALL FUNCTION 'HRCM_EMPLOYEE_DEQUEUE' EXPORTING reaction = reaction * importing * return = return * subrc = subrc TABLES emp_info_table = employee_info error_table = error_table.

HRCM_EMPLOYEE_DEQUEUE CALL FUNCTION 'HRCM_EMPLOYEE_DEQUEUE' EXPORTING reaction = reaction * importing * return = return * subrc = subrc TABLES emp_info_table = employee_info error_table = error_table.

HRCM_EMPLOYEE_DEQUEUE CALL FUNCTION 'HRCM_EMPLOYEE_DEQUEUE' EXPORTING reaction = reaction * importing * return = return * subrc = subrc TABLES emp_info_table = employee_info error_table = error_table.



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