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

View Entire Topic
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