cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

Can I call Transaction code in Webdynpro ABAP Portal Application. If so, how can this be possible? Can anybody give me a lead?

Thanks.

Kumar Saurav.

0 Likes
View Entire Topic
Former Member
0 Likes

Or maybe simply concatenate

/sap/bc/gui/sap/its/webgui?~TRANSACTION=

to your TCODE and use this string as a relative URL.

If the transaction you want to open is on the same WebAS where the WD App si running, this works greatly and allow you to avoid hard coding hostname/port or doing some other scripting to intercept them (you just use the same host/port which your WD App is using).

One thing worth mentioning is you need to enable basic SSO in RZ10 (accept sso tickets) in order to avoid double logon.

Cheers

Alex