CRMS4_SERV_SEARCH
Service
CRMS4_SERV_SEARCH is a CDS View that provides data about "Service" in SAP S/4HANA. It reads from 1 data source (CRMS4_SERV_H_SEARCH) and exposes 38 fields with key fields object_type, object_id. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| CRMS4_SERV_H_SEARCH | _SRVH | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | CRMS4_SERV_I_SEARCH | _SRVI | _SRVH.header_guid = _SRVI.header_guid |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRMS4_SERVSEARCH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Service | view |
Fields (38)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | object_type | CRMS4_SERV_H_SEARCH | object_type | Type |
| KEY | object_id | CRMS4_SERV_H_SEARCH | object_id | Transaction ID |
| GUID | CRMS4_SERV_H_SEARCH | GUID | UUID 22 char. | |
| header_guid | CRMS4_SERV_H_SEARCH | header_guid | Unique Identifier | |
| process_type | CRMS4_SERV_H_SEARCH | process_type | Type of Data | |
| SOLD_TO_PARTY_LIST | CRMS4_SERV_H_SEARCH | SOLD_TO_PARTY_LIST | Broker Name | |
| NET_VALUE | CRMS4_SERV_H_SEARCH | NET_VALUE | Own Net Val | |
| currency | CRMS4_SERV_H_SEARCH | currency | Valuation Crcy | |
| priority | CRMS4_SERV_H_SEARCH | priority | Workflow priority | |
| priority_txt | CRMS4_SERV_H_SEARCH | priority_txt | Description | |
| service_team | CRMS4_SERV_H_SEARCH | service_team | Service Team | |
| description | CRMS4_SERV_H_SEARCH | description | Well Code Des. | |
| DESCRIPTION_UC | CRMS4_SERV_H_SEARCH | DESCRIPTION_UC | Label Desc. | |
| urgency | CRMS4_SERV_H_SEARCH | urgency | Urgency | |
| impact | CRMS4_SERV_H_SEARCH | impact | Impact | |
| stat_error | CRMS4_SERV_H_SEARCH | stat_error | Error Status | |
| stat_billing | CRMS4_SERV_H_SEARCH | stat_billing | Billing Status | |
| inbox_status | CRMS4_SERV_H_SEARCH | inbox_status | Status | |
| po_date_sold | CRMS4_SERV_H_SEARCH | po_date_sold | Reference Date | |
| category | CRMS4_SERV_H_SEARCH | category | Violation Category | |
| category_txt | CRMS4_SERV_H_SEARCH | category_txt | Well Code Des. | |
| service_org | CRMS4_SERV_H_SEARCH | service_org | Service Organization | |
| person_resp | CRMS4_SERV_H_SEARCH | person_resp | Employee Responsible | |
| CREATED_BY | CRMS4_SERV_H_SEARCH | CREATED_BY | Version Created By | |
| CREATED_AT | CRMS4_SERV_H_SEARCH | CREATED_AT | Uploaded On | |
| valid_from | CRMS4_SERV_H_SEARCH | valid_from | Validity Start Time | |
| valid_to | CRMS4_SERV_H_SEARCH | valid_to | Validity End Time | |
| posting_date | CRMS4_SERV_H_SEARCH | posting_date | Posting Date | |
| payer | CRMS4_SERV_H_SEARCH | payer | Payer | |
| resp_group | CRMS4_SERV_H_SEARCH | resp_group | Responsible Group | |
| item_guid | _SRVI | item_guid | Push ItemGU | |
| itm_type | _SRVI | itm_type | Item Category | |
| number_int | _SRVI | number_int | Item Number in Doc. | |
| REFOBJ_PRODUCT_NAME | _SRVI | description | Well Code Des. | |
| payer_i | _SRVI | payer | Payer | |
| payer_list_i | _SRVI | payer_list | Broker Name | |
| resp_group_i | _SRVI | resp_group | Responsible Group | |
| stat_error_i | _SRVI | stat_error | Error Status |
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 CRMS4_SERV_SEARCH.
-- 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: CRMS4_SERVSEARCH
CREATE VIEW CRMS4_SERV_SEARCH AS
SELECT
_SRVH.object_type AS object_type,
_SRVH.object_id AS object_id,
_SRVH.GUID AS GUID,
_SRVH.header_guid AS header_guid,
_SRVH.process_type AS process_type,
_SRVH.SOLD_TO_PARTY_LIST AS SOLD_TO_PARTY_LIST,
_SRVH.NET_VALUE AS NET_VALUE,
_SRVH.currency AS currency,
_SRVH.priority AS priority,
_SRVH.priority_txt AS priority_txt,
_SRVH.service_team AS service_team,
_SRVH.description AS description,
_SRVH.DESCRIPTION_UC AS DESCRIPTION_UC,
_SRVH.urgency AS urgency,
_SRVH.impact AS impact,
_SRVH.stat_error AS stat_error,
_SRVH.stat_billing AS stat_billing,
_SRVH.inbox_status AS inbox_status,
_SRVH.po_date_sold AS po_date_sold,
_SRVH.category AS category,
_SRVH.category_txt AS category_txt,
_SRVH.service_org AS service_org,
_SRVH.person_resp AS person_resp,
_SRVH.CREATED_BY AS CREATED_BY,
_SRVH.CREATED_AT AS CREATED_AT,
_SRVH.valid_from AS valid_from,
_SRVH.valid_to AS valid_to,
_SRVH.posting_date AS posting_date,
_SRVH.payer AS payer,
_SRVH.resp_group AS resp_group,
_SRVI.item_guid AS item_guid,
_SRVI.itm_type AS itm_type,
_SRVI.number_int AS number_int,
_SRVI.description AS REFOBJ_PRODUCT_NAME,
_SRVI.payer AS payer_i,
_SRVI.payer_list AS payer_list_i,
_SRVI.resp_group AS resp_group_i,
_SRVI.stat_error AS stat_error_i
FROM CRMS4_SERV_H_SEARCH AS _SRVH
LEFT OUTER JOIN CRMS4_SERV_I_SEARCH AS _SRVI ON _SRVH.header_guid = _SRVI.header_guid -- association [0..*]
;
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