I_SalesDocumentRjcnReasonText

DDL: I_SALESDOCUMENTRJCNREASONTEXT SQL: ISDSLSDOCRJNRSNT Type: view BASIC

Rejection Reason of Sales Document - Text

I_SalesDocumentRjcnReasonText is a Basic CDS View that provides data about "Rejection Reason of Sales Document - Text" in SAP S/4HANA. It reads from 1 data source (tvagt) and exposes 5 fields with key fields SalesDocumentRjcnReason, Language.

Data Sources (1)

SourceAliasJoin Type
tvagt tvagt from

Annotations (15)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey SalesDocumentRjcnReason view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Rejection Reason of Sales Document - Text view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDSLSDOCRJNRSNT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentRjcnReason abgru RejectionReason
KEY Language spras Off. Language
SalesDocumentRjcnReasonName bezei TrContType name
_SalesDocumentRjcnReason _SalesDocumentRjcnReason
_Language _Language

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_SalesDocumentRjcnReasonText.
-- 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: ISDSLSDOCRJNRSNT

CREATE VIEW I_SalesDocumentRjcnReasonText AS
SELECT
  abgru AS SalesDocumentRjcnReason,
  spras AS Language,
  bezei AS SalesDocumentRjcnReasonName
FROM tvagt
;