TOLE SAP (OLE Applications) Table details

Dictionary Type: Table
Description: OLE Applications




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




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

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

The TOLE table consists of various fields, each holding specific information or linking keys about OLE Applications data available in SAP. These include VERSION (Version number of an OLE application), CLSID (OLE CLSID in character format), CLSID_OLB (OLE CLSID in character format), AGGOBJECT (Name of an OLE 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TOLET


SAP TOLE 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
APPOLE application OLEAPPCHAR32OLE_APPL
VERSIONVersion number of an OLE application OLE_VERSCHAR6SYCHAR06
CLSIDOLE CLSID in character format CHAR_CLSIDCHAR38CHAR_CLSID
CLSID_OLBOLE CLSID in character format CHAR_CLSIDCHAR38CHAR_CLSID
AGGOBJECTName of an OLE object OLEOBJNAMECHAR32SYCHAR32
OBJTYPEKey for Type Info of an OLE application OLE_SHORTNCHAR10SYCHAR10
INCLUDEInclude program with constants definitions OLE_CONSTICHAR40PROGNAME
AUTH_CHK Flag specifies whether an authority check should be executed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOLE
INTO CORRESPONDING FIELDS OF WA_TOLE
WHERE...

How to access SAP table TOLE

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