Many a time I had previously used OLE for excel based online reporting, but this time it was a graph.
The requirement was to have a Stacked Bar chart, to have a invoice status wise colour difference for same Account Manager.
First I said its not possible, but now I have the confidence to say, same output as in excel report could be achieved from ABAP OLE coding.
The best reference is excel macro recording codes.
From the available help links and documents, I could understand that the type of report is 52
Then the real challenge was to have the legend dynamically with only available statuses from larger list.
So add dynamic coding to add column based on available statuses with value and then hide this status based invoice value column.
Hide column logic
To use the hidden columns' data in graph we have to enable the following option in excel ,
finding the equivalent for that from ABAP was another difficulty, finally from an excel macro was able to trace that
Then Enabled legend based the Invoice Status ( Colour coding is based on this statuses)
Though there are many other reporting option, OLE is powerful.
The report exactly met our customer expectation. :smile:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |