2009 Feb 20 7:33 AM
Hi,
While executing report i m getting one error.
Status ZHRF of the user interface ZREPORT missing.
I am not the abaper. How to solve this one pls let me know.
Thanks and Regards,
Revathi.
Edited by: Julius Bussche on Feb 20, 2009 1:17 PM
Please use meaningfull subject titles
Hi,
While executing report i m getting one error.
Status ZHRF of the user interface ZREPORT missing.
I am not the abaper. How to solve this one pls let me know.
Thanks and Regards,
Revathi.
Edited by: Julius Bussche on Feb 20, 2009 1:17 PM
Please use meaningfull subject titles
2009 Feb 20 7:36 AM
hi,
set pf-status 'xxxx'.
in this declare the pf status Then execute. It would work...
Thanks
Neelima
2009 Feb 20 7:36 AM
2009 Feb 20 7:39 AM
U need to make a PF-Status named 'ZHRF'. You can make it by going to se 51 or in the code:
set pf-status 'ZHRF'.
double click ZHRF
Regards,
Mon Magallanes
2009 Feb 20 7:42 AM
Hi,
double clickon SET PF-STATUS 'ZHRF'.
give function codes for the buttons u want and save & exit and activate the program
Regards,
Rock.
2009 Feb 20 7:42 AM
Hi,
it is easy,
double click on that, it will ask you to create.
first off all you need what icons should be displayed in apllication bar.
i think as functional you will know.
2009 Feb 20 7:43 AM
Hi,
Open the report if you have access to se38, then hold ctrl+f on your key board then enter 'ZHRF' and click enter this will take you to set pf-status 'ZHRF', then double click on it and activate that by clicking on activate button. You also need to maintain some statuses as your are not ABAPER, I think you need to take assistance of some ABAPer, I am sure he can resolve the issue.
Thanks and Reagards.
Varun.
2009 Feb 20 7:47 AM
Go through the following links, you will get a fair idea:
[http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm]
2009 Feb 20 7:51 AM
Hi,
First go to se38 and then display the report zreport... and the line where set pf-status 'ZHRF' of program ... line is there...
copy the program name written there...
now go to the transaction se41.
write the copied program name in the text box...
then press the ctrl + F5
a new box appears with from program name and to program nam..
under to program name - write ZREPORT
click on ok.
and then again go to se41
in the program name se41.
In the program name field write ZREPORT
and in the status write 'ZHRF'
click on display and then hit ctrl + F3 to activate and activate it..
now the problem will be resolved...
Regards,
Siddarth
2009 Feb 20 8:04 AM
hi,Here the problem is in your report there is pf status missing,
so you need to include pf-status for your report.
go to se 38.
in your report
create pf status like below.
set pf-status 'zhrf''
and do it.
or
ask abaper to do it
Thanks and regards
Durga.K
2009 Feb 20 9:49 AM
Hi Revathi,
proceed this way..
Set pf-status 'ZHRF'.
double click on ZHRF...
goto application toolbar ->assign any push-buttons double click and fill in required fields.
goto Function Keys-> assign SAVE,BACK,EXIT,CANCEL for the icons shown there.
save and activate.
Regards,
Mdi.Deeba.
2009 Feb 20 10:28 AM
Hi Revathi,
If there is any User-Command statements in your code, you need to declare some buttons in the PF-Status you have created. Go to SE41 > Enter your program name, PF Status name > Change >
1. Expand Application Toolbar > Enter "function code" in any of the white boxes (The function code should match the function code in your program such as:
FORM USER_COMMAND USING F_UCOMM LIKE SY-UCOMM.
CASE F_UCOMM.
WHEN '<function code>'.
........................................
........................................Then Click just below the white box where u entered the function name. Select 'Static Text' > Give 'Function Text' (the function the button does) > Select a short cut key combination....Its done > Activate.
2. For 'function codes' such as 'BACK', 'CANCEL', 'EXIT' though you need to expand the Function Keys and declare accordingly.
Regards.
Rajan.
2009 Feb 20 12:34 PM
HI
in reort check for set pf-status '<ur status name>'
Double click on pf status name and create and save it .
this error because of u r not creating pf status of mentioned
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |