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: 

abap report desired format

former_member329386
Participant
0 Kudos

I am working on a object with attatched details. Is it possible to have this type of format in simple report or alv report....

depending upon input , it will show no months.

Thanks

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

Hi,

if you really want this, you have to use the WRITE statement

WRITE : (means multi value) / (means new line) XX (position in the column

there is also the option UNDER (to put directly the value in the column of the field you have specified)

regards

Fred

Phillip_Morgan
Contributor
0 Kudos

Hi fighter,

You should also be able to do this in ALV.

There are several important aspects:

- the table changes in size depending on date interval requested on selection screen

  This will require to dynamically add columns to your table (Look for RTTI examples)

-The header of the table has dynamic headings: change the fieldcat before display

- your table cells should be text

yang_aiolos
Active Participant
0 Kudos

of cours you can achieve this,

either classic report or alv is ok.

if alv, please use split container, and write the comment in top of alv.

hope helpful.

Former Member
0 Kudos

Hi,

you can use the field symbols to get the desired format output. Here you have to use dynamic table creation code for the no. of fields in the output.