2012 Dec 19 9:08 AM
Dear Friend ,
I have a requirement , I have to display the data in alv report via table basis .
here I have to select the data of non cleared item with in selected date ,
Doc No clearing date posting date
200122 05.10.2012 10.05.2012
now In input if I am passing the value of posting date (10.05.2012 to 06.10.2012) that means
06.10.2012 is higher then clearing date now this document does no show in alv report
and if I am passing the value of posting date (10.05.2012 to 04.10.2012) that means
04.10.2012 is lower then clearing date now this document must show in alv report.
Please tell me the select query on these requirements.
Regards,
Rihan
Moderator message : Requirement dumping not allowed, duplicate post locked.
Message was edited by: Vinod Kumar
2012 Dec 19 9:24 AM
If you want to retrieve uncleared documents, then why don't you look for records where clearing date (AUGDT) is INITIAL?