FMHIPOS SAP (FIFM: DB Table for Hierarchy Relations for an Item) Table details

Dictionary Type: Table
Description: FIFM: DB Table for Hierarchy Relations for an Item




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




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

FMHIPOS is a standard SAP Table which is used to store FIFM: DB Table for Hierarchy Relations for an Item data and is available within R/3 SAP systems depending on the version and release level.

The FMHIPOS table consists of various fields, each holding specific information or linking keys about FIFM: DB Table for Hierarchy Relations for an Item data available in SAP. These include FMA_OBJNR (Object number), POSHIVERS (FIFM: Hierarchy Version), POSIT (Internal commitment item (8 chars)), HIROOT_POS (Internal commitment item (8 chars)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FMHIPOS 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
MANDTClient MANDTCLNT3T000MANDT
FMA_OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
POSHIVERSFIFM: Hierarchy Version FM_HIVERSCHAR10FM_HIVERS
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
HIROOT_POSInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
TYPEType for identifying objects NETTYPECHAR1NETTYPE
PARENT_POSInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
LEFT_POSInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
RIGHT_POSInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
CHILD_POSInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
HILEVELFIFM: Level within a hierarchy FM_HILEVELNUMC4FM_HILEVEL
ERFDATFIFM: Entry Date FM_ERFDATDATS8DATUM
ERFNAMEFIFM: Created by FM_ERFNAMECHAR12USNAM
AENDATFIFM: Changed on FM_AENDATDATS8DATUM
AENNAMEFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMHIPOS
INTO CORRESPONDING FIELDS OF WA_FMHIPOS
WHERE...

How to access SAP table FMHIPOS

Within an ECC or HANA version of SAP you can also view further information about FMHIPOS 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!