EAMS_S_BO_TO_STR_DATA SAP (Business Object: Techinical Object structuring Data) Structure details

Dictionary Type: Structure
Description: Business Object: Techinical Object structuring Data




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




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

EAMS_S_BO_TO_STR_DATA 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 "Business Object: Techinical Object structuring 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_EAMS_S_BO_TO_STR_DATA TYPE EAMS_S_BO_TO_STR_DATA.

The EAMS_S_BO_TO_STR_DATA table consists of various fields, each holding specific information or linking keys about Business Object: Techinical Object structuring Data data available in SAP. These include TPLKZ_TXT (Structure indicator text for functional locations), EAMS_TPLMA (Superior Functional Location), EAMS_TPLMA_TXT (Description of superior functional location), POSNR (Position in superior technical object).. 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 EAMS_S_BO_TO_STR_DATA 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
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
TPLKZ_TXTStructure indicator text for functional locations TPLXTCHAR40TEXT40
EAMS_TPLMASuperior Functional Location EAMS_TPLMACHAR30TPDMZEAMS_TPLNR
EAMS_TPLMA_TXTDescription of superior functional location MPTXTCHAR40TEXT40
POSNRPosition in superior technical object ILOM_POSNRCHAR4CHAR4
TRPNRReference functional location TRPNRCHAR30Assigned to domainTRPNRIRLIRLM
TRPNR_TXTDescription of the reference functional location RPTXTCHAR40TEXT40
IEQUIInstallation of equipment allowed at the functional location IEQUICHAR1X
EINZLSingle equipment installation at functional location EINZLCHAR1XFELD
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
HEQUISuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
HEQUI_TXTDescription of technical object KTX01CHAR40TEXT40
TIDNRTechnical identification number TIDNRCHAR25TIDNR
STRNOFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
IMPHREFDATDate: Valid From IMRC_DATLODATS8DATUM
IMPHREFTIMTime: Valid From (Exclusive) IMRC_TIMLOTIMS6UZEIT
EAMS_SUP_TO_TYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10Assigned to domain/PLMB/GOS_OBJECT_TYPE
EAMS_SUP_TO_NOTechnical Object EAMS_TEC_OBJCHAR40EAMS_TEC_OBJ
EAMS_SUP_TO_TXTDescription of technical object KTX01CHAR40TEXT40
EAMS_SUP_TO_TTXTObject Type Description /PLMB/GOS_OTYPE_DESCCHAR40/PLMB/GOS_OTYPE_DESC

Key field Non-key field



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

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

How to access SAP table EAMS_S_BO_TO_STR_DATA

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