ISAACONTA SAP (System Administration Assistant: Internal struct. for alerts) Structure details

Dictionary Type: Structure
Description: System Administration Assistant: Internal struct. for alerts




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




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

ISAACONTA 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 "System Administration Assistant: Internal struct. for alerts" 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_ISAACONTA TYPE ISAACONTA.

The ISAACONTA table consists of various fields, each holding specific information or linking keys about System Administration Assistant: Internal struct. for alerts data available in SAP. These include SAANODE (Structure node), GETALFB (Name of Function Module), GETALREP (ABAP Program Name), GETALCLASS (Alert: Customization: Name of Customization Group).. 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 ISAACONTA 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
SAANODEStructure node SAANODECHAR12SAACONTSAANODE
GETALFBName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
GETALREPABAP Program Name PROGNAMECHAR40REPOSRCPROGNAME
GETALCLASSAlert: Customization: Name of Customization Group ALCUSGROUPCHAR40TEXT40
MS_NAMEAlerts: Name of a monitor set ALMONISETCHAR60TEXT60
MONI_NAMEName of a monitor in the CCMS monitoring infrastructure ALTRINNMCHAR60TEXT60
ANALTCODTransaction Code TCODECHAR20TSTCTCODETCD
ANALFBName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
ANALREPABAP Program Name PROGNAMECHAR40REPOSRCPROGNAME
VERSION Version number0

Key field Non-key field



How do I retrieve data from SAP structure ISAACONTA using ABAP code?

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

How to access SAP table ISAACONTA

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