Application Development 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: 

Hi Guru's

Former Member
0 Kudos

Please explain me how to include columns in table control in module pool programming

1 ACCEPTED SOLUTION

former_member196280
Active Contributor
0 Kudos

easiest way of include columns in your table control is to goto screen painter and select fields from dictionary drag and drop in your table control and arrange the fields according to the order required.

Regards,

SaiRam

5 REPLIES 5

former_member196280
Active Contributor
0 Kudos

easiest way of include columns in your table control is to goto screen painter and select fields from dictionary drag and drop in your table control and arrange the fields according to the order required.

Regards,

SaiRam

Former Member
0 Kudos

hi,

if u making it through Wizard than declare internal table with all the fields u need in table control, and if u makin it manually than u have to first tale I/O field in table control and than text fields for that I/O field.

and specify table name and fields name in name of I/O field.

Hope it is useful.

paruchuri_nagesh
Active Contributor
0 Kudos

hi

go through this link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1499ec90-0201-0010-769f-86098965...

reward for useful points

regards

Nagesh.Paruchuri

Former Member
0 Kudos

Hi Ravi,

Please follow the below steps.

1. create the table control by table control button and give the name.

2. If you want include fields from dictionary.

In the application tool bar you will find pushbutton "copy from dictionary'.

select the push button and give the name of table you want to copy the fields.

select the fields and drop into table control.

Regards,

Sudheer

Former Member
0 Kudos

Hi,

The issue is resolved. Thanks for your help