2007 Mar 06 11:14 AM
Hi Experts,
I am working on report RFITEMAP.I have to display a new column in ALV grid. Could anyone plz guide me for where these header (as: assignment, doc.no.,type etc) are assigned to grid.
<b>for ex.</b> i want to display one more new column <b>opening balance</b> in grid .
Thanks in advance
Gaurav
Hi Experts,
I am working on report RFITEMAP.I have to display a new column in ALV grid. Could anyone plz guide me for where these header (as: assignment, doc.no.,type etc) are assigned to grid.
<b>for ex.</b> i want to display one more new column <b>opening balance</b> in grid .
Thanks in advance
Gaurav
2007 Mar 06 11:26 AM
Hi,
Go thru this FM in your program : FI_ITEMS_DISPLAY
you have data in this internal table : it_items
populate your fields into this internal table : it_items
put a break point on the FM and check
this may help you
Thanks
Sunil
2007 Mar 06 11:31 AM
In the report output, select new layout pushbutton on the standard statusbar, find the hidden field over there, select whatever fields u need, move from hidden fields(left side) to Line1(right side), then copy it, that field shows in report output.
reward if it is ok.
Regards,
Subbarao J
2007 Mar 06 12:27 PM
Hi Subbarao,
My requirement is to add a new field that is not available in hidden fields.How i will do that.
Thanks & Regards
Gaurav
2007 Mar 06 12:58 PM
Gaurav,
in this case i think you need to change your program.
for that either you need to have access key or you can copy the standard program into your Z program and then change that copied program.
to add the column you need to add the field into <b>FIELDCATALOG</b> of ALV display.
Reward helpful answers with points,
regards,
Tejas
2007 Mar 07 5:43 AM
Hi Tejas,
How i will get FIELDCATALOG of ALV grid.
Regards
Gaurav
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |