Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pf status.

Former Member
0 Likes
741

Hi all,

what is diff between SET PF-STATUS AND GET PF-STATUS?

send me sample pgm.

Regards,

s.suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

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 all,

what is diff between SET PF-STATUS AND GET PF-STATUS?

send me sample pgm.

Regards,

s.suresh

5 REPLIES 5
Read only

Former Member
0 Likes
722

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

Read only

Former Member
0 Likes
722

hi,

You can refer to the link.

http://www.sapfans.com/sapfans/alex.htm

Regards

Sumit Agarwal

Read only

bpawanchand
Active Contributor
0 Likes
722

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

Read only

Former Member
0 Likes
722

there is noting as get Pf status

Regards,

kushagra

Read only

Former Member
0 Likes
723

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.