/CFG/WEBGUI_MAIN_INFO
Get Webguis for preset phase
/CFG/WEBGUI_MAIN_INFO is a CDS View that provides data about "Get Webguis for preset phase" in SAP S/4HANA. It reads from 4 data sources (/CFG/V_FILE_SOL_MIN_SEQ_VIEW, /cfg/webgui_h, /cfg/webgui_i, /smb/bb_img_sobj) and exposes 18 fields.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| /CFG/V_FILE_SOL_MIN_SEQ_VIEW | /CFG/V_FILE_SOL_MIN_SEQ_VIEW | inner |
| /cfg/webgui_h | header | from |
| /cfg/webgui_i | Item | inner |
| /smb/bb_img_sobj | sobj | inner |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| p_mandt | mandt |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /CFG/V_WGUI_INFO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | D | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.dataClass | MIXED | view | |
| EndUserText.label | Get Webguis for preset phase | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| guid | /cfg/webgui_h | webgui_guid | Internal GUID | |
| solution_Id | ||||
| activity_id | /cfg/webgui_h | activity_id | IMG Activity | |
| cust_obj | /cfg/webgui_h | cust_obj_name | Customizing object | |
| filename | /smb/bb_img_sobj | filename | URL or Filenam Path | |
| subobjname | /smb/bb_img_sobj | subobjname | Table/View Name | |
| preset | /cfg/webgui_h | preset | Preset | |
| explore | /cfg/webgui_h | explore | Evaluate | |
| realize | /cfg/webgui_h | realize | Realize | |
| deploy | /cfg/webgui_h | deploy | Serialized JSON | |
| run_phase | /cfg/webgui_h | run_phase | Run Phase | |
| availability | /cfg/webgui_h | cust_available | Availabilty to Cust | |
| mand_type | /cfg/webgui_h | is_required | Required? | |
| country_dep | /cfg/webgui_h | global_act | Cntry/Reg. Dependent | |
| external_id | /cfg/webgui_h | extrnal_id | WEBGUI External ID | |
| bbid | /smb/bb_img_sobj | bbid | Building Block | |
| objid | /smb/bb_img_sobj | objid | Work Center | |
| objty | /smb/bb_img_sobj | objty | Prj. Obj. Type |
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 /CFG/WEBGUI_MAIN_INFO.
-- 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: /CFG/V_WGUI_INFO
-- Parameters: p_mandt : mandt
CREATE VIEW /CFG/WEBGUI_MAIN_INFO AS
SELECT
header.webgui_guid AS guid,
:p_solution AS solution_Id,
header.activity_id AS activity_id,
header.cust_obj_name AS cust_obj,
sobj.filename AS filename,
sobj.subobjname AS subobjname,
header.preset AS preset,
header.explore AS explore,
header.realize AS realize,
header.deploy AS deploy,
header.run_phase AS run_phase,
header.cust_available AS availability,
header.is_required AS mand_type,
header.global_act AS country_dep,
header.extrnal_id AS external_id,
sobj.bbid AS bbid,
sobj.objid AS objid,
sobj.objty AS objty
FROM /cfg/webgui_h AS header
INNER JOIN /cfg/webgui_i AS Item ON /* join condition not captured in parsed metadata */
INNER JOIN /smb/bb_img_sobj AS sobj ON /* join condition not captured in parsed metadata */
INNER JOIN /CFG/V_FILE_SOL_MIN_SEQ_VIEW 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