C_KnownOrNegotiatedLeaveTxtTmp

DDL: C_KNOWNORNEGOTIATEDLEAVETXTTMP SQL: CKNWNNEGLVETXTT Type: view CONSUMPTION Package: VDM_MD_BP

Text for Known or Negotiated Leave

C_KnownOrNegotiatedLeaveTxtTmp is a Consumption CDS View that provides data about "Text for Known or Negotiated Leave" in SAP S/4HANA. It reads from 1 data source (I_NegotiatedLeaveText) and exposes 3 fields with key fields KnownOrNegotiatedLeave, Language. It is exposed through 1 OData service (ASQL_F7205A). Part of development package VDM_MD_BP.

Data Sources (1)

SourceAliasJoin Type
I_NegotiatedLeaveText I_NegotiatedLeaveText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CKNWNNEGLVETXTT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey KnownOrNegotiatedLeave view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY KnownOrNegotiatedLeave KnownOrNegotiatedLeave Known/Neg.Leave
KEY Language Language Report Text Language
KnownOrNegotiatedLeaveName KnownOrNegotiatedLeaveName Known or Negotiated Leave 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 C_KnownOrNegotiatedLeaveTxtTmp.
-- 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: CKNWNNEGLVETXTT

CREATE VIEW C_KnownOrNegotiatedLeaveTxtTmp AS
SELECT
  KnownOrNegotiatedLeave,
  Language,
  KnownOrNegotiatedLeaveName
FROM I_NegotiatedLeaveText
;