RCFUPDCR_OLD is a standard Executable ABAP Report 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 RCFUPDCR_OLD into the relevant SAP transactions such as SE38 or SE80
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.
Deleted Entries
Selection Text: P_NETW = Networks
Selection Text: P_PRAUF = Manufacturing Orders
Selection Text: P_PUR = Purchase Orders
Selection Text: P_TEST = Test Indicator
Title: Reorganization of Superfluous CIF Update Counters
Text Symbol: 001 = No inconsistent entries exist
Text Symbol: CTL = Control
Text Symbol: SEL = Object Types to Be Processed
001 TYPE DOC ITEM SCHED UPDCNTR
INCLUDE CIFCONST.
No SAP DATABASE tables are accessed within this REPORT code!
CO_XR_R3_RELEASE_GET CALL FUNCTION 'CO_XR_R3_RELEASE_GET' IMPORTING e_r3_release = lv_r3_rel EXCEPTIONS not_installed = 0 OTHERS = 0.
CIF_IMOD_DESTINATIONS_ORD CALL FUNCTION 'CIF_IMOD_DESTINATIONS_ORD' TABLES it_filter_object = lt_matplant et_filter_destinations = lt_filter_destinations.
CIF_IMOD_DESTINATIONS_PO CALL FUNCTION 'CIF_IMOD_DESTINATIONS_PO' TABLES it_filter_object = lt_matplant et_filter_destinations = lt_filter_destinations.
CIF_IMOD_DESTINATIONS_NETWRK CALL FUNCTION 'CIF_IMOD_DESTINATIONS_NETWRK' TABLES it_filter_object = lt_auartplant et_filter_destinations = lt_filter_destinations_netw.
STATUS_PRE_READ CALL FUNCTION 'STATUS_PRE_READ' TABLES jsto_pre_tab = lt_objnr_netw.
STATUS_OBJECT_CHECK_MULTI CALL FUNCTION 'STATUS_OBJECT_CHECK_MULTI' EXPORTING objnr = ls_auart_plant_aufnr_objnr-objnr TABLES status_check = lt_status_delete_help EXCEPTIONS object_not_found = 1 OTHERS = 2.
CIF_UPDCNTR_DEL CALL FUNCTION 'CIF_UPDCNTR_DEL' TABLES it_order = lt_cif_updcnt_del EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCFUPDCR_OLD - Reorganization of Superfluous CIF Update Counters RCFUPDCR_OLD - Reorganization of Superfluous CIF Update Counters RCFUPDCR - Reorganization of Superfluous CIF Update Counters RCFUPDCR - Reorganization of Superfluous CIF Update Counters RCFU603_SUPPGRP2NG - Conversion of User Lists in Support Groups RCFU603_SUPPGRP2NG - Conversion of User Lists in Support Groups