Dear Colleagues,
I need to create a date picker component, which would filter the PO items that had any of selected change activities within selected time period (for example monthly).
I have created a variable that stores the list of change activties that user select.
image382547 12.4 KB
I cannot use PU_FIRST(EKPO,Activity_eventtime, Activity_name IN (Variable)) as this returns only the first eventtime of change. I need to select all PO items that had any of selected changes within given period. Can you please help me how to do that?
Thank you.