‎2006 Jul 07 9:17 AM
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
‎2006 Jul 07 9:19 AM
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
‎2006 Jul 07 9:21 AM
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.
‎2006 Jul 07 9:21 AM
Hi,
Try to save the layout with the additional field added and download the layout to Excel,
Rgds,
‎2006 Jul 07 9:37 AM
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
‎2006 Jul 07 9:49 AM
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
‎2006 Jul 07 10:27 AM
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
‎2006 Jul 07 10:46 AM
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
‎2006 Jul 07 10:19 AM
Change the Itab name and try again...comeout of SE 38 and change the fieldcat name...
This solved my problem