‎2008 Apr 15 5:50 AM
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.
‎2008 Apr 15 8:20 PM
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!
‎2008 Apr 16 4:44 AM
Please check program: BCALV_GRID_DND_TREE It can help you understand handling your requirement.
‎2008 Apr 16 4:57 AM
Hi Steve,
Pls refer http://www.sapdev.co.uk/reporting/alv/alvtree.htm
for a sample code .
Regards,
Chitra