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: 

Grouping functionality similar with Excel applied to ABAP report

Former Member
0 Kudos

Hello All,

Has anybody here done a report that involves a grouping functionality similar to Microsoft Excel?

Report should look like the one below. Where '-' signifies that the field is collapsed and '' signifies that the field is grouped. When it is collapsed , it should show the details for the field, an example below is the 'Order Type' field. Alternatively, when it is grouped (), the details should be hidden and it will look like the 'Buying Dealer' and 'Selling Dealer' fields below.

Also, this prototype report is expected to process a huge volume of records which makes it feasible to be run in background.

- ORDER TYPE

Stock 13600

VOR 3400

+ BUYING DEALER

+ SELLING DEALER

I would just like to ask if this design is feasible in SAP. One option that I got from a colleague is to download it to an excel file. This excel file will be similar to a classical report format where all values under the fields are displayed (all fields are sort of collapsed & written). Then outside of SAP, a macro programming should be done to group it by key fields.

Anyone who has other options/suggestions? I'd really appreciate any help.

Thank you very much.

Regards,

Kristine

1 ACCEPTED SOLUTION

former_member214131
Active Contributor
0 Kudos

Hello,

Please check the Tx. ME2O. This is a ABAP List. This is an MM report. You may get some idea about grouping.

I hope this helps you.

Regards, Murugesh AS

2 REPLIES 2

former_member214131
Active Contributor
0 Kudos

Hello,

Please check the Tx. ME2O. This is a ABAP List. This is an MM report. You may get some idea about grouping.

I hope this helps you.

Regards, Murugesh AS

Former Member
0 Kudos

Hi,

Take a look at demo program BCALV_TREE_SIMPLE_DEMO. See if it helps.

Regards