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

REporting - Change Layout

Former Member
0 Likes
874

How Do Everyone!

I am currently amending an existing ABAP report. I notice

when I run this report that there are three icons on

the tool bar. Change / Select / Save layouts.

When you press the change layout icon, a pop up appears

displaying two columns. 1) Columns 2) Column Set

Can anyone tell me where I can change the Column Set to

add more fields into this.

Cheers

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
750

Sorry, can you please explain your requirement in bit more detail..is it how to get columns in the "column set" area via ABAP code ?

Basically, when you are displaying all the fields it means that all columns would be on the left hand side window and none in the "Column Set" window.

Regards

Anurag

How Do Everyone!

I am currently amending an existing ABAP report. I notice

when I run this report that there are three icons on

the tool bar. Change / Select / Save layouts.

When you press the change layout icon, a pop up appears

displaying two columns. 1) Columns 2) Column Set

Can anyone tell me where I can change the Column Set to

add more fields into this.

Cheers

Andy

5 REPLIES 5
Read only

Former Member
0 Likes
751

Sorry, can you please explain your requirement in bit more detail..is it how to get columns in the "column set" area via ABAP code ?

Basically, when you are displaying all the fields it means that all columns would be on the left hand side window and none in the "Column Set" window.

Regards

Anurag

Read only

0 Likes
750

Anurag,

Thanks for the reply, Yes I need to add more fields to

the columns on the left in the pop up. I thought I would

need to use ABAP code somewhere, but I don't know

where.

Thanks

Andy

Read only

0 Likes
750

Andy

Basically in the layout setting you have two windows "Column" (LHW) and "Column Set" (RHW). LHW lists the columns which are displayed in the layout while RHW has the fields which are available for display but not selected so far.

If you are building your ALV list via ABAP code in the field catalog for the paritcular field you need to set

the no_out parameter to 'X'.

Regards

Anurag

Please assign points for helpful answers

Read only

0 Likes
750

Thanks Anurag, thats what I was looking for.

Cheers

Andy

Read only

Former Member
0 Likes
750

Hi andy,

Column set will contain all the fields available

Columns will contain the fields to be displayed in the output.

you can drag the fields eitherway