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

Reg: User Interface

Former Member
0 Likes
831

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

5 REPLIES 5
Read only

Former Member
0 Likes
773

Goto se41....give new prog name and status name SAPLSLVC_FULLSCREEN and create it....

Read only

Former Member
0 Likes
773

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.

Read only

0 Likes
773

hi,

I am getting the error PF_STATUS_SET from RMVKON00 does not exist

Read only

Former Member
0 Likes
773

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.

Read only

0 Likes
773

hi, I tried that way also but no result