I_AcctgDocumentPostingStatusVH

DDL: I_ACCTGDOCUMENTPOSTINGSTATUSVH Type: view BASIC

VH for posting state of an acc. doc.

I_AcctgDocumentPostingStatusVH is a Basic CDS View that provides data about "VH for posting state of an acc. doc." in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AccountingDocumentPostgStatus.

Data Sources (1)

SourceAliasJoin Type
dd07l l from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IACDOCPOSTSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AccountingDocumentPostgStatus view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label VH for posting state of an acc. doc. view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountingDocumentPostgStatus
AcctgDocumentPostingStatusName

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_AcctgDocumentPostingStatusVH.
-- 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_AcctgDocumentPostingStatusVH AS
SELECT
  cast(l.domvalue_l as fbv_posting_state) AS AccountingDocumentPostgStatus,
  cast(t.ddtext as fbv_posting_state_text) AS AcctgDocumentPostingStatusName
FROM dd07l AS l
;