ABAP Runtime Errors

SUBSCREEN_LOST_FIELDS SAP ABAP Runtime Error subscreen lost fields







SUBSCREEN_LOST_FIELDS is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


SUBSCREEN_LOST_FIELDS ABAP Runtime Error

Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Minimum number of rows in the subscreen: <runtime parameter> Not all of the fields fit on the subscreen. To avoid this error, you have the following options:

1. Use Screen Painter to expand the subscreen of screen <runtime parameter> so that it is big enough to display all the fields of screen <runtime parameter>.

2. If the subscreen in question is resizeable, the number of rows that subscreen can be reduced to must be increased too.

3. Make all the fields that cannot be displayed on the subscreen invisible.

Note: The error is only visible in the SAP development systems and does not occur in customer systems. Its purpose is to help catch overlapping and cutting off of fields at an early stage.
The interaction between resize, nesting of subscreens in subscreens and hiding of fields with subsequent screen compression is extremely unstable and error-prone.

To continue, enter /$CHECK- in the ok code field. /$CHECK+ switches the check on again. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

When a screen is loaded, the size of all resizeable objects is set. Subscreens can be resized too. To do this, the programmer can set a minimum number of rows.
If the screen to be displayed as a subscreen is bigger than the subscreen, some fields will not be displayed. An application error has occurred.
On screen <runtime parameter> of program <runtime parameter> there is a subscreen that is supposed to represent screen <runtime parameter> of program <runtime parameter>.
The subscreen is not big enough to show all fields in this screen however.

When termination occurred, the subscreen could only display <runtime parameter> rows. Screen <runtime parameter> requires at least <runtime parameter> rows.