Hi guru's
Is this is what we do in ABAP end to restrict to give access to the total field?
loop at itab.
AUTHORITY-CHECK OBJECT 'ZSALK3'
ID 'ACTVT' FIELD '03'
ID 'SALK3' FIELD itab-kunres.
if sy-subrc <> 0.
MESSAGE s120(m7).
endif.
endloop.