SAP Reports / Programs | Production Planning and Control | Information System(PP-IS) SAP PP

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







RMCFNEUD 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 RMCFNEUD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OLIF - SFIS: Setup-Repetitive Manufacturing
OLIFBW - Reorg. Rep. Manuf. Extr. Structs


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 RMCFNEUD. "Basic submit
SUBMIT RMCFNEUD AND RETURN. "Return to original report after report execution complete
SUBMIT RMCFNEUD 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_BUDAT = D Posting date
Selection Text: NEWBW = D Extraction structures BW
Selection Text: NEULAUF = Rerun?
Selection Text: MCINF = Info structures 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
Title: Statistical Setup: Shop Floor Info System - Repetitive Manufacturing
Text Symbol: 100 = Setup: &V1&
Text Symbol: 007 = Plant
Text Symbol: 005 = To ;
Text Symbol: 004 = Material
Text Symbol: 003 = Control of the setup run
Text Symbol: 002 = Materials limitation
Text Symbol: 001 = Spec. for the target struct.


INCLUDES used within this REPORT RMCFNEUD

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.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING i_objnr = covp-uspob IMPORTING e_ionra = x_ionra.

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 = x_safk t_resb = t_resb xmcinf = so_mcinf EXCEPTIONS OTHERS = 1.

MD_AUFLOESUNG_PLANAUFTRAG CALL FUNCTION 'MD_AUFLOESUNG_PLANAUFTRAG' EXPORTING ecm61m = ecm61m emt61d = emt61d eplaf = eplaf eselid = eselid eno_scrap = 'X' TABLES mdpmx = mdpmx EXCEPTIONS error_message = 1 OTHERS = 2.

RM_LIS_ALLOC_COMP_RPOINT CALL FUNCTION 'RM_LIS_ALLOC_COMP_RPOINT' EXPORTING i_mt61d = emt61d i_blpk = blpk TABLES i_mdpmx = mdpmx EXCEPTIONS no_routing_in_pvers = 1 no_rpoints_found = 2 OTHERS = 3.



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