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

F4 week clendar

former_member660488
Participant
0 Likes
3,051

Hello experts,

Is there any search help is available for the calendar week ?

Hello experts,

Is there any search help is available for the calendar week ?

8 REPLIES 8
Read only

FredericGirod
Active Contributor
2,692

I know only for date : F4_DATE

Read only

LaurensDeprost
Contributor
2,692

Hi Yi,

Take a look at elementary search help '/BI0/OCALWEEK' or 'RSCALWEEK' .
These aren't really the most user friendly since they start way in the past by default, so you might want to opt for a custom search help.

Read only

0 Likes
2,692

Hi,

This is true. It covers a lot of the past weeks. This is not what I need, and There is an exception of the search help in my system.

Do you have any good suggestions on how to create a custom search help?

Read only

2,692

You'll find lots of documentation online. The docs are a good place to start.

Read only

2,692

FYI kali9: you can refer to this blog post, where factory calendar week is used as an example for creating custom search helps.

Read only

former_member660488
Participant
0 Likes
2,692

the function seems not to meet my needs,maybe can you provide example code?

Read only

RaymondGiuseppi
Active Contributor
2,692

The FM F4_DATE returns the week number, so could be used in a custom search help with an exit search help exit (wrap the F4 FM in the exit FM)

Read only

Sandra_Rossi
Active Contributor
2,692

There is the program ITSQ_CALENDAR which demonstrates how to use Week selection with the CL_GUI_CALENDAR control, you can use it as a popup too. But it doesn't show how to make it interact with a "week" input field.