2013 Jun 26 10:27 AM
Hi All,
I am using REUSE_ALV_GRID_DISPLAY in some of the reports. It were all working fine few days back. But today I cam around a issue with these reports. In all the reports the first column is coming as blank. I checked the internal table being passed to the function module, they have the requisite data.
If any one of you have ever faced this issue please share the solution for the same.
Regards,
Anuj
2013 Jun 26 10:34 AM
Dear Anuj,
Please run the ALV using debug mode and check whether correct values are available in the internal table which was passed in the REUSE_ALV_GRID_DISPLAY. In case of no values then please check the ABAP logic and correct.
Regards
Vaman Kamat
2013 Jun 26 10:36 AM
Hi Anuj,
Did you debug and see data in field catalog table & final internal table?
BR.
2013 Jun 26 10:39 AM
Hi Anuj,
Please check the fieldcat internal table which you had refered for the first field.
Let me know if any clarification/help required.
Thanks & Best Regards.
Pavan Neerukonda.
2013 Jun 26 11:12 AM
Hi All,
I have already checked my program before starting this discussion. There are no issues with the data or the field catalog.
Look like same patch or note is applied which I am not aware of. So just checking if any one of you have ever come across this situation and if you have, what was the solution for that.
Regards,
Anuj
2013 Jun 26 11:30 AM
Hi Anuj,
This could be a problem with the ALV buffers. Run the following programs to clear the buffer and see if it works.
BALVBUFDEL
BCALV_BUFFER_DELETE
BCALV_BUFFER_DEL_SHARED
https://scn.sap.com/thread/739540
Regards,
Asik
2013 Jun 26 11:16 AM
Check the field which is coming blank with its reference fieldname and reference tablename from field catalog. If it differs, you get blank values.
regards,
vishram
2013 Jun 26 1:42 PM
First, perform the Consistency Check, then look at field catalog and layout.
Last time I saw such error, the developper did not define the selection box field as a technical field (TECH) in the field catalog, and created a default ALV display variant which did not display the field, and of course a final user changed the default variant...
Regards,
Raymond