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

Regarding ABAP Query

Former Member
0 Likes
445

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

3 REPLIES 3
Read only

Former Member
0 Likes
419

Hi,

Check whether you have select the second radio button at the time of creating transaction.

regards,

tanmay

Read only

Former Member
0 Likes
419

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>

Read only

Former Member
0 Likes
419

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.....