Application Development 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: 

Select a perticular entry from table and display it in table control

parabsandeep
Participant
0 Kudos

Hello everyone,

I am try to access a particular record from a table and display that record on a table control since the table control already has all the records from the same table it does not display that particular record which i am trying to search and display it on the table control.

please help!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

refresh table control , just on click of this button .

REFRESH CONTROL 'TABLE_CONTROL_Name' FROM SCREEN <screen -number>

thanks.

5 REPLIES 5

Former Member
0 Kudos

Hello,

can you please explain in detail what is the requirement, so that we can help you

0 Kudos

Hi,

I have a table control in which data is already displayed on the screen,

i also have a I/O field in which user puts a entry from the same table whose data as i told is already displayed in table control

Now what i want is whenever a user put a entry in the I/O field and clicks a 'display' push button only the relevant data according to the entry provided should be display on the table control and other entry's should not be displayed.

regards.

0 Kudos

Hi

Refresh the Table control and pass the ITAB values to screen again.

Please have a look

http://sap.niraj.tripod.com/id29.html

Shiva

Former Member
0 Kudos

Hi,

refresh table control , just on click of this button .

REFRESH CONTROL 'TABLE_CONTROL_Name' FROM SCREEN <screen -number>

thanks.

former_member1245113
Active Contributor
0 Kudos

Hi,

Check the below thread

[Find the records in Table control |]

in the above thread, you can omit the POPUP_GET_VALUES function module since you have an input field for search purpose

Hope this serve your purpose

Cheers

Ramchander Rao.K