Hi Experts,
I have a requirement of displaying an ALV Report and in that report in the last Column I need to display the Plant Country Flag image.
1) The first requirement is to upload all the Country Flag Image into a Z custom table.
2) The 2nd requirement is to read this table in the Z report and display that image in the Output.
I tried uploading the Image in Binary format into the Ztable but I am not sure how to read it and display it in the ALV Output at row level. I am using the REUSE_ALV_GRID_DISPLAY to display the ALV.
Kindly provide me with some sample code for the same.