SATC_S_AC_DATAB_ATC_SETTINGS SAP (Settings for ATC Result Browser (Dynpro)) Structure details

Dictionary Type: Structure
Description: Settings for ATC Result Browser (Dynpro)




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




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

SATC_S_AC_DATAB_ATC_SETTINGS 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 "Settings for ATC Result Browser (Dynpro)" 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_SATC_S_AC_DATAB_ATC_SETTINGS TYPE SATC_S_AC_DATAB_ATC_SETTINGS.

The SATC_S_AC_DATAB_ATC_SETTINGS table consists of various fields, each holding specific information or linking keys about Settings for ATC Result Browser (Dynpro) data available in SAP. These include DISP_STAT (Possible Values for Display Result Statistic), USE_FILTER (Possible Values: Use Filter), RECHECK_RES (Possible Values for Recheck Option), CENTRAL_RES (Possible Values for Central Check Result).. 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: Can be enhanced (character-type or numeric)


SAP SATC_S_AC_DATAB_ATC_SETTINGS 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
CURR_PACKPackage handling SATC_D_AC_CURR_PACKCHAR1SATC_AC_CURR_PACK
DISP_STATPossible Values for Display Result Statistic SATC_D_AC_DISP_STATCHAR1SATC_AC_DISP_STAT
USE_FILTERPossible Values: Use Filter SATC_D_AC_USE_FILTERCHAR1SATC_AC_USE_FILTER
RECHECK_RESPossible Values for Recheck Option SATC_D_AC_RECHECK_OPTIONCHAR1SATC_AC_RECHECK_OPTION
CENTRAL_RESPossible Values for Central Check Result SATC_D_AC_CENTRAL_RESULTCHAR1SATC_AC_CENTRAL_RESULT
ENABLE_WORK_SETBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MESSAGE_COUNTNatural Number INT4INT410INT4
FILTER_VARIATC Settings: Variant Name SATC_D_UI_VARIANT_NAMECHAR14Assigned to domainVARIANT
STAT_INDEXDummy for B20 int1 (Local Everywhere) INT1INT13INT1
DISP_NEW_WINDOWBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

How to access SAP table SATC_S_AC_DATAB_ATC_SETTINGS

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