‎2008 Jun 24 9:36 AM
Hi Frnz,
I copied a program using the copy option provided by SAP,
While copying I cheked all the check boxes,
I activated the new program andwhile executing I am getting the following error
Status S500 of the user interface SAPLSLVC_FULLSCREEN missing
I tried by deleting and creating the status again but of no use
the diagnosis is as follows
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).
Help me in this regard
Thnkx
‎2008 Jun 24 9:48 AM
Goto se41....give new prog name and status name SAPLSLVC_FULLSCREEN and create it....
‎2008 Jun 24 9:57 AM
Hi abap learner,
check the PF-status of the new Z transaction.
or
Try these steps:
1. Copy pf status PF_STATUS_SET from RMVKON00 to ur cumtom prog.
2. Within ur custom prog. change the value of constant c_repid from RMVKON00 to ur prog. name .
c_repid TYPE sy-repid VALUE 'RMVKON00', <<Replace it by ur prog. name
it will works 100%
Regards,
sekhar.
reward me if usefull.
happy learning.
‎2008 Jun 24 11:57 AM
hi,
I am getting the error PF_STATUS_SET from RMVKON00 does not exist
‎2008 Jun 24 12:12 PM
Hi,
Goto se41, give the old program name and status name , copy it to the new program and status. Make sure that the status name you have created here is also used in the new program.
Thanks,
Keerthi.
‎2008 Jun 24 12:28 PM