Friends,
I am trying to read values from MARC table.
This is the code i wrote:
data zstruct type marc.
select strgr into zstruct from marc.
endselect.
When the program is run, the values of strgr are not getting populated in zstruct.
Please let me know what is missing.
Thanks and Regards.