ANL_S_OWNERSHIP_EXTRACT SAP (Extract Structure for Ownership transactional data) Structure details

Dictionary Type: Structure
Description: Extract Structure for Ownership transactional data




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




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

ANL_S_OWNERSHIP_EXTRACT 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 "Extract Structure for Ownership transactional data" 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_OWNERSHIP_EXTRACT TYPE ANL_S_OWNERSHIP_EXTRACT.

The ANL_S_OWNERSHIP_EXTRACT table consists of various fields, each holding specific information or linking keys about Extract Structure for Ownership transactional data data available in SAP. These include CREATED_BY (Name of the user that created the record), CREATED_TST (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), CHANGED_BY (Name of the user that changed the record), CHANGED_TST (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 (character-type or numeric)


SAP ANL_S_OWNERSHIP_EXTRACT 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
ALLOC_RUN_IDIdentifier for an Instance of the Allocation Engine Run GHO_ALLOC_RUN_IDRAW16SYSUUID
CREATED_BYName of the user that created the record GHO_CREATED_BYCHAR12USNAM
CREATED_TSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYName of the user that changed the record GHO_CHANGED_BYCHAR12USNAM
CHANGED_TSTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
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
VOL_UNITUnit of Measure GHO_UOMUNIT3Assigned to domainCUNITMEINS
DOI_IDDOI Number GHO_OWN_DOI_NOCHAR20DOI_NO
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CONCESSIONConcession GHO_CONCESSIONCHAR40GHO_PE_IDGHO_PE_COL_SHLP_CONCESSION
DOI_DERIVED_FROMFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
GRAVITY Gravity0
GRAVITY_UOMUnit of Measure GHO_UOMUNIT3Assigned to domainCUNITMEINS
QTY_CATEGORYQuantity Category GHO_QUANTITY_CATEGORYCHAR2GHO_QUANTITY_CATEGORY
UNITUnit of Measure GHO_UOMUNIT3Assigned to domainCUNITMEINS
OWNER_NOOwnership:Owner Number GHO_OWN_OWNER_NOCHAR10Assigned to domainALPHALIFNR
SEQ_NOOwnership Sequence number GHO_OWN_ISQ_NONUMC2GHO_OWN_ISQ_NO
OWN_INT_TYPEOwner Interest Type GHO_OWN_PART_INT_TYPECHAR2Assigned to domainGHO_OWN_PART_INT_TYPE
BEARER_GRP_NOOwnership Bearer Group Number GHO_OWN_BG_NOCHAR5GHO_OWN_BG_NO
NETIDNetwork Object ID GHO_NETOBJ_IDCHAR30Assigned to domainTPLNRTPLNR
MEDIUMProduct on which Allocation is Performed (Oil, Gas, Water) GHO_PRODUCTCHAR6Assigned to domainMEDIUH_T372M
ORIGIN_NODE_IDID of the Node in the Network GHO_NODE_IDCHAR30Assigned to domainTPLNRTPLNR
ALLOC_TYPEAllocation Type GHO_ALLOC_TYPECHAR2GHO_ALLOC_TYPE
FREQUENCYAllocation Frequency GHO_ALLOC_FREQUENCYCHAR2GHO_ALLOC_FREQAPPL_GHO_FREQ
PROD_TIMEProduction Start Time GHO_START_TIME_ALLOCTIMS6GHO_TIMS_ALLOC
ALLOC_PURPOSEAllocation Purpose GHO_ALLOC_PURPOSECHAR2GHO_ALLOC_PURPOSE
ALLOC_STATUSAllocation Run Status GHO_ALLOC_STATUSNUMC2GHO_ALLOC_STATUS
PROD_DATE_LOWField of type DATS DATSDATS8DATS
PROD_DATE_HIGHField of type DATS DATSDATS8DATS
NET_VOLUME Net Volume0
GROSS_VOLUME Gross Volume0

Key field Non-key field



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

As ANL_S_OWNERSHIP_EXTRACT 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_OWNERSHIP_EXTRACT as there is no data to select.

How to access SAP table ANL_S_OWNERSHIP_EXTRACT

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