I_SDDOCUMENTRELATEDOBJECT
SD Document Related Object
I_SDDOCUMENTRELATEDOBJECT is a CDS View in S/4HANA. SD Document Related Object. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SalesDocumentRelatedObject | view_entity | from | BASIC | Sales Document Related Object |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | SDDocRelatedObjectSequenceNmbr | SDDocRelatedObjectSequenceNmbr | 1 |
| KEY | SDDocumentCategory | SDDocumentCategory | 1 |
| _SDDocumentRelatedObjectType | _SDDocumentRelatedObjectType | 1 | |
| SDDocRelatedObjectReference1 | SDDocRelatedObjectReference1 | 1 | |
| SDDocRelatedObjectReference2 | SDDocRelatedObjectReference2 | 1 | |
| SDDocRelatedObjectSystem | SDDocRelatedObjectSystem | 1 | |
| SDDocumentRelatedObjectType | SDDocumentRelatedObjectType | 1 |
//@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'SD Document Related Object'
@VDM.viewType: #BASIC
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
personalData.blocking: #REQUIRED
}
//@AbapCatalog: {
// sqlViewName: 'ISDDOCRO',
// compiler.compareFilter: true,
// preserveKey: true
//}
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XL
}
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET ]
define view entity I_SDDocumentRelatedObject as select from I_SDDocCompleteRelatedObject
{
key SDDocumentCategory,
key SalesDocument,
//@ObjectModel.readOnly: true
key SDDocRelatedObjectSequenceNmbr,
@Consumption.valueHelp: '_SDDocumentRelatedObjectType'
@ObjectModel.foreignKey.association: '_SDDocumentRelatedObjectType'
SDDocumentRelatedObjectType,
SDDocRelatedObjectSystem,
SDDocRelatedObjectReference1,
SDDocRelatedObjectReference2,
//expose associations
_SDDocumentRelatedObjectType
}
where SalesDocumentItem = '000000';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SDDOCCOMPLETERELATEDOBJECT"
],
"ASSOCIATED":
[
"I_SDDOCRELATEDOBJECTTYPESTDVH"
],
"BASE":
[
"I_SDDOCCOMPLETERELATEDOBJECT"
],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/