SATC_AC_RESULTH SAP (Movement data: 'Buffered Display Load' header) Table details

Dictionary Type: Table
Description: Movement data: 'Buffered Display Load' header




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




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

SATC_AC_RESULTH is a standard SAP Table which is used to store Movement data: 'Buffered Display Load' header data and is available within R/3 SAP systems depending on the version and release level.

The SATC_AC_RESULTH table consists of various fields, each holding specific information or linking keys about Movement data: 'Buffered Display Load' header data available in SAP. These include VERSION (Version of result display), CLIENT (Client name as pure data without special meaning), TITLE (Title of ATC Run), COUNT_PRIO1 (Total of Findings with priority 1 (Severe Error)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SATC_AC_RESULTH 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
DISPLAY_IDID for display load - overall result of ABAP Check Layer SATC_D_AC_DISPLAY_IDRAW16SYSUUIDSATC_AC_DISPLAY_ID
VERSIONVersion of result display SATC_D_AC_RSLT_VERSIONCHAR1
CLIENTClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
TITLETitle of ATC Run SATC_D_AC_TITLECHAR70
COUNT_PRIO1Total of Findings with priority 1 (Severe Error) SATC_D_COUNT_PRIO1INT410
COUNT_PRIO2Total of Findings with priority 2 (Error) SATC_D_COUNT_PRIO2INT410
COUNT_PRIO3Total of Findings with priority 3 (Warning) SATC_D_COUNT_PRIO3INT410
COUNT_PRIO4Total of Findings with priority 4 (Note) SATC_D_COUNT_PRIO4INT410
COUNT_PLNERRTotal of tool failures SATC_D_AC_COUNT_PLNERRINT410
SCHEDULED_SYSName of SAP System SYSYSIDCHAR8SYCHAR08
SCHEDULED_CLTClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
SCHEDULED_BYCreated by SATC_D_CREATED_BYCHAR12UNAME
SCHEDULED_ON_TSCreated on .. timestamp SATC_D_CREATED_ONDEC15TZNTSTMPS
PROJ_IDProject ID SATC_D_PROJECT_IDRAW16SYSUUIDSATC_PROJECT_IDSATC_SHLP_PROJECT_ID
EXEC_IDProject execution ID SATC_D_PROJECT_EXECUTION_IDRAW16SATC_RUN_IDSATC_EXECUTION_ID
VALID_TOExpires on .. timestamp SATC_D_VALID_UPTODEC15TZNTSTMPS
KINDKind of result - 'Aspect' vs 'Module' SATC_D_AC_RSLT_KINDCHAR1SATC_D_AC_RSLT_KIND
IS_COMPLETEATC Result Is Complete and Can Be Displayed SATC_D_AC_RSLT_IS_COMPLETECHAR1SAP_BOOL
IS_TRANSIENTTransient ATC Result is Not Visible in 'Result Browser' SATC_D_AC_RSLT_IS_TRANSIENTCHAR1SAP_BOOL
IS_MASS_TESTIs Mass Test SATC_D_AC_RSLT_IS_MASS_TESTCHAR1SAP_BOOL
IS_CENTRAL_RUN'Central Result' visible to everybody SATC_D_AC_RSLT_IS_CENTRALCHAR1SAP_BOOL
IS_COMPOSITEATC Result Is Composite of Several ATC Results SATC_D_AC_RSLT_IS_COMPOSITECHAR1SAP_BOOL
IS_REWORKEDResult Has Been Reworked SATC_D_AC_RSLT_IS_REWORKEDCHAR1SAP_BOOL
IS_IMPORTEDIs Imported Result SATC_D_AC_RSLT_IS_IMPORTEDCHAR1
CHK_PROFILE_NAMEName of the Check Variant Used During ATC Run SATC_D_AC_CHK_PROFILE_NAMECHAR30
RUN_SERIES_NAMEName of ATC Run Series SATC_D_AC_RUN_SERIES_NAMECHAR16SATC_APP_CONFIG_NAMESATC_F4_AC_RUN_SERIES_NAME
BACK_PACKSerialized data SATC_D_SERIALIZED_DATARSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SATC_AC_RESULTH
INTO CORRESPONDING FIELDS OF WA_SATC_AC_RESULTH
WHERE...

How to access SAP table SATC_AC_RESULTH

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