‎2008 Dec 12 6:01 AM
Hi all,
I have an authorization object 'YTEST_VOL1',and would like to know why it is not getting accessed even though I am an authorized user.
Can any one let me know how to debug the code inside the following code..?
authority-check object 'YTEST_VOL1'
id 'Y_APPL' field lv_application_id
id 'Y_ENDPOINT' field lv_endpoint_name
id 'Y_BYTE_CNT' field lv_byte_count.
if sy-subrc eq 0.
rvv_flag = 'X'.
endif.
Thanks,
Ram
‎2008 Dec 12 6:24 AM
Hi,
That's ABAP statement, you can do a debugging on it.
Just check the return value of the authority-check statement.
eg. if return value '4' means user has no authorization for such an action, etc.
And need to check with Basis people, if this authorization check doesn't work.
Hope this help.
Cheers,
‎2008 Dec 12 6:24 AM
Hi,
That's ABAP statement, you can do a debugging on it.
Just check the return value of the authority-check statement.
eg. if return value '4' means user has no authorization for such an action, etc.
And need to check with Basis people, if this authorization check doesn't work.
Hope this help.
Cheers,