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

Require to a add a new column in between the table control in module pool programming

0 Kudos
689

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.

4 REPLIES 4
Read only

bala_sikkal
Explorer
0 Kudos
573

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.

Read only

0 Kudos
573

Thanks Balachandran, i will check the process as you suggested

Read only

former_member564522
Active Participant
0 Kudos
573

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.

Read only

Sarang_Akhare
Explorer
0 Kudos
403

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.