‎2011 Apr 28 9:12 AM
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
‎2011 Apr 28 9:28 AM
Just copy the PF status of standard program to your Z program using SE41 transaction and activate.
It will be fine.
‎2011 Apr 28 9:49 AM
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
‎2011 Apr 28 9:40 AM
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
‎2011 Apr 28 9:47 AM
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..
‎2011 Apr 28 10:08 AM
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
‎2011 Apr 28 10:11 AM
‎2011 Apr 28 10:12 AM
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
‎2011 Apr 28 10:48 AM
Dear Veena,
Please check is the PF_Status is active. Also check if there are any syntax errors.
Regards,
Saumya
‎2011 Apr 28 10:01 AM
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.
‎2011 Apr 28 10:07 AM
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
‎2011 Apr 28 10:11 AM
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
‎2011 Apr 28 10:53 AM
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