SAP Reports / Programs

RMCFNEUC SAP ABAP Report - Statistical Setup: Shop Floor Info System - Repetitive Manufacturing







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


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 RMCFNEUC. "Basic submit
SUBMIT RMCFNEUC AND RETURN. "Return to original report after report execution complete
SUBMIT RMCFNEUC 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: 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


INCLUDES used within this REPORT RMCFNEUC

INCLUDE RMCSNTOP .


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:

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.



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