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: 

Tcode ZPPS - Access to Conversions and Reports

Former Member
0 Kudos

How do I give access to only

1. Conversions

2. Reports

in Tcode ZPPS

Please advice

2 REPLIES 2

Former Member
0 Kudos

it's a custom t-code, you should ask your developers how it works.

If the restrictions are not there already then they need to include authorisation checks.

Former Member
0 Kudos

A Z Transaction is your customer namespace (Z*), therefore it is a custom transaction created by an ABAP Developer for your system.

If the transaction does not already have authority checks you can add these by using the AUTHORITY-CHECK ABAP statement, see http://help.sap.com

If a standard SAP object does not serve your needs for this, you may need to create a custom Authorization Object too.

Regards

Ashley