/SDF/ALTOOLEXEC SAP (Alert: Tooldefinition (executable, dispatcher etc.)) Structure details

Dictionary Type: Structure
Description: Alert: Tooldefinition (executable, dispatcher etc.)




ABAP Code to SELECT data from /SDF/ALTOOLEXEC
Related tables to /SDF/ALTOOLEXEC
Access table /SDF/ALTOOLEXEC




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

/SDF/ALTOOLEXEC 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 "Alert: Tooldefinition (executable, dispatcher etc.)" 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_/SDF/ALTOOLEXEC TYPE /SDF/ALTOOLEXEC.

The /SDF/ALTOOLEXEC table consists of various fields, each holding specific information or linking keys about Alert: Tooldefinition (executable, dispatcher etc.) data available in SAP. These include TOOLDISPAT (Alert: Tool: responsible Dispa), TOOLEXEC (Alert: Executable Name of TOOL), OWNER (Alert: Owner of the Tool), CALLTYPE (Alert: Tool: Call 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/ALTOOLEXEC 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
TOOLNAME Alert: Logical Name of Tool0
TOOLDISPAT Alert: Tool: responsible Dispa0
TOOLEXEC Alert: Executable Name of TOOL0
OWNER Alert: Owner of the Tool0
CALLTYPE Alert: Tool: Call Type0
EXECDEST logical destination0
DEST_TYPE Alert: TOOL Destination Type0
EXECUSER User Name0
STRTTIDTYP Alert: Tool TID's for Start (0
DELAYTIME Alert: Time values in seconds0
STARTUPEXE Alert: method as 'STARTUP method'0
ERRORFLAG Alert: TOOL Error Flag0
PRIORITY Alert: TOOL Priority (internal0
RECOVERY Alert: TOOL Recovery Method0
MAXRUNTIME Alert: TOOL max. runtime0
CHG_USER Alert: User Name of Last Change0
CHG_DATE Alert: Date of last change0
CHG_TIME Alert: Time of Last Change0
PARNAME1 Alert: TOOL parameter name0
PARVALUE1 Alert: TOOL Parameter Value0
PARNAME2 Alert: TOOL parameter name0
PARVALUE2 Alert: TOOL Parameter Value0
PARNAME3 Alert: TOOL parameter name0
PARVALUE3 Alert: TOOL Parameter Value0
PARNAME4 Alert: TOOL parameter name0
PARVALUE4 Alert: TOOL Parameter Value0
PARNAME5 Alert: TOOL parameter name0
PARVALUE5 Alert: TOOL Parameter Value0
PARNAME6 Alert: TOOL parameter name0
PARVALUE6 Alert: TOOL Parameter Value0
PARNAME7 Alert: TOOL parameter name0
PARVALUE7 Alert: TOOL Parameter Value0
PARNAME8 Alert: TOOL parameter name0
PARVALUE8 Alert: TOOL Parameter Value0
PARNAME9 Alert: TOOL parameter name0
PARVALUE9 Alert: TOOL Parameter Value0
PARNAME10 Alert: TOOL parameter name0
PARVALUE10 Alert: TOOL Parameter Value0
STARTUPLOC Alert: Location to Execute Sta0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/ALTOOLEXEC using ABAP code?

As /SDF/ALTOOLEXEC 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 /SDF/ALTOOLEXEC as there is no data to select.

How to access SAP table /SDF/ALTOOLEXEC

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