Skip to Content
0
Dec 13, 2007 at 10:53 PM

Authority check

710 Views

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.