TOAOS SAP (Logical mapping to implementation method) Table details

Dictionary Type: Table
Description: Logical mapping to implementation method




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




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

TOAOS is a standard SAP Table which is used to store Logical mapping to implementation method data and is available within R/3 SAP systems depending on the version and release level.

The TOAOS table consists of various fields, each holding specific information or linking keys about Logical mapping to implementation method data available in SAP. These include APPLICATIO (CHAR32 data element for SYST), POSIT (Natural Number), APPLICPHYS (CHAR32 data element for SYST), KOMMTYP (SAP ArchiveLink: Communication type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TOAOS 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
S_METHODESAP ArchiveLink: Sample OLE methods SAESMETHODCHAR10Assigned to domainSADC10_AS
APPLICATIOCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
POSITNatural Number INT4INT410INT4
APPLICPHYSCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
KOMMTYPSAP ArchiveLink: Communication type SAEKOMMTYPCHAR10Assigned to domainSADC10_KT
KINDSAP ArchiveLink:OLE type (method,set property,get property) SAEKINDCHAR1CHAR1
OLEVERBCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
EXPORTINGSAP ArchiveLink: OLE export parameter SAEEXPORTCHAR255CHAR255
IMPORTINGSAP ArchiveLink: Import parameter SAEIMPORTCHAR255CHAR255
PROPERTYNASAP ArchiveLink: Property name SAEPROPNACHAR255CHAR255
PROPERTYVASAP ArchiveLink: Property value SAEPROPVACHAR255CHAR255
CLEAR_OBJSAP ArchiveLink:OLE type (method,set property,get property) SAEKINDCHAR1CHAR1
RESERVE1SAP ArchiveLink reserve field SAERES1CHAR255CHAR255
RESERVE2SAP ArchiveLink reserve field SAERES1CHAR255CHAR255
RESERVE3SAP ArchiveLink: Reserved for future application SAERESERVECHAR27SADC27
RESERVE4SAP ArchiveLink: Reserved for future application SAERESERVECHAR27SADC27
RESERVE5SAP ArchiveLink: Reserved for future application SAERESERVECHAR27SADC27
RESERVE6SAP ArchiveLink: Reserved for future application SAERESERVECHAR27SADC27

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOAOS
INTO CORRESPONDING FIELDS OF WA_TOAOS
WHERE...

How to access SAP table TOAOS

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