FMHIE_CHGCHK_FLG SAP (Activate Checks for Hierarchy Change) Table details

Dictionary Type: Table
Description: Activate Checks for Hierarchy Change




ABAP Code to SELECT data from FMHIE_CHGCHK_FLG
Related tables to FMHIE_CHGCHK_FLG
Access table FMHIE_CHGCHK_FLG




Table field list including key, data, relationships and ABAP select examples

FMHIE_CHGCHK_FLG is a standard SAP Table which is used to store Activate Checks for Hierarchy Change data and is available within R/3 SAP systems depending on the version and release level.

The FMHIE_CHGCHK_FLG table consists of various fields, each holding specific information or linking keys about Activate Checks for Hierarchy Change data available in SAP. These include FM_AREA (Financial Management Area), BS (Name of Budget Structure), FISCYEAR (Fiscal Year), BUDCAT (Budget Category).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMHIE_CHGCHK_FLG table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
BSName of Budget Structure FMBS_NAMECHAR10FMBS_BSFMBS_NAMEFMBS_NAME
FISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDCATBudget Category BUKU_BUDCATCHAR2BUBUDCATALPHARLDNRBUDCAT
CHK_CHG_BA_RULEPerform Checks when changing BA rule FMHIE_CHK_CHG_BA_RULECHAR1XFELD
CHK_CHG_PA_RULEPerform checks when changing a PA rule FMHIE_CHK_CHG_PA_RULECHAR1XFELD
CHK_DEL_CONPerform Checks When Deleting Constant FMHIE_CHK_DEL_CONCHAR1XFELD
CHK_INS_CONPerform checks when inserting constant FMHIE_CHK_INS_CONCHAR1XFELD
CHK_DEL_NODEPerform checks when deleting hierarchy node FMHIE_CHK_DEL_NODECHAR1XFELD
CHK_MOV_NODEPerform Checks When Moving Hierarchy Node FMHIE_CHK_MOV_NODECHAR1XFELD
CHK_INS_NODEPerform Checks When Inserting Hierarchy Node FMHIE_CHK_INS_NODECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table FMHIE_CHGCHK_FLG using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMHIE_CHGCHK_FLG to SELECT all data from the table
DATA: WA_FMHIE_CHGCHK_FLG TYPE FMHIE_CHGCHK_FLG.

SELECT SINGLE *
FROM FMHIE_CHGCHK_FLG
INTO CORRESPONDING FIELDS OF WA_FMHIE_CHGCHK_FLG
WHERE...

How to access SAP table FMHIE_CHGCHK_FLG

Within an ECC or HANA version of SAP you can also view further information about FMHIE_CHGCHK_FLG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!