COAOBINF SAP (Additional Fields for Networks) Structure details

Dictionary Type: Structure
Description: Additional Fields for Networks




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




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

COAOBINF 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 "Additional Fields for Networks" 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_COAOBINF TYPE COAOBINF.

The COAOBINF table consists of various fields, each holding specific information or linking keys about Additional Fields for Networks data available in SAP. These include LTXA1 (Operation short text), NCHKZ (Indicator: Activity is successor to selected activity), VORN1 (Operation/Activity Number), LTXN1 (Operation short text).. 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: Not classified


SAP COAOBINF 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
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
NCHKZIndicator: Activity is successor to selected activity NCHKZCHAR1XFELD
VORN1Operation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXN1Operation short text LTXA1CHAR40TEXT40
VORN2Operation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXN2Operation short text LTXA1CHAR40TEXT40
KTXN1Short description of the network NETZTEXTCHAR40TEXT40
KTXN2Short description of the network NETZTEXTCHAR40TEXT40
AOBTXShort text for the type of relationship AOBTXCHAR20TEXT20
KALTXDescription of the factory calendar KALTXCHAR20TEXT20
NETZPLANNetwork number NETZPLANCHAR12AUFNRNETZPLAN
NETZPL_VORNetwork number NETZPLANCHAR12AUFNRNETZPLAN
NETZPL_NCHNetwork number NETZPLANCHAR12AUFNRNETZPLAN
VORG_DUMY1Number for general costs element or work element VORG_DUMY1CHAR4NUMCVVORNR
VORG_DUMY2Number for general costs element or work element VORG_DUMY2CHAR4NUMCVVORNR
VORG_DUMY3Key word for external processing element VORG_DUMY3CHAR4NUMCVVORNR
INDBTField defined as in SY-TABIX TABIX_DINT410TABIX
ARBPLWork center ARBPLCHAR8ARBPLAGR
FLG_LOCKIndicates whether this relationship is locked in data base FLG_LOCKCHAR1XFELD
INDBT_VOR1Field defined as in SY-TABIX TABIX_DINT410TABIX
INDBT_VOR2Field defined as in SY-TABIX TABIX_DINT410TABIX

Key field Non-key field



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

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

How to access SAP table COAOBINF

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