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

Display report

Former Member
0 Likes
728

Hi All,

I would like to display the report output as blocks.

Ex. department wise

MM dept SD dept FIdept

mno mdescription location SDno sdescription location fino fdescription location

1 dgdsg dddd 101 sdfsdf dsfsdf 1 gsdgf gfsssf

2 shfs fsfsf 102 sfsfsfs fsfsfsfs 1 sdfsdfsd sdfsf

3 ssfsf sfsfs 103 sdfsdf fsfsdfs 1 sdfsfs sdfsd

So here MMdept is one block and SD dept is one block and FIdept is one block

Individualy iam able to display, but i wan to display all the blocks at a time horizontally

Like this i want display upto 15 blocks horizontally. Iam developing a report with ALV.

Can any one help me in this way, how i can do this.

Thanks and regards,

Hi All,

I would like to display the report output as blocks.

Ex. department wise

MM dept SD dept FIdept

mno mdescription location SDno sdescription location fino fdescription location

1 dgdsg dddd 101 sdfsdf dsfsdf 1 gsdgf gfsssf

2 shfs fsfsf 102 sfsfsfs fsfsfsfs 1 sdfsdfsd sdfsf

3 ssfsf sfsfs 103 sdfsdf fsfsdfs 1 sdfsfs sdfsd

So here MMdept is one block and SD dept is one block and FIdept is one block

Individualy iam able to display, but i wan to display all the blocks at a time horizontally

Like this i want display upto 15 blocks horizontally. Iam developing a report with ALV.

Can any one help me in this way, how i can do this.

Thanks and regards,

3 REPLIES 3
Read only

Former Member
0 Likes
644

Try with hierarchical ALV display

Read only

Former Member
Read only

Former Member
0 Likes
644

1) BLOCKED ALV can give solution to your requirement.

2) Create intenal table for each deprtment and pass it to the FMs of BLOCKED ALV.

Hope it helps you...