SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

RPIOANBO SAP ABAP INCLUDE - Include RPIOANBO







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


Text pool values


Title: Include RPIOANBO


INCLUDES used within this REPORT RPIOANBO

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 CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = root_node i_node_txt = pal_text * I_CATEG_ID = 'INSTO' IMPORTING e_node_key = curr_cat_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = root_node i_node_txt = pal_text * I_CATEG_ID = 'INSTO' IMPORTING e_node_key = curr_cat_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_99S_APPEND_ENTRY_E3LOG CALL FUNCTION 'HR_99S_APPEND_ENTRY_E3LOG' EXPORTING p_folder = folder * p_group = l_group * p_entity = l_entity p_icon = icon p_text = folder_txt p_order = 1 EXCEPTIONS error = 1 OTHERS = 2.

ADDR_INSERT CALL FUNCTION 'ADDR_INSERT' EXPORTING address_data = p_addr address_group = 'CA01' address_handle = temp_handle language = sy-langu check_empty_address = ' ' check_address = ' ' IMPORTING address_data = p_addr returncode = l_returncode EXCEPTIONS OTHERS = 4.

ADDR_COMM_MAINTAIN * CALL FUNCTION 'ADDR_COMM_MAINTAIN' * EXPORTING * address_handle = temp_handle * language = sy-langu * table_type = 'ADTEL' * IMPORTING * returncode = returncode * TABLES * comm_table = comm_tel * EXCEPTIONS * OTHERS = 1.

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = temp_handle address_reference = addr_ref * PERSONAL_ADDRESS = ' ' * NUMBERRANGE_NUMBER = '01' * E071K_WA = * GENERATE_TRANSPORT_ENTRIES = * OWNER = 'X' IMPORTING address_number = add_number * RETURNCODE_NUMBERRANGE = * TABLES * E071K_TAB = EXCEPTIONS address_handle_not_exist = 1 internal_error = 2 parameter_error = 3 OTHERS = 4.

ADDR_SINGLE_SAVE CALL FUNCTION 'ADDR_SINGLE_SAVE' EXPORTING address_number = add_number * PERSON_NUMBER = ' ' * ADDRESS_TYPE = 1 * EXECUTE_IN_UPDATE_TASK = ' ' EXCEPTIONS address_not_exist = 1 person_not_exist = 2 address_number_missing = 3 reference_missing = 4 internal_error = 5 database_error = 6 parameter_error = 7 OTHERS = 8.

ADDR_UPDATE CALL FUNCTION 'ADDR_UPDATE' EXPORTING address_data = addr address_handle = handle address_number = add_number nation = wa_tsadv-nation check_empty_address = ' ' check_address = ' ' IMPORTING address_data = addr returncode = l_returncode data_has_changed = data_changed EXCEPTIONS address_not_exist = 1 parameter_error = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

HR_99S_APPEND_ENTRY_E3LOG CALL FUNCTION 'HR_99S_APPEND_ENTRY_E3LOG' EXPORTING p_folder = folder p_group = group * p_entity = entity p_text = folder_txt p_icon = icon p_order = 1 "order EXCEPTIONS error = 1 OTHERS = 2.

HR_99S_INCREMENT_GROUP_E3LOG CALL FUNCTION 'HR_99S_INCREMENT_GROUP_E3LOG' CHANGING p_group = g_grp_count.

HR_99S_INIT_E3LOG CALL FUNCTION 'HR_99S_INIT_E3LOG' EXCEPTIONS error = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-005 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-005 IMPORTING answer = answer 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 RPIOANBO or its description.