Hi Colleagues,
I have scenario where I have to select entries (particular Dunning Activities for Given Contract Account) from the SAP IS-U Dunning Activities table FKKMACTIVITIES,
Theres always a chance that these entries might be related to reversed entries in the Dunning History Header table FKKMAKO.
Unfortunately, there is no reversal flag in FKKMACTIVITIES.
Is there a way to join FKKMAKO with FKKMACTIVITIES so that we can only retrieve non-reversed Dunning Activities?
Alternatively, I have created a DBLookup Expresion that has retrieved all the qualifying rows from FKKMACTIVITIES .
Is there a way I loop thru these rows, and for each row, fetch the related non-reversed row/s from FKKMAKO?
Your insights would be most appreciated.
Thanks and regards,
Ivor Martin