ANL_S_ALLOC_RESULTS SAP (Structure to Store Allocation and Planned Results) Structure details

Dictionary Type: Structure
Description: Structure to Store Allocation and Planned Results




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




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

ANL_S_ALLOC_RESULTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure to Store Allocation and Planned Results" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ANL_S_ALLOC_RESULTS TYPE ANL_S_ALLOC_RESULTS.

The ANL_S_ALLOC_RESULTS table consists of various fields, each holding specific information or linking keys about Structure to Store Allocation and Planned Results data available in SAP. These include WELLCOMP (External ID for Network Object), PLANNED_QTY (Quantity Measured/Planned against the Node:Vol,Mass,Energy), ACTUAL_QTY (Quantity Measured/Planned against the Node:Vol,Mass,Energy), UNIT (Unit of Measure).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ANL_S_ALLOC_RESULTS structure 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
NETWORK_IDExternal ID for Network Object GHO_NETOBJ_ID_EXTCHAR40GHO_NETOBJ_ID
WELLCOMPExternal ID for Network Object GHO_NETOBJ_ID_EXTCHAR40GHO_NETOBJ_ID
PLANNED_QTYQuantity Measured/Planned against the Node:Vol,Mass,Energy GHO_QUANTITYD16R16GHO_QUANTITY
ACTUAL_QTYQuantity Measured/Planned against the Node:Vol,Mass,Energy GHO_QUANTITYD16R16GHO_QUANTITY
UNITUnit of Measure GHO_UOMUNIT3Assigned to domainCUNITMEINS
QTY_TYPEQuantity Type GHO_QTY_TYPENUMC3GHO_QTY_TYPEGHO_DISP
MEDIUMProduct on which Allocation is Performed (Oil, Gas, Water) GHO_PRODUCTCHAR6Assigned to domainMEDIUH_T372M
PROD_DATEField of type DATS DATSDATS8DATS
PROD_TIMEField of type TIMS TIMSTIMS6TIME
THEO_ACT_INDSingle-Character Indicator CHAR1CHAR1CHAR1
MATERIALMaterial relevant for allocation GHO_ALLOC_MATERIALCHAR18Assigned to domainMATN1MATNRMATS_MAT1
QTY_CATEGORYQuantity Category GHO_QUANTITY_CATEGORYCHAR2GHO_QUANTITY_CATEGORY
ORIGIN_NODE_TYPENetwork Object Type GHO_NETOBJ_TYPECHAR10GHO_NETOBJ_TYPEAPPL_GHO_NETOBJ_TYPE
ORIGIN_NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
DEST_NODE_TYPENetwork Object Type GHO_NETOBJ_TYPECHAR10GHO_NETOBJ_TYPEAPPL_GHO_NETOBJ_TYPE
DEST_NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
ALLOC_RUN_IDIdentifier for an Instance of the Allocation Engine Run GHO_ALLOC_RUN_IDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure ANL_S_ALLOC_RESULTS using ABAP code?

As ANL_S_ALLOC_RESULTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ANL_S_ALLOC_RESULTS as there is no data to select.

How to access SAP table ANL_S_ALLOC_RESULTS

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