SAP Reports / Programs

CIFACTSTKUC SAP ABAP Report - Report CIFACTSTKUC







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


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


Text pool values


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


INCLUDES used within this REPORT CIFACTSTKUC

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:

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[].



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