2007 Jun 04 5:33 PM
What is the use of Set Pf-Status Excluding Statement?.
Regards
Priya.
2007 Jun 04 5:33 PM
Hi
Suppose if u want to Disable some push button in the report for each list, then u should use this statement.
Reward me if helpful.
Hi
Suppose if u want to Disable some push button in the report for each list, then u should use this statement.
Reward me if helpful.
2007 Jun 04 5:33 PM
Hi
Suppose if u want to Disable some push button in the report for each list, then u should use this statement.
Reward me if helpful.
2007 Jun 04 5:46 PM
Hello
You can use it to exclude some functions on your code....Check this..
The addition EXCLUDING can be used to deactivate functions of the set GUI status. An inactive function cannot be selected in the user interface.
Example:
Setting the GUI status STATUS_0100 of the main program in a PBO module, whereby the functions with the function codes "CHANGE" and "SAVE" are deactivated.
DATA fcode TYPE TABLE OF sy-ucomm.
...
MODULE status_0100 OUTPUT.
APPEND 'CHANGE' TO fcode.
APPEND 'SAVE' TO fcode.
SET PF-STATUS 'STATUS_0100' EXCLUDING fcode.
ENDMODULE.
Hope this helps
Gabriel
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |