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

Error during GUI-Status

Former Member
0 Likes
3,412

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
Read only

Former Member
0 Likes
1,816

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
Read only

former_member404244
Active Contributor
0 Likes
1,816

Hi,

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

Regards,

Nagaraj

Read only

0 Likes
1,816

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

Read only

0 Likes
1,816

Hi,

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

Regards,

Nagaraj

Read only

0 Likes
1,816

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

Read only

0 Likes
1,816

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.

Read only

Former Member
0 Likes
1,817

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

Read only

0 Likes
1,816

Thanks Ankur,

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

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