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

Refresh Table Control

Former Member
0 Likes
452

Hi All,

I m using table control for updating value. I have put checks for values user enters in the field in the CHAIN .. END-CHAIN block.

I m changing the value of 3 fields but after checking the the first field and user enters wrong value then it gives messages and user has to enter new value but if he enters wrong value in two fields then the first corrected field changes to original one.

I mean I want to display the changed field in the table while changing the record and fields.

How to refresh the table control with updated values ?

Thanx in advance.

Umesh

4 REPLIES 4
Read only

Former Member
0 Likes
420

Hi,

pass the Updated internal table to Table control in PBO.

to refresh the table control:

REFRESH CONTROL <NAME> FROM SCREEN <Screen_no>.

Regards

Sudheer

Read only

0 Likes
420

Hi,

I want to display changed values from different records i.e. PAI.

So in PAI where to refesh table with updated value.

Thankx

umesh

Read only

Former Member
0 Likes
420

Hi,

look at the Below thread

Read only

Former Member
0 Likes
420

Hi,

check the demo

DEMO_DYNPRO_TABCONT_LOOP_AT

regards

vijay