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

Hi,

It can be possible.

SAP Internet Transaction Server (ITS) - The ITS is the interface between the Internet and R/3 which Gives HTML view of each and every SAP tcode....

So to display a standard tcode in your webdynpro application you can use ITS.

as a example here is the URL which can help you to open su01 Tcode..Call this URL using LINK TOACTION or Link to URL UI Elements...in ur webdynpro component...

http://<url>:portno/sap/bc/gui/sap/its/webgui?~TRANSACTION=SU01

<url>:portno = your application server (you can easily find it from your webdynpro application Properties)

If it is not working you need to do some setting let me know for that ....

Thanks & Regards.