cancel
Showing results for 
Search instead for 
Did you mean: 

How To Create A Field With A Form Musk In WebDynpro ?

Former Member
0 Kudos

Hi

I have an Input Field of CAR NUMBER, i want it to be displayed as XX-XXX-XX in my webdynpro application and that the user will only enter data insted of the X ( XX-XXX-XX = 12-456-78 ) .

Is there a way to do that ?

Thanks Ami.

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ami,

I don't think there is provision in standard fields to meet your requirement. But I would suggest work around solution as below

  • Create 3 attributes CNUMBER1 ( CHAR 2 ), CNUMBER3 ( CHAR3 ) & CNUMBER3( CHAR 2 )
  • Create a transparent container TC_carnumber
  • Create 3 input fields separated by "-" ( use CAPTION ui element ) and arrange them inside container TC_CARNUMBER to look like XX-XXX-XX

Hope this helps you.

Regards,

Rama