Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about report RFITEMAP

Former Member
0 Likes
1,598

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,242

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

Read only

Former Member
0 Likes
1,242

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

Read only

0 Likes
1,242

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

Read only

Former Member
0 Likes
1,242

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

Read only

0 Likes
1,242

Hi Tejas,

How i will get FIELDCATALOG of ALV grid.

Regards

Gaurav