Application Development 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: 

"Disabling 'Pmnt Run' button in tcode F110"

Former Member
0 Kudos

Hi Experts,

Is there an option to disable/remove the 'Pmnt Run' button on the F110 screen for selective user id's without actually removing the transaction itself?

Warm Regards,

Vinodh Rajendran

1 ACCEPTED SOLUTION

jerry_george
Explorer
0 Kudos

Hi Vinod ,

Are you trying to enable Payment Run option to a selected set of users ?

If you are trying to secure Payment Run option to a selected set of users only , you can achieve it by authorization Object F_REGU_BUK & F_REGU_KOA .

To remove any users access to EXECUTE PAYMENT RUN for tcode F110 please remove Activity 21 from below mentioned Authorization Objects .

F_REGU_BUK FBTCH=21

F_REGU_KOA FBTCH=21;

Please let me know if you need more clarifications .

Thanks ,

Jerry

3 REPLIES 3

0 Kudos

Hi Vinodh,

You can try creating a parameterized transaction with the help of an ABAPER and disable the PMNT Run button in that. Then you can assign only the newly created parameterized transaction to the selected users.

Regards,

Nilanjan

jerry_george
Explorer
0 Kudos

Hi Vinod ,

Are you trying to enable Payment Run option to a selected set of users ?

If you are trying to secure Payment Run option to a selected set of users only , you can achieve it by authorization Object F_REGU_BUK & F_REGU_KOA .

To remove any users access to EXECUTE PAYMENT RUN for tcode F110 please remove Activity 21 from below mentioned Authorization Objects .

F_REGU_BUK FBTCH=21

F_REGU_KOA FBTCH=21;

Please let me know if you need more clarifications .

Thanks ,

Jerry

0 Kudos

Hi Jerry,

Thank you so much. The problem is resolved.

Warm regards,

Vinodh Rajendran.