2021 Jun 23 7:31 AM
This works fine in GUI. When accessing the same screen of custom development on fiori, we face this issue.
The screen includes few labels, custom control for text, buttons
Please see the image where I have drawn the layout. The black color is what it should be. The red color is what happens after I hit enter inside table control.
I have tried both settings of "Fiori zoom in" and it hasn't worked.
2021 Jun 25 8:18 AM
This has been resolved. I was re-creating the custom container used for the message box every time the PBO is triggered.
I am now creating it once and the next time pbo is triggered; if the container object is already created, it will not create a new one.
2021 Jun 25 8:18 AM
This has been resolved. I was re-creating the custom container used for the message box every time the PBO is triggered.
I am now creating it once and the next time pbo is triggered; if the container object is already created, it will not create a new one.