SY-SCOLS:当前窗口的列表栏目数 SY-SLSET 选择屏幕的变式名称 SY-SROWS:当前窗口的列表行数 SY-STARO 真实行号 SY-STEPL:返回当前操作的屏幕行号(Table Control) SY-SUBRC 执行状态 SY-TABIX 当前处理的内表的Index SY-TCODE 当前的事务代码 SY-UCOMM:PAI所出发的功能代码 SY-ULINE 水平线 SY-UNAME 用户...
SY-MSGV4 消息,消息变量4 SY-PAGNO 当前页号 SY-SCOLS:当前窗口的列表栏目数 SY-SLSET 选择屏幕的变式名称 SY-SROWS:当前窗口的列表行数 SY-STARO 真实行号 SY-STEPL:返回当前操作的屏幕行号(Table Control) SY-SUBRC 执行状态 SY-TABIX 当前处理的内表的Index SY-TCODE 当前的事务代码 SY-UCOMM:PAI所...
SY-STEPL always has values from 1 to the number of rows currently displayed. This is useful when you are transferring field values back and forth between a screen table and an internal table. You can declare a table-offset variable in your program (often called BASE, and usually initialized...
消息变量1SY-MSGV2消息,消息变量2SY-MSGV3消息,消息变量3SY-MSGV4消息,消息变量4SY-PAGNO当前页号SY-SCOLS:当前窗口的列表栏目数SY-SLSET选择屏幕的变式名称SY-SROWS:当前窗口的列表行数SY-STARO真实行号SY-STEPL:返回当前操作的屏幕行号(Table Control)SY-SUBRC执行状态SY-TABIX当前处理的内表的IndexSY-TCODE...
46、e the page header.sy-stepli在表控制中当前行的索引。在每个循环过程中设置。Index of the current line in a table control. This is set for every loop pass.sy-subrci返回被ABAP语句设置的值。通常,0表示程序执行没有错误。当发生错误时,根据语句的使用方法来设置sy-subrc,可以从不同的值来判断发...
ての Dynpro について、システム項目は PAI イベントで設定されます。これの項目は、SY-DATAR、SY-LOOPC、および SY-STEPL を除くインタラクティブ一覧処理でも使用することができます。 SYCOL 列 から始まるカーソルの水平位置 SY
Set automatically in the LOOP loop to the value sy-stepl +(TOP_LINE-1). No changes allowed in the ABAP program. LEFT_COL INT4 First displayed horizontal scrollable column after the lead column. Set at PAI by position of the horizontal slider box. LEFT_COL contains the absolute number ...
(ls_org_assignment). lv_fecha_inicial = ls_org_assignment-start_date. lv_fecha_final = ls_org_assignment-end_date. lv_posicion ls_org_assignment-position_id SELECT SINGLE sobid FROM hrp1013 CLIENT SPECIFIED INTO (@DATA(lv_sobid) ) WHERE mandt = @SY-mandt and plvar = '01' and ...
if sy-subrc eq 0. "Auth check in cache. if ls_cache_auth_node-authorized ne 'X'. es_msg = ls_cache_auth_node-msg. endif. return. endif. Step5.运行SU01 进入断点: CL_SUID_TOOLS=== / CL_SUID_TOOLS=== / 47 METHOD / AUTH_CHECK_SINGLE (CL_SUID_TOOLS...
STEPL = 0 WINDOW_TITLE = VALUE = ' ' value_org = 'S' MULTIPLE_CHOICE = ' ' DISPLAY = ' ' CALLBACK_PROGRAM = ' ' CALLBACK_FORM = ' ' MARK_TAB = IMPORTING USER_RESET = TABLES value_tab = t_inttab1 FIELD_TAB = return_tab = t_return DYNPFLD_MAPPING = EXCEPTIONS parameter_...