SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPUINAIL_FORMS2 SAP ABAP INCLUDE - RPUINAILFORMS2







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

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_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_t5itin0_node i_row_data = ls_t5itin0 * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'CODIN' struc_content = ls_pme05 IMPORTING back = lv_inquadramento EXCEPTIONS no_backvalue = 3 feature_not_generated = 4.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'CODSE' struc_content = ls_pmei7 IMPORTING back = ls_1031_record100-sedeina EXCEPTIONS no_backvalue = 3 feature_not_generated = 4.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = gv_file_node i_node_txt = ls_1031_record100-coddita i_categ_id = 'LINE' IMPORTING e_node_key = lv_node EXCEPTIONS program_error = 1 * OTHERS = 2 .

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_file_node i_row_data = ls_1031_log EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING I_MSGID = 'HRPAYIT_INAIL' I_MSGTY = 'E' I_MSGNO = 008 .

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING I_MSGID = 'HRPAYIT_INAIL' I_MSGTY = 'E' I_MSGNO = 009 .

HR_IT_COMPANY_DATA CALL FUNCTION 'HR_IT_COMPANY_DATA' EXPORTING societa = p_bukrs sy_langu = sy-langu TABLES comp_tab = lt_comp1 comp_tab2 = lt_comp2 EXCEPTIONS not_found = 1 no_entry_found_t001p = 2 no_entry_found_t5it1p = 3 OTHERS = 4.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING I_MSGID = 'HRPAYIT_INAIL' I_MSGTY = 'E' I_MSGNO = 007 .

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = p_comp_data-address TABLES et_adrc = lt_adrc EXCEPTIONS address_not_exist = 1 parameter_error = 2 internal_error = 3.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING I_MSGID = 'AM' I_MSGTY = 'E' I_MSGNO = 016.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH'.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'IN0' i_structure_name = 'T5ITIN0' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'IN1' i_structure_name = 'T5ITIN1' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-030 i_categ_id = 'IN0' IMPORTING e_node_key = gv_t5itin0_node EXCEPTIONS program_error = 1 * OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-027 i_categ_id = 'IN1' IMPORTING e_node_key = gv_t5itin1_node EXCEPTIONS program_error = 1 * OTHERS = 2 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = TEXT-032 i_categ_id = 'IN1' IMPORTING e_node_key = gv_ADV_t5itin1_node EXCEPTIONS program_error = 1 * OTHERS = 2 .

HR_PAL_NODE_ADD





CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-028 i_categ_id = 'FILE' IMPORTING e_node_key = gv_file_node EXCEPTIONS program_error = 1 * OTHERS = 2 .

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'FILE' it_fieldcat = lt_field_cat is_pushbuttons = ls_pushbuttons EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'LINE' it_fieldcat = lt_field_cat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_node i_row_data = p_1031_log 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 RPUINAIL_FORMS2 or its description.