SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

SAPMKXHI SAP ABAP dialog Program - SAP-EIS: Hierarchy maintenance







SAPMKXHI is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMKXHI 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

TLMH - Maintain hierarchy
FMEH - SAP-EIS: Hierarchy maintenance
TRMH - Maintain hierarchy
KCJ1 - EC-EIS/EC-BP: Hierarchy maintenance
KCJ3 - Hierarchy Maintenance
CXRH - Hierarchy Maintenance
KES3 - Maintain Characteristics Hierarchy
JBWH - Maintain hierarchy
CACS_H - Maintain hierarchy


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


Text pool values


Title: SAP-EIS: Hierarchy maintenance
Text Symbol: 030 = Delete all invalid variants for ;;
Text Symbol: 031 = this characteristic? ;;
Text Symbol: 032 = Hierarchy Transport ;;
Text Symbol: 033 = This function transports the ;;
Text Symbol: 034 = hierarchy. ;;
Text Symbol: 035 = Transport the hierarchy? ;;
Text Symbol: 036 = Char. value
Text Symbol: 037 = Description
Text Symbol: 038 = SAP-EIS: Hierarchy Processing
Text Symbol: 040 = Select controlling area
Text Symbol: 056 = Create top node
Text Symbol: 057 = The hierarchy does not contain a unique top node.
Text Symbol: 058 = Select a top node and hang the hierarchy under it?
Text Symbol: 059 = Char.
Text Symbol: 060 = Characteristic and variant
Text Symbol: 061 = The key of the hierarchy tables has been changed.
Text Symbol: 062 = x
Text Symbol: 063 = x
Text Symbol: 064 = Do you wish to convert?
Text Symbol: 065 = x
Text Symbol: 066 = Hierarchy conversion
Text Symbol: KLA = Compound character. ;;
Text Symbol: LI1 = Level Characteristic value Description
Text Symbol: ME1 = Hierarchy &H for Characteristic &F Not Used
Text Symbol: ME2 = Hierarchy &H for characteristic &F used in the following forms:
Text Symbol: ME3 = Hierarchy &H for characteristic &F used in the following reports:
Text Symbol: STA = Same master data ;;
Text Symbol: 029 = exists -> Delete this data. ;;
Text Symbol: 001 = Char. value
Text Symbol: 002 = To level
Text Symbol: 003 = Delete hierarchy
Text Symbol: 004 = All selected entries and ;;
Text Symbol: 005 = any entries dependent on these ;;
Text Symbol: 006 = will be deleted. ;;
Text Symbol: 007 = Are you sure you want to delete? ;;
Text Symbol: 008 = Your changes may be lost. ;;
Text Symbol: 009 = Backup





Text Symbol: 010 = Do you want to save your changes ;;
Text Symbol: 011 = before you exit? ;;
Text Symbol: 012 = The hierarchy variant ;;
Text Symbol: 013 = will be deleted from the ;;
Text Symbol: 014 = database. ;;
Text Symbol: 015 = Move Subhierarchies ;;
Text Symbol: 016 = All selected entries and ;;
Text Symbol: 017 = any entries dependent on these ;;
Text Symbol: 018 = will be moved. ;;
Text Symbol: 019 = Are you sure you want to move? ;;
Text Symbol: 020 = Find
Text Symbol: 021 = Char. value
Text Symbol: 022 = The hierarchy is inconsistent.
Text Symbol: 023 = The following char. values are no longer in the master data:
Text Symbol: 024 = The hierarchy is consistent.
Text Symbol: 025 = The following char. values were not used:
Text Symbol: 026 = Delete invalid hierarchies
Text Symbol: 027 = The char. selected is no longer ;;
Text Symbol: 028 = valid, however hierarchy data still;;


INCLUDES used within this REPORT SAPMKXHI

INCLUDE MKXHII01.
INCLUDE MKXHIO01.
INCLUDE MKXHIF01.
INCLUDE MKXHIE01.
INCLUDE MKXHITP2.


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:

No SAP FUNCTION MODULES are executed within this report code!



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