/BKC/S21_AC_ADD_TBL_DESCR SAP (Additional charateristics of tables to be copied) Structure details

Dictionary Type: Structure
Description: Additional charateristics of tables to be copied




ABAP Code to SELECT data from /BKC/S21_AC_ADD_TBL_DESCR
Related tables to /BKC/S21_AC_ADD_TBL_DESCR
Access table /BKC/S21_AC_ADD_TBL_DESCR




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

/BKC/S21_AC_ADD_TBL_DESCR 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 "Additional charateristics of tables to be copied" 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_/BKC/S21_AC_ADD_TBL_DESCR TYPE /BKC/S21_AC_ADD_TBL_DESCR.

The /BKC/S21_AC_ADD_TBL_DESCR table consists of various fields, each holding specific information or linking keys about Additional charateristics of tables to be copied data available in SAP. These include FI_TRANS_DAT (Indicator: Table Belongs to FI Transaction Data), CO_TRANS_DAT (Indicator: Table Belongs to CO Transaction Data), DEBITOR (Indicator: Table Belongs to Customer Master Data), KREDITOR (Indicator: Table Belongs to Vendor Master Data).. 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: Cannot Be Enhanced


SAP /BKC/S21_AC_ADD_TBL_DESCR 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
NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FI_TRANS_DATIndicator: Table Belongs to FI Transaction Data /BKC/S21_AC_FI_TRANS_DATCHAR1YESNO
CO_TRANS_DATIndicator: Table Belongs to CO Transaction Data /BKC/S21_AC_CO_TRANS_DATCHAR12CHAR12
DEBITORIndicator: Table Belongs to Customer Master Data /BKC/S21_AC_DEBITORCHAR1YESNO
KREDITORIndicator: Table Belongs to Vendor Master Data /BKC/S21_AC_KREDITORCHAR1YESNO
IN_ORDERIndicator: Table Belongs to Internal Order Master Data /BKC/S21_AC_IN_ORDERCHAR1YESNO
ANLAGENIndicator Table Asset Data ('M', 'B'; 'S', space) /BKC/S21_AC_ANLAGENCHAR1/BKC/S21_AC_ANLAGEN
FN_GJAHRField Name Fiscal Year /BKC/S21_AC_FN_GJAHRCHAR30CHAR30
FN_BUKRS Field name BUKRS =Indicator table is company-code dependent0
KZ_KKBER Customers credit lim.,space = no, 1 = yes with KKBER, 2 = ..0
KZ_KEY Key internal order 1 = 'AUFNR', 2 = 'OBJNR'0
CO_BELNR 'X' table contains document numbers of COBK0
CO_PERIO Field name period, empty = table is valid for entire year0
CO_PLAN_IST Indicator act / plan, if <> empty, then check act / plan0
CO_CHK_MD_DEL Check table when deleting master data (IO, PC, KOSTL)0

Key field Non-key field



How do I retrieve data from SAP structure /BKC/S21_AC_ADD_TBL_DESCR using ABAP code?

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

How to access SAP table /BKC/S21_AC_ADD_TBL_DESCR

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