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

Issue with Table control...Urgent

Former Member
0 Likes
662

Hi All,

I am using table control for displaying the data related to customer and order....I have 4 columns in which 2 are order no and customer no....When i click customer no on the table control i want to display the customer address in the next screen....

For that i want to create a hyper link kind of for the customer no so that when the user clicks any customer no on the table control i can show the address of that puticular customer in the next screen....

Does anybdy have an idea how can we do that....Pls help me out

Hi All,

I am using table control for displaying the data related to customer and order....I have 4 columns in which 2 are order no and customer no....When i click customer no on the table control i want to display the customer address in the next screen....

For that i want to create a hyper link kind of for the customer no so that when the user clicks any customer no on the table control i can show the address of that puticular customer in the next screen....

Does anybdy have an idea how can we do that....Pls help me out

5 REPLIES 5
Read only

Former Member
0 Likes
639

Anybdy has an idea on this ???? Pls help me out

Read only

Former Member
0 Likes
639

Hi,

I am not sure whether it is possible to have a hyperlink in the Modulepool program , as the hyperlink is to connect to open a link online . But yes this is verymuch possible in Webdynpro which is internet accessible .

You would probably have to have a column in the table control that is defined as a "pushbutton" to give you a "single click" option to leap off to a URL.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Read only

Former Member
0 Likes
639

Create your TC with selection column.

I am not too sure if about the hyperlink thing but when the user selcts that particular line of your TC,you can display the relevant information of that customer.

For that you need to do a bit of coding as well.

Read only

0 Likes
639

Rohit, i mean the same may be i have used the wrong word " hyperlink" there....I want to display the required data when a user clicks the the data on the table control....

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
639

Just try to display the data in alv grid instead of table control..and then use the interactive method for this...i guess there is no mehtod for hyper link in tbc.....