‎2007 Apr 10 1:57 PM
Hi Everybody,
I have created an ABAP Query using Single Table and query is running perfectly from SQ01 or SE38 using the generated report.
However, when I am trying to assign Transaction Code to the generated ABAP Program a runtime error occurs "GETWA_NOT_ASSIGNED"
I need a Tcode for the ABAP Query.
Please give your expert comments on how to solve the problem
Thanks in Advance.
Atul Gupta
‎2007 Apr 10 2:02 PM
Hi,
Check whether you have select the second radio button at the time of creating transaction.
regards,
tanmay
‎2007 Apr 10 2:02 PM
hi
u will have to use module pool for getting transaction.
create a screen in module pool using se80.
write the query in PBO of the screen and create transaction for the screen.
hope it helps u
regards
ravish
<b>plz reward points if helpful</b>
‎2007 Apr 10 2:07 PM
Hi Atul ,
a t-code can be created easily for ur program by going to <b>SE93</b> t-code and enter a <b>z t-code</b> name and push the create button and then save it ur development class...
and then enter a short text description for t-code for the ABAP Program and eventually choose the <b>"Program and Selection Screen (Report Transaction)"</b> radio button ..
and then enter the <b>ABAP program name</b> and <b>save the T-CODE</b> and hence using that Z T-CODE crretaed by u can be used to execute ur program.....