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

Creating TCodes dynamically.

Former Member
0 Likes
1,130

Hi Experts

We are busy with a project that requires each Z or Y program to have a tcode (there are thousands).

Is there a funtion module or method that you know of that has to do with tcode creation?

or must I use a BDC?

Regards

Vic Delport

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
921

Hi

Create file with details of the program names for which you need to create transaction code and use function module RPY_TRANSACTION_INSERT to create transaction code.

Regards

Srilaxmi

4 REPLIES 4
Read only

Former Member
0 Likes
922

Hi

Create file with details of the program names for which you need to create transaction code and use function module RPY_TRANSACTION_INSERT to create transaction code.

Regards

Srilaxmi

Read only

0 Likes
921

Hi Srilaxmi

Thanks for sharing your brilliance it works like a dream.

Regards

Vic

Read only

Former Member
0 Likes
921

Hi Vic Delport,

Create Excel file with required parameters..

Transaction_Code Program_Name Scree etc etc

Upload it to your program internal table and then process the data using below FM

SRT_CREATE_TCODE_FOR_REPORT

OR

RS_TRANSACTION_ADD

OR

RPY_TRANSACTION_INSERT

Also you would like to see below thread as well

[Link for Mass Creation of Transactions|;

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

0 Likes
921

Thanks Ilesh

rpy_transaction_insert is working great..

Thanks again for the help