SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

IFIFMFHM SAP ABAP INCLUDE - FIFM: Application-Indpndnt Procedures for Addressing Hierarchy Graphic







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


Text pool values


Title: FIFM: Application-Indpndnt Procedures for Addressing Hierarchy Graphic


INCLUDES used within this REPORT IFIFMFHM

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:

CNET_GRAPHIC_HIERARCHY * CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY' * EXPORTING * ABAP_CMD = ABAP_CMD"/Benutzerkommando an Grafik * CONFIRM = CONFIRM "/Confirm-Modus * PROFILE = PROFILE "/Netz(Hierarchie-)profil * STAT = STAT "/Status * STATUS_TEXT = STATUS_TEXT "/Text in Statuszeile * TITLEBAR = TITLEBAR"/Fenstertitel * IMPORTING * GR_MES = GR_MES "/Benutzerkommando * GR_MODE = MODE * GR_SEL_FIELD = SEL_FIELD "/Selektiertes Knotenfeld * M_TYP = M_TYP "/Nachrichtentyp * TABLES * CLUSTERS = CLUSTERS_TAB * CVALS = CVALS_TAB * DELETIONS = DELETE_TAB "/Zu löschende Knoten * INODES = INODES_TAB "/Knoten der Nodearea * NODES = I_AKTIV_NODES "/Aktive Knoten * NVALS = I_AKTIV_NVALS "/Text-Inhalte der Knoten * POSITIONS = POSITIONS_TAB "/Positionen der Knoten * EXCEPTIONS * ERR_IN_PROFILE = 01 * INV_PROFILE = 02 * INV_WINID = 03 * NO_BATCH = 04.

FMHI_LOGIC_HIERARCHY * CALL FUNCTION 'FMHI_LOGIC_HIERARCHY' * EXPORTING * IP_ACTION = FLG_ACTION * IP_CONFIRM = CONFIRM * IP_FIKRS = G_FIKRS * IP_FMA_OBJNR = G_FMA_OBJNR * IP_HIERVERS = G_HIERVERS * IP_LAST_NODE_ID = G_LAST_NODE_ID * IP_LG_MES = LG_MES * IP_LG_MODE = MODE * IP_TCODE = SY-TCODE * IMPORTING * OP_ABBRUCH = L_ABBRUCH * OP_ACTION = FLG_ACTION * OP_ERROR_CODE = L_ERROR_CODE * OP_LAST_NODE_ID = G_LAST_NODE_ID * TABLES * T_ALL_NODES = I_ALL_NODES * T_ALL_NVALS = I_ALL_NVALS * T_DELETIONS = DELETE_TAB * T_ALL_DELETIONS = I_ALL_DELETIONS * T_NODES = I_AKTIV_NODES "letzte Ă„nderung * T_NVALS = I_AKTIV_NVALS.

CNET_FIELD_TO_INDEX_NVALS CALL FUNCTION 'CNET_FIELD_TO_INDEX_NVALS' EXPORTING "/Knotentyp des aktiven Knotens NODE_TYPE = ALL_NODES-TYPE TABLES NVALS = NVALS. "/Tabelle der Knotenfeldinformationen

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = CON_JA * TEXTLINE1 = TEXT-051 * TEXTLINE2 = TEXT-052 * TITEL = U_TITLE * IMPORTING * ANSWER = L_ANSWER * EXCEPTIONS * OTHERS = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-053 TEXTLINE2 = TEXT-054 TITEL = TEXT-057 IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 1.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GRAFIK' TABLES EXCLUDING = EXCLUDING_TAB EXCEPTIONS INV_CUA_INFO = 1.



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