on 2008 Oct 22 1:03 PM
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
Hi.
Please use a more specific subject for all postings in the forums.
Best regards,
Jan Stallkamp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.