Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Module pool screen gets distorted after hitting 'enter' in table control in Fiori

0 Kudos
552

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.

1 ACCEPTED SOLUTION

0 Kudos
435

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.

1 REPLY 1

0 Kudos
436

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.