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

Adding multiple transaction's to a TCode at one go

Former Member
0 Likes
2,301

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
Read only

Former Member
0 Likes
1,406

Ravi,

Look into creating a catt, ecatt or ABAP program.

Search catt for more info.

Cheers,

Ben

Read only

Frank_Buchholz
Product and Topic Expert
Product and Topic Expert
0 Likes
1,406

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

Read only

Former Member
0 Likes
1,406

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

Read only

Former Member
0 Likes
1,406

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