I_SrcgProjFollowOnDocType
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)
| Source | Alias | Join Type |
|---|---|---|
| R_SourcingProjectType | _Type | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA