CRM_ACE_OI_DATA SAP (CRM Accruals: Item Detail Data of Object) Table details

Dictionary Type: Table
Description: CRM Accruals: Item Detail Data of Object




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




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

CRM_ACE_OI_DATA is a standard SAP Table which is used to store CRM Accruals: Item Detail Data of Object data and is available within R/3 SAP systems depending on the version and release level.

The CRM_ACE_OI_DATA table consists of various fields, each holding specific information or linking keys about CRM Accruals: Item Detail Data of Object data available in SAP. These include REF_GUID (GUID of a CRM Order Object), SEND_APPL (CRM Accruals: Sending Application), ACRTYPE (Accrual Type), ACCRULE (Accounting Principle).. 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: Can Be Enhanced (Deep)


SAP CRM_ACE_OI_DATA 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
REF_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SEND_APPLCRM Accruals: Sending Application CRM_ACE_SEND_APPLCHAR4CHAR4
ACRTYPEAccrual Type ACE_ACRTYPECHAR6Assigned to domainALPHAACE_ACRTYPEACE_ACRTYPEACE_ACRTYPES_GET
ACCRULEAccounting Principle ACCOUNTING_PRINCIPLECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACCOUNTING_PRINCIPLE
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DATE_FROMFrom Date of an Entry ACE_DATEFROMDATS8DATS
AMOUNTTotal Amount To Be Accrued ACE_TOTAL_AMOUNTCURR15(2) WERTV8
CURRENCYCurrency of Accrual Item ACE_DS_CURRENCYCUKY5Assigned to domainWAERS
QUANTITYTotal Quantity To Be Accrued ACE_TOTAL_QUANTITYQUAN15(3) MENGV8
UNITUnit of Measure for Accrual Items ACE_UNITUNIT3Assigned to domainCUNITMEINS
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
HEAD_NOTransaction Number CRM_ACE_HEAD_NOCHAR10ALPHACRM_ACE_HEAD_NOCRM_ACE_HEAD_NO
ITEM_NOItem Number in CRM Document CRM_ACE_ITEM_NOCHAR10ALPHACRM_ACE_ITEM_NOCRM_ACE_ITEM_NO
OBJECT_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_ACE_OI_DATA
INTO CORRESPONDING FIELDS OF WA_CRM_ACE_OI_DATA
WHERE...

How to access SAP table CRM_ACE_OI_DATA

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