Application Development 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: 

SAP Query Modification

manichand_ale
Explorer
0 Kudos
430

We got a requirement from client to add one more field from the table to existing SAP Query.

Now the existing Infoset, Query and User group in DEv. are in Global Area.

Now before I add the field to existing query should I move them all to Standard area or I can change them in Global area.

How to transport them to Quality after, will there be any program or normal TR.

1 ACCEPTED SOLUTION

TammyPowlas
Active Contributor
358

If the query is global, that means it is client independent and you will need to transport it.

See https://blogs.sap.com/2013/10/25/transporting-sap-query/

If you move it to local, it's client dependent, and you can upload and download it between DEV, Q and production, if you have access.

4 REPLIES 4

TammyPowlas
Active Contributor
359

If the query is global, that means it is client independent and you will need to transport it.

See https://blogs.sap.com/2013/10/25/transporting-sap-query/

If you move it to local, it's client dependent, and you can upload and download it between DEV, Q and production, if you have access.

0 Kudos
358

Thanks Tammy. In my case I made changes to Query (SQ01) only and it got captured in the Transport directly. Now if I move this TR to quality will it work now.

Sandra_Rossi
Active Contributor
0 Kudos
358

You do as you wish, standard or global, but why changing?

Maybe your question is to know the difference between Standard area and Global area?

thkolz
Contributor
0 Kudos
358

My advice: Write a simple ALV report instead of using a query (did the same in my last big project).
Maintaining/transporting queries is a pain in the... 😉