SAP Table 控制按钮事件
SAP Table Control with button event
我已将按钮插入 table 控件,单击此按钮我将调用另一个屏幕。
我按下这个按钮时需要table控件的行号。
试试这个方法;
https://archive.sap.com/discussions/thread/1581196
GET CURSOR LINE li_line.
这应该是 return 触发推送事件的行。
我已将按钮插入 table 控件,单击此按钮我将调用另一个屏幕。
我按下这个按钮时需要table控件的行号。
试试这个方法;
https://archive.sap.com/discussions/thread/1581196
GET CURSOR LINE li_line.
这应该是 return 触发推送事件的行。