‎2011 Jun 30 12:20 PM
Hi All ,
I have cretaed a custom transaction which uses a selection screen for inputs and it calls a custom screen for the output data display . I have used the custom screen for output because , this transaction needs to display multiple ALV grids.
This program runs fine when it is executed through SE38 transaction , but it doesnt execute when it is run as a transaction .
The transaction basically doesn't call the output screen . Can anyone suggest me how do I resolve this issue ?
Regards,
Ranjita
‎2011 Jun 30 12:25 PM
Assign the Selection-screen number (example 9000, 1100....etc) while creating the Transaction.
In the Attributes of "Transaction", mention the Screen number of your Selection-Screen number.
Regards,
Sowmya
‎2011 Jun 30 12:32 PM
Thanks for the response , but as I mentioned , the transaction is created with the selection scren and hence the transacation automatically picks 1000 as the screen number .
Regards,
Ranjita
‎2011 Jun 30 1:16 PM
Hi,
I hope i understand your requirement. Make the program as type 'M' (module pool) and then while you are creating the transaction in SE93 use first radio button.
Regards,
Nagaraj
‎2011 Jun 30 1:17 PM
When you create a transaction code you need to create the right type of transaction.
Your Tcode must be in your case a report transaction not a dialog transaction.
Check this first
Sincerely yours
Christophe Blineau
‎2011 Jun 30 2:23 PM
Hi Christ,
I have created with the report type of transaction .
Regards,
Ranjita
‎2011 Jun 30 3:02 PM
HI Ranjita,
Do you want to call directly the output screen?
Filippo