RMCFNEUB 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 RMCFNEUB 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.
Title: Statistical Setup: Shop Floor Information System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_BT_DATA_RESET CALL FUNCTION 'CO_BT_DATA_RESET'.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
CO_IT_SET_FLG_ITAB_NEW CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW'.
CO_DB_ORDER_PRE_READ CALL FUNCTION 'CO_DB_ORDER_PRE_READ' EXPORTING CLIENT = SY-MANDT FLG_CHECK = ' ' OBJECTS = T_OBJECTS TRTYP_IMP = 'A' FLG_NO_GUI_MESSAGE = ' ' EXPLODE_ORD_NET = ' ' TABLES ORD_PRE_IMP = Y_ORD_PRE " nur ein einziger Eintrag ! EXCEPTIONS NOT_FOUND = 01 RELEASE_NO_CHANGE = 02.
CO_IT_ITAB_CREATE CALL FUNCTION 'CO_IT_ITAB_CREATE' EXCEPTIONS ERROR_MESSAGE = 01 OTHERS = 02.
CO_BT_STATISTICS_CREATE_NEW CALL FUNCTION 'CO_BT_STATISTICS_CREATE_NEW' EXPORTING FLG_NO_STAT = ' ' FLG_USER = ' ' FLG_WAIT = ' ' TRANS_TYP = ' ' CONTROL = CONTROL TABLES XMCINF = SO_MCINF EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCFNEUB - Statistical Setup: Shop Floor Information System RMCFNEUB - Statistical Setup: Shop Floor Information System RMCFNEUA - Statistical Setup: Shop Floor Information System RMCFNEUA - Statistical Setup: Shop Floor Information System RMCFNE22 - Update KAPKZ in S022 RMCFNE22 - Update KAPKZ in S022