‎2008 Feb 16 5:15 AM
hi all,
can anybody tell me, how we can compare the dates?
i have a bdc for billing date and i want to compare my XL billing date to system billing date, my requirement is XL billing date should not Lesser than system billing date. can anybody help me that how should i do ?
its urgent..... suitable ans will be rewarded.
regards saurabh.
‎2008 Feb 16 6:24 AM
Saurabh,
You can use the below given Function Module to caluculate the difference between date.
CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
K.Kiran.
‎2008 Feb 16 5:23 AM
hi
Compare year, month and date separately.
EX :-
if date10(4) <= date20(4) and date14(2) <= date24(2) and date16(2) <= date26(2).
Regards
Prajwal K
‎2008 Feb 16 6:24 AM
Saurabh,
You can use the below given Function Module to caluculate the difference between date.
CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
K.Kiran.