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: 

Web Service problem?

Former Member
0 Kudos

Hi SDN,

In my application in the Portal because following web service

bc\gui\sap\its\webgui

I am not able to get pull down Menu for ztransactions or any menu.

Please let me know how to make this service work .

Regards,

Rahul

5 REPLIES 5

former_member589029
Active Contributor
0 Kudos

Try to execute a standard transaction in your webgui like VA01 or SE16 or something like that to see if there is a problem with the webgui itself or if it is with your transaction.

Be aware that the webgui does NOT support all functionality that you will be able to get in a SAPGUI. There are restrictions. So if you can execute the standard transaction in your webgui but your transaction does not work (but does without problems in the SAPGUI) it might be because of those restrictions.

Hope that helps,

Michael

0 Kudos

hi Michael,

Thanks for the reply but my problem is another; i have created one ALV report, after pressing the export button i should get the menu for exporting the file in various format.

This is not working in the Portal.

PS: I have created the transactional iView for my Z-transaction in portal.

Regards,

Rahul

0 Kudos

Hello Rahul,

That is exactly my point, using the webservice for the WEBGUI might not allow you to get all the functionaloty you are used to in SAPGUI.

So pressing the export button in SAPGUI will bring up the File Save Dialog and you can select file format destination etc. But the WebGUI has certain restrictions that do NOT support all of the SAPGUI functionality, so those restrictions might be the reason that your are not getting that popup to work.

Sorry that I can't be of more help,

Michael

0 Kudos

Hi Michael,

unfortunately the same thing is working very fine in the developement system, but as always happens its not working well in production server.

The root cause of the menu not visible is the web service i mentioned in earlier posts.

So if u can help in this regards then it would be gr8..

Regards,

Rahul

former_member589029
Active Contributor
0 Kudos

Try to execute a standard transaction in your webgui like VA01 or SE16 or something like that to see if there is a problem with the webgui itself or if it is with your transaction.

Be aware that the webgui does NOT support all functionality that you will be able to get in a SAPGUI. There are restrictions. So if you can execute the standard transaction in your webgui but your transaction does not work (but does without problems in the SAPGUI) it might be because of those restrictions.

Hope that helps,

Michael

Sorry, I hit the Post button a second time....

Edited by: Michael Wackerbauer on Aug 1, 2008 10:43 AM