Deprecated PUBLIC_LOCAL_API
This CDS view is deprecated in S/4HANA. Use I_DocumentInfoRecordDocStsVH instead. View all deprecated CDS views →

I_DocInfoRecdStatusSearchHelp

DDL: I_DOCINFORECDSTATUSSEARCHHELP SQL: ICVDOCSTATUSHELP Type: view BASIC

Document Status Search Help

I_DocInfoRecdStatusSearchHelp is a Basic CDS View (Dimension) that provides data about "Document Status Search Help" in SAP S/4HANA.

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICVDOCSTATUSHELP view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Document Status Search Help view
ClientHandling.algorithm #SESSION_VARIABLE view
ClientHandling.type #INHERITED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
ObjectModel.representativeKey ExternalDocumentStatus view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_DocumentInfoRecordDocStsVH view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ExternalDocumentStatus tdwst stabk External Document Status
KEY InternalDocumentStatus tdwst dokst Internal Document Status
DocumentStatusName tdwst dostx Document Status 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_DocInfoRecdStatusSearchHelp.
-- 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: ICVDOCSTATUSHELP

CREATE VIEW I_DocInfoRecdStatusSearchHelp AS
SELECT
  tdwst.stabk AS ExternalDocumentStatus,
  tdwst.dokst AS InternalDocumentStatus,
  tdwst.dostx AS DocumentStatusName
;