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

Former Member
0 Kudos

Hi all,

is it possible to create a transaction code for a report that has no selection screen und no screens (dynpros)? I've tried to create a transaction code for my report by using SE93, but there was no appropriate radio button for a report without screen.

If it is somehow possible, how can i do that?

Regards

Mark-André

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes, you can create a transaction for the same.

1. Goto the report in SE80 transaction.

2. Right click on the report and select Create Transaction Option.

3. In the pop up, give the desired tcode name and select 'Program and selection screen (report transaction)' option.

This should work.

Regards,

Vinodh

6 REPLIES 6

Former Member
0 Kudos

Hi,

1. You can create object transaction , for OO class methods.

2. You can create variant Transaction by giving reference of other transation.

Otherwise for report i dont think so any such option possible.

Reward if useful!

Former Member
0 Kudos

Hi,

Yes, you can create a transaction for the same.

1. Goto the report in SE80 transaction.

2. Right click on the report and select Create Transaction Option.

3. In the pop up, give the desired tcode name and select 'Program and selection screen (report transaction)' option.

This should work.

Regards,

Vinodh

0 Kudos

"Program and selection screen" is right.

Thanks!

Regards

Mark-André

0 Kudos

Hi,

You can select the option Porgram with Selection screen.

Its not mandatory that you have a selection screen in a Report porgram.

DOnt forget to mention the GUI capability of the report in the transaction.

Regards

Sesh

Former Member
0 Kudos

Hi Mark,

You can select the option

'Program & Selection Screen (report transaction)'

though there is no selection screen.It will work.

Reward points if Useful

0 Kudos

but how can i find the object which i want to create tcode in SE80?