I_REPOSITORYGRADE
Details of QRepository Grades
I_REPOSITORYGRADE is a CDS View in S/4HANA. Details of QRepository Grades. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_NetStkMTM_QrepVersion | view | from | COMPOSITE | |
| P_NumericRepositoryGrades | view | from | COMPOSITE |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | QtyRepositoryAttribute | QtyRepositoryAttribute | 1 |
@AbapCatalog.sqlViewName: 'IREPOSITORYGRADE'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Details of QRepository Grades'
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:#CDS_MODELING_DATA_SOURCE
define view I_RepositoryGrade
as select from /accgo/t_qr_ap_q
{
key qrep_guid as QuantityRepositoryUUID,
key qrep_version as QuantityRepositoryVersion,
key attribute as QtyRepositoryAttribute,
attribute_value as QtyRepositoryAttributeValue,
attr_uom as QtyRepositoryAttributeUnit,
attr_val as NonNumericAttrib1Value,
analysis_code as DiscPremQtyGovAnalysisCode,
comments as Comments,
cert_category as GovAnalysisCertCategory,
uis_evnt_key as LDCEventKey,
cast(created_on as abap.dec( 15, 0 )) as QtyRepositoryCreatedOnDteTme,
cast(changed_on as abap.dec( 15, 0 )) as QtyRepositoryChangedOnDteTme
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_QR_AP_Q"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/