Question
Discrepancy between PU_COUNT and Case_count
Hello community,
In my datamodel, the case key is BSEG.SID||BSEG.MANDT||BSEG.BUKRS||BSEG.BELNR||BSEG.GJAHR
||BSEG.BUZEI
The LFB1 and the BSEG tables are linked (1:N) with the fields SID, MANDT, BUKRS and LIFNR.
I have filtered my analysis as below:
FILTER LFB1.SID =FC3;
FILTER LFB1.MANDT =130;
FILTER LFB1.BUKRS = CN01;
FILTER LFB1.LIFNR = 0000115406;
There are a total of 20 cases: COUNT_TABLE(BSEG) = 20.
I am doing a PU_count of the BSEG cases to the LFB1. My understanding is that I should also get 20, but I get 29 ?!?
PU_COUNT(LFB1,
BSEG.SID||BSEG.MANDT||BSEG.BUKRS||BSEG.BELNR
||BSEG.GJAHR||BSEG.BUZEI) = 29
Do you know what could explain such discrepancy ?
Thanks in advance for your help !
Clment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.