cancel
Showing results for 
Search instead for 
Did you mean: 

Formatted Input Field

Former Member
0 Kudos

Hi,

Is there any type of Formatted Input Field?

How can I display a Input Field that when the user types the numbers, the input show it alredy formatted ?

For example:

user types: 999999999

the input field shows: 99-9999-999

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is no such UI element in Web Dynpro. Normal input fields will fire Input/Output conversion exits. However this is ABAP code that fires on the server side, so no changes to the formatting will occur until the first server side event.

Former Member
0 Kudos

Thanks Thomas

Answers (0)