I_SrcgProjFollowOnDocType

DDL: I_SRCGPROJFOLLOWONDOCTYPE Type: view_entity BASIC

Follow On Document Type in Sourcing Proj

I_SrcgProjFollowOnDocType is a Basic CDS View that provides data about "Follow On Document Type in Sourcing Proj" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectType) and exposes 3 fields with key fields SourcingProjectType, SrcgProjFollowOnDocumentCat, SrcgProjFollowOnDocumentType.

Data Sources (1)

SourceAliasJoin Type
R_SourcingProjectType _Type from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #NONE view
VDM.viewType #BASIC view
EndUserText.label Follow On Document Type in Sourcing Proj view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectType R_SourcingProjectType SourcingProjectType
KEY SrcgProjFollowOnDocumentCat _FollowOn bstyp
KEY SrcgProjFollowOnDocumentType _FollowOn bsart
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel:{ usageType.dataClass: #CUSTOMIZING,
               usageType.serviceQuality: #A,
               usageType.sizeCategory: #S,
               supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET],
               modelingPattern: #NONE }

@VDM.viewType: #BASIC

@EndUserText.label: 'Follow On Document Type in Sourcing Proj'

define view entity I_SrcgProjFollowOnDocType
  as select from R_SourcingProjectType as _Type
    join         mmspqfodmodtype       as _FollowOn on _Type.SrcgProjFollowOnDocumentGroup = _FollowOn.fod_group
{
         @ObjectModel.sapObjectNodeTypeReference: 'SourcingProjectType'
  key    _Type.SourcingProjectType as SourcingProjectType,
  key    _FollowOn.bstyp           as SrcgProjFollowOnDocumentCat,
  key    _FollowOn.bsart           as SrcgProjFollowOnDocumentType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SOURCINGPROJECTTYPE",
"MMSPQFODMODTYPE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/