R_Sitn2ObjectTP
Situation Object - TP
R_Sitn2ObjectTP is a Transactional CDS View that provides data about "Situation Object - TP" in SAP S/4HANA. It reads from 1 data source (R_Sitn2ObjectHeader) and exposes 23 fields with key field SitnObjectID. It has 9 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_Sitn2ObjectHeader | R_Sitn2ObjectHeader | from |
Associations (9)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | R_Sitn2ObjectTextTP | _ObjectText | $projection.SitnObjectID = _ObjectText.SitnObjectID |
| [1..*] | R_Sitn2ObjNavigationTP | _ObjectNavigation | $projection.SitnObjectID = _ObjectNavigation.SitnObjectID |
| [1..*] | R_Sitn2ObjCallbackTP | _ObjectCallback | $projection.SitnObjectID = _ObjectCallback.SitnObjectID |
| [1..*] | R_Sitn2ObjActionTP | _ObjectAction | $projection.SitnObjectID = _ObjectAction.SitnObjectID |
| [1..*] | R_Sitn2ObjValHelpServiceTP | _ObjectValHelpService | $projection.SitnObjectID = _ObjectValHelpService.SitnObjectID |
| [1..*] | R_Sitn2ObjStructureTP | _ObjectStructure | $projection.SitnObjectID = _ObjectStructure.SitnObjectID |
| [1..*] | R_Sitn2ObjEventTP | _ObjectEvent | $projection.SitnObjectID = _ObjectEvent.SitnObjectID |
| [1..1] | I_User | _CreatedBy | $projection.CreatedByUser = _CreatedBy.UserID |
| [1..1] | I_User | _LastChangedBy | $projection.LastChangedByUser = _LastChangedBy.UserID |
Annotations (22)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RSITN2OBJTP | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.draftEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.writeDraftPersistence | SIT2_D_OBJ | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.entityChangeStateId | LastChangeDateTime | view | |
| ObjectModel.sapObjectNodeType.name | BusinessSituationType | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Situation Object - TP | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SitnObjectID | SitnObjectID | Situation Object ID | |
| SitnObjectIDForEdit | SitnObjectID | Situation Object ID | ||
| SitnObjScope | SitnObjScope | Source | ||
| SitnObjIsReusable | SitnObjIsReusable | Object Reusable | ||
| SitnObjIsExtensible | SitnObjIsExtensible | Object Extensible | ||
| SitnObjectName | SitnObjectName | Sit. Object Name | ||
| SitnObjectDescription | SitnObjectDescription | Description | ||
| ABAPPackage | ABAPPackage | |||
| ABAPLanguageVersion | ABAPLanguageVersion | |||
| SitnObjectSOT | SitnObjectSOT | |||
| CreationDateTime | CreationDateTime | Timestamp | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreatedByUserName | _CreatedBy | UserDescription | Full Name | |
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastChangedByUserName | _LastChangedBy | UserDescription | Full Name | |
| _ObjectText | _ObjectText | |||
| _ObjectNavigation | _ObjectNavigation | |||
| _ObjectCallback | _ObjectCallback | |||
| _ObjectAction | _ObjectAction | |||
| _ObjectValHelpService | _ObjectValHelpService | |||
| _ObjectStructure | _ObjectStructure | |||
| _ObjectEvent | _ObjectEvent |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view R_Sitn2ObjectTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: RSITN2OBJTP
CREATE VIEW R_Sitn2ObjectTP AS
SELECT
SitnObjectID,
SitnObjectID AS SitnObjectIDForEdit,
SitnObjScope,
SitnObjIsReusable,
SitnObjIsExtensible,
SitnObjectName,
SitnObjectDescription,
ABAPPackage,
ABAPLanguageVersion,
SitnObjectSOT,
CreationDateTime,
CreatedByUser,
_CreatedBy.UserDescription AS CreatedByUserName,
LastChangeDateTime,
LastChangedByUser,
_LastChangedBy.UserDescription AS LastChangedByUserName
FROM R_Sitn2ObjectHeader
LEFT OUTER JOIN R_Sitn2ObjectTextTP AS _ObjectText ON SitnObjectID = _ObjectText.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjNavigationTP AS _ObjectNavigation ON SitnObjectID = _ObjectNavigation.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjCallbackTP AS _ObjectCallback ON SitnObjectID = _ObjectCallback.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjActionTP AS _ObjectAction ON SitnObjectID = _ObjectAction.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjValHelpServiceTP AS _ObjectValHelpService ON SitnObjectID = _ObjectValHelpService.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjStructureTP AS _ObjectStructure ON SitnObjectID = _ObjectStructure.SitnObjectID -- association [1..*]
LEFT OUTER JOIN R_Sitn2ObjEventTP AS _ObjectEvent ON SitnObjectID = _ObjectEvent.SitnObjectID -- association [1..*]
LEFT OUTER JOIN I_User AS _CreatedBy ON CreatedByUser = _CreatedBy.UserID -- association [1..1]
LEFT OUTER JOIN I_User AS _LastChangedBy ON LastChangedByUser = _LastChangedBy.UserID -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA