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

function module

Former Member
0 Likes
871

Hi,

I want functionality of Function module "ISHMED_CALC_DATE_TIME_DIFF" .

Thanks

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
707

It is use to find the difference between two dates or times.

You can use SD_DATETIME_DIFFERENCE instead of that.

Regards,

Amit

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
708

It is use to find the difference between two dates or times.

You can use SD_DATETIME_DIFFERENCE instead of that.

Regards,

Amit

Read only

Former Member
0 Likes
707

Hi,

Use the Function Module ISHMED_CALC_DATE_TIME_DIFF

Import parameters Value

I_BEGDT 01.01.2007

I_BEGTM 00:00:00

I_ENDDT 01.08.2007

I_ENDTM 00:00:00

Changing parameters Value

CR_ERRORHANDLER

Export parameters Value

E_DIFF_DAY 212

E_ENDDT_EARLY

E_RC 0

U can find the time and date difference from this function module.

Regards,

Raj.

Read only

Former Member
0 Likes
707

to find the different no of days and time between begining date and ending date

Read only

Former Member
0 Likes
707

Hi,

This FM ISHMED_CALC_DATE_TIME_DIFF will take the two dates and two tmes.

And it will give the difference between two dates n two times means

if we enter 04/23/2008 and 04/20/2008 then it will give 3 days as difference same for the time also

Read only

Former Member
0 Likes
707

Hi,

use of the fm ISHMED_CALC_DATE_TIME_DIFF is calculate the difference between two dates.

Regards

Kiran Sure