Application Development 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: 

How to Populate local variable values to tables like likp .

Former Member
0 Kudos

Hi..I have taken 3 local variables date1 date2 and date3 .How to populate them in table (likp-lfdat).In date1 i have dates of lfdat between 14/05 to 21/05 and date2 from 22/05 to 28/05 and date3 one more week.In o/p how can see data between these dates range only?

1 REPLY 1

Former Member
0 Kudos

Use Where clause as:

WHERE

LFDAT IN DATE1

OR LFDAT IN DATE2

OR LFDAT IN DATE3.

Regards,

Anil