cancel
Showing results for 
Search instead for 
Did you mean: 

disable calculator input helper?

Former Member
0 Kudos

Does anyone know if it's possible in CE 7.1 (EHP 1) to disable the automatic help calculator when using input fields of the type integer?

Best Regards,

Tom

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check SAP Note Number: 1406153

1) Calcualtor value help can be deactived by appending following parameter to the application url:

sap-wd-activateCalculatorValueHelp=false

2) The calculator value help can be deactivated also for a complete application by using the web dynpro application property sap.wd.activateCalculatorValueHelp and by setting its value to false.

3) The calculator value help can also be deactivated for all Web Dynpro Java applications by setting the Web Dynpro default configuration for sap.wd.activateCalculatorValueHelp to false.

o Start the NWA, e.g. via the engine homepage

o Navigate to "Configuration Management > Infrastructure > Application Modules"

o Filter table "Module List" for name = "webdynpro/resources/sap.com/tcwddispwda"

o In the "Web Module Details" view, select the "Web Dynpro Properties" tab. There you can select the property sheet in which you like to change configuration. Select property sheet "default" for the technical configuration of the Web Dynpro runtime.

o In the "Full Details" view, the properties are now shown. Search the property "sap.wd.activateCalculatorValueHelp" and change its value to "false". If the property does not exist add a new one.

o Save the changes by pressing the "Save" button in the "Web Module Details" view. The changes are applied immediately, i.e. a restart of the engine is not necessary.

former_member185086
Active Contributor
0 Kudos

Hi

From just configuration/property point I dont think so ,but try this workaround (I havnt implemented it just come in my mind)

1.. Take a input feild of type string(calculater is gone ), now before processing check the user input with regular expression and check whether all the input are int or not.

Best Regards

Satish Kumar