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

Selection field

Former Member
0 Likes
235

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
Read only

suresh_datti
Active Contributor
0 Likes
216

try this where clause on your SELECT.

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

~Suresh