I_PurContrRefDocTypeCode

DDL: I_PURCONTRREFDOCTYPECODE SQL: ICTRREFDOCTYPE Type: view BASIC Package: APPL_MM_PUR_OA_CON

Purchase Contract Reference Document Type

I_PurContrRefDocTypeCode is a Basic CDS View that provides data about "Purchase Contract Reference Document Type" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field PurContrRefDocTypeCode. Part of development package APPL_MM_PUR_OA_CON.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ICTRREFDOCTYPE view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #BASIC view
EndUserText.label Purchase Contract Reference Document Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurContrRefDocTypeCode
PurContrRefDocTypeName ddtext
@AbapCatalog.sqlViewName: 'ICTRREFDOCTYPE'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #BASIC
@EndUserText.label: 'Purchase Contract Reference Document Type' 
define view I_PurContrRefDocTypeCode as select from dd07v {
  
      key cast( domvalue_l as abap.char( 1 ) )   as  PurContrRefDocTypeCode,

      ddtext           as  PurContrRefDocTypeName
}
     where
      domname    = 'MM_PUR_CTR_REF_DOC_TYPE_CODE'
  and ddlanguage = 'E'