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

Report tree Reporting

Former Member
0 Likes
598

Hi all,

I would like to create a report similar to the standard report S_ALR_87013611 - Cost Centers: Actual/Plan/Variance (i.e. have a report tree on left and report listing on the right). Is there any sample program I can reference to? Or which classes I can use?

I know how to create a report with a report tree and an alv grid. But I just have no idea on how to make a report with display like S_ALR_87013611.

Best regards,

Steve.

3 REPLIES 3
Read only

Former Member
0 Likes
536

Transaction S_ALR_87013611 was created using the report writer/painter. You can develop your custom report using the report writer too - this way you get all the functionality of report writer generated report and customize it to your specific need. This would be less work than developing all that functionality from scratch!

Read only

Former Member
0 Likes
536

Please check program: BCALV_GRID_DND_TREE It can help you understand handling your requirement.

Read only

Former Member
0 Likes
536

Hi Steve,

Pls refer http://www.sapdev.co.uk/reporting/alv/alvtree.htm

for a sample code .

Regards,

Chitra