RMCFNEUC 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 RMCFNEUC 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: VERSION = Save under version
Selection Text: SL_WERKS = D Plant
Selection Text: SL_BUDAT = D Posting date
Selection Text: SCRAP = Set up scrap?
Selection Text: NEWBW = D Extraction structures BW
Selection Text: NEULAUF = Rerun?
Selection Text: MCINF = Info structure to be set up
Selection Text: LAUFNAME = Name of run
Selection Text: F_DCIDX = Delete/set up indices
Selection Text: ENDZEIT = Termination time
Selection Text: ENDDAT = Termination date
Selection Text: BELNR_L = Run schedule header to
Selection Text: BELNR_H = RS header from
Title: Statistical Setup: Shop Floor Info System - Repetitive Manufacturing
Text Symbol: 100 = Statistical setup: &V1&
Text Symbol: 005 = to ;
Text Symbol: 004 = Run schedule header
Text Symbol: 003 = Control of the setup run
Text Symbol: 002 = Restriction of RS headers
Text Symbol: 001 = Specification for the target structures
INCLUDE RMCSNTOP .
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = emt61d EXCEPTIONS account_not_found = 1 batch_not_found = 2 forecast_not_found = 3 lock_on_account = 4 lock_on_material = 5 lock_on_plant = 6 lock_on_sales = 7 lock_on_sloc = 8 lock_on_batch = 9 lock_system_error = 10 material_not_found = 11 plant_not_found = 12 sales_not_found = 13 sloc_not_found = 14 slocnumber_not_found = 15 sloctype_not_found = 16 text_not_found = 17 unit_not_found = 18 invalid_mch1_matnr = 19 invalid_mtcom = 20 sa_material = 21 wv_material = 22 waart_error = 23 OTHERS = 24.
MD_AUFLOESUNG_PLANAUFTRAG CALL FUNCTION 'MD_AUFLOESUNG_PLANAUFTRAG' EXPORTING ecm61m = ecm61m emt61d = emt61d eplaf = eplaf eselid = eselid IMPORTING iplaf = iplaf TABLES mdpmx = mdpmx EXCEPTIONS error_message = 1 OTHERS = 2.
MCF_STATISTICS_LIS_SAFK CALL FUNCTION 'MCF_STATISTICS_LIS_SAFK' EXPORTING storno = ' ' control = control TABLES kalktabrm = kalktab o_afporm = o_afpo o_afvg = o_afvg o_safk = o_safk o_resb = o_resb t_afporm = t_afpo t_afvg = o_afvg t_safk = o_safk t_resb = t_resb xmcinf = so_mcinf EXCEPTIONS OTHERS = 1.
K_COSSA_READ_MULTI CALL FUNCTION 'K_COSSA_READ_MULTI' EXPORTING formname = 'FILL_TAB' progname = 'RMCFNEUC' TABLES t_cosel = sel.
OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING i_objnr = r_cossa-parob IMPORTING e_ionra = ionra.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCFNEUC - Statistical Setup: Shop Floor Info System - Repetitive Manufacturing RMCFNEUC - Statistical Setup: Shop Floor Info System - Repetitive Manufacturing 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