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

Authorization issue

Former Member
0 Likes
442

Hi Guys,

We are having a strnage issue. We have a SAP std transaction MIK1 which the user will run. We have given authorization for the users to run this transaction. This transaction in turn creates a BDC session which runs a BDC on MI01 transaction.

Now while processing this session the user gets authorization error indicating no suthorization for MI01 tcode. We have not given authorization for MI01 we have only given authorization for MIK1 and this in turn is creating a BDC session for MI01. We dont want to give authorizations for MI01. Is there a way without giving authorization to MI01 the users can still process the sessions created via MIK1??

Any inputs will be of gr8 help.

Regards,

VJ

2 REPLIES 2
Read only

Former Member
0 Likes
391

Hi Vijayendra

You can give partial authorisation to user for transcation MI01. I mean authorisation for display (value 3).

Award points if found useful.

Regards

Inder

Read only

0 Likes
391

Hi Indrajit,

Thanks for your inputs. With display authorization it will not work as the BDC does need a MI01 create access to create a PI document.

With display it will throw the same authorization error.

Rgds

VJ