Application Development 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: 

create transaction code for abap report

Former Member
0 Kudos

Hello,

don't know if this is the correct subforum (sorry in advance).

I have created a ABAP Report in SE38 having a SELECTION-SCREEN.

Now I would like to have a Transaction code to refer to the report. So that I can call the Transaction and then get the selection screen to use the abap report.

How can I do this the simplest way? I can't find anything in google, can you give me some hints?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1. Go to SE93

2. Enter Short Text

3. Check wehther it is for

a. pgm with screen

b. pgm with sel.scrn

c. Txn with variant

d. Txn with param

e. Method of class

4. Enter the pgm name

5. If you want to add an authorization objetc.

Reward points if useful.

15 REPLIES 15

Sm1tje
Active Contributor
0 Kudos

Transaction SE93, or from SE80, right mouse click on report and create transaction.

Edited by: Micky Oestreich on May 5, 2008 1:35 PM

Former Member
0 Kudos

Goto SE93 and create a Tcode for the program ...

Former Member
0 Kudos

hi,

just mark your program in object navigator with your mouse,

right click context menu, ckoose create, transaction.

bye

prasanth_kasturi
Active Contributor
0 Kudos

hi

goto se93

give transaction code and click create

select the second radio button(transaction code for reports)

give short description and press enter

after that give your program name

and select the gui check boxes as required for html ,java,

and save it

you can use the transaction code

REGARDS

PRASANTH

Former Member
0 Kudos

1. Go to SE93

2. Enter Short Text

3. Check wehther it is for

a. pgm with screen

b. pgm with sel.scrn

c. Txn with variant

d. Txn with param

e. Method of class

4. Enter the pgm name

5. If you want to add an authorization objetc.

Reward points if useful.

0 Kudos

1. Go to SE93

2. Enter Short Text

3. Check wehther it is for

a. pgm with screen

b. pgm with sel.scrn

c. Txn with variant

d. Txn with param

e. Method of class

4. Enter the pgm name

Plus

click on SAP Support

and click check button:

a) SAP GUI for HTML

b) SAp UI for Java

c) SAP Gui for Windows

Plz. reward if it useful

0 Kudos

Hello.

SE93 worked so far.

But now I want to make a TN-Code from a ABAP Report, that calls a Function from se37. When I want to save as "local Object". I get the error "can't save in foreign namespace".

The Report is just this one RFC Call using a RFC-Destination.

Can you help me creating the TN-Code?

0 Kudos

hi check one thing...local objects are not transportable if you want to transport the object it must be saved under the transport request..

regards,

venkat

0 Kudos

hm transporting means: transporting to another sap system. I don't want this at the moment.

so where exactly do I need to create a package? I can't use the Functiongroup as I tested.

0 Kudos

Hi,

You Can Create Package in SE80 Transaction Code.

Or

Directly You can Use Transaction Code SE21.

0 Kudos

I just created a package in se21. But by using this package I get the same error.

Former Member
0 Kudos

Hi

Use SE93 transaction and choose program and selection screen report transaction

Regds

Seema

Former Member
0 Kudos

Hi Daniel,

Go to SE93, select transaction with selection-screen optionand give the program name and other details.

Hope this is helpful to you. If you need further information, revert back.

Reward all the helpful answers.

Regards

Nagaraj T

Former Member
0 Kudos

new problem

0 Kudos

hi,

in this case ,u can create a transaction only by saving it in a package.

reward if hlpful.