2006 Sep 29 5:55 PM
Hi Experts,
I am using the following code for ALV grid display
Display in ALV
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = W_REPID
I_SAVE = 'X'
IS_LAYOUT = W_LAYOUT
IT_FIELDCAT = T_FIELDCATALOG[]
TABLES
T_OUTTAB = T_FINAL
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2.
I added two new fields to the existing report. Those two fields are reflected in T_FIELDCATALOG and T_FINAL.
But in the Display it is showing only the previous fields.. Fields which I added are not getting displayed.
Please advice on this issue.
Thank in advance,
Vivenchandar.
2006 Sep 29 6:58 PM
Viven,
Execute the program "BALVBUFDEL" to reset the ALV buffers. Then re-run your program and see.
Manoj
Hi Experts,
I am using the following code for ALV grid display
Display in ALV
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = W_REPID
I_SAVE = 'X'
IS_LAYOUT = W_LAYOUT
IT_FIELDCAT = T_FIELDCATALOG[]
TABLES
T_OUTTAB = T_FINAL
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2.
I added two new fields to the existing report. Those two fields are reflected in T_FIELDCATALOG and T_FINAL.
But in the Display it is showing only the previous fields.. Fields which I added are not getting displayed.
Please advice on this issue.
Thank in advance,
Vivenchandar.
2006 Sep 29 5:56 PM
2006 Sep 29 6:03 PM
2006 Sep 29 6:58 PM
Viven,
Execute the program "BALVBUFDEL" to reset the ALV buffers. Then re-run your program and see.
Manoj
2006 Sep 29 7:05 PM
If I copy( Ctrl + F5) the Same program to another program it is working, but the original program is not working...
2006 Sep 29 8:01 PM
Hey Viven,
Just an idea, Is there a pre-defined layout for the old program which doesn't display two extra fields?
Regards,
Vivek
2006 Oct 02 2:59 PM
Hi,
Activate the new fields added to the table, T_FINAL.
Refresh the whole function again.
Debug & check if you have these two new fields in internal table.
Hope it helps you.
Regards
Madhavi.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |