Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP : Slection form data base using Internal table

Former Member
0 Likes
286

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

1 REPLY 1
Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
255

If you want to retrieve uncleared documents, then why don't you look for records where clearing date (AUGDT) is INITIAL?