Diagnosis You intended to copy fields from the ABAP Dictionary or the program tothe screen. To do this, you used the cursor to mark the upper leftcorner of the screen section where you wanted to place the fields.However, there is not enough space to accommodate all of them. System Response The system attempted to place the fields according to the followingstrategy: - Keyword (text) and templates (input/output fields) with identical names are displayed together on a line beginning with the field text. Field texts begin one underneath the other in the same column, and templates also as far as possible. - If there is not enough space for a template on one line, it is placed as close as possible to the field text of the same name. If there is no such field text, you can move the template to the start column of the screen section. - If moving the template is not suffcicient to be able to place it, the template is given the attribute "scrollable" and its visible length is reduced as much as necessary. - Field texts are not shortened. - If you cannot place a field text or template according to these rules, it is omitted. The system informs you how many fields must be cut or how many cannotbe placed afterwards. Procedure If fields have not been used, you can use the Copy Dict/programfields> function again; those fields not yet copied are thenpreselected. |