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

System call update

Former Member
0 Likes
2,452

Hello,

I'd like to update system call CAL_CONVERT_DATE_TO_FDATE or programm new version by myself in case there is no update.

What I want in fact is recognize that certain day is a work day. This could be done by function module DATE_CONVERT_TO_FACTORYDATE which lead to mentioned system call.

This function module doesn't return our new holidays (for factory calendar 'CZ').

Where can I obtain some update? Or, how to program new version?

Concerning programming new version, I read help and found there notice about file sapactab.h, where should be system call noted. I can't find this file in filesystem and either source files and also don't know how to link compiled source files to SAP kernel.

Can anybody help me?

Best regards,

Josef Motl

3 REPLIES 3
Read only

Former Member
0 Likes
1,137

Hi Josef,

In our system we have defined several custom calendars 'Z1' - 'Z6', all with their own definitions on holidays. The function module you mentioned works fine even for the custom defined calendars.

So are you sure the calendar CZ has been defined correctly?

Regards,

John.

Read only

0 Likes
1,137

Hi John,

No, I'm definitely not. Thanks for your responce. I'm newbie in ABAP and R/3. Where can I customize calendars?

Best regards,

Josef Motl

Read only

0 Likes
1,137

Hi Josef.

Go to customizing (transaction SPRO); Choose a project or hit F5.

You will find the calendar customizing in General Settings->Maintain calendar.

Regards,

John.