‎2006 Oct 11 10:02 AM
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
‎2006 Oct 11 10:05 AM
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?
‎2006 Oct 11 10:16 AM
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