ACCSYSTEM03 SAP (Derivations for Accounting System) Table details

Dictionary Type: Table
Description: Derivations for Accounting System




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




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

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

The ACCSYSTEM03 table consists of various fields, each holding specific information or linking keys about Derivations for Accounting System data available in SAP. These include ACC_SYSTEM (Accounting System), FUNC_FISCYEAR (Name of Function Module), FUNC_CHOFACCT (Name of Function Module), FUNC_CURRENCY (Name of Function Module).. 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: Cannot Be Enhanced


SAP ACCSYSTEM03 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_SYSTEMCHAR8Assigned to domainACC_SYSTEMACC_SYSTEM
FUNC_FISCYEARName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_CHOFACCTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_CURRENCYName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_COMP_BY_ASName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_AS_BY_COMPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_DEFAULT_ASName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNC_CURRACCSYSName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM ACCSYSTEM03
INTO CORRESPONDING FIELDS OF WA_ACCSYSTEM03
WHERE...

How to access SAP table ACCSYSTEM03

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