set pf-status是用来设置ALV或者SCREEN中的状态栏的,包括:菜单栏、工具栏的;'FLIGHT'是状态栏的名字,需要在应用程序下创建自己的状态栏或者使用标准的状态栏即可,状态栏如下图;后面跟的是GUI Status,也是需要你创建的,上面可以添加一些按钮盒菜单项还有定义快捷键.自定义功能按钮使用,后边可以什么都...
SET PF-STATUS 'TEST'. WRITE: 'PF-Status:', sy-pfkey. AT LINE-SELECTION. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCLUDING fcode. ENDIF. WRITE: 'Line-Selection, SY-LSIND:', sy-lsind, / ' SY-PFKEY:', sy-pfkey. AT USER-COMMAND. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCL...
subsequentscreen layouts. The components of the set status are active in the user interface from the next time a screen layout is sent, and remain active until the end of the program or until the nextSET PF-STATUSstatement. The name of the current GUI status can be read from the system ...
set pf-status是用来设置ALV或者SCREEN中的状态栏的;复制源程序需要注意要把程序里的Include也复制成Z开头的include才行。如果还是解决不了问题,那就要debug跟踪具体原因了。什么语言 什么环境 什么程序都没说清楚 你这样问谁知道...
A status remains valid for the duration of a transaction or until you set a new status. Note You can use a namespace prefix with status names. Example Event in program: START-OF-SELECTION. SET PF-STATUS 'MAIN'. WRITE SY-PFKEY. AT USER-COMMAND. CASE SY-UCOMM. WHEN '...
194 SAP Managed Tags: ABAP Development ALV Buttons are you talking about or Application toolbar buttons For ALV Buttons you have to SET_TOOLBAR event. for Appliction toolbar buttons You have to work with setting the PF-Status using the PBO of the ALV screen. ...
SET PF-STATUS 'TEST'. WRITE: 'PF-Status:', sy-pfkey. AT LINE-SELECTION. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCLUDING fcode. ENDIF. WRITE: 'Line-Selection, SY-LSIND:', sy-lsind, / ' SY-PFKEY:', sy-pfkey. AT USER-COMMAND. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCL...
SET PF-STATUS 'TEST'. WRITE: 'PF-Status:', sy-pfkey. AT LINE-SELECTION. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCLUDING fcode. ENDIF. WRITE: 'Line-Selection, SY-LSIND:', sy-lsind, / ' SY-PFKEY:', sy-pfkey. AT USER-COMMAND. IF sy-lsind = 20. SET PF-STATUS 'TEST' EXCL...
Solved: Hi Experts, I am developing a report. On the selection screen I want to set the PF-Status having 9 buttons. But first time I want to display only 4 buttons on
hi abapers ! i am working with interactive reports ! my problem ...i s when am using SET PF 'STATUS'. At line-selection event is not getting triggered..! i.e, when am