C_BPSuplrPmtdAltvPayeeProcChgs

DDL: C_BPSUPLRPMTDALTVPAYEEPROCCHGS Type: view_entity CONSUMPTION Package: MDC_SUPPL_STAGING_BO

Supplier Permitted Alternative Payee Process Changes

C_BPSuplrPmtdAltvPayeeProcChgs is a Consumption CDS View that provides data about "Supplier Permitted Alternative Payee Process Changes" in SAP S/4HANA. It reads from 1 data source (I_BPSuplrPmtdAltvPayeeProcChgs) and exposes 20 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, SupplierAlternativePayee. It is exposed through 2 OData services (ASQL_F7205A, X_C_BPSUPPLIERPROCESSTP_SRV). Part of development package MDC_SUPPL_STAGING_BO.

Data Sources (1)

SourceAliasJoin Type
I_BPSuplrPmtdAltvPayeeProcChgs I_BPSuplrPmtdAltvPayeeProcChgs from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Supplier Permitted Alternative Payee Process Changes view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED
X_C_BPSUPPLIERPROCESSTP_SRV

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess MasterDataChangeProcess Process ID
KEY MDChgProcessStep MDChgProcessStep Step Number
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject MDChgProcessSrceObject Source ID
KEY SupplierAlternativePayee SupplierAlternativePayee
KEY BPAssignmentID BPAssignmentID Assignment ID
KEY MDChgProcessModelTableName MDChgProcessModelTableName
KEY MDChangeProcessModelFieldName MDChangeProcessModelFieldName
KEY MDChgProcessRecordObjectID MDChgProcessRecordObjectID
MDChangeProcModelTableDesc MDChangeProcModelTableDesc
MDChangeProcessModelFieldDesc MDChangeProcessModelFieldDesc
MDChgProcModelNodeExternalName MDChgProcModelNodeExternalName
MDChgProcModTableExternalName MDChgProcModTableExternalName
MDChgProcModFieldExternalName MDChgProcModFieldExternalName
MDChgProcCurrentAttributeValue MDChgProcCurrentAttributeValue
MDChgProcPrevAttributeValue MDChgProcPrevAttributeValue
MDChgProcessAttributeIsChanged MDChgProcessAttributeIsChanged
MDChgProcessSourceModified MDChgProcessSourceModified Modified
MDChgProcessRecordObjectText MDChgProcessRecordObjectText
_Supplier _Supplier

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_BPSuplrPmtdAltvPayeeProcChgs.
-- 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 C_BPSuplrPmtdAltvPayeeProcChgs AS
SELECT
  MasterDataChangeProcess,
  MDChgProcessStep,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  SupplierAlternativePayee,
  BPAssignmentID,
  MDChgProcessModelTableName,
  MDChangeProcessModelFieldName,
  MDChgProcessRecordObjectID,
  MDChangeProcModelTableDesc,
  MDChangeProcessModelFieldDesc,
  MDChgProcModelNodeExternalName,
  MDChgProcModTableExternalName,
  MDChgProcModFieldExternalName,
  MDChgProcCurrentAttributeValue,
  MDChgProcPrevAttributeValue,
  MDChgProcessAttributeIsChanged,
  MDChgProcessSourceModified,
  MDChgProcessRecordObjectText
FROM I_BPSuplrPmtdAltvPayeeProcChgs
;