ris_quick_search_view
Quick Search: Ctrl.+Shift.+A
ris_quick_search_view is a CDS View that provides data about "Quick Search: Ctrl.+Shift.+A" in SAP S/4HANA. It reads from 22 data sources and exposes 65 fields.
Data Sources (22)
| Source | Alias | Join Type |
|---|---|---|
| badi_spot | badi_spot | union_all |
| cts_hot_package | cts_hot_package | left_outer |
| dd02l | dd02l | inner |
| dd02l | dd02l | inner |
| dd02l | dd02l | inner |
| euobjedit | euobjedit | inner |
| progdir | progdir | inner |
| progdir | progdir | inner |
| progdir | progdir | inner |
| sedt_prog_tadir | sedt_prog_tadir | inner |
| sedt_prog_tadir | sedt_prog_tadir | inner |
| sedt_prog_tadir | sedt_prog_tadir | inner |
| tadir | tadir | from |
| tadir | tadir | inner |
| tadir | tadir | inner |
| tadir | tadir | union_all |
| tadir | tadir | union_all |
| tadir | tadir | union_all |
| tadir | tadir | union_all |
| tadir | tadir | union_all |
| tdevc | tdevc | union_all |
| ttree | ttree | left_outer |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RIS_QUICK_SEARCH | view | |
| EndUserText.label | Quick Search: Ctrl.+Shift.+A | view |
Fields (65)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| object_type | tadir | object | TRFM Object | |
| object_name | program_name | Object Name | ||
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object | |
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object | |
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | euobjedit | tadir | TRFM Object | |
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object | |
| object_name | Object Name | |||
| author | author | User Name | ||
| devclass | devclass | Package (Obsolete) | ||
| alias_type | object | TRFM Object | ||
| object_name | func_name | Object Name | ||
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | program_name | Object Name | ||
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | v_ddldep | objectname | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | v_ddldep | objecttype | TRFM Object | |
| object_name | badi_spot | badi_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object | |
| object_name | tdevc | devclass | Object Name | |
| author | tdevc | as4user | User Name | |
| devclass | tdevc | devclass | Package (Obsolete) | |
| alias_type | TRFM Object | |||
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object | |
| object_name | tadir | obj_name | Object Name | |
| author | tadir | author | User Name | |
| devclass | tadir | devclass | Package (Obsolete) | |
| alias_type | tadir | object | TRFM Object |
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 ris_quick_search_view.
-- 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: RIS_QUICK_SEARCH
CREATE VIEW ris_quick_search_view AS
SELECT
tadir.object AS object_type,
program_name AS object_name,
tadir.author AS author,
tadir.devclass AS devclass,
tadir.object AS alias_type
FROM tadir
INNER JOIN sedt_prog_tadir ON /* join condition not captured in parsed metadata */
INNER JOIN progdir ON /* join condition not captured in parsed metadata */
INNER JOIN euobjedit ON /* join condition not captured in parsed metadata */
INNER JOIN dd02l ON /* join condition not captured in parsed metadata */
INNER JOIN tadir ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN cts_hot_package ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ttree ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): tadir, badi_spot, tdevc
;
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