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 problem

Former Member
0 Likes
3,201

Hi experts,

i made z program of standard sap program named CORUCOFC

but when i run this program in the output standard toolbar buttons back,exit and cancel are disabled and also application toolbar is also not appearing..

i activated the status using se80 also

after excuting the report showing status mesg as

Status ALV_GRID of the user interface SAPLSLVC_FULLSCREEN missing

Message no. 00264

Diagnosis

The specified GUI status either does not exist or was not generated.

Procedure

Use the Menu Painter to check whether the status required actually exists. If it does, then generate the interface SAPLSLVC_FULLSCREEN (using the Menu Painter

Can any body plz tell me what to do?

Thanks in advance

veena

12 REPLIES 12
Read only

GauthamV
Active Contributor
0 Likes
2,092

Just copy the PF status of standard program to your Z program using SE41 transaction and activate.

It will be fine.

Read only

Former Member
0 Likes
2,092

hI GOUTHAM.

Tx for your reply

if do like this..it showing The statis ALV_GRID already exits for ZPPGL_CORUCOFC.

Plz help me out

Read only

saumya_govil
Active Contributor
0 Likes
2,092

Dear Veena,

Check if you have copied the PF-status ALV_GRID of the std program to your z program. The same can be found at line no. 1661 of the std program. Just copy it in your program and this should enable the toolbar buttons for you.

Hope this helps!

Regards,

Saumya

Read only

0 Likes
2,092

hI SOUMAY..

Thankx for giving your reply..

i copied zprogram with std pf status.if i go to se80..there i am able to see Status..but it is not workinggg..

Can you plz tell me..

Read only

0 Likes
2,092

Dear Veena,

Please check if the pf-status that is copied in your z program has all the function keys set properly as in the std report.

Else, deleting the existing status and try copying the same as suggested by Anusha.

Regards,

Saumya

Read only

0 Likes
2,092

Hi soumya,...

all function keys are coming fine..

Read only

0 Likes
2,092

Hi ,

I Understand the PF - Status copied from Standard Program is now also available in Custom program.

Go to Se41

Program Name - Custom Program

PF- Status - Created Custom PF- Status

Change.

then activate.

If Still it does not work then I suppose PF Status need to be recreated.

Thanks

Ajay Singh

Read only

0 Likes
2,092

Dear Veena,

Please check is the PF_Status is active. Also check if there are any syntax errors.

Regards,

Saumya

Read only

Former Member
0 Likes
2,092

Hi Veena,

what you need to remember is whenever you create these reports in full screen ALV, you need to copy the menu status in SE41 from the SAP Standard menu. You enter SAPLSLVC_FULLSCREEN as Program Name and STANDARD_FULLSCREEN as Status and then click "Copy Status". Then you can enter your program name and status. This is when you will have complete toolbar needed for full screen ALVs.

thanks and regards...

anusha.

Read only

0 Likes
2,092

hI ANUSHA...

Thanq for your reply

i have given program as SAPLSLVC_FULLSCREEN and status as STANDARD_FULLSCREEN

and then clicked copy status

and given my program as ZPPGL_CORUCOFC and status as ALV_GRID it showing

The status ALV_GRID of the program ZPPGL_CORUCOFC

already exists

can you plz check

Read only

0 Likes
2,092

ok, we got it, thet status already exists.

now you could have several problems:

- status called in program does differ from the status existing

- status is not active

Read only

Former Member
0 Likes
2,092

Hi Veena,

just change ur pf_status name alv_grid to other name..for example alv_grid1 because u have already created..so its showing that,,..then activate it finally..

Hope this will sort ur problem..

regards..

anusha.

Edited by: anusha25 on Apr 28, 2011 3:28 PM