SAP Reports / Programs

HRUIPKM1_PACKAGE SAP ABAP INCLUDE - Package processing







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


Text pool values


Title: Package processing


INCLUDES used within this REPORT HRUIPKM1_PACKAGE

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:

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = gc_fields_catalog changing ct_fieldcat = gt_fieldcatalog.

HR_RU_PKMN_VFN_STATUS call function 'HR_RU_PKMN_VFN_STATUS' importing result = lf_result changing package_data = ls_outtab exceptions not_found = 1 no_permitted_status = 2 error = 3 others = 4.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = ls_ms-pernr infty = '0001' begda = gs_current_package-begda endda = gs_current_package-endda tables infty_tab = lt_i0001 exceptions infty_not_found = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = ls_ms-pernr infty = '0290' begda = gs_current_package-begda endda = gs_current_package-endda tables infty_tab = lt_i0290 exceptions infty_not_found = 1 others = 2.

HR_RU_IDENTITY_CARD call function 'HR_RU_IDENTITY_CARD' exporting begda = gs_current_package-begda endda = gs_current_package-endda rptgr = g_pfrcrd importing docdsc = ls_pic tables p0290 = lt_i0290 exceptions priority_not_found = 1 document_not_found = 2 others = 3.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = ls_free_list-pernr infty = '0001' begda = gs_current_package-begda endda = gs_current_package-endda tables infty_tab = lt_i0001 exceptions infty_not_found = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = ls_free_list-pernr infty = '0290' begda = gs_current_package-begda endda = gs_current_package-endda tables infty_tab = lt_i0290 exceptions infty_not_found = 1 others = 2.

HR_RU_IDENTITY_CARD call function 'HR_RU_IDENTITY_CARD' exporting begda = gs_current_package-begda endda = gs_current_package-endda rptgr = g_pfrcrd importing docdsc = ls_pic tables p0290 = lt_i0290 exceptions priority_not_found = 1 document_not_found = 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 HRUIPKM1_PACKAGE or its description.