Application Development 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: 

Error during GUI-Status

Former Member
0 Kudos

Dear All,

I have copied vl_complete transaction into ZVL_complete transaction.I have added one check in it and it is running perfectly.

But GUI-status is not showing properly.I have copied the gui status form vl_comlete.When I run the z transaction then it showa following message:

Status STANDARD of the user interface SAPLSLVC_FULLSCREEN missing

Could you please tell me what should I do for that?

Regards,

Amar

1 ACCEPTED SOLUTION

former_member555112
Active Contributor
0 Kudos

Hi,

The standard program for tcode VL_COMPLETE is SHP_DELIVERY_COMPLETE

Copy the PF-STATUS ' STANDARD' of the program SHP_DELIVERY_COMPLETE ( TCODE - VL_COMPLETE).

Activate the same.

The error

Status STANDARD of the user interface SAPLSLVC_FULLSCREEN missing

refers to the missing status of the FM 'REUSE_ALV_GRID_DISPLAY'.

It seems that perhaps the callback to your program is not happening correctly.

Please see that in the code of the standard program SHP_DELIVERY_COMPLETE while calling the FM REUSE_ALV_GRID_DISPLAY the callback program is specified as 'SHP_DELIVERY_COMPLETE' and not the value of sy-repid or sy-cprog.

So that might be the reason that it is trying to call the progam SHP_DELIVERY_COMPLETE and not your Z porgram and hence teh error.

Regards,

Ankur Parab

7 REPLIES 7

former_member404244
Active Contributor
0 Kudos

Hi,

U need to double click on the perform for the GUI status and create and activate it.

Regards,

Nagaraj

0 Kudos

I have already activated.............but ........

0 Kudos

Hi,

Have u checked the SE41 tcode by giving ur program name and the status..

Regards,

Nagaraj

0 Kudos

ya...I have checked in se41....and again status activated..........but still it is same problem

0 Kudos

open your program in se38.click on "display object list"(CTRLSHFITF5).on left hand side you'll see your program name along with object.collapse this folder and right click on it and click on activate..this might solve your problem.

former_member555112
Active Contributor
0 Kudos

Hi,

The standard program for tcode VL_COMPLETE is SHP_DELIVERY_COMPLETE

Copy the PF-STATUS ' STANDARD' of the program SHP_DELIVERY_COMPLETE ( TCODE - VL_COMPLETE).

Activate the same.

The error

Status STANDARD of the user interface SAPLSLVC_FULLSCREEN missing

refers to the missing status of the FM 'REUSE_ALV_GRID_DISPLAY'.

It seems that perhaps the callback to your program is not happening correctly.

Please see that in the code of the standard program SHP_DELIVERY_COMPLETE while calling the FM REUSE_ALV_GRID_DISPLAY the callback program is specified as 'SHP_DELIVERY_COMPLETE' and not the value of sy-repid or sy-cprog.

So that might be the reason that it is trying to call the progam SHP_DELIVERY_COMPLETE and not your Z porgram and hence teh error.

Regards,

Ankur Parab

0 Kudos

Thanks Ankur,

You are champ...........! problem solved.............!!!!!!!!!!!!!

Thanks bro!!!!!!!!!!!!!!