GHO_NODERULE_I SAP (Node Allocation Rules Item) Table details

Dictionary Type: Table
Description: Node Allocation Rules Item




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




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

GHO_NODERULE_I is a standard SAP Table which is used to store Node Allocation Rules Item data and is available within R/3 SAP systems depending on the version and release level.

The GHO_NODERULE_I table consists of various fields, each holding specific information or linking keys about Node Allocation Rules Item data available in SAP. These include NODE_RULE_ID (Node Rule ID), QTY_TYPE (Quantity Type), ALLOC_MATERIAL (Material relevant for allocation), QTY_REQD (Indicates if Quantity is Required or not).. 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_NODERULE_I 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
NODE_RULE_IDNode Rule ID GHO_ALLOC_NODE_RULE_IDRAW16GHO_NODERULE_HSYSUUID
QTY_TYPEQuantity Type GHO_QTY_TYPENUMC3GHO_QTY_TYPEGHO_DISP
ALLOC_MATERIALMaterial relevant for allocation GHO_ALLOC_MATERIALCHAR18Assigned to domainMATN1MATNRMATS_MAT1
QTY_REQDIndicates if Quantity is Required or not GHO_QTY_REQDCHAR30GHO_QTY_TYPE_REQD

Key field Non-key field



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

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

SELECT SINGLE *
FROM GHO_NODERULE_I
INTO CORRESPONDING FIELDS OF WA_GHO_NODERULE_I
WHERE...

How to access SAP table GHO_NODERULE_I

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