cancel
Showing results for 
Search instead for 
Did you mean: 

MB52 alternative with profit center restriction

0 Kudos
328

Hello

my customer wants to give MB52 to user but today, if you want to display the stock value, you have to enable F_BKPF_BUK so data for a full company code.

My customer would like to restrict at profit center level. is there another transaction that could be serve this purpose? we would like to avoid building customs program for that

Accepted Solutions (0)

Answers (2)

Answers (2)

Neeraj_Jain
Active Contributor

Hello Sebastien De Myttenaere,

Have found following solution. Might be it's helpful to you.

Check out this t code s_p00_07000139 here in current display variant u can filter by cost/profit center.

Plt confirm if it's works for you.

Regards,

Neeraj Jain

raymond_giuseppi
Active Contributor
0 Kudos

You could

  • Use an implicit Enhancement at start or end of form check_authorization(RM07MLBS) to add your own authority check in the code.
  • Create a Z-copy of the transaction, then call SU24 and copy the authorization data from MB52 transaction, deactivate the check on F_BKPF_BUK in your new transaction, also add the new authorization in SU24 (so PFCG will get it)