ACEDSOP SAP table for – Accrual Subobject Parameters

Here we would like to draw your attention to ACEDSOP table in SAP. As we know it is being mainly used with the SAP FI-GL (General Ledger Accounting in FI) component which is coming under FI module (Financial Accounting). ACEDSOP is a SAP standard transp table used for storing Accrual Subobject Parameters related data in SAP. It comes under the package ACE-DS.

SAP ACEDSOP table

Table ACEDSOP technical data

TableACEDSOP
Data storingAccrual Subobject Parameters
ModuleFI
Sub ModuleFI-GL-GL-ACE
SAP PackageACE-DS
Delivery ClassA – Application table (master and transaction data)
ComponentEA-FIN
Table CategoryTRANSP

SAP ACEDSOP Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in ACEDSOP table.

  • .INCLUDE : Key: Accrual Subobject Parameters
    Its a key field.
  • .INCLUDE : Accrual Subobject Key
    Its a key field.
  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • COMP : Accrual Engine Application Component
    Its a key field. Its data type is CHAR (Character String) with field length 4
  • BUKRS : Company Code
    Its a key field. Its data type is CHAR (Character String) with field length 4
  • OBJID : Accrual Object (Internal Display in Form of a GUID)
    Its a key field. Its data type is RAW (Byte string) with field length 16
  • SUBID : Accrual Subobject (Internal Display, Sequence Number)
    Its a key field. Its data type is NUMC (Character String with Digits Only) with field length 5
  • DATE_TO : To Date of Accrual Item
    Its a key field. Its data type is DATS (Date (Date: YYYYMMDD)) with field length 8
  • PARAM_NAME : Parameter Name
    Its a key field. Its data type is CHAR (Character String) with field length 30
  • CONTENT : Parameter Value
    Its data type is CHAR (Character String) with field length 200
  • DATE_FROM : From Date of an Entry
    Its data type is DATS (Date (Date: YYYYMMDD)) with field length 8
  • CONTENT_XML : Parameter Value as XML String
    Its data type is RSTR (Byte string of variable length – ABAP type XSTRING) with field length 0