/fti/v_multiple_file_soln
To Support Multiple File in WebGuis
/fti/v_multiple_file_soln is a CDS View that provides data about "To Support Multiple File in WebGuis" in SAP S/4HANA. It reads from 6 data sources and exposes 8 fields. Part of development package /FTI/WEBGUI_SSCUI.
Data Sources (6)
| Source | Alias | Join Type |
|---|---|---|
| /FTI/V_FILE_SOL_MIN_SEQ_VIEW | /FTI/V_FILE_SOL_MIN_SEQ_VIEW | inner |
| /smb/cust_sol | CurrentSol | inner |
| /smb/sba1_t_file | pme | inner |
| /smb/bb_img_sobj | sobj | inner |
| /cfg/webgui_h | WebGuis | from |
| /cfg/webgui_i | WebuiItem | inner |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| p_mandt | mandt |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | /FTI/MULTI_FILE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | D | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.dataClass | MIXED | view | |
| EndUserText.label | To Support Multiple File in WebGuis | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| Solution_Id | /smb/cust_sol | solution_id | Solution Id | |
| Activity_Id | /cfg/webgui_h | activity_id | IMG Activity | |
| Customizing_Object | /cfg/webgui_h | cust_obj_name | Customizing object | |
| Object_Type | /cfg/webgui_h | cust_obj_type | Type | |
| SubObject | /cfg/webgui_i | subobjname | Table/View Name | |
| bbid | /smb/bb_img_sobj | bbid | Building Block | |
| Filename | /smb/bb_img_sobj | filename | URL or Filenam Path | |
| seq |
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 /fti/v_multiple_file_soln.
-- 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: /FTI/MULTI_FILE
-- Parameters: p_mandt : mandt
CREATE VIEW /fti/v_multiple_file_soln AS
SELECT
CurrentSol.solution_id AS Solution_Id,
WebGuis.activity_id AS Activity_Id,
WebGuis.cust_obj_name AS Customizing_Object,
WebGuis.cust_obj_type AS Object_Type,
WebuiItem.subobjname AS SubObject,
sobj.bbid AS bbid,
sobj.filename AS Filename,
min(BuildingBlocks.seq) AS seq
FROM /cfg/webgui_h AS WebGuis
INNER JOIN /cfg/webgui_i AS WebuiItem 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 /FTI/V_FILE_SOL_MIN_SEQ_VIEW ON /* join condition not captured in parsed metadata */
INNER JOIN /smb/sba1_t_file AS pme ON /* join condition not captured in parsed metadata */
INNER JOIN /smb/cust_sol AS CurrentSol 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