Hi,
I have created one authorization object which has one field referring to my custom table.
Then I have created the role and assigned the role to my user.
Now I tried the authorization object in my custom report and I have given values through selection screen for checking.
Now if I give any value for checking it is giving sy-subrc = 0 even if I didn't assign this values against field in PGCF.
My report code is as follows:
My authorization Object is ZTEST1 and field is ADRE_NUM .
The authorized value if from 100 to 200, but if I give 205 also sy-subrc gives 0.
Can anyone help me?