‎2008 Dec 09 5:06 PM
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.
‎2008 Dec 09 5:20 PM
Hi
Switch on the debugger /H and then start executing by pressing F8.
You will know whatz happening in your transaction.
Regards
Raj
‎2008 Dec 09 5:21 PM
Hi,
Have you clicked on the button 'professional user transaction'.
In gui support check all the checkboxes for GUI Support.
Thanks
‎2008 Dec 09 5:22 PM
Hi,
pay attention in this itens:
- Transaction type with type of your program
- GUI support options
- Authorization in source code.
‎2008 Dec 09 5:28 PM
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.
‎2008 Dec 09 5:43 PM
Check if program type = "1 Executable program" and transaction type = "Program and selection screen (report transaction)"
‎2008 Dec 09 5:44 PM