GMA_ACE_DATA_TRNSF_RESULT SAP (Result List Structure for Data Transfer to Accrual Engine) Structure details

Dictionary Type: Structure
Description: Result List Structure for Data Transfer to Accrual Engine




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




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

GMA_ACE_DATA_TRNSF_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 "Result List Structure for Data Transfer to Accrual Engine" 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_GMA_ACE_DATA_TRNSF_RESULT TYPE GMA_ACE_DATA_TRNSF_RESULT.

The GMA_ACE_DATA_TRNSF_RESULT table consists of various fields, each holding specific information or linking keys about Result List Structure for Data Transfer to Accrual Engine data available in SAP. These include PARTNER (Grant Sponsor), GRANT_TYPE (Grant Type), GMGRANT (Grant), ACRTYPE (Accrual Type).. 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 GMA_ACE_DATA_TRNSF_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 BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PARTNERGrant Sponsor GM_SPONSORCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
GRANT_TYPEGrant Type GM_GRANT_TYPECHAR2Assigned to domainGM_GRANT_TYPEGM_GRANT_TYPEGMGRANTTYPES
GMGRANTGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
ACRTYPEAccrual Type ACE_ACRTYPECHAR6Assigned to domainALPHAACE_ACRTYPEACE_ACRTYPEACE_ACRTYPES_GET
ACCRULEAccounting Principle (AP) ACE_ACCRULECHAR4Assigned to domainACCOUNTING_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
FLAG_MSGFlag: Messages Received ACE_MESSAGESCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table GMA_ACE_DATA_TRNSF_RESULT

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