cancel
Showing results for 
Search instead for 
Did you mean: 

How to display multiple column in report

Former Member
0 Kudos

Hi Abaper,

I have client requirment to develop new report for sim hotel.

The requirment is we have select multiple hotel , based on hotel selection the report will display, the report layout like:

Hotel1 |Hotel2 |Hotel 3

Day |Month |Year |Day |Month |Year |Day |Month |Year

Please any one can give me idea how to develop same layout for this requirment.

Thanks in Advance.

Regards,

Sourav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can use write statement like below

write:/ 'Day 1'.

write:20 'Year 1'.

This will leave 20 spaces between Day 1 and Year 1.

For more information u can go to transaction 'ABAPDOCU' and in Keyword help type 'Write' u will get all options u can use with write statement.

Let me know further.

Cheers,

Parth Parikh

Former Member
0 Kudos

Hi,

Thanks for reply.

I have using write statement sy-vline and sy-uline. I have done for one hotel and the data will display correctly but my client want to display multiple hotel data based on selection.

Any idea for this requirment.

Regards,

Amit

Former Member
0 Kudos

Hi,

Thanks for your reply.

My problem is solved.

Regards, Amit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In Report goto in the path as follows.

Goto -> Text Elements -> List Headings -> List Header.

In List Header give your hotel 1,2,3 etc....

And in Goto -> Text Elements -> List Headings -> Column Heading

In Column Heading give day month year.

Let me know further,

Cheers,

Parth Parikh

Former Member
0 Kudos

Hi,

Thanks for you reply,

Please describe details how to work like.

I am new in this type of requirment

Regards,

Amit

Former Member
0 Kudos

Are you using classical report or ALV report?

If its Classical report, Parth has explained how to go about it. Follow the path he has shown in the menu bar GOTO.