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

Former Member
0 Likes
868

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
Read only

Former Member
0 Likes
829

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
Read only

Former Member
0 Likes
829

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!

Read only

Former Member
0 Likes
830

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

Read only

0 Likes
829

"Program and selection screen" is right.

Thanks!

Regards

Mark-André

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
829

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

Read only

Former Member
0 Likes
829

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

Read only

0 Likes
829

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