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: 

Selection field

Former Member
0 Kudos

Hi

I am having date field in my internal table(yyyymmdd). But in selection field is only GJAHR(year). How to compare that in select statement.

Regards

John

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

try this where clause on your SELECT.

WHERE GJAHR = itab-fld+0(4).

~Suresh