I_ARBkTransDocRuleCndnAttribT

DDL: I_ARBKTRANSDOCRULECNDNATTRIBT Type: view_entity BASIC Package: ODATA_AR_POSTING_RULES

Conditions Options - Text

I_ARBkTransDocRuleCndnAttribT is a Basic CDS View that provides data about "Conditions Options - Text" in SAP S/4HANA. It reads from 1 data source (far_pstrlc_att_t) and exposes 3 fields with key fields BkTransDocRuleConditionField, Language. It is exposed through 4 OData services (ASQL_F3398, ASQL_F3555, ASQL_F8134, ...). Part of development package ODATA_AR_POSTING_RULES.

Data Sources (1)

SourceAliasJoin Type
far_pstrlc_att_t far_pstrlc_att_t from

Annotations (12)

NameValueLevelField
Analytics.technicalName IARRULECNDNATTRIBTEXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Conditions Options - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey BkTransDocRuleConditionField view
Search.searchable true view
Analytics.dataExtraction.enabled false view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F3398 ASQL_F3398 C2 NOT_RELEASED
ASQL_F3555 ASQL_F3555 C2 NOT_RELEASED
ASQL_F8134 ASQL_F8134 C2 NOT_RELEASED
ASQL_F9062 ASQL_F9062 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BkTransDocRuleConditionField postingruleconditionfield Attribute
KEY Language language Report Text Language
BkTransDocRuleCndnFldDesc postingruleconditionfielddesc Description

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 I_ARBkTransDocRuleCndnAttribT.
-- 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 I_ARBkTransDocRuleCndnAttribT AS
SELECT
  postingruleconditionfield AS BkTransDocRuleConditionField,
  Language,
  postingruleconditionfielddesc AS BkTransDocRuleCndnFldDesc
FROM far_pstrlc_att_t
;