‎2019 Jan 23 12:24 PM
Hi All,
I have a custom module pool program with 4 tabs and with table controls. In the initial screen I have 3 input fields and when clicks on display icon, it will display data in all the tabs in the next screen.
Now can I want to create an URL link so that when user clicks on the URL it has to open the Custom module pool program with the inputs populated automatically.
I refered Calling a TCODE PA60 from Web dynpro ABAP but I am getting blank screen. Please provide me the steps of how to achieve this.
Thanks,
HT
‎2019 Jan 23 1:29 PM
Hi Please check this link, if it is helpful for you
http://saptechnical.com/Tutorials/WebDynproABAP/TransactionCode/Index.htm
‎2019 Jan 23 1:38 PM
Hi Charan,
I have already gone through this link. But I am getiing the below error. But I can see SYSTEM and WEBGUI as provided in the link.

‎2019 Jan 23 3:54 PM
‎2019 Jan 23 8:55 PM
I'm totally confused : are you talking about dynpro or web dynpro ? That's completely different.
‎2019 Jan 28 6:41 AM
Hi All,
Issue resolved. Used FM
SITSP_GET_URLin the forums to generate URL for custom tcode.
Thanks,
HT