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

Calling Table Control Dynamically

Former Member
0 Likes
403

Hi Experts,

I have a dialogue program in which I am usig table control for displaying output. When I am trying to add a new field in that table control and run the transaction,the same sequence of fields is not visible,instead they come in jumbled form.So, is there any functionality which allows to call the table control dynamically or any thing related to that.

Help will be appreciated.

Thanks and Regards

Sourabh Verma

2 REPLIES 2
Read only

hymavathi_oruganti
Active Contributor
0 Likes
379

when u r inserting new field in the table control, it is coming in the jumbled form right.......?

check weather u have used sort statement anywhere?

i didnt understand what is the need to call dynamically now?

Read only

0 Likes
379

Hi !

i wil try to make my question more clear.

There is table control with fields

SO PO CUSTOMER-NAME VIN CHARG SHIPMENT ....etc

When i am trying to insert a new field(PROD) between VIN and CHARG in the screen layout,I am getting the output in jumbled form i.e like

CUSTOMER-NAME CHARG VIN PO SHIPMENT SO PROD...etc

where as it should have come like:-

SO PO CUSTOMER-NAME VIN PROD CHARG SHIPMENT ....etc

So, i need to find that is there a dynamic call to table control which is changing its field sequence?

regards

Sourabh