Application Development 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: 

Screen Exit - Subscreen - No:of Fields Limitations

Former Member
0 Kudos

Hi ABAP Gurus,

I have implemented a Screen Exit for Equipment Master Transaction to Include additional Fields in the Master Data Table, Which is calling a Sunscreen. I have created 11 lines and 2 Columns in a line, so totally 22 Fields in the Screen. But in the Transaction, when I see the actual Screen, Only 10 lines are visible. The 11th line is not showing in the Transaction. Is there any way I can control / change the number of Fields to be added to a Subscreen. My Requirement is to add at least 36 Fields in the subscreen and hence Equipment Master Table. So i need to have 18 lines (2 Columns in a line, totally 36 Fields). Please suggest me if you have any Solutions for this requirement.

Thanks,

Kannan

1 REPLY 1

Former Member
0 Kudos

Hi,

Change the ATTRIBUTES of the Sub Screen/Screen: and Change

LINES/Columns to your desired length(Occupied/Maintain) and see.

Regards,

Anji