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

Transaction creation

Former Member
0 Likes
646

Hi everyone,

I have a report programme which begins with a select screen. Now I need to create a transaction which could run directly this programme. Can anyone tell me how to make this transaction ?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

hi,

go to transaction se80

and then in the repository browser,

in the drop down select program,

and then enter in the program name and press enter

right click on the program and then click on create and click on transaction.

enter the required fields and your transaction is created....

save the entries you made..

thenopen a new window of sap

and enter the transaction code your program will execute with that transaction

Regards,

Siddarth

4 REPLIES 4
Read only

Former Member
0 Likes
602

go to SE93 and give your program name over there and also a transaction name you want for this program. Save . Now you can execute directly using the TCODE created .

Read only

Former Member
0 Likes
603

hi,

go to transaction se80

and then in the repository browser,

in the drop down select program,

and then enter in the program name and press enter

right click on the program and then click on create and click on transaction.

enter the required fields and your transaction is created....

save the entries you made..

thenopen a new window of sap

and enter the transaction code your program will execute with that transaction

Regards,

Siddarth

Read only

Former Member
0 Likes
602

hi

Go to se93 and create the tcode for ur pgm

Read only

Former Member
0 Likes
602

Thanks for you all!