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

date comparison problem

Former Member
0 Likes
782

hi guys,

i'm comparing 2 dates with this syntax :

if '20081231' LE '20080812' , it returns false , supposed to return true,

is there any function module that can be used to compare between these 2 dates

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

Hi

Use FM C14B_DATE_TIME_COMPARE to compare your dates

Regards

Hitesh

4 REPLIES 4
Read only

Former Member
0 Likes
640

Hi

Use FM C14B_DATE_TIME_COMPARE to compare your dates

Regards

Hitesh

Read only

0 Likes
639

Hi

There is one more very good FM FIMA_DATE_COMPARE which gives you out put as LT or Gt

regards

hitesh

Read only

Former Member
0 Likes
639

Hi,

Use the FM:

FIMA_DATE_COMPARE

Regards,

Rod...

Edited by: Rodeny k on Aug 12, 2008 8:09 AM

Read only

Former Member
0 Likes
639

hi,

actually the values that u have mentioned, will evaluate to "FALSE" and not "TRUE".