Hi all,
I have a requirement where its needed to show sub heading based on grouping of data being showed.
I.e one line describing document type and all the data belonging to the document type below.
eg
Company Code | G/L account | Cost Center | Amount | Currency | Etc |
---|---|---|---|---|---|
ABC type documents | |||||
XYz | gl1 | cc1 | 100 | usd | |
XYz | gl1 | cc1 | 100- | usd | |
DEF type finance documents | |||||
CCD | gl3 | cc3 | 190 | usd | |
CCd | gl4 | cc5 | -90 | usd | |
CCD | gl5 | cc6 | -100 | usd | |
and so on |
how could the same be achieved? subtotal shows the subtotaled value but i dont want it to be shown .Any idea.
It could be thought that i want something similar to the output of ME28. tried debugging the report but couldnt understand the processing.
Would be grateful if anyone could throw some light on this.