‎2009 Dec 18 9:45 AM
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
‎2009 Dec 18 10:09 AM
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
‎2009 Dec 18 10:09 AM
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
‎2009 Dec 18 10:45 AM
Hi Srilaxmi
Thanks for sharing your brilliance it works like a dream.
Regards
Vic
‎2009 Dec 18 10:32 AM
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
‎2009 Dec 18 12:36 PM
Thanks Ilesh
rpy_transaction_insert is working great..
Thanks again for the help