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

Urgent---Table control

Former Member
0 Likes
440

Hi,

Can anybody please let me know, how to dynamically populate a table control.

For example, I have 2 columns in table control. 1st Field is Customer Number and 2nd is Customer Name. I just want to give the customer number in table control and dynamically the customer name should be populated.

Thank you in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

Hi,

In the PAI, capture the OK CODE "ENTER". i.e, User enters the customer no. and hits ENTER.

Under the OK CODE, build the logic to modify the internal table holding customer number.

Best regards,

Prashant

Hi,

Can anybody please let me know, how to dynamically populate a table control.

For example, I have 2 columns in table control. 1st Field is Customer Number and 2nd is Customer Name. I just want to give the customer number in table control and dynamically the customer name should be populated.

Thank you in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi,

In the PAI, capture the OK CODE "ENTER". i.e, User enters the customer no. and hits ENTER.

Under the OK CODE, build the logic to modify the internal table holding customer number.

Best regards,

Prashant

Read only

Former Member
0 Likes
424

You should use the PAI event for this....When you press Enter (OK_CODE = SPACE), you must loop your table and assign the value into the description field.

Greetings,

Blag.