cancel
Showing results for 
Search instead for 
Did you mean: 

How to launch an ITS screen from an ABAP WebDynpro Button Action

Former Member
0 Kudos
206

Hello All,

I have a requirement to launch an ITS Screen from ABAP WebDynpro. There will be abutton on the WebDynpro screen and when the user will click on that button, the ITS Screen will be launched.

Can anyone please provide us some sample applications or sample code to achieve the above functionality.

Points will be rewarded.

Thanks

Shyam

View Entire Topic
vineetrrakesh
Explorer
0 Kudos

Hi Shyam,

You can achieve by using Launchpad Customizing and the Launchpad Navigation API's. Just make and entry on transaction LPD_CUST, create a launchpad role, add you target application there.

At run time under the UI button you can call the API provided by CL_APB_LAUNCHPAD_API -->LAUNCH_APPLICATION to open the application. You can find many material on Internet for the same, with examples, even try some where-use in your system.

I found one more helpful link.

http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/

Regards

Vineet