SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

RPUPKSCF SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RS_VARIANT_ADMIN_DATA call function 'RS_VARIANT_ADMIN_DATA' exporting curr_report = p_repid tables variant_info = li_vari_info variant_names = li_vari_names exceptions no_variants = 1 others = 2.

RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = p_repid variant = li_vari_info-variant move_or_write = 'M' * NO_IMPORT = ' ' * IMPORTING * SP = tables * L_PARAMS = * L_PARAMS_NONV = * L_SELOP = * L_SELOP_NONV = valutab = li_vari_values * OBJECTS = * FREE_SELECTIONS_DESC = * FREE_SELECTIONS_VALUE = exceptions variant_non_existent = 1 variant_obsolete = 2 others = 3.

RS_CREATE_VARIANT call function 'RS_CREATE_VARIANT' exporting curr_report = 'RPLPKSC0' curr_variant = li_vari_info-variant vari_desc = lf_varid tables vari_contents = li_vari_values vari_text = li_varit exceptions illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8 others = 9.

TR_ORDER_CHOICE_CORRECTION * call function 'TR_ORDER_CHOICE_CORRECTION' * exporting * iv_category = 'SYST' * iv_cli_dep = 'X' * importing * ev_order = l_task * ev_task = l_task * exceptions * invalid_category = 1 * no_correction_selected = 2 * others = 3.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = l_rkey object_class = 'VARI' * MODE = ' ' * GLOBAL_LOCK = ' ' * DEVCLASS = ' ' korrnum = g_trkorr * AUTHOR = ' ' * MASTER_LANGUAGE = ' ' * GENFLAG = ' ' * PROGRAM = ' ' * EXTEND = ' ' importing * DEVCLASS = korrnum = g_trkorr * NEW_CORR_ENTRY = * AUTHOR = * TRANSPORT_KEY = exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

TR_ORDER_CHOICE_CORRECTION call function 'TR_ORDER_CHOICE_CORRECTION' exporting iv_category = 'CUST' iv_cli_dep = 'X' importing ev_order = g_trkorr ev_task = l_task exceptions invalid_category = 1 no_correction_selected = 2 others = 3.

TR_APPEND_TO_COMM_OBJS_KEYS call function 'TR_APPEND_TO_COMM_OBJS_KEYS' exporting * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = l_task tables wt_e071 = gi_e071 wt_e071k = gi_e071k exceptions key_char_in_non_char_field = 1 key_check_keysyntax_error = 2 key_inttab_table = 3 key_longer_field_but_no_generc = 4 key_missing_key_master_fields = 5 key_missing_key_tablekey = 6 key_non_char_but_no_generic = 7 key_no_key_fields = 8 key_string_longer_char_key = 9 key_table_has_no_fields = 10 key_table_not_activ = 11 key_unallowed_key_function = 12 key_unallowed_key_object = 13 key_unallowed_key_objname = 14 key_unallowed_key_pgmid = 15 key_without_header = 16 ob_check_obj_error = 17 ob_devclass_no_exist = 18 ob_empty_key = 19 ob_generic_objectname = 20 ob_ill_delivery_transport = 21 ob_ill_lock = 22 ob_ill_parts_transport = 23 ob_ill_source_system = 24 ob_ill_system_object = 25 ob_ill_target = 26 ob_inttab_table = 27 ob_local_object = 28 ob_locked_by_other = 29 ob_modif_only_in_modif_order = 30 ob_name_too_long = 31 ob_no_append_of_corr_entry = 32 ob_no_append_of_c_member = 33 ob_no_consolidation_transport = 34 ob_no_original = 35 ob_no_shared_repairs = 36 ob_no_systemname = 37 ob_no_systemtype = 38 ob_no_tadir = 39 ob_no_tadir_not_lockable = 40 ob_privat_object = 41 ob_repair_only_in_repair_order = 42 ob_reserved_name = 43 ob_syntax_error = 44 ob_table_has_no_fields = 45 ob_table_not_activ = 46 tr_enqueue_failed = 47 tr_errors_in_error_table = 48 tr_ill_korrnum = 49 tr_lockmod_failed = 50 tr_lock_enqueue_failed = 51 tr_not_owner = 52 tr_no_systemname = 53 tr_no_systemtype = 54 tr_order_not_exist = 55 tr_order_released = 56 tr_order_update_error = 57 tr_wrong_order_type = 58 ob_invalid_target_system = 59 tr_no_authorization = 60 ob_wrong_tabletyp = 61 ob_wrong_category = 62 ob_system_error = 63 ob_unlocal_objekt_in_local_ord = 64 tr_wrong_client = 65 ob_wrong_client = 66 key_wrong_client = 67 others = 68.



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