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

regarding Tablecontrol wizard

Former Member
0 Likes
464

Hey guys,

I have created table control using wizard using internal table.

Now i want one Column Serial no have to be added at first field of internal table.

I changed my internal table by adding one field inside the program,

but How to make it display the SNO in Table control.

advise please.

ambichan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi,

Go the graphical layout of your screen.

Goto->Secondary window->Dict./Program fields

Press button "Get from the program". Choose your field and drag and drop it to the desired position.

Svetlin

3 REPLIES 3
Read only

Former Member
0 Likes
446

Hi,

Go the graphical layout of your screen.

Goto->Secondary window->Dict./Program fields

Press button "Get from the program". Choose your field and drag and drop it to the desired position.

Svetlin

Read only

Former Member
0 Likes
445

goto se51

enter pgm name & screen no

press change

then press F6 or menu (Goto - secondary window ->dic/pgm fields)

U will get one window. Just enter the itab name u used while creating table control b4 & press get from pgm button. They u can find the list of fields in itab.

Select serial no row & press ok button . Place it in table control.

regds

gv

Read only

Vinod_Chandran
Active Contributor
0 Likes
445

Hi,

Goto the screen painter. Press F6 button. Enter the internal table and press get from program button. Select the new field and drag and drop in the table control. You may need to add this field in PBO and PAI as well.

Thanks

Vinod