AUT_TEST_0 SAP (Audit Trail Test Table 0) Table details

Dictionary Type: Table
Description: Audit Trail Test Table 0




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




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

AUT_TEST_0 is a standard SAP Table which is used to store Audit Trail Test Table 0 data and is available within R/3 SAP systems depending on the version and release level.

The AUT_TEST_0 table consists of various fields, each holding specific information or linking keys about Audit Trail Test Table 0 data available in SAP. These include AUTDATE (Audit_Trail_Test data element zu DATUM), AUTTIME (Audit_Trail_Test data element for system time), AUTTIMEZONE (Audit_Trail_Test data element for timezone of user), AUTDATELO (Audit_Trail_Test data element for local date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AUT_TEST_0 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
AUTUSERAudit_Trail_Test data element for USER AUT_TEST_01CHAR12AS4USER
AUTDATEAudit_Trail_Test data element zu DATUM AUT_TEST_02DATS8DATUM
AUTTIMEAudit_Trail_Test data element for system time AUT_TEST_03TIMS6UZEIT
AUTTIMEZONEAudit_Trail_Test data element for timezone of user AUT_TEST_04CHAR6SYCHAR06
AUTDATELOAudit_Trail_Test data element for local date AUT_TEST_05DATS8SYDATS
AUTTIMELOAudit_Trail_Test data element for local time AUT_TEST_06TIMS6SYTIME
AUTSYSIDAudit_Trail_Test data element for system ID AUT_TEST_SIDCHAR8SYCHAR08
AUTRELEASEAudit_Trail_Test data element for system release AUT_TEST_RELCHAR4SYCHAR04
AUTOPSYSAudit_Trail_Test data element for operating system AUT_TEST_OSCHAR10SYOPSYS
AUTHOSTAudit_Trail_Test data element for application server AUT_TEST_HOSTCHAR32HOST_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM AUT_TEST_0
INTO CORRESPONDING FIELDS OF WA_AUT_TEST_0
WHERE...

How to access SAP table AUT_TEST_0

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