C_InhRepairItmProcFlwDbtMmReq

DDL: C_INHREPAIRITMPROCFLWDBTMMREQ Type: view CONSUMPTION

Process Flow Node for Debit Memo Request

C_InhRepairItmProcFlwDbtMmReq is a Consumption CDS View that provides data about "Process Flow Node for Debit Memo Request" in SAP S/4HANA. It reads from 1 data source (I_DebitMemoRequest) and exposes 14 fields with key field DebitMemoRequest.

Data Sources (1)

SourceAliasJoin Type
I_DebitMemoRequest I_DebitMemoRequest from

Parameters (1)

NameTypeDefault
P_Language spras

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CIHRPROCFLODMR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Process Flow Node for Debit Memo Request view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY DebitMemoRequest DebitMemoRequest
OverallSDProcessStatus OverallSDProcessStatus
CreationDate CreationDate Time Stamp
ProcessFlowNodeTitle
ProcessFlowNodeShortTitle
DebitMemoRequestType DebitMemoRequestType
OrganizationDivision OrganizationDivision Org. Division
SalesOrganization SalesOrganization Sales Organization
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
_OverallSDProcessStatus _OverallSDProcessStatus
_DebitMemoRequestType _DebitMemoRequestType
_OrganizationDivision _OrganizationDivision
_SalesOrganization _SalesOrganization
_DistributionChannel _DistributionChannel

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_InhRepairItmProcFlwDbtMmReq.
-- 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.
-- Parameters: P_Language : spras

CREATE VIEW C_InhRepairItmProcFlwDbtMmReq AS
SELECT
  DebitMemoRequest,
  OverallSDProcessStatus,
  CreationDate,
  I_DebitMemoRequest._DebitMemoRequestType._Text[1: Language = :P_Language].SalesDocumentTypeName AS ProcessFlowNodeTitle,
  I_DebitMemoRequest._DebitMemoRequestType._Text[1: Language = :P_Language].SalesDocumentTypeName AS ProcessFlowNodeShortTitle,
  DebitMemoRequestType,
  OrganizationDivision,
  SalesOrganization,
  DistributionChannel
FROM I_DebitMemoRequest
;