I_ORDMSTRDATA

CDS View

Order Master Data

I_ORDMSTRDATA is a CDS View in S/4HANA. Order Master Data. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_MstrProjChklstReferenceDoc view union COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
OrderDescription ObjectName 1
@AbapCatalog.sqlViewName: 'IOMSTDATA'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory:#XL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@EndUserText.label: 'Order Master Data'

//@VDM.lifecycle.contract.status: #DEPRECATED                                 NOTE:2948213

@VDM.lifecycle.status: #DEPRECATED                                            //NOTE:2948213

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
//@VDM.lifecycle.contract.successor: 'I_InternalOrder'                        NOTE:2948213

@VDM.lifecycle.successor: 'I_InternalOrder'                                   //NOTE:2948213


define view I_OrdMstrData as select from aufk {
   key aufnr as OrderID,
       pspel as WBSElementInternalID,
       objnr as ControllingObject,
       ktext as OrderDescription,
       autyp as OrderCategory,
       auart as OrderType,
       werks as Plant
} 
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"AUFK"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/