Skip to Content
0
Aug 04, 2023 at 11:17 PM

Value help using Standard Text Association not working on mobile devices

90 Views Last edit Aug 04, 2023 at 11:19 PM 3 rev

Hi everyone,

While executing Standard Fiori App “F2071 Find Maintenance Notification”, I found the following strange behavior.

When I execute the app as desktop app, it correctly shows content of column Notification Type

image.png

But when I execute the app as a mobile device, the Notification Type column is shown as empty (This behavior occurs either if I simulate the device on MS Edge, or if I execute the app in Iphone’s safari app)

image.png

If I check the network tab, I can confirm that the odata service correctly reads the JSON values from the back end.

{
"d": {
"__count": "8",
"results": [
{
"NotificationType": "I1",
"NotificationType_Text": "Real Estate Notif."
},
{
"NotificationType": "M1",
"NotificationType_Text": "Maintenance Request"
},
{
"NotificationType": "M2",
"NotificationType_Text": "Malfunction Report"
},

This issue is not only related to Notification Type, it also occurs for the Priority field.

The SAP system currently uses SAPUI5 1.108.0 (202211020933)

Has anyone faced a similar issue?

Thanks!

Attachments

image.png (36.2 kB)
image.png (226.3 kB)
image.png (15.7 kB)