SAP Reports / Programs | Payroll | Austria | Public Sector(PY-AT-PS) SAP PY

RPUSVTA0PBSRA_F02 SAP ABAP INCLUDE - RPUSVTA0PBSRAF02







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

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_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 OTHERS = 3 .

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = i_save = 'A' "Standard- und benutzerlayouts * IS_VARIANT = * I_DEFAULT = 'X' is_layout = ls_layout * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = p_node_text * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = p_categ_id * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = pt_table EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id * i_structure_name = lc_button_struc * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = it_fieldcat = lt_fieldcat i_save = 'A' "Standard- und Benutzerlayouts * IS_VARIANT = * I_DEFAULT = 'X' is_layout = ls_layout * I_S_PRINT_OPTIONS = * I_TREE_SORT = i_clbk = ls_clbk EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lc_root i_node_txt = p_node_text * I_NODE_LABEL = * I_LABEL_IS_QINFO = i_icon = icon_execute_object * I_QUICKINFO = i_categ_id = p_categ_id * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = lt_button EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = p_struc_name * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-u03 * DIAGNOSE_OBJECT = ' ' text_question = text-u04 text_button_1 = 'Ja'(u01) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(u02) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_confirmation * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = pp_endequeue enqueue_mode = 'E' "exclusive view_name = p_t5apbsxx * ENQUEUE_RANGE = ' ' * TABLES * SELLIST = EXCEPTIONS * CLIENT_REFERENCE = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-u05 * DIAGNOSE_OBJECT = ' ' text_question = text-u06 text_button_1 = 'Ja'(u01) icon_button_1 = ' ' text_button_2 = 'Nein'(u02) icon_button_2 = ' ' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_WARNING' * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_confirmation * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-u05 diagnose_object = 'HRPBSRA_FURTHER_ACTIONS' text_question = text-u07 TEXT_BUTTON_1 = text-u08 ICON_BUTTON_1 = 'ICON_CHECKED' TEXT_BUTTON_2 = text-u09 ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' * IMPORTING * ANSWER = * TABLES * PARAMETER = EXCEPTIONS text_not_found = 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 RPUSVTA0PBSRA_F02 or its description.