C_InteractiveSourceProfile

DDL: C_INTERACTIVESOURCEPROFILE SQL: CINTACTVSRCG Type: view CONSUMPTION

Value help for Interactive Source Planning

C_InteractiveSourceProfile is a Consumption CDS View that provides data about "Value help for Interactive Source Planning" in SAP S/4HANA. It reads from 1 data source (I_InteractiveSourceProfile) and exposes 3 fields with key fields SourcingProfile, Plant.

Data Sources (1)

SourceAliasJoin Type
I_InteractiveSourceProfile I_InteractiveSourceProfile from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CINTACTVSRCG view
VDM.viewType #CONSUMPTION view
Search.searchable true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey SourcingProfile view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Value help for Interactive Source Planning view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SourcingProfile SourcingProfile WBS sched. prof
KEY Plant Plant Valuation Area
_text _text

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 C_InteractiveSourceProfile.
-- 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: CINTACTVSRCG

CREATE VIEW C_InteractiveSourceProfile AS
SELECT
  SourcingProfile,
  Plant
FROM I_InteractiveSourceProfile
;