2025 Oct 16 2:04 PM - edited 2025 Oct 16 4:12 PM
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
• Press tab
• 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?
Request clarification before answering.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.