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

ABAP Query Program name is !Q........

Former Member
0 Likes
1,066

Hi Friends,

I have created ABAP Query and on executing its running fine and in status its showing the program name starting with !QTQO2C=========PRICING005==== instead of AQTQO2C=========PRICING005==== ...

On checking the both in SE38 it says as not Exists. Please help me in this .

Thanks

Rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
964

Please generate the program. TCode SQ01. Enter your Query Name

Query>More Functions>Generate Program.

Thanks!

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
964

I think you have to activate it again...names starting with ! means copy from buffer usually.

Read only

Former Member
0 Likes
965

Please generate the program. TCode SQ01. Enter your Query Name

Query>More Functions>Generate Program.

Thanks!

Read only

Former Member
0 Likes
964

Hello Rajesh,

When you create a query, SAP Creates a program internally. So it is that program name. You cannot see that program.

Rgds,

Rupali.

Read only

Former Member
0 Likes
964

Thanks Pankaj....it is now solved after generating the Program...

Read only

Former Member
0 Likes
964

Thanks Everyone...