Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

creating an URL for a custom Tcode

Bharath84
Participant
0 Likes
3,307

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,185

Hi Please check this link, if it is helpful for you

http://saptechnical.com/Tutorials/WebDynproABAP/TransactionCode/Index.htm

Read only

0 Likes
2,185

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.

Is there anything that needs to be configured. Please let me know.
Read only

Former Member
0 Likes
2,185

At which step ur getting this error?

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,185

I'm totally confused : are you talking about dynpro or web dynpro ? That's completely different.

Read only

Bharath84
Participant
2,185

Hi All,

Issue resolved. Used FM

SITSP_GET_URLin the forums to generate URL for custom tcode.

Thanks,

HT