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 code does not work.

Former Member
0 Likes
966

Hi Experts

I have created a transaction code: ZTest from report ZTest.

It works fine from SE38.

When I invoke from command line. It gives me screen 1000 (selection screen). When I execute, it kick me out.

6 REPLIES 6
Read only

Former Member
0 Likes
799

Hi

Switch on the debugger /H and then start executing by pressing F8.

You will know whatz happening in your transaction.

Regards

Raj

Read only

tarangini_katta
Active Contributor
0 Likes
799

Hi,

Have you clicked on the button 'professional user transaction'.

In gui support check all the checkboxes for GUI Support.

Thanks

Read only

Former Member
0 Likes
799

Hi,

pay attention in this itens:

- Transaction type with type of your program

- GUI support options

- Authorization in source code.

Read only

0 Likes
799

I have enabled all GUI support.

I clicked on the button 'professional user transaction'.

Still, It does not work.

I am not sure about Transaction type & authorization object.

Please clarify those.

Thanks for reply.

Read only

0 Likes
799

Check if program type = "1 Executable program" and transaction type = "Program and selection screen (report transaction)"

Read only

0 Likes
799

I solved problem.

Transaction type was the problem.