Skip to Content
0
Former Member
Jan 16, 2012 at 07:55 AM

User Authorization problem in BAPI BAPI_REPMANCONF1_CREATE_MTS

126 Views

Hi Experts,

I am using the BAPI BAPI_REPMANCONF1_CREATE_MTS for the posting MFBF.

But for some user this BAPI returning error message ' user doesnt have authorization to post MFBF'.

This BAPI is calling function module RM_CHECK_AUTH_BACKFL to check the Authorization.

i checked the BAPI , BAPI has called this function module 4 times with different parameter.

i want to call the function module RM_CHECK_AUTH_BACKFL before calling the BAPI BAPI_REPMANCONF1_CREATE_MTS

and capture the error. if user have authorization than only it has to post.

i am not able to check which parameter checking user authorization for function module and i dont have the debug authorization also for the user id which dont have authorization for MFBF.

Can any one tell which and all paramter i have to pass to function module RM_CHECK_AUTH_B to check user authorization.

Regds,

udupi