AAB_PROT_DETAIL_SFIELDS SAP (Screen Fields for Log Details) Structure details

Dictionary Type: Structure
Description: Screen Fields for Log Details




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




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

AAB_PROT_DETAIL_SFIELDS 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 "Screen Fields for Log Details" 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_AAB_PROT_DETAIL_SFIELDS TYPE AAB_PROT_DETAIL_SFIELDS.

The AAB_PROT_DETAIL_SFIELDS table consists of various fields, each holding specific information or linking keys about Screen Fields for Log Details data available in SAP. These include TEST_DESCRIPT (Description of an RTM test), SUBKEY (Runtime Monitoring: Subkey), PROG_NAME (ABAP Program Name), PROG_DATE (Date of Program (SDATE)).. 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: Cannot Be Enhanced


SAP AAB_PROT_DETAIL_SFIELDS 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
TEST_IDCheckpoint Group AAB_ID_NAMECHAR30AAB_ID_NAMESAAB_SH_ACID_ALL
TEST_DESCRIPTDescription of an RTM test TEST_DESCRCHAR80RTMTDESCR
SUBKEYRuntime Monitoring: Subkey RTM_SUBIDCHAR200RTM_SUBID
PROG_NAMEABAP Program Name PROGNAMECHAR40PROGNAME
PROG_DATEDate of Program (SDATE) RTMPDATEDATS8SYDATS
PROG_TIMETime of Program (STIME) RTMPTIMETIMS6SYTIME
SOURCEABAP Program Name PROGNAMECHAR40PROGNAME
SOURCE_LINE Line in ABAP Program0
PROCEDURE_NAME External Name0
PROT_DATEDate for Runtime Monitor DATA entry RTMDDATEDATS8SYDATS
PROT_TIMETime for Runtime Monitor data entry D_TIMETIMS6SYTIME
PROT_COUNTERNumber of Entries RTMCOUNTERINT410
FIELD_NAMEChar255 CHAR255CHAR255CHAR255
FIELD_VALUEChar255 CHAR255CHAR255CHAR255
PROCEDURE_KIND Name of Procedure Type0

Key field Non-key field



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

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

How to access SAP table AAB_PROT_DETAIL_SFIELDS

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