cancel
Showing results for 
Search instead for 
Did you mean: 

Disable dates entry from f4 help field for sap crm webui

former_member267851
Participant
0 Kudos

Hi Experts,

I have issue in disable dates entry from f4 help calendar field for sap crm webui.

My requirement is to disable date entry from F4 help calendar for date field based on date range gave by user.

E.g. I need to disable date entry for last 15 days of current month.

As per understanding i can guess need to write code in view .htm page , Can anybody help me on steps and script code to do so??.

In advance thanks for the help.

Regards

Alok

Accepted Solutions (0)

Answers (2)

Answers (2)

VishnAndr
Active Contributor
0 Kudos

The best option, for now, would be to extend corresponding context node class (find the one (component/view/node/attribute) using F2 on the field) and then look into GET_V method for this field of this class. And remove unwanted entries to appear. Via coding.

Varun_Agarwal
Advisor
Advisor
0 Kudos

Hello Alok,

Honestly, not clear what the requirement exactly is.

Would you please provide more details like screenshots for the requirement of 'disable date entry from F4 help calendar for date field based on date range gave by user'?

Best Regards, Varun