credit memo
We need to get all the credit memeors created using MIRO transaction in the given period? Can anybody please help which table gives this information and what are the fileds to be selected to get the output results.
Thanks.
try using table RBKP (invoice receipt table)
filter using
TCODE - transaction code
XRECH - if transaction is invoice this is marked, otherwise it is not.
BUDAT - posting date
hope this helps.