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: 

CL_GUI_FRONTEND_SERVICES hang up

Former Member
0 Kudos

Hi Gurus

I tried to get the client computer name when executing a program though WEB GUI. Inside the program I used the class CL_GUI_FRONTEND_SERVICES, method GET_COMPUTER_NAME to get client computer name. The problem is the program get hang forever everytime it executes the method GET_COMPUTER_NAME. When trying to debug, I found that it hangs at call screen 650 in function ITS_GET_COMPUTER_NAME when the method is called.

Anybody has any idea? Do I have to install Java since I heard tjhat we have to installed Java? I searched SAP notes including SDN but no solution has been found

I already tried to use methos GET_IP_ADDRESS and function RFC_IP_TO_HOST but the computer name returned simply does not match the client computer name for some unknown reason.

Thank you for you help

5 REPLIES 5

Former Member
0 Kudos

Well, since you are calling it through the web, the gui is not available; although I would expect it to dump or give a return code instead of hanging.

Rob

0 Kudos

Hi Rob

Thanks a lot, do you know any solution for this? I'm thinking but not found any solution yet

0 Kudos

I don't know, but I wonder if this thread belongs in the Webdynpro forum. If so, do you want me to move it?

Rob

0 Kudos

Hi Rob

No, this is nothing to do with WebDynpro. This is an application purely in Abap. Our clients in stores will execute this program through WEBGUI. Our boss do not want to install SAPGUI in their POS system since it's to heavy for a POS endpoint.

It's very strange since I saw pepople succeed to test it on WEbGui. If you have time please read the OSS note 893567, It seems that method GET_COMPUTER_NAME should work for WEBGUI

I'm looking into Javascript and something else, let you know if found a solution

Thanks gain

Edited by: Dean Ton on Sep 13, 2011 11:10 PM

Edited by: Dean Ton on Sep 13, 2011 11:10 PM

0 Kudos

That note talks about the ITS. Is this an ITS application?

Rob