I_PT_SDDocumentProcessFlow

DDL: I_PT_SDDOCUMENTPROCESSFLOW SQL: ISDDOCPROCFLOWPT Type: view BASIC

Sales Document Process Flow for Portugal

I_PT_SDDocumentProcessFlow is a Basic CDS View that provides data about "Sales Document Process Flow for Portugal" in SAP S/4HANA. It reads from 1 data source (P_PT_GetSDProcessFlowDetails) and exposes 14 fields with key field DocRelationshipUUID.

Data Sources (1)

SourceAliasJoin Type
P_PT_GetSDProcessFlowDetails P_PT_GetSDProcessFlowDetails from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ISDDOCPROCFLOWPT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Sales Document Process Flow for Portugal view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY DocRelationshipUUID ruuid
DeliveryDocument VBELN
CreationDate erdat
PrecedingDocument VBELV
PrecedingDocumentItem POSNV
SubsequentDocumentItem POSNN
SubsequentDocumentCategory VBTYP_N
BaseUnit MEINS
StatisticsCurrency WAERS
PrecedingDocumentCategory VBTYP_V
SDFulfillmentCalculationRule PLMIN
TransferOrderInWrhsMgmtIsConfd TAQUI
CreationTime ERZET
MaterialDocument MATNR
@AbapCatalog.sqlViewName: 'ISDDOCPROCFLOWPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Sales Document Process Flow for Portugal'
define view I_PT_SDDocumentProcessFlow
  as select from P_PT_GetSDProcessFlowDetails (P_SAPClient:$session.client)


{
       //key MANDT,

  key  ruuid   as  DocRelationshipUUID, //Key

       VBELN   as  DeliveryDocument,
       erdat   as  CreationDate,
       VBELV   as  PrecedingDocument,
       POSNV   as  PrecedingDocumentItem,


       POSNN   as  SubsequentDocumentItem,
       VBTYP_N as  SubsequentDocumentCategory,
       //RFMNG,

       MEINS   as  BaseUnit,

       //RFWRT,

       WAERS   as  StatisticsCurrency,
       VBTYP_V as  PrecedingDocumentCategory,
       PLMIN   as  SDFulfillmentCalculationRule,
       TAQUI   as  TransferOrderInWrhsMgmtIsConfd,

       ERZET   as  CreationTime,
       MATNR   as  MaterialDocument
       /* BWART,
        BDART,
        PLART,
        LGNUM,
        AEDAT,
        FKTYP,

        //BRGEW,

        GEWEI,

        //VOLUM,

        VOLEH,
        FPLNR,
        FPLTR,

        //RFMNG_FLO ,


        // RFMNG_FLT ,

        VRKME,
        ABGES,
        SOBKZ,
        SONUM,
        KZBEF,

        //NTGEW ,

        LOGSYS,
        WBSTA,
        CMETH,
        MJAHR,
        STUFE,



        _DATAAGING */
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/