cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a hotspot to an input field which will call a standard application in NWBC

rohan_hardikar
Explorer
0 Kudos

Hi Experts,

I am currently developing few custom Webdynpro ABAP applications in SAP TM module.
In one of those applications, I need to make a input field(Freight Order Number) as Hotspot. On clicking on this Freight Order, user should be directed to the Display Freight Order Screen in TM(which is a standard TM transaction).

Can you please suggest how can I achieve it?

Thanks & Regards,

Rohan Hardikar.

Accepted Solutions (1)

Accepted Solutions (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi Rohan,

You can do it with a Link to action UI element.

Follow this tutorial to call the transaction:

Calling Transaction Codes through Web Dynpro Application

Regards.

rohan_hardikar
Explorer
0 Kudos

Dear Ricardo,

Thanks for the reply. Can you tell me how can I call a standard webdynpro application from my custom webdynpro application.

For Eg, when I click on the the Link of Freight Order, It should take me to the standard screen of Display Freight Order within NWBC.

Thanks & Regards,

Rohan Hardikar.

Answers (1)

Answers (1)

0 Kudos

Hi Rohan,

We can call one webdynpro application in other webdynpro application, Please find the below links, which guide you step by step.

http://saptechnical.com/Tutorials/WebdynproABAP/Call/Webdynpro.htm

If you want to call any SAP screen to with webgui.

Thanks

Ananda