I_SRVCPROCESSSTEP
Process Step in Process Step Overview
I_SRVCPROCESSSTEP is a CDS View in S/4HANA. Process Step in Process Step Overview. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_SrvcDocTypeProcStepOverview | view | inner | CONSUMPTION | Mapping of Transaction Type and Profile |
@EndUserText.label: 'Process Step in Process Step Overview'
@VDM:
{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl:
{
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel:
{
representativeKey: 'SrvcProcessStep',
usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
}
@Metadata:
{
ignorePropagatedAnnotations: true
}
@ClientHandling:
{
algorithm: #SESSION_VARIABLE
}
@AbapCatalog:
{
sqlViewName: 'ISRVPROSTP',
compiler.compareFilter: true,
preserveKey: true,
buffering: {status: #ACTIVE, type: #FULL}
}
define view I_SrvcProcessStep
as select from crms4c_pso_stp
association [0..*] to I_SrvcProcessStepText as _SrvcProcessStepText on $projection.SrvcProcessStep = _SrvcProcessStepText.SrvcProcessStep
{
@ObjectModel.text.association: '_SrvcProcessStepText'
key process_step as SrvcProcessStep,
icon as SrvcProcessStepIcon,
_SrvcProcessStepText
}