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

Modify Date (F4) Help with Diffrent views

Former Member
0 Likes
714

hello all,

our client has a 13-period fiscal year, which does not align with calendar months. date fields have to be period-aligned. In standard SAP, a calendar view pops up when a matchcode (F4) is selected against a date field:

now they want that whenever user press (F4) on date field:

a pop-up screen will be modified to contain two views –

with two radio button if user selected the one the standard calendar must be displayed and when the user select the second radio button it will display client period view.

HOW CAN WE DO THIS FUNTIONALITY IN SAP? HELP ME I AM STRUCK OVER THIS ISSUE .....

regards

Anand

hello all,

our client has a 13-period fiscal year, which does not align with calendar months. date fields have to be period-aligned. In standard SAP, a calendar view pops up when a matchcode (F4) is selected against a date field:

now they want that whenever user press (F4) on date field:

a pop-up screen will be modified to contain two views –

with two radio button if user selected the one the standard calendar must be displayed and when the user select the second radio button it will display client period view.

HOW CAN WE DO THIS FUNTIONALITY IN SAP? HELP ME I AM STRUCK OVER THIS ISSUE .....

regards

Anand

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
609

Hello Rajesh

Since your client wants to have this different behaviour at ANY date field I assume the only possibility is to modify the SAP standard coding that realises the F4 search help. Perhaps you will find somewhere an appropriate user-exit although I think this is unlikely.

Regards

Uwe

Read only

0 Likes
609

Hello uwe

thanks for quick response .... can i highlight the period end date and start date in the standard SAP DATE(F4) help can this be possible..

regards

anand

Read only

0 Likes
609

Hello Rajesh

I do no think so because we are dealing here with a control, namely the calendar control.

If you want to change the F4 for a date field in a <b>customer</b> program where you can realise the search help dialog yourself then you could have a look at CL_...CALENDAR... classes or function modules CALENDAR and check if the interfaces might allow to implement your requirements.

Regards

Uwe