‎2010 Apr 26 6:18 AM
hi All,
I have created an invoice using FB60 and reversed the same which is getting stored in RBKP table i have an existing code which returns the invoice reversed using created using mir0 the select query is as below.
SELECT lifnr xblnr bldat cputm FROM rbkp INTO TABLE i_reversal
FOR ALL ENTRIES IN i_an_ven
WHERE lifnr = i_an_ven-lifnr AND
bukrs = i_an_ven-bukrs AND
cpudt >= date_in AND
cputm >= time_in AND
stblg <> ' '.
I now want to fetch reverse document created using FB60 which is stored in table BKPF
Can any one let me know condition what i should apply to fetch the same.
OR the outline would be helpful
Thanks,
‎2010 Apr 26 6:29 AM
‎2010 Apr 26 6:29 AM