I_SAPOBJECTREPRESENTATION
SAP Object Representation
I_SAPOBJECTREPRESENTATION is a CDS View in S/4HANA. SAP Object Representation. It contains 2 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BusinessObjectEventTask | view | inner | COMPOSITE | SAP Obj Type and SAP Obj Tsk Type Mappg |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | SAPObjectRepresentation | SAPObjectRepresentation | 1 |
| KEY | SAPObjectRepresentationType | SAPObjectRepresentationType | 1 |
@AbapCatalog.sqlViewName: 'IOBJREPRSNTN'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SAP Object Representation'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
define view I_SAPObjectRepresentation as select from sbo_i_bodef
association[1..1] to I_SAPObjectType as _ObjectType on $projection.SAPObjectType = _ObjectType.SAPObjectType
{
//sbo_i_bodef
key bo_type as SAPObjectType,
key object_type_category as SAPObjectRepresentationType,
key object_name as SAPObjectRepresentation,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
#TO_COMPOSITION_ROOT]
_ObjectType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SBO_I_BODEF"
],
"ASSOCIATED":
[
"I_SAPOBJECTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/