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

Factory calendar

Former Member
0 Likes
533

Hi,

I have a small requirement,

i have a date and i wanted to add 8 working days for that date and i need to display that date,i need to do with in a loop statement.and working days are from

monday to friday,can anybody tell me the best possible way of doing this.

Thanks in advance.

Regards,

Sarala.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

For your good solution is

use this FM

BKK_ADD_WORKINGDAY

Regards,

Nandha

Reward if it solves u r probelm

Hi,

I have a small requirement,

i have a date and i wanted to add 8 working days for that date and i need to display that date,i need to do with in a loop statement.and working days are from

monday to friday,can anybody tell me the best possible way of doing this.

Thanks in advance.

Regards,

Sarala.

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hi,

you have to work with function DATE_CHECK_WORKINGDAY & RP_CALC_DATE_IN_INTERVAL.

With RP_CALC_DATE_IN_INTERVAL you can add or substract days and with the other function you prove whether the date is a work day.

You can then display the final date with function F4_DATE.

Read only

Former Member
0 Likes
509

Hi,

For your good solution is

use this FM

BKK_ADD_WORKINGDAY

Regards,

Nandha

Reward if it solves u r probelm

Read only

0 Likes
508

Thank you very much.