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

RPUAUDFR SAP ABAP INCLUDE - Create Infotype Log (Form Routines)







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


Text pool values


Title: Create Infotype Log (Form Routines)


INCLUDES used within this REPORT RPUAUDFR

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:

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = list_top_of_page.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = ret_bukrs * LANGUAGE = SY-LANGU IMPORTING * COMP_NAME = * CITY = country = bukrs_land1 * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabna TABLES DFIES_TAB = tab_dfies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabna_psref TABLES DFIES_TAB = tab_dfies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = mode no_print = no_mode.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = p_handle IMPORTING object_id = l_object_id archive_name = l_archive_name "0392741 EXCEPTIONS end_of_file = error_end_of_file OTHERS = 6.

RKC_PROGRESS_SHOW CALL FUNCTION 'RKC_PROGRESS_SHOW' EXPORTING text = my_text maximum = p_max current = num_current show_text = 'X ' show_points = 'X' EXCEPTIONS OTHERS = 1.

PA_LDOC_READ_OBJECT CALL FUNCTION 'PA_LDOC_READ_OBJECT' EXPORTING archive_handle = p_handle object_key = l_object_id TABLES object = my_object.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = p_handle IMPORTING object_id = l_object_id archive_name = l_archive_name "0392741 EXCEPTIONS end_of_file = error_end_of_file OTHERS = 6.

RKC_PROGRESS_SHOW CALL FUNCTION 'RKC_PROGRESS_SHOW' EXPORTING text = ' ' maximum = 0 current = 0 show_text = ' ' show_points = ' ' EXCEPTIONS OTHERS = 1.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING archive_document = p_document object = object_pa_ldoc IMPORTING archive_handle = p_handle EXCEPTIONS no_files_available = 4 open_error = 6 not_authorized = 7 OTHERS = 8.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' "QNOK078423 EXPORTING arbgb = 'PH' msgty = 'E' msgno = 020 msgv1 = p_document msgv2 = object_pa_ldoc.

ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = p_handle IMPORTING archive_document = p_document.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = p_handle EXCEPTIONS OTHERS = 3.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING tclas = ac_tclas pernr = ac_pernr infty = ac_infty subty = ac_subty begda = ac_begda endda = ac_endda * TABLES * I0001 = EXCEPTIONS no_authorization = 1 OTHERS = 2.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * NAME = 'ICON_VIEWER_OPTICAL_ARCHIVE' * TEXT = TEXT-AR1 * INFO = ' ' * ADD_STDINF = ' ' * IMPORTING * RESULT = BUTTON_USE_ARCHIVE * EXCEPTIONS * ICON_NOT_FOUND = 1 * OUTPUTFIELD_TOO_SHORT = 2 * OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = menu i_callback_top_of_page = 'TOP_OF_PAGE_ALV' is_layout = gs_layout it_fieldcat = it_fcat it_events = it_events TABLES t_outtab = it_list 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 RPUAUDFR or its description.