C_OrdFlfllmntRespyAssgdUserVH

DDL: C_ORDFLFLLMNTRESPYASSGDUSERVH SQL: CATPRESPNUSRVH Type: view CONSUMPTION

Order Fulfillment Responsibility Assigned User Value Help

C_OrdFlfllmntRespyAssgdUserVH is a Consumption CDS View that provides data about "Order Fulfillment Responsibility Assigned User Value Help" in SAP S/4HANA. It reads from 1 data source (I_OrdFlfllmntRespyAssgdUserVH) and exposes 5 fields with key field UserID.

Data Sources (1)

SourceAliasJoin Type
I_OrdFlfllmntRespyAssgdUserVH I_OrdFlfllmntRespyAssgdUserVH from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CATPRESPNUSRVH view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
EndUserText.label Order Fulfillment Responsibility Assigned User Value Help view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UserID UserID User Name
FirstName FirstName First Name
LastName LastName Last Name
FullName FullName Name
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed

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_OrdFlfllmntRespyAssgdUserVH.
-- 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: CATPRESPNUSRVH

CREATE VIEW C_OrdFlfllmntRespyAssgdUserVH AS
SELECT
  UserID,
  FirstName,
  LastName,
  FullName,
  IsBusinessPurposeCompleted
FROM I_OrdFlfllmntRespyAssgdUserVH
;