CIFACTSTKUC 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 CIFACTSTKUC 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.
Selection Text: DESTSYS = Log. Target System (SAP APO)
Selection Text: DEACTIVE = Deactivate
Selection Text: ACTIVATE = Activate
Title: Report CIFACTSTKUC
Text Symbol: 025 = Correction was not possible; Restart the report later
Text Symbol: 023 = Stock update counters were activated
Text Symbol: 022 = Stock update counters were deactivated
Text Symbol: 021 = Stock Update Counters
Text Symbol: 020 = Stock update counters could not be deactivated in SAP APO
Text Symbol: 019 = Stock update counters could not be deactivated in ERP system
Text Symbol: 016 = Stock update counters could not be activated in ERP system
Text Symbol: 015 = Activation indicators for stock update counters are consistent
Text Symbol: 014 = Activation indicators for stock update counters are inconsistent in ERP and SAP APO
Text Symbol: 013 = Stock update counters could not be activated in SAP APO
Text Symbol: 012 = Activation indicators for stock update counters are inconsistent
Text Symbol: 011 = Target system cannot process stock update counters
Text Symbol: 009 = SAP APO release cannot process stock update counters
Text Symbol: 008 = Check entries in transaction NDV2
Text Symbol: 007 = SAP APO release is unknown
Text Symbol: 006 = Source and target systems must not be identical
Text Symbol: 005 = Enter a logical target system
Text Symbol: 004 = No logical source system was found
Text Symbol: 003 = Plug-In release cannot process stock update counters
Text Symbol: 002 = Update-Counter-Relev. SAP APO Systems
Text Symbol: 001 = Current ERP System
INCLUDE CIFCONST.
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_own_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lv_r3_stkupdcnt_status_get EXCEPTIONS function_not_exist = 1 OTHERS = 2.
NDI_SYSTEM_RELEASE CALL FUNCTION 'NDI_SYSTEM_RELEASE' EXPORTING if_logsys = destsys if_systyp = gc_apo_type_con IMPORTING ef_ndrel = lv_aporel EXCEPTIONS not_found = 1 OTHERS = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lv_r3_stkupdcnt_status_get EXCEPTIONS function_not_exist = 1 OTHERS = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION destsys EXPORTING funcname = lv_apo_stkupdcnt_status_get EXCEPTIONS function_not_exist = 1 OTHERS = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'NDISYSTEMS' lfieldname = 'LOGSYS' IMPORTING dfies_wa = ls_field_tab.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'NDISYSTEMS' lfieldname = 'TYPE' IMPORTING dfies_wa = ls_field_tab.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'NDISYSTEMS' lfieldname = 'NDIREL' IMPORTING dfies_wa = ls_field_tab.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING value_org = 'S' retfield = 'LOGSYS' dynpprog = lv_dyname dynpnr = lv_dynumb dynprofield = 'DESTSYS' window_title = 'UpdateCounter-relevante APO-Systeme'(002)"#EC * TABLES value_tab = lt_aposys[] return_tab = return_tab field_tab = lt_field_tab[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CIFACTSTKUC - Report CIFACTSTKUC CIFACTSTKUC - Report CIFACTSTKUC CIFACTSC - Customer Exit for Selecting Customer-Spec. Data for Initial Transfer CIFACTSC - Customer Exit for Selecting Customer-Spec. Data for Initial Transfer CIC_SET_RESTART_TIME - Set time after which CIC0 should be restarted again CIC_SET_RESTART_TIME - Set time after which CIC0 should be restarted again