2018 Mar 21 2:17 PM
Hi,
Its a existing Table control, I need to add new field in between custom Table control.
Table control was designed with reference to the internal table wt_tab, earlier as by the requirement i have 5 fields and i designed the table control, now by the requirement changed and added a new field in between the table and i have to add that to the table control.
process i have done.
i created a column in table control, its taking the name, but i am unable to give the text for the field,rather than deleting the control and again create it, i want to modify the existing table control, and add a new field in between the columns.
2018 Mar 21 3:18 PM
Just drag and drop a menu available from the lest side named: "Input/output field" for input, and "Text field" for heading, in between of any column. Add the same field in the structure, Chain and endchain process.
2018 Mar 22 11:33 AM
Thanks Balachandran, i will check the process as you suggested
2018 Mar 23 9:23 AM
Create a new Field in the same internal table/Structure that is using in the Table control.
create new filed in the table control and give the same name as of field created ( take reference from old field names) .
Create a Input/output field .
or, You can click on button input from program and select the new field.
2025 Jun 19 2:57 PM
Got pointers from this thread to resolve the same issue I was facing as described in thsi thread. To answer to the column heading issue, I just dragged a 'Text field' on the blank header of the new column added and then I was able to give the heading for new column.