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

Authorisation to transactions for batch input

Former Member
0 Likes
731

We have a reuirement where in the user should have access to create vendors through batch input (BDC) but the user should not have direct access to tcode XK01. Is this possible?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
641

In that case is it possible to lock the transaction for direct access by the user?

We have a reuirement where in the user should have access to create vendors through batch input (BDC) but the user should not have direct access to tcode XK01. Is this possible?

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
641

Hi,

Welcome to SDN.

Its very important the user who is running the BDC should have access to that Tcode.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
642

In that case is it possible to lock the transaction for direct access by the user?

Read only

0 Likes
641

you can do that, normally what is followed in that case is to designate a single user Id for BDC executiona nd give it all the access so that it can be useful in tracking down the changes and all the other work too.

Also, this will help in avoiding other users from making changes,

But for using this option you have to discuss with you project manager and the client.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
641

Thanks Amit for the idea.