ACAC_DATA_TRANSFER_RESULT SAP (Standard Fields in the Results List for Data Transfer to ACE) Structure details

Dictionary Type: Structure
Description: Standard Fields in the Results List for Data Transfer to ACE




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




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

ACAC_DATA_TRANSFER_RESULT 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 "Standard Fields in the Results List for Data Transfer to ACE" 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_ACAC_DATA_TRANSFER_RESULT TYPE ACAC_DATA_TRANSFER_RESULT.

The ACAC_DATA_TRANSFER_RESULT table consists of various fields, each holding specific information or linking keys about Standard Fields in the Results List for Data Transfer to ACE data available in SAP. These include ACAC_OBJTYPE (Accrual Object Category for Manual Accruals), ACAC_OBJNUMBER (Object Number of an Accrual Object), ACRTYPE (Accrual Type), ACCRULE (Accounting Principle (AP)).. 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 or numeric)


SAP ACAC_DATA_TRANSFER_RESULT 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
BUKRSCompany Code ACE_BUKRSCHAR4Assigned to domainACE_BUKRSACE_BUKRSACE_BUKRS
ACAC_OBJTYPEAccrual Object Category for Manual Accruals ACAC_OBJTYPECHAR10TACAC_OBJTYPACAC_OBJTYPEACAC_OBJTYPE
ACAC_OBJNUMBERObject Number of an Accrual Object ACAC_OBJNUMBERCHAR22Assigned to domainACAC_OBJNUMBERACAC_OBJNUMBER
ACRTYPEAccrual Type ACE_ACRTYPECHAR6Assigned to domainALPHAACE_ACRTYPEACE_ACRTYPEACE_ACRTYPES_GET
ACCRULEAccounting Principle (AP) ACE_ACCRULECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACE_ACCRULE
AMOUNTTotal Amount To Be Accrued ACE_TOTAL_AMOUNTCURR15(2) WERTV8
CURRENCYCurrency of Accrual Item ACE_DS_CURRENCYCUKY5TCURCWAERS
QUANTITYTotal Quantity To Be Accrued ACE_TOTAL_QUANTITYQUAN15(3) MENGV8
UNITUnit of Measure for Accrual Items ACE_UNITUNIT3T006CUNITMEINS
ACRMETHODAccrual/Deferral Method ACEDS_ACRMETHODCHAR10TACE_ACCMETHODSACE_ACCMETHODACEDS_ACRMETHODACEDS_ACRMETHODS_GET
SVALITY_FROMRuntime Start of Accrual Type ACE_SVALDATE_FROMDATS8
SVALITY_TORuntime End of Accrual Type ACE_SVALDATE_TODATS8
EFFDATEKey Date/Posting Date for Accruals ACE_EFFDATEDATS8ACE_KEYDATE
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
FISC_YEARFiscal Year in Accounting (Enter Manually) ACEPS_MANUAL_FISC_YEARNUMC4GJAHRGJAHRGJR
FIS_PERIODPosting Period in Accounting (Enter Manually) ACEPS_MANUAL_PERIODNUMC3POPERACEPS_MANUAL_PERIOD
FIND_OPEN_PERIODFind Next Open Period Automatically ACEPS_FIND_NEXT_OPEN_PERIODCHAR1BOOLE
PSTNG_TEXTDocument Header Text BKTXTCHAR25TEXT25
ACE_GJAHRFiscal Year in Accrual Engine ACEPS_GJAHRNUMC4GJAHRGJAHRGJR
ACE_DOCNRDocument Number of an Accrual Engine Document ACEPS_DOCNRCHAR15CHAR15ACE_DOCNR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key for Accounting Document ACE_AWKEYCHAR20AWKEY
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWREFUnique Number for Reference of an FI-CO Document to ACE Docs ACEPS_AWREFCHAR10ALPHAAWREF
REF_KEYUnique External Reference for Accrual Object ACE_REF_KEYCHAR32ACE_REF_KEYACE_REF_KEY
REF_SUBKEYUnique Reference for an Accrual Subobject ACE_REF_SUBKEYCHAR32ACE_REF_SUBKEYACE_REF_SUBKEY
TRNSFR_STATUSProcessing Status of Data Transfer ACE_DATA_CREATION_STATUS_TXTCHAR20CHAR20
ACCDOC_STATUSProcessing Status of FI/CO Documents ACE_OBJCREA_STATUS_ACC_POSTINGCHAR20ACEPS_STATUS

Key field Non-key field



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

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

How to access SAP table ACAC_DATA_TRANSFER_RESULT

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