IPM_ACE_CNF SAP (Settlement Data Collector for Values From the Accrual Engine) Structure details

Dictionary Type: Structure
Description: Settlement Data Collector for Values From the Accrual Engine




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




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

IPM_ACE_CNF 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 "Settlement Data Collector for Values From the 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_IPM_ACE_CNF TYPE IPM_ACE_CNF.

The IPM_ACE_CNF table consists of various fields, each holding specific information or linking keys about Settlement Data Collector for Values From the Accrual Engine data available in SAP. These include OBJTYPE_PD (Object Type), SRC_HEADNO_PD (Document Reference in Settlement Data Collector), SRC_ITEMNO_PD (Item Number for Settlement Data Collector), LOGSYS_TX (Logical system).. 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 IPM_ACE_CNF 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
LOGSYS_PDLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJTYPE_PDObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
SRC_HEADNO_PDDocument Reference in Settlement Data Collector IPM_ACE_BDC_OBJECT_REFCHAR18ALPHAIPM_ACE_BDC_OBJECT_REF
SRC_ITEMNO_PDItem Number for Settlement Data Collector IPM_ACE_BDC_ITEM_NONUMC10
LOGSYS_TXLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJTYPE_TXObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
SRC_HEADNO_TXDocument Reference in Settlement Data Collector IPM_ACE_BDC_OBJECT_REFCHAR18ALPHAIPM_ACE_BDC_OBJECT_REF
SRC_ITEMNO_TXItem Number for Settlement Data Collector IPM_ACE_BDC_ITEM_NONUMC10
DATE_TXKey Date/Posting Date for Accruals ACE_EFFDATEDATS8ACE_KEYDATE
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
BTA_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
XDELETEDeletion Indicator CRM_ACE_DELETECHAR1XFELD
VALUE_TYPEData Value IPM_ACE_VALUE_TYPECHAR4CRMT_IPM_VALUE_TYPE
CUM_SCOPECumulation Scope of a Value IPM_ACE_CUM_SCOPECHAR1IPM_ACE_CUM_SCOPE
QUANTITYTotal Quantity To Be Accrued ACE_TOTAL_QUANTITYQUAN15(3) MENGV8
QUANTITY_UNITUnit of Measure for Accrual Items ACE_UNITUNIT3Assigned to domainCUNITMEINS
VALUECumulated Value for Settlement Data Collector IPM_ACE_BDC_CUM_VALUECURR19(2) IPM_ACE_BDC_CUM_VALUE
CURRENCYCurrency of Accrual Item ACE_DS_CURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table IPM_ACE_CNF

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