TUL_ACTTC SAP (System Measurement: AC tables to be checked) Table details

Dictionary Type: Table
Description: System Measurement: AC tables to be checked




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




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

TUL_ACTTC is a standard SAP Table which is used to store System Measurement: AC tables to be checked data and is available within R/3 SAP systems depending on the version and release level.

The TUL_ACTTC table consists of various fields, each holding specific information or linking keys about System Measurement: AC tables to be checked data available in SAP. These include FN_CLIENT (Field name), FN_CRUSER (Field name), FN_CRDATE (Field name), FN_CRTIME (Field name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TUL_ACTTC 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
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FN_CLIENTField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CRUSERField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CRDATEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CRTIMEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CHUSERField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CHDATEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_CHTIMEField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
FN_USERField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
UNIT1ID for unit of system measurement objects SLIM_AC_UNITNUMC4Assigned to domainRSUVM_UNIT
UNIT2ID for unit of system measurement objects SLIM_AC_UNITNUMC4Assigned to domainRSUVM_UNIT
UNIT3ID for unit of system measurement objects SLIM_AC_UNITNUMC4Assigned to domainRSUVM_UNIT
ACID1AC ID SLIM_ACIDCHAR4SLIM_ACID
ACID2AC ID SLIM_ACIDCHAR4SLIM_ACID
ACID3AC ID SLIM_ACIDCHAR4SLIM_ACID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TUL_ACTTC
INTO CORRESPONDING FIELDS OF WA_TUL_ACTTC
WHERE...

How to access SAP table TUL_ACTTC

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