Hello Community,
I have the following “problem,” or am I misunderstanding something here?
SAP Example
I have an Sales Order (Table VBAK) with 6 items (Table VBAP). On Item has the Category “TAX” (Field VBAP.PSTYV)
Within the Knowledge Model I have set an global filter FILTER VBAP.PSTYV NOT IN (‘TAX’)
This works as expected and I only see only 5 items when I display the data in flat table or using the count function e.g. COUNT(VBAP.POSNR)
But when I use the PU_COUNT Function PU_COUNT(VBAK, VBAP.POSNR) I get 6 items as result.
My question here: Is this expected behaviour and does PU_FUNCTION ignore global knowledge model filters? Or is this a bug?
Best, Thomas