Friends and Experts,
I am working on PDF based print forms and am getting form activation error. While debugging the form activation process, I get this message "No authorization to perform this action".
The code in question is related to MESSAGE ID and goes like this:
-
WHEN cx_fp_api_repository => permission_failure.
<b>MESSAGE ID i_exception -> msgid TYPE 'S'</b> -> here is where error occurs
NUMBER i_exception -> msgno
WITH i_exception -> msgv1
i_exception -> msgv2
i_exception -> msgv3
i_exception -> msgv4.
-
Please suggest solutions on how to rectify this.
Points will be rewarded for helpful answers.
Thanks,
Arun.