cancel
Showing results for 
Search instead for 
Did you mean: 

Error :Character string does not exist in the set of allowed values in Adobe Form in CE 7.3

Former Member
0 Kudos

Hi,

We have a value help field in the Adobe form.

If the user enteres the value pn the input field and doesnt click on velue help button , the entered value is other than the value of the field , the Framework throws the error

"Character string  does not exist in the set of allowed values" and disables the entire Form.

User is not able to proceed.

Kindly let me know how to disable the framework message and also to clear the field if wrong value entered and display the custom message to the user so that user can proceed with entering correct value.

Thanks in advance,

Regards

Akshaya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Akshaya,

You've 2 options to handle the default messages by WebDynpro Java framework:

1.OnAction Without Validation:

If you are using any onAction() event for your wdj form validation.. then open the Action method in Edit mode > Check the Without Validation check-box property > Save it. This would avoid calling the default validation messages that comes from Web Dynpro framework.

2.Dictionary Messages Property file:

Otherwise modify the messages_en.properties file part of SapDictionaryTypesRuntime.jarlocated in the server-side (this is usually part of com.sap.dictionary.runtime_2.0.0 plug-in at client-side [WDJ installed machine] system). And make sure you've a ORIGINAL copy of this property file.

Please Check

http://scn.sap.com/thread/2104120

Thanks,

Patralekha