ACEDS_ACCOUNTS_EXT SAP (Accrual Accounts (External Key)) Structure details

Dictionary Type: Structure
Description: Accrual Accounts (External Key)




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




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

ACEDS_ACCOUNTS_EXT 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 "Accrual Accounts (External Key)" 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_ACEDS_ACCOUNTS_EXT TYPE ACEDS_ACCOUNTS_EXT.

The ACEDS_ACCOUNTS_EXT table consists of various fields, each holding specific information or linking keys about Accrual Accounts (External Key) data available in SAP. These include ACCRULE (Accounting Principle), INC_START_ACCNT (Start Account for Opening Posting), INC_TARGET_ACCNT (Target Account for Opening Posting), PER_START_ACCNT (Start Account for Periodic Accrual Posting).. 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: Can be enhanced (character-type)


SAP ACEDS_ACCOUNTS_EXT 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
ACRTYPEAccrual Type ACE_ACRTYPECHAR6Assigned to domainALPHAACE_ACRTYPEACE_ACRTYPEACE_ACRTYPES_GET
ACCRULEAccounting Principle ACCOUNTING_PRINCIPLECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACCOUNTING_PRINCIPLE
INC_START_ACCNTStart Account for Opening Posting ACEPS_ACCNT_INCEPTION_STARTCHAR10Assigned to domainALPHASAKNRACEPS_ACNT_INC_STRT
INC_TARGET_ACCNTTarget Account for Opening Posting ACEPS_ACCNT_INCEPTION_TARGETCHAR10Assigned to domainALPHASAKNRACEPS_ACCNT_INC_TRGT
PER_START_ACCNTStart Account for Periodic Accrual Posting ACEPS_ACCNT_PERIODIC_STARTCHAR10Assigned to domainALPHASAKNRACEPS_ACNT_PER_START
PER_TARGET_ACCNTTarget Account for Periodic Accrual Posting ACEPS_ACCNT_PERIODIC_TARGETCHAR10Assigned to domainALPHASAKNRACEPS_ACCNT_PER_TRGT
FIN_START_ACCNTStart Account for Closing Posting ACEPS_ACCNT_FINAL_STARTCHAR10Assigned to domainALPHASAKNRACEPS_ACNT_FIN_START
FIN_TARGET_ACCNTTarget Account for Closing Posting ACEPS_ACCNT_FINAL_TARGETCHAR10Assigned to domainALPHASAKNRACEPS_ACNT_FIN_TRGT
INC_DOC_TYPEDocument Type for Opening Posting ACEPS_INC_BLARTCHAR2Assigned to domainBLART
PER_DOC_TYPEDocument Type for Periodic Accrual Posting ACEPS_PER_BLARTCHAR2Assigned to domainBLART
FIN_DOC_TYPEDocument Type for Closing Posting ACEPS_FIN_BLARTCHAR2Assigned to domainBLART

Key field Non-key field



How do I retrieve data from SAP structure ACEDS_ACCOUNTS_EXT using ABAP code?

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

How to access SAP table ACEDS_ACCOUNTS_EXT

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