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

Create transaction code for ABAP program

Former Member
0 Likes
4,193

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

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,190

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,190

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

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,191

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

Read only

Former Member
0 Likes
1,190

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...

Read only

Former Member
0 Likes
1,190

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..

Read only

Former Member
0 Likes
1,190

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.