I_GRIRProcess

DDL: I_GRIRPROCESS Type: view_entity TRANSACTIONAL

GR/IR Process

I_GRIRProcess is a Transactional CDS View that provides data about "GR/IR Process" in SAP S/4HANA. It reads from 1 data source (P_GRIRProcess) and exposes 41 fields with key fields CompanyCode, PurchasingDocument, PurchasingDocumentItem.

Data Sources (1)

SourceAliasJoin Type
P_GRIRProcess P_GRIRProcess from

Annotations (16)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed false view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.allowExtensions true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label GR/IR Process view
VDM.viewType #TRANSACTIONAL view
ObjectModel.representativeKey PurchasingDocumentItem view
Analytics.technicalName IFIGRIRPROCESS view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.sapObjectNodeType.name GoodsReceiptInvoiceReceiptProc view
ObjectModel.transactionalProcessingEnabled true view
UI.headerInfo.typeName Status view
UI.headerInfo.typeNamePlural GRIR Status view

Fields (41)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode P_GRIRProcess CompanyCode
KEY PurchasingDocument P_GRIRProcess PurchasingDocument
KEY PurchasingDocumentItem P_GRIRProcess PurchasingDocumentItem
LastChangeDateTime P_GRIRProcess LastChangeDateTime
LastChangedByUser P_GRIRProcess LastChangedByUser
ResponsibleDepartment P_GRIRProcess ResponsibleDepartment
ResponsiblePerson P_GRIRProcess ResponsiblePerson
GRIRClearingProcessStatus P_GRIRProcess GRIRClearingProcessStatus
GRIRClearingProcessPriority P_GRIRProcess GRIRClearingProcessPriority
HasNote P_GRIRProcess HasNote
Note P_GRIRProcess Note
LastChangeDate P_GRIRProcess LastChangeDate
PrpsdResponsibleDepartment P_GRIRProcess PrpsdResponsibleDepartment
ProposedResponsiblePerson P_GRIRProcess ProposedResponsiblePerson
GRIRClrgProcessPrpsdStatus P_GRIRProcess GRIRClrgProcessPrpsdStatus
GRIRClrgProcPrpsdPriority P_GRIRProcess GRIRClrgProcPrpsdPriority
GRIRClearingProcessRootCause P_GRIRProcess GRIRClearingProcessRootCause
GRIRClrgProcessPrpsdRootCause P_GRIRProcess GRIRClrgProcessPrpsdRootCause
GRIRProposedStatusMaxClProblty P_GRIRProcess GRIRProposedStatusMaxClProblty
PrpsdRespDeptMaxClProbability P_GRIRProcess PrpsdRespDeptMaxClProbability
PrpsdRespPersonMaxClassProblty P_GRIRProcess PrpsdRespPersonMaxClassProblty
GRIRProposedPrioMaxClProblty P_GRIRProcess GRIRProposedPrioMaxClProblty
GRIRPrpsdRootCauseMaxClProblty P_GRIRProcess GRIRPrpsdRootCauseMaxClProblty
GRIRProcPrpslLastChangeDteTime P_GRIRProcess GRIRProcPrpslLastChangeDteTime
SystemMessageIdentification P_GRIRProcess SystemMessageIdentification
SystemMessageType P_GRIRProcess SystemMessageType
SystemMessageNumber P_GRIRProcess SystemMessageNumber
SystemMessageVariable1 P_GRIRProcess SystemMessageVariable1
SystemMessageVariable2 P_GRIRProcess SystemMessageVariable2
SystemMessageVariable3 P_GRIRProcess SystemMessageVariable3
SystemMessageVariable4 P_GRIRProcess SystemMessageVariable4
SystemMessageText P_GRIRProcess SystemMessageText
_CompanyCode P_GRIRProcess _CompanyCode
_PurchasingDocument P_GRIRProcess _PurchasingDocument
_PurchasingDocumentItem P_GRIRProcess _PurchasingDocumentItem
_GRIRProcessStatus P_GRIRProcess _GRIRProcessStatus
_GRIRPrpsdStatus P_GRIRProcess _GRIRPrpsdStatus
_GRIRProcessPriority P_GRIRProcess _GRIRProcessPriority
_GRIRClrgProcPrpsdPriority P_GRIRProcess _GRIRClrgProcPrpsdPriority
_GRIRProcessRootCause P_GRIRProcess _GRIRProcessRootCause
_GRIRProcessPrpsdRootCause P_GRIRProcess _GRIRProcessPrpsdRootCause
 @AbapCatalog.entityBuffer.definitionAllowed: false
 @VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.allowExtensions:true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'GR/IR Process'
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.representativeKey: 'PurchasingDocumentItem'
@Analytics.technicalName: 'IFIGRIRPROCESS'
@Metadata.ignorePropagatedAnnotations: true 
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.sapObjectNodeType.name: 'GoodsReceiptInvoiceReceiptProc'
//@Analytics: { dataCategory: #DIMENSION , dataExtraction.enabled: true }

//@Analytics: { dataCategory: #DIMENSION }


@ObjectModel.transactionalProcessingEnabled: true
                                  

@UI.headerInfo:{
  typeName: 'Status',
  typeNamePlural: 'GRIR Status'
}

define root view entity I_GRIRProcess as select from P_GRIRProcess {

      //--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_CompanyCodeStdVH',
                     element: 'CompanyCode' }
        }]
      // ]--GENERATED

    @ObjectModel.foreignKey.association: '_CompanyCode'
    key P_GRIRProcess.CompanyCode,
      //--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_PurchasingDocumentStdVH',
                     element: 'PurchasingDocument' }
        }]
      // ]--GENERATED

    @ObjectModel.foreignKey.association: '_PurchasingDocument'
    key P_GRIRProcess.PurchasingDocument,
    key P_GRIRProcess.PurchasingDocumentItem,
//    @ObjectModel.readOnly: true "will be set in the backend any way

    P_GRIRProcess.LastChangeDateTime,
    P_GRIRProcess.LastChangedByUser,
    P_GRIRProcess.ResponsibleDepartment,
    P_GRIRProcess.ResponsiblePerson,
    P_GRIRProcess.GRIRClearingProcessStatus,
    P_GRIRProcess.GRIRClearingProcessPriority,
    P_GRIRProcess.HasNote,
    P_GRIRProcess.Note,
    P_GRIRProcess.LastChangeDate,
    P_GRIRProcess.PrpsdResponsibleDepartment,
    P_GRIRProcess.ProposedResponsiblePerson,
    P_GRIRProcess.GRIRClrgProcessPrpsdStatus,
    P_GRIRProcess.GRIRClrgProcPrpsdPriority,
    P_GRIRProcess.GRIRClearingProcessRootCause,
    P_GRIRProcess.GRIRClrgProcessPrpsdRootCause,
    P_GRIRProcess.GRIRProposedStatusMaxClProblty,
    P_GRIRProcess.PrpsdRespDeptMaxClProbability,
    P_GRIRProcess.PrpsdRespPersonMaxClassProblty,
    P_GRIRProcess.GRIRProposedPrioMaxClProblty,
    P_GRIRProcess.GRIRPrpsdRootCauseMaxClProblty,
    P_GRIRProcess.GRIRProcPrpslLastChangeDteTime,
    P_GRIRProcess.SystemMessageIdentification,
    P_GRIRProcess.SystemMessageType,
    P_GRIRProcess.SystemMessageNumber,
    P_GRIRProcess.SystemMessageVariable1,
    P_GRIRProcess.SystemMessageVariable2,
    P_GRIRProcess.SystemMessageVariable3,
    P_GRIRProcess.SystemMessageVariable4,
    P_GRIRProcess.SystemMessageText,
        
    P_GRIRProcess._CompanyCode,
    P_GRIRProcess._PurchasingDocument, 
    P_GRIRProcess._PurchasingDocumentItem,
    P_GRIRProcess._GRIRProcessStatus,
    P_GRIRProcess._GRIRPrpsdStatus,
    P_GRIRProcess._GRIRProcessPriority,
    P_GRIRProcess._GRIRClrgProcPrpsdPriority,
    P_GRIRProcess._GRIRProcessRootCause,
    P_GRIRProcess._GRIRProcessPrpsdRootCause
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_GRIRPROCESS"
],
"ASSOCIATED":
[
"I_COMPANYCODE",
"I_GRIRPROCESSPRIORITY",
"I_GRIRPROCESSROOTCAUSE",
"I_GRIRPROCESSSTATUS",
"I_PURCHASINGDOCUMENT",
"I_PURCHASINGDOCUMENTITEM"
],
"BASE":
[
"P_GRIRPROCESS"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/