
@AbapCatalog.sqlViewName: 'ZCQMBTHFLGUXPOC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@OData.publish: true
@EndUserText.label: 'Batch Flagging Activities Report'
@UI.headerInfo: {
typeName : 'Batch Flagging Activities Report' ,
typeNamePlural: 'Batch Flagging Activities Report' }
define view ZC_QM_BTHFLG_POC_UX
with parameters
@EndUserText.label: 'History/Current'
@Consumption.defaultValue: 'Current'
@Consumption.valueHelpDefinition:[{entity:{name : 'ZI_Current_History',
element : 'Status'}}]
hist_curr : char7,
@EndUserText.label: 'Start Date'
@Environment.systemField: #SYSTEM_DATE
S_Date : dats,
@EndUserText.label: 'End Date'
@Environment.systemField: #SYSTEM_DATE
E_Date : dats,
@EndUserText.label: 'Plant'
@Consumption.valueHelpDefinition:[{entity:{name : 'I_Plant',
element : 'Plant'}}]
ip_Plant : werks_d
as select from ZI_QM_HIST_CURR_001 (S_Date:$parameters.S_Date,E_Date:$parameters.E_Date,
ip_Plant:$parameters.ip_Plant,
hist_curr:$parameters.hist_curr)
{
@EndUserText.label: 'Material'
@UI.selectionField.element: 'Material'
@UI.lineItem.position: 10
key Material,
_matnr_txt,
@EndUserText.label: 'Batch'
@Consumption.semanticObject: 'Batch'
@UI.lineItem.position: 20
key Batch,
@EndUserText.label: 'Change Control'
@UI.lineItem.position: 30
@UI.selectionField.element:'Change Control'
CC_ID,
@EndUserText.label: 'Flag/ Unflag'
@UI.lineItem.position: 40
@UI.selectionField.element:'Flag'
Flag,
@EndUserText.label: 'Flagging Type'
@UI.lineItem.position: 50
@UI.selectionField.element:'Flagging Type'
FlaggingSource,
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |