C_CtrlgObjectSettlementRule
Controlling Object Settlement Rule
C_CtrlgObjectSettlementRule is a Consumption CDS View that provides data about "Controlling Object Settlement Rule" in SAP S/4HANA.
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCTLOBJSTLMTRULE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Controlling Object Settlement Rule | view |
Fields (45)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ControllingObject | ControllingObject | Object number | |
| KEY | Ledger | Ledger | Ledger | |
| KEY | SettlmtDistrRuleSequence | SettlmtDistrRuleSequence | ||
| KEY | SettlementDistributionRuleGrp | SettlementDistributionRuleGrp | ||
| KEY | LedgerGroup | LedgerGroup | Ledger Group | |
| AccountAssignmentType | AccountAssignmentType | Sndr AcctAssgmt Type | ||
| SettlementTransaction | SettlementTransaction | |||
| SettlementDefaultRule | SettlementDefaultRule | |||
| SettlementReceiver | SettlementReceiver | |||
| SettlementReceiverObject | ||||
| SettlementReceiverText | ||||
| SettlementReceiverTypeText | ||||
| SettlementPercentageRate | SettlementPercentageRate | |||
| SettlementAmount | SettlementAmount | |||
| SettlementAmountCurrency | SettlementAmountCurrency | |||
| SettlementType | SettlementType | Settlement Type | ||
| SettlementTypeDesc | ||||
| ValidityStartFiscalPeriod | ValidityStartFiscalPeriod | |||
| ValidityStartFiscalYear | ValidityStartFiscalYear | |||
| ValidityEndFiscalPeriod | ValidityEndFiscalPeriod | |||
| ValidityEndFiscalYear | ValidityEndFiscalYear | |||
| ControllingArea | ControllingArea | Controlling Area | ||
| ProfitCenter | ProfitCenter | Profit Center | ||
| GLAccount | GLAccount | General Ledger | ||
| MasterFixedAsset | MasterFixedAsset | Fixed Asset | ||
| FixedAsset | FixedAsset | Sub-number | ||
| CostCenter | CostCenter | Cost Center | ||
| Material | Material | Vehicle Model | ||
| BusinessProcess | BusinessProcess | Business Process | ||
| ProjectNetwork | ProjectNetwork | Order | ||
| SalesOrder | SalesOrder | SD Document | ||
| SalesOrderItem | SalesOrderItem | Sales Order Item | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| WBSElementExternalID | WBSElementExternalID | WBS Element External ID | ||
| WBSElementInternalID | WBSElementInternalID | WBS Internal ID | ||
| OrderID | OrderID | Order ID | ||
| ProfitabilitySegment | ProfitabilitySegment | Profitability Segment | ||
| CostObject | CostObject | Cost Object | ||
| OrderItem | OrderItem | |||
| Plant | Plant | Valuation Area | ||
| FunctionalArea | _ProjectNetwork | FunctionalArea | Sendr Fctl Area | |
| ResponsibleCostCenter | _ProjectNetwork | ResponsibleCostCenter | Responsible Cost Center | |
| ProjectType | ||||
| ProjectInternalID | ||||
| _Project |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_CtrlgObjectSettlementRule.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CCTLOBJSTLMTRULE
CREATE VIEW C_CtrlgObjectSettlementRule AS
SELECT
ControllingObject,
Ledger,
SettlmtDistrRuleSequence,
SettlementDistributionRuleGrp,
LedgerGroup,
AccountAssignmentType,
SettlementTransaction,
SettlementDefaultRule,
SettlementReceiver,
cast( '' as fco_stlmnt_receiver_id_out ) AS SettlementReceiverObject,
cast( '' as fco_stlmnt_receiver_txt ) AS SettlementReceiverText,
cast( _AccountAssignmentTypeT.AccountAssignmentTypeName as fco_settlmt_rec_type_text ) AS SettlementReceiverTypeText,
SettlementPercentageRate,
SettlementAmount,
SettlementAmountCurrency,
SettlementType,
cast( _SettlementTypeText.SettlementTypeDesc as ddtext ) AS SettlementTypeDesc,
ValidityStartFiscalPeriod,
ValidityStartFiscalYear,
ValidityEndFiscalPeriod,
ValidityEndFiscalYear,
ControllingArea,
ProfitCenter,
GLAccount,
MasterFixedAsset,
FixedAsset,
CostCenter,
Material,
BusinessProcess,
ProjectNetwork,
SalesOrder,
SalesOrderItem,
CompanyCode,
WBSElementExternalID,
WBSElementInternalID,
OrderID,
ProfitabilitySegment,
CostObject,
OrderItem,
Plant,
_ProjectNetwork.FunctionalArea AS FunctionalArea,
_ProjectNetwork.ResponsibleCostCenter AS ResponsibleCostCenter,
_ProjectNetwork._WBSElementBasicData.ProjectType AS ProjectType,
cast( _ProjectNetwork._WBSElementBasicData.ProjectInternalID as ps_s4_proj_pspnr preserving type ) AS ProjectInternalID,
_ProjectNetwork._WBSElementBasicData._Project AS _Project
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA