I_SalesDocumentRjcnReasonText

DDL: I_SALESDOCUMENTRJCNREASONTEXT SQL: ISDSLSDOCRJNRSNT Type: view BASIC Package: VDM_SD_SLS_GF

Rejection Reason of Sales Document - Text

I_SalesDocumentRjcnReasonText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Sales

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. It is exposed through 2 OData services (ASQL_F5987, ASQL_F8712). Part of development package VDM_SD_SLS_GF.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessSales
Application ComponentSD-SLS-GF-2CL
CapabilitiesData Source for Data Extraction,Association Target for Defining CDS Entities,Data Source for Defining CDS Entities,Language-Dependent Text,Data Source in SQL Select
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSales for SAP S/4HANA Cloud Public Edition

Documentation

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

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F5987 ASQL_F5987 C2 NOT_RELEASED
ASQL_F8712 ASQL_F8712 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentRjcnReason abgru Reason for Rejection of Sales Documents
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
;