2009 Mar 16 1:24 PM
Hai,
I have a requirement in which i am display report output in ALV Hierarchical Format
in that i need to display of my columns as with hardcoded values
for ex my output should be
Column1 Column2 Column3 Column4------>header level
Column1 Column2 Column3 Column4------->item level
1 12345 dic val dic val dic val
2 12345 dic val dic val
2 12345 dic val dic val
here 1 and 2 should be Hardcoded try to help me out
how to solve that issue
Thanks,
Rajesh.
Hai,
I have a requirement in which i am display report output in ALV Hierarchical Format
in that i need to display of my columns as with hardcoded values
for ex my output should be
Column1 Column2 Column3 Column4------>header level
Column1 Column2 Column3 Column4------->item level
1 12345 dic val dic val dic val
2 12345 dic val dic val
2 12345 dic val dic val
here 1 and 2 should be Hardcoded try to help me out
how to solve that issue
Thanks,
Rajesh.
2009 Mar 16 1:31 PM
2009 Mar 16 1:32 PM
Please state your requirement a little bit elaborately.
Specially the format of your ALV output.
Thanks
2009 Mar 16 2:16 PM
MY report output in alv hierarchical format
in some columns of Header i need to display Hardcoded values and same in item level
2009 Mar 16 2:22 PM
Hi Rajesh - Can you please be a bit more specific. I couldn't get your problem exactly. Atleast what do you want in Header and Item.
Kuntal
2009 Mar 16 3:06 PM
hi
i just need hardcoded values in output for header and item level
in header 1st column should have hardcoded values as '1'
in item level 1st column should have hardcoded value as '2'
2009 Mar 16 3:34 PM
Then what is your problem in hard coding those values?
loop at itab2.
itab-column1 = '1'.
itab-column2 = itab2-column2.
append itab.
clear itab.
clear itab2.
endloop.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |