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

Regaring Table Control

Former Member
0 Likes
750

Hi all,

how to trigger a table control depends upon drop down selection.say for example i have dropdown from January to December when i choose a particular month, that month data has to be fetched accordingly.ie the table control has to be refreshed and data has to be fetched correctly from that month how i can achieve this scenario?kindly help me regarding this issue.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

Hi suresh,

Assign OK_CODE for drop down list,while selecting the new value it will trigger the PAI,there you can write the required code for refreshing table control

shibu

4 REPLIES 4
Read only

Former Member
0 Likes
733

Hi suresh,

Assign OK_CODE for drop down list,while selecting the new value it will trigger the PAI,there you can write the required code for refreshing table control

shibu

Read only

0 Likes
732

Hi shibu,

I have assigned ok-code for month,some trigger happened in my table control, but when i debug to see where to write the exact code in pai it doesn't goes to the particular ok-code at all, would you provide me some sample code regarding this issue.

Read only

0 Likes
732

Hi suresh,

1.Double Click on the list box and give function code in Fctcode field.

2.Make sure that you declare OK_CODE in the Element List.

3.Catch this OK_CODE in the PAI of the screen.

4.Create one module in PAI and write the necessary code to fill the internal table.

Hope this will help.Otherwise give you scenario will try to map that.

regards

shibu

Read only

0 Likes
732

Hi Shibu,

Thanks for your valuable suggestion my problem was solved.