TEE000P SAP (Execution Services) Table details

Dictionary Type: Table
Description: Execution Services




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




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

TEE000P is a standard SAP Table which is used to store Execution Services data and is available within R/3 SAP systems depending on the version and release level.

The TEE000P table consists of various fields, each holding specific information or linking keys about Execution Services data available in SAP. These include EXEC_SRV (Execution Service), EVENT01 (Call Up Event), FUNCTION01 (Name of Function Module), EVENT02 (Call Up Event).. 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: Not classified

Text table = TEE000PT


SAP TEE000P 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
EXEC_SRVExecution Service CK_EXECUTION_SERVICECHAR4CK_EXECUTION_SERVICE
EVENT01Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION01Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT02Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION02Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT03Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION03Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT04Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION04Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT05Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION05Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT06Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION06Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT07Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION07Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
EVENT08Call Up Event CK_EVENTCHAR8CK_EVENT
FUNCTION08Name of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
ICONFunction Icon QNICONACHAR30SCRPICON_N
TTYPENAME1Name of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
TTYPENAME2Name of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
TTYPENAME3Name of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP
TTYPENAME4Name of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEE000P
INTO CORRESPONDING FIELDS OF WA_TEE000P
WHERE...

How to access SAP table TEE000P

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