EAMS_S_SP_TL_SAFEMEAS SAP (Business Object Task List Safety Measures) Structure details

Dictionary Type: Structure
Description: Business Object Task List Safety Measures




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




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

EAMS_S_SP_TL_SAFEMEAS 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 Task List Safety Measures" 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_SP_TL_SAFEMEAS TYPE EAMS_S_SP_TL_SAFEMEAS.

The EAMS_S_SP_TL_SAFEMEAS table consists of various fields, each holding specific information or linking keys about Business Object Task List Safety Measures data available in SAP. These include EAMS_PLNTY (Task List Type), EAMS_PLNNR (Key for Task List Group), EAMS_PLNAL (Group Counter), EAMS_PLNKN (Number of the task list node).. 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: Cannot Be Enhanced


SAP EAMS_S_SP_TL_SAFEMEAS 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
EAMS_PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
EAMS_PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
EAMS_PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
EAMS_PLNKNNumber of the task list node PLNKNNUMC8KNTNR
EAMS_VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OBJ_TYPEObject Type of Risk-Relevant Object or Safety Measure EAMWS_OBJ_TYPECHAR4EAMWS_OBJ_TYPE
OBJ_IDObject ID of Safety Measure EAMWS_OBJ_IDCHAR40
PARENT_KEYNatural Number INT4INT410INT4
ROW_KEYNatural Number INT4INT410INT4
IS_LEAFBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
DESCRIPTIONSafety Measure Description EAMS_SAFEMEAS_DESCCHAR50TEXT50
IMAGE_SRCImage Source FPMGB_IMAGE_SRCSTRG0
SAFETY_CHARSafety Relevance/Action EAMWS_SAFETY_CHARACTERISTICCHAR1EAMWS_SAF_CHAREAMWS_SAFETY_CHARACTERISTIC
PRT_INDObject Is a Production Resource/Tool EAMWS_PRTKZCHAR1CHAR1
EXT_OBJ_IDExternal Object ID of Safety Measure EAMS_SAFEMEAS_EXT_IDCHAR50TEXT50
OBJ_TYPE_TXTSafety Measure Type EAMS_SAFEMEAS_TYPE_TXTCHAR40TEXT40
SAFETY_CHAR_TXTSafety Relevance/Action Description EAMWS_SAFETY_CHARACTERISTIC_TXCHAR30TEXT30
ASGMT_LEVELAssignment Level in List of Planned Safety Measures EAMWS_ASGMT_LEVELCHAR4EAMWS_ASGMT_LEVEL
IMAGE_DESCImage Description EAMS_IMAGE_DESCCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table EAMS_S_SP_TL_SAFEMEAS

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