FCCX_REpo_load_txt

DDL: FCCX_REPO_LOAD_TXT Type: view_entity

RepoSRC/Load/Text

FCCX_REpo_load_txt is a CDS View that provides data about "RepoSRC/Load/Text" in SAP S/4HANA. It reads from 8 data sources and exposes 6 fields.

Data Sources (8)

SourceAliasJoin Type
reposrc r inner
reposrc r inner
reposrc r inner
reposrc s from
reposrc s union_all
repoload s union_all
repoload s union_all
repotext s union_all

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label RepoSRC/Load/Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (6)

KeyFieldSource TableSource FieldDescription
progname repotext progname Tcode/program
progname Tcode/program
progname Tcode/program
progname Tcode/program
progname Tcode/program
LastChangedOn

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 FCCX_REpo_load_txt.
-- 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 FCCX_REpo_load_txt AS
SELECT
  s.progname AS progname,
  dats_tims_to_tstmp( s.udat, s.utime , abap_system_timezone( $session.client,'NULL' ),$session.client, 'NULL' ) AS LastChangedOn
FROM reposrc AS s
INNER JOIN reposrc AS r ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): reposrc, repoload, repotext
;