2008 Aug 27 11:31 AM
Hi all,
what is diff between SET PF-STATUS AND GET PF-STATUS?
send me sample pgm.
Regards,
s.suresh
2008 Aug 27 12:01 PM
Hi,
SET PF-STATUS.
Sets a GUI (Graphical User Interface) status pfstat which can be up to 20 characters long. 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. For further information please do F1 on SET PF-STATUS.
Setting a status makes the functions contained therein selectable.
GET PF-STATUS.
Returns the name of the current status to field pfstat.
Using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.
Regards,
Amit.
Please do F1 help on these two if you still have doubts.
Hi,
SET PF-STATUS.
Sets a GUI (Graphical User Interface) status pfstat which can be up to 20 characters long. 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. For further information please do F1 on SET PF-STATUS.
Setting a status makes the functions contained therein selectable.
GET PF-STATUS.
Returns the name of the current status to field pfstat.
Using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.
Regards,
Amit.
Please do F1 help on these two if you still have doubts.
2008 Aug 27 11:32 AM
one sets it and the other retrieves it
just write these statements in abap editor and press F1 on them...you will read about the difference
Edited by: Priyank Jain on Aug 27, 2008 6:33 AM
2008 Aug 27 11:41 AM
2008 Aug 27 11:46 AM
Hi
Difff between SET PF-STATUS AND GET PF-STATUS?SET PF-STATUS :
This statement is used to set your own GUI status to the report or the program that you develop and PF status is developed in the transaction code SE41
GET PF-STATUS
using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.
And the system field where you can know the name of your PF status is SY-PFKEY
for more information
[Check this|http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/Utilities/ABAPReference/ABAPGET_PF.htm]
Regards
Pavan
2008 Aug 27 11:47 AM
2008 Aug 27 12:01 PM
Hi,
SET PF-STATUS.
Sets a GUI (Graphical User Interface) status pfstat which can be up to 20 characters long. 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. For further information please do F1 on SET PF-STATUS.
Setting a status makes the functions contained therein selectable.
GET PF-STATUS.
Returns the name of the current status to field pfstat.
Using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.
Regards,
Amit.
Please do F1 help on these two if you still have doubts.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |