cancel
Showing results for 
Search instead for 
Did you mean: 

Standalone ITS. Request Handler.

Former Member
0 Kudos

Hi all experts,

In a standalone ITS, where can I see the HTTP Request Handler program??

I'm using /scripts/wgate/webgui service.

I mean... Which program catches the requests??

Thanks a lot.

Alberto.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the request will be processed by an extension called wgate available for

apache on Linux, Solaris, and Windows and as a dll for the IIS

regards

Former Member
0 Kudos

Tobias, thanks for your answer.

Is there any possiblity to modify the request processing???

Thanks again.

Alberto.

Former Member
0 Kudos

Hello Alberto,

what do you plan to do? Your question is too general...

regards

Tobias

Former Member
0 Kudos

Thanks Tobias.

We're upgrading ITS (from standalone to integrated) version and we have a program which catchs ~Transaction parameter from ITS context.

ITS service sets this parameter in standalone version, but doesn't set in the integrated one.

We're sending transaction iViews from Portal to ECC6 via integrated ITS and, in ECC6 environment, we'd like to catch which transaction is sent. We're thinking in reading ITS's parameter ~transaction, but it always appears empty...

Any ideas of how catching via Abap in ECC6 which is the transaction sent from Portal??

Thanks a lot again.

Regards,

Alberto.

Former Member
0 Kudos

Hi Alberto,

in the standalone ITS the request handling is hidden from you, the part

you are interested on is implemented in the Agate using C(++).

In the integrated ITS you can pass the transaction to be started either

in the service description as a parameter (use SICF - changes in SE80

will not help) or as a parameter in the URL.

http://<host>:<port>/sap/bc/gui/sap/its/webgui&~transaction=HUGO

should give you a webgui session and start transaction 'HUGO'.

In addition you can pass parameters to the transaction. I recommend

the reading of our Wiki article 'How to prefill fields and skip first screen with webgui?'

Hope this helps

regards Tobias

Link to the wiki page mentioned in this posting:

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375

Message was edited by:

Henning Pingel

Former Member
0 Kudos

Thanks a lot Tobias.

Finally we solved the problem reading OKCODE parameter.

TRANSACTION was always empty...

Anyway, we'll read the wiki you recommend.

Best regards,

Alberto.

former_member185704
Contributor
0 Kudos

Hi,

I added a link to the wiki page mentioned to Tobias posting above.

Best regards

Henning

Answers (0)