Sei sulla pagina 1di 20

1

Program ZFMANAL8 - screen parameter Legend Code According to the documentation for TR_F4_HELP, iv_number_of_rows is how many rows the dialog box contains. This is not exactly accurate because it varies according to platform, but this parameter does control the relative length of the dialog box.

10

11

12

Search helps can be attached to screen fields in different ways. Several search helps can thus be assigned to one screen field. Conflict situations when calling the input help are resolved with a hierarchy of different types of search help attachment. When you call the input help for a screen field, there is first a check if an input help is defined for the field on the screen. There are three cases here. If there is a programmed help with PROCESS ON VALUE-REQUEST , it is executed. If there is no programmed help, the system tries to call the search help assigned to the field on the screen. If no search help is assigned to the field on the screen, the help defined with FIELD SELECT or FIELD VALUES is offered. If no input help is defined for the field on the screen, the system tries to call the search help attached to the table field. If there is no search help here, it tries to display the check table help. There are two cases here. If a search help is attached to the check table, it is displayed. Otherwise only the key values of the check table are displayed. If there is a text table for the check table, the text for the key value is added in the users logon language. If there is no check table for the field, the system tries to call the search help from the data element. If there is no search help for the data element either, existing domain fixed values are displayed. The calendar help and time help are automatically provided for fields with data type DATS and TIMS.

13

14

15

16

17

18

19

20

Potrebbero piacerti anche