‎2007 May 14 9:24 AM
Hi,
i wish to check if i want the system to auto generate a transaction code for my abap program, how do i go about doing it?
i go to txn code SE93 but could not find the option to auto generate. It requires me to enter the transaction code name.
Pls advise.
Thank you
‎2007 May 14 9:31 AM
Hello Dylan
We have to create transactions by ourselves.
Display your report in SE80 and right-click on the program name and chose <i>Create -> Transaction</i>. Choose the appropriate type of transaction (e.g. report transaction for a report with selection screen).
Regards
Uwe
‎2007 May 14 9:30 AM
Hi Dylan ,
I dont think that you can autogenerate a transaction for your program .
You will have to do it manually or write another set of code to do it using BDC.
Regards
Arun
‎2007 May 14 9:31 AM
Hello Dylan
We have to create transactions by ourselves.
Display your report in SE80 and right-click on the program name and chose <i>Create -> Transaction</i>. Choose the appropriate type of transaction (e.g. report transaction for a report with selection screen).
Regards
Uwe
‎2007 May 14 9:56 AM
hi Dylan,
You have to create a Transaction code for your program either thru se93 or thru se80,
I think that transaction code cannot be created dynamically as soon as you execute or write a code....
do have to do it manuallly....
Regards,
Jayant...
‎2007 May 14 10:03 AM
I see some customised reports which have this format Y_XXX_12345678
XXX: system number
I heard that these transaction codes are auto generated. It will be hard to understand why anyone would name it this way if it is not auto generated.
btw, i am using 4.6B..
‎2007 May 14 10:40 AM
I found the answer. It is done when creating area menu, and when you add a report to the menu. There is an option to generate the transaction automatically.