cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error in EM Web UI

Former Member
0 Kudos

Hi,

Whenever I am providing  range in the sales order number as  83 to 123 in EM Web UI , it shows following error message i.e.

From value "83" is greater than the to value "123" in range specification of "Sales Order Number" .

But whenever I am putting value as 083 to 123, its working fine.

1. Lead zero Indicator is not set for this field otherwise its working fine.

2. Datatype for this field is character type.

In there any standard way, we can resolve the issue apart from setting lead zero Indicator as this is of character type.

Regards,

Ratnakar

Accepted Solutions (1)

Accepted Solutions (1)

former_member186607
Active Contributor
0 Kudos

Hi,

no, I do not think, that there is a way in standard to achieve this for character type parameters. If you use numeric text field parameters, it should work as requested. For character type you need to specify the leading zeros indicator.

Best regards, Daniel

Former Member
0 Kudos

Thanks a lot ,

Please let me know, if possible...the exact location in the dynpro code where it compares the low value of the range with the high value when we press enter after putting value on the high value.

Former Member
0 Kudos

Hi Ratnakar,

Check this /SAPTRX/IF_BADI_WDA_UI -> BEFORE_SEARCH_BAPI.

Regards


GGOPII

former_member186607
Active Contributor
0 Kudos

Hi,

I do not think, that the web dynpro logic that validates the values, can be influenced by this BAdI. If you find a way, let us know.

Best regards, Daniel

Answers (0)