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

RPUPCCN0_F01 SAP ABAP INCLUDE - RPUPCCN0F01







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

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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'NLADR' struc_content = pme04 * KIND_OF_ERROR = IMPORTING back = g_value_feature_nladr * CHANGING * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = 'RPUPCCN0' keep = 'X' user = sy-uname IMPORTING qid = g_qid EXCEPTIONS client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 OTHERS = 11.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = gi_bdcdata EXCEPTIONS internal_error = 1 not_open = 2 queue_error = 3 tcode_invalid = 4 printing_invalid = 5 posting_invalid = 6 OTHERS = 7.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = rs_variant i_save = 'A' IMPORTING es_variant = rs_variant EXCEPTIONS OTHERS = 1.

ADDR_REGIONAL_DATA_CHECK CALL FUNCTION 'ADDR_REGIONAL_DATA_CHECK' EXPORTING x_adrc_struc = g_s_adrc_struc x_dialog_allowed = g_dialog_allowed x_accept_error = g_accept_error x_t005 = t005 IMPORTING y_adrc_struc = g_s_adrc_struc_out y_retcode = g_returncode_errors TABLES error_table = g_errortable.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P05_POSTCO' CHANGING ct_fieldcat = l_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_variant = rs_variant it_fieldcat = l_fieldcat is_layout = l_layout i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_program = 'RPUPCCN0' i_callback_user_command = 'USER_COMMAND' TABLES t_outtab = g_itab_pc.

HR_BEN_CALL_INFOTYPE CALL FUNCTION 'HR_BEN_CALL_INFOTYPE' EXPORTING pernr = wa_itab_pc-pernr infty = '0006' subty = wa_itab_pc-subty objps = space begda = wa_itab_pc-begda endda = wa_itab_pc-endda operation = 'MOD' reaction = space TABLES error_table = i_t_errortable.

HR_BEN_CALL_INFOTYPE CALL FUNCTION 'HR_BEN_CALL_INFOTYPE' EXPORTING pernr = wa_itab_pc-pernr infty = '0006' subty = wa_itab_pc-subty objps = space begda = wa_itab_pc-begda endda = wa_itab_pc-endda operation = 'DIS' reaction = space TABLES error_table = i_t_errortable.

ADDR_REGIONAL_DATA_CHECK CALL FUNCTION 'ADDR_REGIONAL_DATA_CHECK' EXPORTING x_adrc_struc = l_s_adrc_struc x_dialog_allowed = g_dialog_allowed x_accept_error = g_accept_error x_t005 = t005 IMPORTING y_adrc_struc = l_s_adrc_struc_out y_retcode = l_returncode_errors TABLES error_table = l_errortable.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' IMPORTING RESULT = p_icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' IMPORTING RESULT = p_icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' IMPORTING RESULT = p_icon.



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