SELECTION-SCREEN SKIP [n] [ldb_additions].Effect This statement creates n blank lines on the current selection screen among the lines already filled. The value n must be specified directly as a single-digit positive number. If n is not specified, a single blank line is created. ...
abap里面的AT USER-COMMAND事件到底怎么用啊.SELECTION-SCREEN PUSHBUTTON /1(20) PUBU1 USER-COMMAND ABCD.SELECTION-SCREEN SKIP.SELECTION-SCREEN PUSHBUTTON /1(20) PUBU2 USER-COMMAND ABCE.AT USER-COMMAND.CASE sy-ucomm.WHEN 'ABCD'.MESSAGE I005(Ms
SAP Managed Tags: ABAP Development Hi Amit, We can generate blank lines on the screen by using the following syntax: Syntax SKIP [<n>]. Starting with the current line, this statement generates <n> blank lines on the output screen. If no value is specified for <n>, one blank line is...