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: 

Adding multiple transaction's to a TCode at one go

Former Member
0 Kudos

Hi

Is there a way by which it is possible to add a few hundred T Codes to a role without entering them sequentially through PFCG. I explored importing them through a text file however for some reason it would not accept more than one T Code at any given point.

Lemme know if you have some ideas

best regards

Ravi

4 REPLIES 4

Former Member
0 Kudos

Ravi,

Look into creating a catt, ecatt or ABAP program.

Search catt for more info.

Cheers,

Ben

0 Kudos

It's quite difficult to use CATT for the PFCG...

And I don't have any other good news, too: The only way I know about is Copy&Paste.

<b>Adding transactions to the menu:</b>

Using Copy&Paste you can enter ~16 transactions per operation.

Note <a href="https://service.sap.com/sap/support/notes/389675">389675</a> describes the file format for uploading data for the menu. (However, the file format is quite complicated.)

<b>Adding transactions to the authorization of autorization object S_TCODE:</b>

Using Copy&Paste you can enter ~8 transactions per operation.

Kind regards

Frank Buchholz

Former Member
0 Kudos

Create a CATT using tcode - SCAT. I have done with many times and created roles with thousands of tcodes.

Former Member
0 Kudos

Firstly record the entire procedure of creating a role ....and then use CATT filling all the requirements using an excel sheet.your problem is solved