/DCO/I_AcctPrioznRuleTextDraft

DDL: /DCO/I_ACCTPRIOZNRULETEXTDRAFT Type: view_entity BASIC Package: /DCO/COMMONS_ACCT_PRIO_RULE

Acct Priozn Rule - Draft

/DCO/I_AcctPrioznRuleTextDraft is a Basic CDS View that provides data about "Acct Priozn Rule - Draft" in SAP S/4HANA. It reads from 1 data source (/dco/acct_pr_rtd) and exposes 9 fields with key fields Language, DCoAccountPrioritizationRule. Part of development package /DCO/COMMONS_ACCT_PRIO_RULE.

Data Sources (1)

SourceAliasJoin Type
/dco/acct_pr_rtd /dco/acct_pr_rtd from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Acct Priozn Rule - Draft view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Language language Report Text Language
KEY DCoAccountPrioritizationRule dcoaccountprioritizationrule
DCoAcctPrioritizationRuleName dcoacctprioritizationrulename
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes

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 /DCO/I_AcctPrioznRuleTextDraft.
-- 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.

CREATE VIEW /DCO/I_AcctPrioznRuleTextDraft AS
SELECT
  Language,
  DCoAccountPrioritizationRule,
  DCoAcctPrioritizationRuleName,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM /dco/acct_pr_rtd
;