MCHILGEN 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 MCHILGEN 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.
The following data records were found and processed
Title: Generation of BW meta data for exist. Log. Gen. hierarchies in OLTP
Text Symbol: 001 = Cannot find a suitable basic charact.
Text Symbol: 002 = Aready exists
Text Symbol: 003 = Inserts the entry into control table
Text Symbol: 004 = Not an SAP InfoObject
Text Symbol: 005 = Deletes the entry
Text Symbol: 006 = Cannot find an entry in control table
Text Symbol: 007 = Generate BW meta data
Text Symbol: 008 = Should the BW meta data be generated in the OLTP for
Text Symbol: 009 = the existing Logistics-General hierarchies?
001 No. basic char. HCl. domain data element check processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-008 TEXTLINE2 = TEXT-009 TITEL = TEXT-007 IMPORTING ANSWER = L_ANSWER.
BHIE_HIERARCHY_CHABASNM_UPDATE CALL FUNCTION 'BHIE_HIERARCHY_CHABASNM_UPDATE' EXPORTING I_S_HIEBAS = L_S_HIEBAS I_S_HIEFLAGS = L_S_HIEFLAGS EXCEPTIONS CHABASNM_NOT_FOUND = 1 HCLASS_NOT_FOUND = 2 DOMANM_DTELNM_NOT_EXIST = 3 CHABASNM_DOMANM_NOT_FOUND = 4 CHABASNM_DTELNM_NOT_FOUND = 5 TFDIR_CATALOG_NOT_FOUND = 6 TFDIR_TRANSFER_NOT_FOUND = 7 INVALID_HIERARCHY_FLAG = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCHILGEN - Generation of BW meta data for exist. Log. Gen. hierarchies in OLTP MCHILGEN - Generation of BW meta data for exist. Log. Gen. hierarchies in OLTP MCH01TOP - documentation and ABAP source code MCH01SELECTION_SCREEN - MCH01SELECTIONSCREEN MCH01S01 - Include MCH01S01 MCH01O01 - Include MCH01O01