ABAP/4   ОКМ   ДМ   экономическая информатика   4GL   Теория и практика обработки информации

Компьютерный язык ABAP/4 - ключевые слова

WINDOW

Basic form

WINDOW STARTING AT x1 y1.

Addition



... ENDING AT x2 y2

Effect

Displays the current secondary list as a modal dialog box (see CALL SCREEN ). The same rules apply as for displaying a list on the full screen, i.e. the page size corresponds to the window size.

The left upper edge of the window appears at column x1 and line y1 . If you do not specify the addition ENDING AT , the position of the right lower edge corresponds to the coordinates of the current screen.

You can use variables to specify the coordinates.

All the functions for secondary lists are supported. These include:

Addition

... ENDING AT x2 y2

Effect

Positions the right lower edge of the window in column x2 and line y2 .

You can use variables to specify the coordinates.

Example

Define a window covering columns 1 to 79 and lines 15 to 23:
WINDOW STARTING AT 1 15 ENDING AT 79 23. WRITE 'Text'.

Note

Inserts a window on the normal screen .

You can insert the windows described above only within the context of list processing, i.e. not until after an interactive event (see AT LINE-SELECTION ).

You can use the technique shown in the example below to insert a window containing a list during a dialog (see CALL SCREEN ).

Example

Display a list as a modal dialog box:
CALL SCREEN 100. "Screen of modal dialog box type * STARTING AT 10 10 "... can be started as * ENDING at 60 15. "... separate window with * "... these additions

In the flow logic of the screen 100, the processing branches to list processing in the PBO ( Process Before Output ) module (see LEAVE TO LIST-PROCESSING ).
Flow logic:
PROCESS BEFORE OUTPUT.
MODULE LIST.
Program:
MODULE LIST OUTPUT. LEAVE TO LIST-PROCESSING. * AND RETURN TO SCREEN 0. "Alternative to LEAVE SCREEN * "at end

PERFORM OUTPUT. "Output list
LEAVE SCREEN. ENDMODULE.


Index
© SAP AG 1996
ABAP/4   ОКМ   ДМ   экономическая информатика   4GL   Теория и практика обработки информации

НОВОСТИ ФОРУМА

Форум Рыцари теории эфира


Рыцари теории эфира
 10.11.2021 - 12:37: ПЕРСОНАЛИИ - Personalias -> WHO IS WHO - КТО ЕСТЬ КТО - Карим_Хайдаров.
10.11.2021 - 12:36: СОВЕСТЬ - Conscience -> РАСЧЕЛОВЕЧИВАНИЕ ЧЕЛОВЕКА. КОМУ ЭТО НАДО? - Карим_Хайдаров.
10.11.2021 - 12:36: ВОСПИТАНИЕ, ПРОСВЕЩЕНИЕ, ОБРАЗОВАНИЕ - Upbringing, Inlightening, Education -> Просвещение от д.м.н. Александра Алексеевича Редько - Карим_Хайдаров.
10.11.2021 - 12:35: ЭКОЛОГИЯ - Ecology -> Биологическая безопасность населения - Карим_Хайдаров.
10.11.2021 - 12:34: ВОЙНА, ПОЛИТИКА И НАУКА - War, Politics and Science -> Проблема государственного терроризма - Карим_Хайдаров.
10.11.2021 - 12:34: ВОЙНА, ПОЛИТИКА И НАУКА - War, Politics and Science -> ПРАВОСУДИЯ.НЕТ - Карим_Хайдаров.
10.11.2021 - 12:34: ВОСПИТАНИЕ, ПРОСВЕЩЕНИЕ, ОБРАЗОВАНИЕ - Upbringing, Inlightening, Education -> Просвещение от Вадима Глогера, США - Карим_Хайдаров.
10.11.2021 - 09:18: НОВЫЕ ТЕХНОЛОГИИ - New Technologies -> Волновая генетика Петра Гаряева, 5G-контроль и управление - Карим_Хайдаров.
10.11.2021 - 09:18: ЭКОЛОГИЯ - Ecology -> ЭКОЛОГИЯ ДЛЯ ВСЕХ - Карим_Хайдаров.
10.11.2021 - 09:16: ЭКОЛОГИЯ - Ecology -> ПРОБЛЕМЫ МЕДИЦИНЫ - Карим_Хайдаров.
10.11.2021 - 09:15: ВОСПИТАНИЕ, ПРОСВЕЩЕНИЕ, ОБРАЗОВАНИЕ - Upbringing, Inlightening, Education -> Просвещение от Екатерины Коваленко - Карим_Хайдаров.
10.11.2021 - 09:13: ВОСПИТАНИЕ, ПРОСВЕЩЕНИЕ, ОБРАЗОВАНИЕ - Upbringing, Inlightening, Education -> Просвещение от Вильгельма Варкентина - Карим_Хайдаров.
Bourabai Research - Технологии XXI века Bourabai Research Institution