cancel
Showing results for 
Search instead for 
Did you mean: 

Can we launch an ECC Transaction using Web Dynpro ABAP

Former Member
0 Kudos

Hi,

In SAP CRM Web Client UI, there is a feature called Transaction Launcher, which is used to launch GUI transactions as a web page.

Is there anything similar to that in web dynpro abap?

I have a custom transaction, to reduce the development effort I want to reuse the transaction in the web dynpro page. Can this be achieved?

Regards,

Sayan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I found out a solution. Please suggest me whether it is correct approach.

Have a UI element, LinkToURL and on click action of itCall URL :

"http://<host>:<port>/sap/bc/gui/sap/its/webgui?~Transaction=<transaction_name>"

Moreover, it opens in a new window. Can we open it in a new window?

Regards,

Sayan