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

ALV Interactive Report

Former Member
0 Likes
885

Hi,

In the ALV Interactive Report, I had to add one more column to the existing columns. I did it successfully. The output is coming fine. But when I export it to Local file, All remaining column fields are coming, but the column I added isn't coming.

for ex: Pastdue is the new column I added

My Interactive report is as follows

Name State PastDue TotalDue

xyz MP 30 45

But when I copy to Local file, the output is as follows

as seen in Excel Sheet

Name State Pastdue TotalDue

xyz MP 45

Any suggestions?

Venu

8 REPLIES 8
Read only

Former Member
0 Likes
844

Hi

Perhaps the defination of your alv is stored in the buffer.

Try to clear the buffer using this report: BALVBUFDEL (BCALV_BUFFER_DEL_SHARED).

Max

Read only

Former Member
0 Likes
844

Hi venu,

1. some times this happens,

even the extra field, which we add,

is not even displayed.

2. come out of se38 fully,

then again goto se38, and load your program,

ACTIVATE it,

and then run.

regards,

amit m.

Read only

Former Member
0 Likes
844

Hi,

Try to save the layout with the additional field added and download the layout to Excel,

Rgds,

Read only

Former Member
0 Likes
844

Hi,

None of the solutions worked. I tried to run the buffer program, and even came out of SE38 and activated it again, it's the same thing happens.

Regds

Venu

Read only

0 Likes
844

Hi,

then it is the proble with the newly added fiels's fieldcatalog.

if you can show the fieldcat for that field Pastdue.

some thing you missed there.., you missed tabname i guess.

<b>Fieldcat-tabname = 'ITAB'.</b>

Regards

vijay

Read only

0 Likes
844

Hi,

If there is any problem with fieldcat or something, then i should be getting the problem in Interactive output itself, But As i am getting output result fine, I don't think it shd be a problem in fieldcat or tabname.

Regds

Venu

Read only

0 Likes
844

hi venu,

even then it will display with out any problem. can you show the fieldcat for the newly added field. what values you are passing to that field.

Regards

vijay

Read only

Former Member
0 Likes
844

Change the Itab name and try again...comeout of SE 38 and change the fieldcat name...

This solved my problem