Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Modules..

Former Member
0 Likes
540

Hi All,

Kindly let me know what is the exact purpose of the below Fm’s

K_REPO_PCA_AUTHORITY_CHECK

K_PCA_RESP_AUTHORITY_CHECK

Akshitha.

3 REPLIES 3
Read only

former_member182354
Contributor
0 Likes
507

Hi,

These generally check for authorization...

Regards,

Raghav

Read only

Former Member
0 Likes
507

HI these are for

Checking authorization for CoCde/PrCtr in information system

these are the examples for these

CALL FUNCTION 'K_REPO_PCA_AUTHORITY_CHECK'

EXPORTING

actvt = i_actvt

bukrs = i_glpct-rbukrs

prctr = i_glpct-rprctr

prctr_flag = 'X'

racct = i_glpct-racct

racct_flag = 'X'

rldnr = i_glpct-rldnr

rrcty = i_glpct-rrcty

rvers = i_glpct-rvers

EXCEPTIONS

system_error = 1

user_not_authorized = 2

OTHERS = 3.

CALL FUNCTION 'K_PCA_RESP_AUTHORITY_CHECK'

EXPORTING

i_kokrs = i_kokrs

i_prctr = i_prctr

i_vorgn = i_vorgn

i_actvt = i_actvt

  • I_NO_DIALOG_MESSAGE = ' '

EXCEPTIONS

no_authority = 1

data_missing = 2

OTHERS = 3.

reward points if useful,

venkat.

Read only

Former Member
0 Likes
507

Hi,

K_REPO_PCA_AUTHORITY_CHECK -

Check authorization for CoCde/PrCtr in information system

Regards,

priya.