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

RPUADFN0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' EXCEPTIONS no_errors = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' no_img = ' ' no_msgno = ' ' linesize = sy-linsz listheader = ' ' colheader = ' ' hidemsg = 'X' EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

ADDR_INSERT CALL FUNCTION 'ADDR_INSERT' EXPORTING address_data = addr address_group = 'CA01' address_handle = hndl language = sy-langu check_empty_address = ' ' check_address = ' ' IMPORTING address_data = addr returncode = rc EXCEPTIONS address_exists = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = hndl address_reference = addr_ref IMPORTING address_number = adrnr 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 = adrnr 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.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = 'RP' msgty = 'E' msgno = '016' msgv1 = text-e01 msgv2 = sy-subrc msgv3 = space msgv4 = space.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ADDR1_DATA' CHANGING ct_fieldcat = g_fieldcatalog.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ANART' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'SO_ANART-LOW' window_title = text-011 value_org = 'S' TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ANART' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'SO_ANART-HIGH' window_title = text-011 value_org = 'S' TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VARGU' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'SO_VARGU-LOW' window_title = text-011 value_org = 'S' TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VARGU' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'SO_VARGU-HIGH' window_title = text-011 value_org = 'S' TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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