EAML_TT_PROFIT SAP (EAML: Profile Elements for Tooltips in graphical display) Table details

Dictionary Type: Table
Description: EAML: Profile Elements for Tooltips in graphical display




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




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

EAML_TT_PROFIT is a standard SAP Table which is used to store EAML: Profile Elements for Tooltips in graphical display data and is available within R/3 SAP systems depending on the version and release level.

The EAML_TT_PROFIT table consists of various fields, each holding specific information or linking keys about EAML: Profile Elements for Tooltips in graphical display data available in SAP. These include ID (Tooltip Profile), TTIP_ELEM_TYPE (Link Object Type of Tooltip Element), TTIP_ELEM (Tooltip Element), DISPLAY (Display/Hide Tooltip Element).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EAML_TT_PROFIT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
IDTooltip Profile EAML_TTIP_PROF_IDCHAR6EAML_TT_PROFIDEAML_PROF_ID
TTIP_ELEM_TYPELink Object Type of Tooltip Element EAML_TTIP_ELEM_TYPECHAR2EAML_TTIP_ELEM_TYPE
TTIP_ELEMTooltip Element EAML_TTIP_ELEMCHAR30Assigned to domainFDNAME
DISPLAYDisplay/Hide Tooltip Element EAML_TTIP_DISPLAYCHAR1XFELD
TTIP_ELEM_POSPosition of Element in Tooltip EAML_TTIP_POSNUMC2
TTIP_OBARTTechnical Object Type of Tooltip Element EAML_TTIP_OBARTCHAR2EAML_TTIP_OBART

Key field Non-key field



How do I retrieve data from SAP table EAML_TT_PROFIT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EAML_TT_PROFIT to SELECT all data from the table
DATA: WA_EAML_TT_PROFIT TYPE EAML_TT_PROFIT.

SELECT SINGLE *
FROM EAML_TT_PROFIT
INTO CORRESPONDING FIELDS OF WA_EAML_TT_PROFIT
WHERE...

How to access SAP table EAML_TT_PROFIT

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