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

table control

Former Member
0 Likes
272

I have created a table control. When I execute and retrieve the data for the first time, it is working fine. When i change the input parameter, the table contents remain the same. and when I execute again and give another inout parameter, i retreive the same data. what could be the issue?

2 REPLIES 2
Read only

Former Member
0 Likes
250

Moderator message - Welcome to SCN. Please use a descriptive subject for your posts and post in the correct forum. Also, Please read and and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again. Rob

Read only

Former Member
0 Likes
250

Hi,

Have you cleared the OK Code of your screen. In PAI of the screen store the OK code value in one variable

and clear OK code of the screen and check this variable in your user command module for processing.

Thanks.