selection-screen事件參數

語句 結果
selection-screen begin of line.selection-screen end of line. 將多個參數組合后顯示在一行中。在行組中不能使用select-options,selection-screen skip n語句
selection-screen skip n. 追加n個空行,n = 0–9
selection-screen uline 追加under line。 selection-screen uline /1(10):中“/’用於指定換行位置
selection-screen position pos. 在selection-screen begin of line.塊內指定參數位置。
selection-screen comment fmt name. 指定關於參數的描述。Fmt代表 /pos(len)、pos(len)或(len).selection-screen comment 1(10) text-1 for field p_1.
selection-screen Pushbutton fmt name user-command ucom. 在畫面單機追加按鈕時,在At selection-screen 中會保存sscrfields-ucomm.
selection-screen begin of block block.selection-screen end of block block. 形成parameter,select-options等塊。with frame:追加框架;TITLE title:追加框架的標題;No Intervals:只顯示塊內Select-options的Low值
selection-screen function key n. 追加function key.要事先定義Tables: sscrfields.語句。Function Key描述在Initialization事件中利用下列語句 Move ‘Function Key 1’ to sscrfields-functxt_01.定義,則當單擊 function key時會存儲在AT selection-screen的sscrfields-ucomm中。

你可能感兴趣的:(ABAP,sap,abap)