R_SourcingSupplierListDraft

DDL: R_SOURCINGSUPPLIERLISTDRAFT Type: view_entity BASIC

Supplier List for Sourcing - Draft

R_SourcingSupplierListDraft is a Basic CDS View that provides data about "Supplier List for Sourcing - Draft" in SAP S/4HANA. It reads from 1 data source (mmsrcslist2_d) and exposes 33 fields with key field SourcingSupplierListUUID. It has 5 associations to related views.

Data Sources (1)

SourceAliasJoin Type
mmsrcslist2_d _SourcingSupplierListDraft from

Associations (5)

CardinalityTargetAliasCondition
[1..*] R_SrcgSuplrListCompanyCode _SrcgSuplrListCompanyCode $projection.SourcingSupplierListUUID = _SrcgSuplrListCompanyCode.SourcingSupplierListUUID
[1..*] R_SrcgSuplrListMaterialGroup _SrcgSuplrListMaterialGroup $projection.SourcingSupplierListUUID = _SrcgSuplrListMaterialGroup.SourcingSupplierListUUID
[1..*] R_SrcgSuplrListCompanyCodeDrft _SrcgSuplrListCompanyCodeDraft $projection.SourcingSupplierListUUID = _SrcgSuplrListCompanyCodeDraft.SourcingSupplierListUUID
[1..*] R_SrcgSuplrListMatlGroupDraft _SrcgSuplrListMatlGroupDraft $projection.SourcingSupplierListUUID = _SrcgSuplrListMatlGroupDraft.SourcingSupplierListUUID
[1..1] E_SourcingSupplierListDraft _Extension $projection.SourcingSupplierListUUID = _Extension.SourcingSupplierListUUID

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Supplier List for Sourcing - Draft view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SSH view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (33)

KeyFieldSource TableSource FieldDescription
KEY SourcingSupplierListUUID sourcingsupplierlistuuid UUID of Sourcing Supplier List
SourcingSupplierList sourcingsupplierlist Supplier List
SourcingSupplierListName sourcingsupplierlistname Supplier List Name
SrcgSuplrListLifecycleStatus srcgsuplrlistlifecyclestatus Supplier List Status
SuplrListReferenceObjectUUID suplrlistreferenceobjectuuid Ref Object UUID
SupplierListReferenceObject supplierlistreferenceobject Reference Object
SuplrListReferenceObjectType suplrlistreferenceobjecttype Ref Obj Type for Sourcing Supplier List
SourceSupplierListUUID sourcesupplierlistuuid Src Suplr List UUID
SupplierListUpdateType supplierlistupdatetype Update Type
SrcgSuplrListChgIsInWorkflow srcgsuplrlistchgisinworkflow Sourcing Suplr List Changed in Workflow
SrcgSuplrListApprvlDueDateTime srcgsuplrlistapprvlduedatetime Approval Deadline
IsDeleted isdeleted TRUE
IsEndOfPurposeBlocked isendofpurposeblocked Busin. Purp. Cmpltd.
CreatedByUser createdbyuser User Name
CreationDateTime creationdatetime Timestamp
LastChangedByUser lastchangedbyuser User Name
LastChangeDateTime lastchangedatetime Timestamp
SourcingSupplierListVersion sourcingsupplierlistversion Supplier List Version
SrcgSuplrListVersionIsLatest srcgsuplrlistversionislatest Sourcing Supplier List Version Is Latest
SupplierListUUID supplierlistuuid Supplier List UUID
SupplierListName supplierlistname Supplier List Name
SourcingSupplierListActionCode sourcingsupplierlistactioncode User action in Sourcing Suplr List
SrcgSuplrListSrcgProjHasError srcgsuplrlistsrcgprojhaserror Error Indicator
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes
_SrcgSuplrListCompanyCode _SrcgSuplrListCompanyCode
_SrcgSuplrListMaterialGroup _SrcgSuplrListMaterialGroup
_SrcgSuplrListCompanyCodeDraft _SrcgSuplrListCompanyCodeDraft
_SrcgSuplrListMatlGroupDraft _SrcgSuplrListMatlGroupDraft

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 R_SourcingSupplierListDraft.
-- 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 R_SourcingSupplierListDraft AS
SELECT
  SourcingSupplierListUUID,
  SourcingSupplierList,
  SourcingSupplierListName,
  SrcgSuplrListLifecycleStatus,
  SuplrListReferenceObjectUUID,
  SupplierListReferenceObject,
  SuplrListReferenceObjectType,
  SourceSupplierListUUID,
  SupplierListUpdateType,
  SrcgSuplrListChgIsInWorkflow,
  SrcgSuplrListApprvlDueDateTime,
  IsDeleted,
  IsEndOfPurposeBlocked,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LastChangeDateTime,
  SourcingSupplierListVersion,
  SrcgSuplrListVersionIsLatest,
  SupplierListUUID,
  SupplierListName,
  SourcingSupplierListActionCode,
  SrcgSuplrListSrcgProjHasError,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM mmsrcslist2_d AS _SourcingSupplierListDraft
LEFT OUTER JOIN R_SrcgSuplrListCompanyCode AS _SrcgSuplrListCompanyCode ON SourcingSupplierListUUID = _SrcgSuplrListCompanyCode.SourcingSupplierListUUID  -- association [1..*]
LEFT OUTER JOIN R_SrcgSuplrListMaterialGroup AS _SrcgSuplrListMaterialGroup ON SourcingSupplierListUUID = _SrcgSuplrListMaterialGroup.SourcingSupplierListUUID  -- association [1..*]
LEFT OUTER JOIN R_SrcgSuplrListCompanyCodeDrft AS _SrcgSuplrListCompanyCodeDraft ON SourcingSupplierListUUID = _SrcgSuplrListCompanyCodeDraft.SourcingSupplierListUUID  -- association [1..*]
LEFT OUTER JOIN R_SrcgSuplrListMatlGroupDraft AS _SrcgSuplrListMatlGroupDraft ON SourcingSupplierListUUID = _SrcgSuplrListMatlGroupDraft.SourcingSupplierListUUID  -- association [1..*]
LEFT OUTER JOIN E_SourcingSupplierListDraft AS _Extension ON SourcingSupplierListUUID = _Extension.SourcingSupplierListUUID  -- association [1..1]
;