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: 
Read only

Screen Exit - Increase the subscreen size

Former Member
0 Likes
2,865

I added a custom tab to ME23N screen using MM06E005 enhancement. There are around 50 fields to be added in this tab.

The fields are shown in only a small part of the tab area - po-custom.pngsize of the subscreen.

I tried changing the subscreen attributes of my screen SAPLXM06 0101. Still no difference.

One option is to change the size or click resizing for the subscreen element in the main standard screen. But this is modification. Is there any other option?

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,896

You are aware now that you cannot change the subscreen area defined for the customer exit in the main program without a sscr key.

Could you consider BAdI ME_GUI_PO_CUST, with this BAdI you can use a subscreen of 7 or 16 lines height, read its documentation.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,897

You are aware now that you cannot change the subscreen area defined for the customer exit in the main program without a sscr key.

Could you consider BAdI ME_GUI_PO_CUST, with this BAdI you can use a subscreen of 7 or 16 lines height, read its documentation.