SAP Reports / Programs | Logistics - General | Logistics Information System (LIS)(LO-LIS) SAP LO

MCHILGEN SAP ABAP Report - Generation of BW meta data for exist. Log. Gen. hierarchies in OLTP







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


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 MCHILGEN. "Basic submit
SUBMIT MCHILGEN AND RETURN. "Return to original report after report execution complete
SUBMIT MCHILGEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT MCHILGEN

No INCLUDES are used within this REPORT code!


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:

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.



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