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

SAP Query

Former Member
0 Likes
582

Hi

I have one query designed by somebody else. When I see the code generated for this query is different in developmenet and production. While in dev everything is plane program, the same has been achived in production through different FM. I could not understand the reason. My question is I see there is a SELECT statement which we want to change, I want to find out is how it has been inserted into that FM because I dont see the same SELECT statement in design mode. Any clues would be helpful. I am trying to get the access key for the FM but can we avoid using access key?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
559

analyse query with tcode SQ02, especially additional codings!

A.

4 REPLIES 4
Read only

Former Member
0 Likes
559

Hi ,

you cannot write select statements in query.

You can transport the query from developemt to production or vice versa.

Just copy fron prod to development server then look for conditions and field list.

you will definately find something which is relevant.

hope this will help.

Read only

andreas_mann3
Active Contributor
0 Likes
560

analyse query with tcode SQ02, especially additional codings!

A.

Read only

0 Likes
559

Thanks Andreas.

thanks all for your help, it was in additional coding.

Read only

former_member201275
Active Contributor
0 Likes
559

Hi,

It sounds like you are new to SAP Query, here is a nice document which explains everything you need to know:

http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf

regards,

Warren.