APS_COM_OBS_BASE
Base Outbound Services view
APS_COM_OBS_BASE is a CDS View that provides data about "Base Outbound Services view" in SAP S/4HANA. It reads from 7 data sources and exposes 16 fields with key field ObsId. Part of development package SR_APS_COM_OBS_ODATA.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| ARS_APIS_RELEASED_C1_ALL | _c1 | left_outer |
| APS_COM_CSCN_API_OBS | _outboundService | from |
| aps_com_c_obs | _scope | left_outer |
| t100 | _Text_CustomService | left_outer |
| t100 | _Text_Deprecated | left_outer |
| t100 | _Text_NotCustomService | left_outer |
| t100 | _Text_NotDeprecated | left_outer |
Annotations (1)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ObsId | APS_COM_CSCN_API_OBS | obs_id | |
| Description | APS_COM_CSCN_API_OBS | description | Well Code Des. | |
| ObsType | APS_COM_CSCN_API_OBS | obs_type | ||
| ChangeUser | APS_COM_CSCN_API_OBS | change_user | User Name | |
| ChangeTimestamp | APS_COM_CSCN_API_OBS | change_timestamp | Time Stamp | |
| ServiceInterface | APS_COM_CSCN_API_OBS | service_interface | ||
| IsDeprecated | APS_COM_CSCN_API_OBS | is_deprecated | Deprecated | |
| DeprecatedWithRelease | APS_COM_CSCN_API_OBS | deprecated_with_release | ||
| AbapLanguageVersion | APS_COM_CSCN_API_OBS | abap_language_version | Language Version | |
| C1ReleasedState | ARS_APIS_RELEASED_C1_ALL | state | Vehicle Region | |
| Scope | aps_com_c_obs | scope_state | Scope State | |
| textelseendasIsDeprecatedText | ||||
| textendasIsDeprecatedTextVH | ||||
| textendasIsCustomServiceText | ||||
| DeprecatedText | t100 | text | User Group | |
| NotDeprecatedText | t100 | text | User Group |
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 APS_COM_OBS_BASE.
-- 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.
CREATE VIEW APS_COM_OBS_BASE AS
SELECT
_outboundService.obs_id AS ObsId,
_outboundService.description AS Description,
_outboundService.obs_type AS ObsType,
_outboundService.change_user AS ChangeUser,
_outboundService.change_timestamp AS ChangeTimestamp,
_outboundService.service_interface AS ServiceInterface,
_outboundService.is_deprecated AS IsDeprecated,
_outboundService.deprecated_with_release AS DeprecatedWithRelease,
_outboundService.abap_language_version AS AbapLanguageVersion,
_c1.state AS C1ReleasedState,
_scope.scope_state AS Scope,
case when IsDeprecated = 'X' then _Text_Deprecated.text else '' end as IsDeprecatedText AS textelseendasIsDeprecatedText,
case when IsDeprecated = 'X' then _Text_Deprecated.text else _Text_NotDeprecated.text end as IsDeprecatedTextVH AS textendasIsDeprecatedTextVH,
case when IsCustomService = 'X' then _Text_CustomService.text else _Text_NotCustomService.text end as IsCustomServiceText AS textendasIsCustomServiceText,
_Text_Deprecated.text AS DeprecatedText,
_Text_NotDeprecated.text AS NotDeprecatedText
FROM APS_COM_CSCN_API_OBS AS _outboundService
LEFT OUTER JOIN ARS_APIS_RELEASED_C1_ALL AS _c1 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN aps_com_c_obs AS _scope ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t100 AS _Text_Deprecated ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t100 AS _Text_NotDeprecated ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t100 AS _Text_CustomService ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t100 AS _Text_NotCustomService ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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