cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RAP Fiori Elements deletes equals sign (=) from input field

AlwinvandePutTM
Explorer
0 Kudos
357

Hello,
• On a S/4HANA 2022 system, I created a simple test, to reproduce the error by creating a database table with

define table zz_so {
  key client : abap.clnt not null;
  key sales_order_no : zz_so_sales_order_no not null;
  key description : zz_so_description not null;

The Data Element ZZ_SO_SALES_ORDER_NO has a Domain with the same name with Data Type CHAR and length 2.

• I generated a UI RAP service based on this DB table.
• Press button Preview

• Press button Create and fill =B

AlwinvandePutTM_0-1760619771825.png

• Press tab

AlwinvandePutTM_2-1760618692765.png

• Now you see that "=B" is changed to "B".

The reason for the equal sign is that the actual field wherefor it is needed, can contain values like =B, =b, 4k, ?a.

How to turn off this behavior?

Accepted Solutions (0)

Answers (0)