cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the assignment of the SAP transaction code/program to the web dynpro application?

Former Member
0 Kudos

I want to assign a new SAP Z-program/Z-transaction code to the existing web dynpro URL. Where (or how) can I update this assignment? I can see the web dynpro application in SE80.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shay..

You can create a Tcode for WD application in SE93. Steps can be found in here

Thanks,
Sanket Sethi

julia_bender
Active Participant
0 Kudos

Hello Shay,

you can do this via transaction SE93.

As an example you can have a look at transaction code FPM_WB - this leads to our FPM Workbench which is a WD/FPM-application itself.

There a reference takes place to class CL_FPM_WB which methods are constructing and passing the URL of a WD application.

Best regards,

Julia

lorenzo_masiello1
Discoverer
0 Kudos

Usually, you don't start a WebDynpro ABAP from a transaction. I am not even sure, if it is recommended by SAP.

Maybe, this can help you:
https://blogs.sap.com/2015/11/17/launch-webdynpro-application-in-web-browser-using-sap-tcode/