UI_ACCRUALS_MANAGE
Accruals Management
UI_ACCRUALS_MANAGE is an OData service definition in SAP S/4HANA. It exposes 22 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (22)
| CDS View | Alias |
|---|---|
| C_AccrEngineAccrPerdcAmounts | PeriodicAmounts |
| C_AccrEngineAccrSubobjAssgmtTP | AcctAssignment |
| C_AccrEngineAccrSubobjItemTP | AccrItem |
| C_AccrEngineAccrSubobjParamTP | AccrParameter |
| C_AccrEngineAccrualSubobjectTP | Subobject |
| I_AccountingDocumentType | DocumentType |
| I_AccrEngineAccrItemType | AccrualItemType |
| I_AccrEngineAccrItemTypeBasic | AccrItemTypeBasic |
| I_AccrEngineAccrItemTypeText | AccrItemText |
| I_AccrEngineAccrObjectType | AccrObjectType |
| I_AccrEngineAccrualMethod | AccrualMethod |
| I_AccrEngineAccrualMethodText | AccrualMethodText |
| I_AccrEngineActualAccrItemType | ActualAccrItemType |
| I_AccrEngineDeferralItemType | DeferralItemType |
| I_AccrEnginePlanAccrItemType | PlanAccrItemType |
| I_AccrEngineSubobjLifeCycSts | AccrLifeCycleStatus |
| I_AccrEngineSubobjLifeCycStsT | AccrLifeCycStsText |
| I_AccrualEngineCompanyCode | AccrCompanyCode |
| I_Currency | Currency |
| I_Ledger | Ledger |
| I_LogicalSystem | AccrLogicalSystem |
| I_UserContactCard | User |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_ACCRUALS_MANAGE | ODATA | V2 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Accruals Management'
define service UI_Accruals_Manage {
expose C_AccrEngineAccrualSubobjectTP as Subobject;
expose C_AccrEngineAccrSubobjAssgmtTP as AcctAssignment;
expose C_AccrEngineAccrSubobjParamTP as AccrParameter;
expose C_AccrEngineAccrPerdcAmounts as PeriodicAmounts;
expose I_AccrEngineSubobjLifeCycSts as AccrLifeCycleStatus;
expose I_AccrEngineSubobjLifeCycStsT as AccrLifeCycStsText;
expose I_AccrEngineAccrObjectType as AccrObjectType;
expose I_LogicalSystem as AccrLogicalSystem;
expose I_AccrualEngineCompanyCode as AccrCompanyCode;
expose I_UserContactCard as User;
expose C_AccrEngineAccrSubobjItemTP as AccrItem;
expose I_AccrEngineAccrItemTypeBasic as AccrItemTypeBasic;
expose I_AccrEngineAccrualMethod as AccrualMethod;
expose I_AccrEngineAccrualMethodText as AccrualMethodText;
expose I_AccountingDocumentType as DocumentType;
expose I_Ledger as Ledger;
expose I_Currency as Currency;
expose I_AccrEnginePlanAccrItemType as PlanAccrItemType;
expose I_AccrEngineActualAccrItemType as ActualAccrItemType;
expose I_AccrEngineDeferralItemType as DeferralItemType;
expose I_AccrEngineAccrItemType as AccrualItemType;
expose I_AccrEngineAccrItemTypeText as AccrItemText;
}