Hallo,
I am working on FI - account receivables. I want to list all open FI documents. I can use item_status to identify open documents. This is very simple but I wan to achieve something more. I dont want to display open FI documents with document type ZA but instead I want to display actual RV documents associated with (clearing document number) these FI documents which are closed (item_status ='C').
To achieve this, I created two queries.
Query 1 - Returns me all open FI documents with document type = ZA
Query 2 should list all FI documents with type RV having clearing document in FI documents obtained from Query1. I have created a replacement path variable on clearing document which is expected to get resultset from query 1.
But this is not working. it opens debugger when I try to execute query 2. I am sorry, but I am not well versed with this debugging technique. It seems that it is not valid to pass document number (0ac_doc_no) to clearing document number (0clr_doc_no).
it would be great if any of you could suggest some solution for this.
By the way, I am creating to build these queries on 0FIAR_O3.
Regards,
Girish Oak