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

report error in custom status

former_member583520
Active Contributor
0 Likes
2,107

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

12 REPLIES 12
Read only

Former Member
0 Likes
1,483

hi,

set pf-status 'xxxx'.

in this declare the pf status Then execute. It would work...

Thanks

Neelima

Read only

Former Member
0 Likes
1,483

Hi,

U need to create a PF-Status named 'ZHRF' in SE 41.

Read only

Former Member
0 Likes
1,483

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

Read only

Former Member
0 Likes
1,483

Hi,

double clickon SET PF-STATUS 'ZHRF'.

give function codes for the buttons u want and save & exit and activate the program

Regards,

Rock.

Read only

Former Member
0 Likes
1,483

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.

Read only

Former Member
0 Likes
1,483

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.

Read only

Former Member
0 Likes
1,483

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]

Read only

Former Member
0 Likes
1,483

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

Read only

Former Member
0 Likes
1,483

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

Read only

Former Member
0 Likes
1,483

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.

Read only

Former Member
0 Likes
1,483

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.

Read only

kamesh_g
Contributor
0 Likes
1,483

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