SAP Reports / Programs | Financials | Strategic Enterprise Management | Management Cockpit(FIN-SEM-CPM-MC) SAP FIN

UMM_MC_HIERARCHYCL2 SAP ABAP INCLUDE - UMMMCHIERARCHYCL2







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


INCLUDES used within this REPORT UMM_MC_HIERARCHYCL2

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:

UMM_HI_NEW_NODEKEY CALL FUNCTION 'UMM_HI_NEW_NODEKEY' IMPORTING E_CONOD = LS_HINODE-CONOD.

UMM_HI_CHILD_BROWSE CALL FUNCTION 'UMM_HI_CHILD_BROWSE' EXPORTING I_CONOD = I_CURRENT_NODE-CONOD * I_LANGU = SY-LANGU IMPORTING ET_HINODE = LT_HINODE EXCEPTIONS INVALID = 1 OTHERS = 2 .

UMM_HI_CREATE CALL FUNCTION 'UMM_HI_CREATE' EXPORTING IS_HINODE = LS_HINODE EXCEPTIONS DB_ERROR = 1 OTHERS = 2 .

UMM_HI_SINGLE_BROWSE * CALL FUNCTION 'UMM_HI_SINGLE_BROWSE' * EXPORTING * I_CONOD = LS_HINODE-CONOD * I_LANGU = SY-LANGU * IMPORTING * ES_HINODE = LS_HINODE.

UMM_HI_DELETE_SUBNODE CALL FUNCTION 'UMM_HI_DELETE_SUBNODE' EXPORTING I_CONOD = I_MOVE_NODE-CONOD * IMPORTING * E_CONODPRE = EXCEPTIONS DB_ERROR = 1 OTHERS = 2 .

UMM_RELINK_HIERARCHY CALL FUNCTION 'UMM_RELINK_HIERARCHY' EXPORTING I_MOVE_CONOD = I_MOVE_NODE-CONOD I_TO_CONOD = I_CURRENT_NODE-CONOD.

UMM_HI_SINGLE_BROWSE CALL FUNCTION 'UMM_HI_SINGLE_BROWSE' EXPORTING I_CONOD = I_MOVE_NODE-CONOD I_LANGU = SY-LANGU IMPORTING ES_HINODE = LS_HINODE.

UMM_HI_INITIALIZE CALL FUNCTION 'UMM_HI_INITIALIZE' EXCEPTIONS CANCEL = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P00 TEXTLINE1 = 'Lost data'(p06) IMPORTING ANSWER = ANSWER.

UMM_HI_UNLOCK CALL FUNCTION 'UMM_HI_UNLOCK'.

UMM_CUSTOMIZING_WITH_PARA CALL FUNCTION 'UMM_CUSTOMIZING_WITH_PARA' EXPORTING I_CONAME = ''.

UMM_CUSTOMIZING_WITH_PARA CALL FUNCTION 'UMM_CUSTOMIZING_WITH_PARA' EXPORTING I_CONAME = MS_MOVE_NODE-CONAME.

UMM_COCKPIT_DELETE * CALL FUNCTION 'UMM_COCKPIT_DELETE' * EXPORTING * I_CONAME = MS_MOVE_NODE-CONAME * EXCEPTIONS * COCKPIT_NOT_FOUND = 1 * NO_AUTHORITY = 2 * OBJECT_LOCKED = 3 * OTHERS = 4.

UMM_HI_MOVEUP CALL FUNCTION 'UMM_HI_MOVEUP' EXPORTING I_CONOD = LS_HINODE-CONOD IMPORTING E_RESULT = L_RESULT.

UMM_HI_MOVEDOWN CALL FUNCTION 'UMM_HI_MOVEDOWN' EXPORTING I_CONOD = LS_HINODE-CONOD IMPORTING E_RESULT = L_RESULT.

UMM_HI_DELETE_SUBNODE CALL FUNCTION 'UMM_HI_DELETE_SUBNODE' EXPORTING I_CONOD = LS_HINODE-CONOD IMPORTING E_CONODPRE = L_PREV_NODE.

UMM_HI_NEW_NODEKEY CALL FUNCTION 'UMM_HI_NEW_NODEKEY' IMPORTING E_CONOD = L_NEW_NODEKEY.

UMM_COCKPIT_GET CALL FUNCTION 'UMM_COCKPIT_GET' EXPORTING I_CONAME = umm_ys_hinode-coname IMPORTING ES_COCKPITDATA = umm_ys_cust_cockpitdata * ET_WALLTAB = * ET_VARTAB = * ET_DESCRIPTION = EXCEPTIONS COCKPIT_NOT_FOUND = 1 NO_AUTHORITY = 2 OBJECT_LOCKED = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP





CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-P00 TEXTLINE1 = TEXT-P01 TEXTLINE2 = TEXT-P02 IMPORTING ANSWER = ANSWER.

UMM_NEW_NODE_CHECK CALL FUNCTION 'UMM_NEW_NODE_CHECK' EXPORTING I_CONOD = M_DB_DATA-CONOD IMPORTING E_EXIST = L_NEWNODE.

UMM_HI_UPDATE CALL FUNCTION 'UMM_HI_UPDATE' EXPORTING IS_HINODE = M_DB_DATA IMPORTING ES_HINODE = M_DB_DATA EXCEPTIONS DB_ERROR = 1 OTHERS = 2.

UMM_HI_CREATE CALL FUNCTION 'UMM_HI_CREATE' EXPORTING IS_HINODE = M_DB_DATA IMPORTING ES_HINODE = M_DB_DATA EXCEPTIONS DB_ERROR = 1 OTHERS = 2.



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