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

Merging columns in Table control

Former Member
0 Likes
996

Hi all,

Iam developing a module pool.

I want that Column March to be merged....

How to do in Module pool

Sorry if Iam not clear...

Cheers

Christina

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

hi

select the strucutre (either from program or datadictonary) for the table control in screen painter..this will automatically combine your structure with the table control field columns

loop through the control in the PBO and PAI

in the pbo read the data from your internal table and pass it to table control structure

this will populate the data for table control..

Hi all,

Iam developing a module pool.

I want that Column March to be merged....

How to do in Module pool

Sorry if Iam not clear...

Cheers

Christina

4 REPLIES 4
Read only

Former Member
0 Likes
787

>I want that Column March to be merged....

>How to do in Module pool

you want to fix the columns in the properties od the column you can make it fixed column...what exactly you are looking for..

Read only

0 Likes
787

Hi

I dont want the columns fixed..I want to merge..

for example... if i have 2 columns with the same name , then it should appear as 1 in one single column

Cheers

Christina

Read only

Former Member
0 Likes
788

hi

select the strucutre (either from program or datadictonary) for the table control in screen painter..this will automatically combine your structure with the table control field columns

loop through the control in the PBO and PAI

in the pbo read the data from your internal table and pass it to table control structure

this will populate the data for table control..

Read only

Former Member
0 Likes
787

hi ncatenate the 2 field values into 1 internal table field column and pass it your table control field