SAP Reports / Programs | Supply Chain Management | SCM Basis(SCM-BAS) SAP SCM

RCFUPDCR_OLD SAP ABAP Report - Reorganization of Superfluous CIF Update Counters







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


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


Text pool values


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


INCLUDES used within this REPORT RCFUPDCR_OLD

INCLUDE CIFCONST.


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:

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.



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