P_PAYTRCPTAcctgDocType

DDL: P_PAYTRCPTACCTGDOCTYPE SQL: PRCPTACTGDOCTYPE Type: view BASIC

P_PAYTRCPTAcctgDocType is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (t003) and exposes 1 field with key field AccountingDocumentType.

Data Sources (1)

SourceAliasJoin Type
t003 t003 from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PRCPTACTGDOCTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #BASIC view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY AccountingDocumentType blart Rep. rec. doc. type

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 P_PAYTRCPTAcctgDocType.
-- 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: PRCPTACTGDOCTYPE

CREATE VIEW P_PAYTRCPTAcctgDocType AS
SELECT
  blart AS AccountingDocumentType
FROM t003
;