AKB_CI_TABCHECK SAP (Control Table for Table Check with the Code Inspection) Table details

Dictionary Type: Table
Description: Control Table for Table Check with the Code Inspection




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




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

AKB_CI_TABCHECK is a standard SAP Table which is used to store Control Table for Table Check with the Code Inspection data and is available within R/3 SAP systems depending on the version and release level.

The AKB_CI_TABCHECK table consists of various fields, each holding specific information or linking keys about Control Table for Table Check with the Code Inspection data available in SAP. These include STATE (Status of Table Check), ACT_DATE (Date of Last Change), GEN_DATE (Date of Last Change), LUSER (Last Changed by).. 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: Can be enhanced (character-type or numeric)


SAP AKB_CI_TABCHECK 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
SETNAMEName of Set of Tables AKB_TABSET_NAMECHAR20AKB_TABSET_NAME
STATEStatus of Table Check AKB_CI_TABCHECK_STATECHAR1AKB_CI_TABCHECK_STATE
ACT_DATEDate of Last Change AS4DATEDATS8AS4DATE
GEN_DATEDate of Last Change AS4DATEDATS8AS4DATE
LUSERLast Changed by AS4USERCHAR12AS4USER
GEN_USERLast Changed by AS4USERCHAR12AS4USER
GEN_INSP_DATEDate of Last Change AS4DATEDATS8AS4DATE
GEN_INSP_USERLast Changed by AS4USERCHAR12AS4USER
JOB_RUNNINGGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM AKB_CI_TABCHECK
INTO CORRESPONDING FIELDS OF WA_AKB_CI_TABCHECK
WHERE...

How to access SAP table AKB_CI_TABCHECK

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