SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPISCAIE_ALV SAP ABAP INCLUDE - Include L0PIVF01







RPISCAIE_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 RPISCAIE_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 RPISCAIE_ALV. "Basic submit
SUBMIT RPISCAIE_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RPISCAIE_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 RPISCAIE_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_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING WT_COUNT = NUMBER_OF_WAGETYPES_0008.

HR_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' EXPORTING mapname = mapname reportname = repname IMPORTING mapname = mapname.

HR_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' EXPORTING mapname = mapname reportname = repname IMPORTING mapname = mapname.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = '18000101' end = '99991231' IMPORTING * fire_date = l_fire_date HIRE_DATE = g_hire_date TABLES pphifi = g_phifi pp0000 = p0000 pp0001 = p0001.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = error-pernr i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1 i_msgv2 = gv_msg-msgv2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = no_batch-pernr i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = gv_pernr i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msg-msgv1 i_msgv2 = gv_msg-msgv2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = gv_pernr i_msgid = gv_msg-msgid i_msgty = gv_msg-msgty i_msgno = gv_msg-msgno i_msgv1 = gv_msgv2.

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 = iv_msgid i_msgty = iv_msgty i_msgno = iv_msgno i_msgv1 = iv_msgv1 i_msgv2 = iv_msgv2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgty = iv_msgty i_msgid = iv_msgid i_msgno = iv_msgno i_msgv1 = iv_msgv1 i_msgv2 = iv_msgv2 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = l_display_profile i_callback_program = repname it_fieldcat = gt_fieldcat i_grid_title = l_title i_save = 'X' i_default = 'X' IT_SORT = LT_SORT TABLES t_outtab = gt_pernr EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repname i_structure_name = gc_structure1 CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUBTY' value_org = 'S' TABLES value_tab = l_t591s return_tab = return_tab EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'MASSN' value_org = 'S' TABLES value_tab = l_value_tab return_tab = return_tab EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PREAS' value_org = 'S' TABLES value_tab = l_value_tab return_tab = return_tab EXCEPTIONS OTHERS = 1.



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