GHO_ALLOCRES_IF SAP (Allocation results Item with Final Indicator) Table details

Dictionary Type: Table
Description: Allocation results Item with Final Indicator




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




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

GHO_ALLOCRES_IF is a standard SAP Table which is used to store Allocation results Item with Final Indicator data and is available within R/3 SAP systems depending on the version and release level.

The GHO_ALLOCRES_IF table consists of various fields, each holding specific information or linking keys about Allocation results Item with Final Indicator data available in SAP. These include ALLOC_RUN_ID (Identifier for an Instance of the Allocation Engine Run), ORIGIN_NODE_ID (ID of the Node in the Network), DEST_NODE_ID (ID of the Node in the Network), QTY_TYPE (Quantity Type).. 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: Can be enhanced (character-type or numeric)


SAP GHO_ALLOCRES_IF 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
ALLOC_RUN_IDIdentifier for an Instance of the Allocation Engine Run GHO_ALLOC_RUN_IDRAW16GHO_ALLOCRES_HSYSUUID
ORIGIN_NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
DEST_NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
QTY_TYPEQuantity Type GHO_QTY_TYPENUMC3GHO_QTY_TYPEGHO_DISP
THEO_ACT_INDTheoretical Actual Indicator GHO_THEO_ACT_INDCHAR1GHO_THEO_ACT_IND
UNITUnit of Measure GHO_UOMUNIT3Assigned to domainCUNITMEINS
COMPONENTName of the Component GHO_COMPONENTCHAR32GHO_COMPONENT
VOLUMEQuantity Measured/Planned against the Node:Vol,Mass,Energy GHO_QUANTITYD16R16GHO_QUANTITY
MATERIALMaterial relevant for allocation GHO_ALLOC_MATERIALCHAR18Assigned to domainMATN1MATNRMATS_MAT1
QTY_CATEGORYQuantity Category GHO_QUANTITY_CATEGORYCHAR2GHO_QUANTITY_CATEGORY

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_ALLOCRES_IF
INTO CORRESPONDING FIELDS OF WA_GHO_ALLOCRES_IF
WHERE...

How to access SAP table GHO_ALLOCRES_IF

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