Skip to Content
0
Former Member
May 11, 2005 at 07:26 AM

Input Field with umlaut

125 Views

Hello,

in our BSP we have an input field for a free text input. (HTMLB).

The umlaut (ä,ö,ü) in the field reflected in the value a #.

OnInputProzessing:

IDIF = 'zmtitle'.

INPUTFIELD ?= CL_HTMLB_MANAGER=>GET_DATA( REQUEST = REQUEST

ID = IDIF

NAME = 'inputfield' ).

VALUE = REQUEST->GET_FORM_FIELD( IDIF ).

Example:

Input: "für"

VALUE: "f#r"

Can somebody help me. Thanks.

Kind regards

Petra