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

Global object services: Method EXECUTE is not called

Former Member
0 Likes
599

Hi all,

I implemented a new GOS service and therefore inherited the standard class CL_GOS_SERVICE and redefined the methods CHECK_STATUS and EXECUTE. I also made the entry in table SGOSATTR.

When I test my new service, the CHECK_STATUS method is called and its ep_status is set to mp_status_active. Everything fine!

But when I click the appeared menu entry (or service icon) nothing happens. The screen is repainted, nothing more. There is no exception or anything else.

Does anyone as an idea?

If you need further information, please let me know.

Thanks for your help.

Kind regards,

Thomas

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
538

Hello Thomas

Perhaps the answers in thread

may be helpful.

Regards

Uwe

Read only

0 Likes
538

Hello,

I solved the issue myself. I had a wrong entry in the SGOSATTR table.

Anyway, thank's for your comment.

Regards,

Thomas

Read only

Former Member
0 Likes
538

Solved myself