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

First column in ALV report is coming as blank

anuj_srivastava
Active Participant
0 Kudos
1,617

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

7 REPLIES 7
Read only

Former Member
0 Kudos
963

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

Read only

Former Member
0 Kudos
963

Hi Anuj,

Did you debug and see data in field catalog table & final internal table?

BR.

Read only

Former Member
0 Kudos
963

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.

Read only

anuj_srivastava
Active Participant
0 Kudos
963

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

Read only

0 Kudos
963

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

Read only

Former Member
0 Kudos
963

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

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
963

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