cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module

Former Member
0 Kudos
40

A function module to find the difference between two dates by passing fiscal year calendar ,since the dates for each week will vary based on calendar type

Accepted Solutions (0)

Answers (2)

Answers (2)

JanStallkamp
Advisor
Advisor
0 Kudos

Hi.

Please use a more specific subject for all postings in the forums.

Best regards,

Jan Stallkamp

Former Member
0 Kudos

Just substract the two dates....


DATA: d1 TYPE d,
      d2 TYPE d,
      d  TYPE i.

d = d1 - d2.

u can alse use thid FM


C14B_DIFF_BT_2_DATES

Edited by: Sukriti Saha on Oct 22, 2008 5:37 PM