2006 Sep 25 7:46 PM
Hello Experts,
Can anybody please tell me how to create GUI status for a report?
2006 Sep 25 7:47 PM
Hi Lope,
Please check this links.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm
http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
Regards,
Ferry Lianto
Hello Experts,
Can anybody please tell me how to create GUI status for a report?
2006 Sep 25 7:47 PM
Hi Lope,
Use <b>SET PF-STATUS</b> statement in your report to create GUI status.
<b>SET PF-STAUS 'NEW_GUI'.</b>
Double click on NEW_GUI, it will navigate you to Menu Painter.
There are many of these statuses in the GUI of a program. Each one describes which functions are available and how you can select these via menus and menu bars or by pressing function keys or pushbuttons.
Just check this link for PF-STATUS
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/set_pf_s.htm
Thanks,
Vinay
2006 Sep 25 7:47 PM
Hi Lope,
Please check this links.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm
http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
Regards,
Ferry Lianto
2006 Sep 25 7:52 PM
2006 Sep 25 8:08 PM
2006 Sep 25 8:11 PM
Hi,
START-OF-SELECTION.
SET PF-STATUS 'STATUS'.
Double Click the STATUS, it will take you another screen, there you can add your own Buttons, function keys by using <b>Menu bar</b>, <b>Appliation tool bar</b> and <b>Function keys.</b>
Regards
Sudheer
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |