cancel
Showing results for 
Search instead for 
Did you mean: 

cx_fp_api_repository permission failure error

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved

0 Kudos

Hi,Arun:

How to solved it?I have same error!