ACCSYSTEM0C SAP (Accounting Systems) Table details

Dictionary Type: Table
Description: Accounting Systems




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




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

ACCSYSTEM0C is a standard SAP Table which is used to store Accounting Systems data and is available within R/3 SAP systems depending on the version and release level.

The ACCSYSTEM0C table consists of various fields, each holding specific information or linking keys about Accounting Systems data available in SAP. These include ACC_SYSTEM (Accounting System), IS_AUTHORITATIVE (Indicator: Actual Mandatory), FIN_FISCYEARVAR (Fiscal Year Variant), FIN_CHOFACCT (Chart of Accounts).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = ACCSYSTEM0T


SAP ACCSYSTEM0C 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ACC_SYSTEMAccounting System ACC_SYSTEMCHAR8ACC_SYSTEMACC_SYSTEM
IS_AUTHORITATIVEIndicator: Actual Mandatory FIN_AUTHORITATIVECHAR1BOOLE
FIN_FISCYEARVARFiscal Year Variant FIN_FISCYEARVARCHAR2T009PERIV
FIN_CHOFACCTChart of Accounts FIN_CHOFACCTCHAR4FINCHOFACCT0CFIN_CHOFACCT
FIN_CURRACCSYSAccounting System Currency FIN_CURRACCSYSCUKY5TCURCWAERS
ACC_DATABASISData Basis ACC_DATABASISCHAR5Assigned to domainACC_DATABASISACC_DATABASIS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ACCSYSTEM0C
INTO CORRESPONDING FIELDS OF WA_ACCSYSTEM0C
WHERE...

How to access SAP table ACCSYSTEM0C

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