ESO_S_INET SAP (Enterprise Search: Object Link) Structure details

Dictionary Type: Structure
Description: Enterprise Search: Object Link




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




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

ESO_S_INET 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 "Enterprise Search: Object Link" 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_ESO_S_INET TYPE ESO_S_INET.

The ESO_S_INET table consists of various fields, each holding specific information or linking keys about Enterprise Search: Object Link data available in SAP. These include MLANG (Primary language for object texts), NETID (Network identification), KANTYP (Link category), TPVON (Link from functional location).. 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 ESO_S_INET 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
KANTENumber of the link between two technical objects KANTECHAR18Assigned to domainALPHAKANTEINE
MLANGPrimary language for object texts MLANGLANG1Assigned to domainISOLASPRAS
NETIDNetwork identification NETIDCHAR8Assigned to domainNETID
KANTYPLink category KANTYPCHAR1KANTYP
TPVONLink from functional location TPVONCHAR30Assigned to domainTPLNRTPLNRIFLM
EQVONLink from equipment EQVONCHAR18Assigned to domainALPHAEQUNR
TPNACHLink to functional location TPNACHCHAR30Assigned to domainTPLNRTPLNRIFLM
EQNACHLink to equipment EQNACHCHAR18Assigned to domainALPHAEQUNR
LFDKNRNumber for parallel links between objects LFDKNRNUMC4LFDKNR
DATVADate from which the link created is valid DATVADATS8DATUM
ZEITVATime from which the link created is valid DZEITVATIMS6UZEIT
DATVBDate to which the link created is valid DATVBDATS8DATUM
ZEITVBTime until which the link created is valid DZEITVBTIMS6UZEIT
STATUSObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
TPKANTLink object is a functional location TPKANTCHAR30Assigned to domainTPLNRTPLNRIFLM
EQKANTLink object is a piece of equipment EQKANTCHAR18Assigned to domainALPHAEQUNR
MEDIUMedium MEDIUCHAR6Assigned to domainMEDIU
BEZARPRelationship type possible BEZARPCHAR1BEZARP
BEZARLRelationship type used BEZARLCHAR1BEZARL
ERDATDate on which the object was created ICRDTDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATDate on which the object was last changed IUPDTDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
LVORMDeletion Indicator LVORMCHAR1XFELD
NETYPLink category NETYPCHAR1Assigned to domainNETYPILT
KANTE_EXTNumber of the link between two technical objects KANTECHAR18Assigned to domainALPHAKANTEINE
TPVON_EXTLink from functional location TPVON_STRNOCHAR40ILOM_STRNO
EQVON_EXTLink from equipment EQVONCHAR18Assigned to domainALPHAEQUNR
TPNACH_EXTLink to functional location TPNACH_STRNOCHAR40ILOM_STRNO
EQNACH_EXTLink to equipment EQNACHCHAR18Assigned to domainALPHAEQUNR
DOCLINK_DOKOBLinked SAP Object DOKOBCHAR10Assigned to domainDOKOB
DOCLINK_OBJKYDocument management object key OBJKYCHAR50CHAR50
TPKANT_EXTLink object is a functional location TPKANT_STRNOCHAR40ILOM_STRNO
EQKANT_EXTLink object is a piece of equipment EQKANTCHAR18Assigned to domainALPHAEQUNR

Key field Non-key field



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

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

How to access SAP table ESO_S_INET

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