FCML_NWG_CUST_FILL 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 FCML_NWG_CUST_FILL 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: L_CUST_M = FCML_NWG_CUST_M
Selection Text: L_EDGEVT = FCML_T_EDGEEVENT
Selection Text: L_OBJEVT = FCML_T_OBJEVENT
Selection Text: L_OBJTP = FCML_T_OBJTYPE
Selection Text: L_SET = FCML_T_SETTING
Selection Text: L_TEXT = FCML_T_TEXT
Selection Text: L_USERV = FCML_NWG_USER_VA
Title: Report FCML_NWG_CUST_FILL
Text Symbol: 001 = POPUP_TO_CONFIRM
Text Symbol: 002 = There are records in table FCML_NWG_USER_VA, do you want to overwrite?
Text Symbol: 003 = There are records in table FCML_T_TEXT, do you want to overwrite?
Text Symbol: 004 = There are records in table FCML_T_OBJTYPE, do you want to overwrite?
Text Symbol: 005 = There are records in table FCML_T_OBJEVENT, do you want to overwrite?
Text Symbol: 006 = There are records in table FCML_T_EDGEEVENT, do you want to overwrite?
Text Symbol: 007 = There are records in table FCML_T_SETTING, do you want to overwrite?
Text Symbol: 008 = The tables are filled
Text Symbol: 009 = No tables are filled
Text Symbol: B01 = Set default values for ML Network Graphics display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FCML_NWG_FILL_SETTING CALL FUNCTION 'FCML_NWG_FILL_SETTING'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE1 IMPORTING ANSWER = ANSWER.
FCML_NWG_FILL_SETTING CALL FUNCTION 'FCML_NWG_FILL_SETTING'.
FCML_NWG_FILL_EDGEEVENT CALL FUNCTION 'FCML_NWG_FILL_EDGEEVENT'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE2 IMPORTING ANSWER = ANSWER.
FCML_NWG_FILL_EDGEEVENT CALL FUNCTION 'FCML_NWG_FILL_EDGEEVENT'.
FCML_NWG_FILL_OBJEVENT CALL FUNCTION 'FCML_NWG_FILL_OBJEVENT'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE3 IMPORTING ANSWER = ANSWER.
FCML_NWG_FILL_OBJEVENT CALL FUNCTION 'FCML_NWG_FILL_OBJEVENT'.
FCML_NWG_FILL_OBJTYPE CALL FUNCTION 'FCML_NWG_FILL_OBJTYPE'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE4 IMPORTING ANSWER = ANSWER.
FCML_NWG_FILL_OBJTYPE CALL FUNCTION 'FCML_NWG_FILL_OBJTYPE'.
FCML_NWG_FILL_TEXT CALL FUNCTION 'FCML_NWG_FILL_TEXT'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE5 IMPORTING ANSWER = ANSWER.
FCML_NWG_FILL_TEXT CALL FUNCTION 'FCML_NWG_FILL_TEXT'.
FCML_NWG_FILL_CUST CALL FUNCTION 'FCML_NWG_FILL_CUST'.
FCML_NWG_FILL_USERVA CALL FUNCTION 'FCML_NWG_FILL_USERVA'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE TEXT_QUESTION = TEXT_FRAGE7 IMPORTING ANSWER = ANSWER.
CALL FUNCTION 'FCML_NWG_FILL_USERVA'.
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 FCML_NWG_CUST_FILL or its description.
FCML_NWG_CUST_FILL - Report FCML_NWG_CUST_FILL FCML_NWG_CUST_FILL - Report FCML_NWG_CUST_FILL FCML_FILL_REPORTING_TABLES - Fill Material Ledger Reporting Tables FCML_FILL_REPORTING_TABLES - Fill Material Ledger Reporting Tables FCML_FILL_FCML_REP - Include FCML_FILL_FCML_REP FCML_FILL_FCML_MAT - Include FCML_FILL_FCML_MAT