Query name genration in sq01

Hi all,
    I am creating query in development server. After creation of query, program name generated by the system is AQSECO==========ZSALES_REG====.
After that I am copying the same query in quality server and program name generated by the system is
AQPMCO==========ZSALES_REG====.
There is a difference in both program names generated by the system.
When I copy same query in Production server I got same name as in Quality server.
Can some one please help me by suggest the possible reasons why these name are different.
Thanks and regards
Deepak

AQSECO==========ZSALES_REG====.
AQPMCO==========ZSALES_REG====.
looks like AQ is common and SECO and PMCO are the user groups.. try to maintain the same user goups in both DEV, Quality and dev... then the prog name will remain same.
AQ<user_group>======<queryname>==== : Program name

Similar Messages

  • How to  find out  Query name if i have Program generated by Query

    Hi Gurus,
    Can you please let me know the Query Name if i have the Program name.
    The program name is : AQTQP2P=========INVENTORY_SUM=
    I thought P2P is the user group and either "INVENTORY_SUM"  or  "AQTQP2P"  is the
    Query name but both doesn't exists in the system.
    Is there any way to get the correct Query name and User Group from the Program name.
    I have an FM : RSAQ_DECODE_REPORT_NAME  to get Query name and User group name
    but the reults given by them are P2P as user group and  "INVENTORY_SUM"  as Query name.
    I did not find any one of them in SQ01.
    Can you please help me out.
    Thanks,
    Vinay.

    Hi ,
    Thank for the information.
    In have both the Function modules.
    1. To get Query name from report name
    2. To get Report name from Query name
    I did all that stuff, still i did not find the User group or alteast some where near to it..
    there is no User Group that starts with letter P.
    But The report name is there
    i could execute it in both foreground and in background and able to get the Output as well.
    May be it is deleted from Development system.
    I do not have auth in QA and in PRD to check it.
    Can you please let me know
    By any chance the Query can get deleted and the corresponding program exists for that Query and
    we can work with the report even if the Query is deleted.
    Any ways i am goind to give you points (Vinod/Atish) for your help.
    Thanks,
    Vinay,

  • How to find a query name from report name

    I have a report in my system with the name AQICMM==========P2============ . I believe this was created from a query. How to find the query corresponding to this report ? I need to change the logic for certain columns of the report. How to know if this was created from SQVI or SQ01 or any other transaction.
    THanks.

    Found it..Query name is P2. It was in a different query area..Standard area and not custom area where I was initially looking at.
    Edited by: Shareen Hegde on Aug 22, 2008 5:14 PM

  • How to find the query name using infoset name

    Hi Experts
           Iam new to the sap queries(SQ01,SQ02), some queries already created.
          now i want to do some modification, my problem is i am not able to find the query name.
          I know the infoset name, can you tell me how to find the query name using the infoset name, is ther any table for this.
    i tried in sq01 also, but its confusion, pls advice me on this.
    thanks in advance.
    regards
    rajaram

    Hi
    try like this..
    SQ02 --> go to --> Query Directory..
    from there you can get all the queries belong to a Infoset.

  • Query generated program in sq01

    Hi Experts,
    Im changing a query (adding new fields) in the infoset and regenerating the program. The program name is getting changed. Im not sure if the name gets changed for every change we make in the query. Is it possible to use the old query name with my new changes?
    And one more requirement is, i need to create a new query. Instead of letting the system to generate an automatic program, is it possible to assign my own name eg: (AQAAQM==========W_BARRDATEN==) to the new query??

    Hi,
    If you are using SQ01,SQ02,SQ03 for Query,then the same query u can modify n number of times.
    it doesn't matter.
    Through Sq02 you can change the query and execute through Sq01.
    Regards
    Arbind

  • How to fine query name for given transaction

    how to find query name for given transaction

    Check out the related thread
    https://forums.sdn.sap.com/click.jspa?searchID=1491773&messageID=959848
    Use T/code SQ01 to find query. after this transaction select client specific Query areas via
    Menubar>Environment>QueryAreas--> Select Client Specific.
    Regards,
    Santosh

  • Find Query Name in Transport Request or In TR what are Queries.

    Dear All,
    I would like to find a Query Name in Transport Request(DEVK.....)  or  Vice-Versa in Transport Request (DEVK........), what are the queries are included.   I created SAP Query using SQ01 and assigned the InfoSet.  The query is succesfully executing and getting the required result but I dont know the Transport Request Number which was created.  In stead of creating New request, I would like to know the existing Transport Request what are the Queries are assigned.
    Regards,
    Ujed.

    Hi
    If you have included the Query in Transport using SAP Query Transport tool, it creates Transport request and makes an entry in the table AQTDB. Check the table entries in the table AQTDB.
    ~~~Ganesh Kumar K.

  • How to get query name?

    Hi:
    There is a report 'AQFLINDIA_FA====Z_REGISTER====',I think it's created by Query.And how to get the 'User group' / 'Infoset' / 'Query name'?
    Thanksss.

    hi,
    they will not be stored in any table but we can identify by program name itself.
    if your program name is AQFLINDIA_FA====Z_REGISTER====  then your query name is Z_REGISTER.
    from sq01 you can get infoset name of that query and from sq02 you can get user group name.
    also check these tables.
    AQGIDOC
    AQGQDOC.

  • Download BW query names in excel

    Hi Guys, This is BW question.  Can someone please tell me if I want to copy or download all the query names (not queries) in excel what is the procedure for that?
    Thanks in advance.
    Kam.

    Hi,
    you have to combine (view) / or create a query (SQVI / SQ01) with tables RSRREPDIR and RSZELTTXT.
    The link is
    RSRREPDIRCOMPUID = RSZELTTXTELTUID
    RSRREPDIROBJVERS = RSZELTTXTOBJVERS
    QUERY_TECCH= RSRREPDIR~COMPID
    QUERY_TXTSH= RSZELTTXT~TXTSH
    QUERY_TXTLG= RSZELTTXT~TXTLG
    and then dump it to excel...
    You can also use the technical business content 0TCT* objects.
    hope this helps...
    Olivier.

  • Which transparent table store the Query name

    All experts:
       I create one customized Query in T-code : SQ01, named: Z* , how can i find it's name in SAP transparent table?  which table store it? thanks,
    and Also which table store the Info set name??
    Thank you very much.

    Hi,
    Use table TADIR to know the details of ABAP objects.
    or use transaction sq01 to write ABAP query.
    Regards
    Rajesh Kumar

  • How to find the query name when we know the program name? Urgent!!!!!

    The same as the title, thanks in advance!
    For example, the program for the query is:AQZZZSAPQUERY===ZPAYMENT_MEDIA.

    Hi ,
    I think you have not given the correct name of the program .
    normally it will be AQZZ/SAPQUERY/ABZPAYMENT_MEDIA====
    Take the characters from the end i.e. before '=' sign and search in SQ01 to get the query name.
    for your example, Query name may be ZPAYMETN_MEDIA itself.
    Hope it helps you.
    Kind Regards,
    Ravi Sankar.Z

  • How to find Query Name from Report Name

    I am trying to find a the query name for program AQFKSYSTQV000045ZCHECKNUMBERLU I have looked in Standard Work Area under all of the user groups but no luck. It is currently only in our Production System. Please suggest any other places I can look.
    Thanks in advance for your help!

    I apologize for not seeming like I have a clue....I did search the Forum...and maybe I wasn't clear with my question....again I apologize.....I am somewhat familiar with query and I understand that the query name is probably ZCHECKNUMBERLU. My issue is that I cannot find the user group. I have broken It is not a user group under Global Area or Standard Area. For example....We have a query named ASETAQUISITION.  The program name is AQFKAM==========ASETAQUISITION...This query is located in the AM User Group....Easy Find. However, the program in question is AQFKSYSTQV000045ZCHECKNUMBERLU. I have broken this program name apart every way I can think of and I cannot find a user group in my global or standard Area. So I guess I should ask, by looking at that program name, how do you determine what the user group name is so I can find the actual query?

  • How to get the query name from  portal report name

    Hi Experts ,
    I am given a portal report Name and asked to do changes to the queries of that ,so how do i get the query name ,
    Thanks in Advance
    Nitya

    Hi Nithya,
    You can get the technical name by selecting the role in the portal where the report is enclosed you will generally find the report in description then identify the report you are looking then double click on that you will get a window pop-up in that you will have details tab there click on the details the your Query technical name will be displayed.
    EX : zqry_w001 Then replace W with Q and seach in analyser or Designer.
    Regards
    Amar.

  • How to change the default sql servery query name?

    Whenever we click on new query button, Sql server automatically opens a new query with default name SQLQuery1.sql.
    Can I change this default name? What I mean to say is I have to work with quite a number of databases on different servers. So I open multiple queries on different server. So I was finding a way where whenever I click on
    New Query button it inherits servername or database name (e.g If I have database name like ABCD new query name should look like ABCDquery.sql ?)
    So that I can distinguish which query belong to which Database?
    I would be very greateful if you can please answer this.
    Many thanks

    Please try with different color code option for your servers:
    Ref: http://technet.microsoft.com/en-us/library/hh213617.aspx
    Set the Status Color for a Server in Object Explorer
    To set a server status color in Object Explorer
    In Object Explorer, select the Connect button and then select Database
    Engine….
    On the Connect to Server dialog, select Options >>.
    Select the Use custom color check box.
    To select the color, select the Select… button.
    Select either a basic or custom color, then select OK.
    Fill in the rest of the connection information, and then select the Connect button.
    Note: This is to identify different server connected not for databases.

  • In ST03 , how can i see the Query name, user id,how many times executed the

    HI Experts,
    In ST03 , how can i see the Query name, user id,how many times executed the query.
    these details how do i get from the above transaction.
    EX:-if there is one report name X,I want to know how many users had executed X report today,weekly,monthly.
    ex:-query userid total number of execution
    sales order 0000555 5 times
    custmer 05855 2 times
    fast reply will be appreciated,

    Hi,
    Look here:
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/54df4204892a78e10000000a155106/frameset.htm
    Also check these:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2d/b8be3befaefc75e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/ece73a39e74d27e10000000a114084/frameset.htm
    Hope this helps..
    Bye
    Dinesh

Maybe you are looking for

  • Read file in Acrobat 8 but error 109 and white pages in Acrobat 9

    Hi,      I have this problem: I generate with vb net a pdf file that I can read without problem in Acrobat 8, but when I try to read it with Acrobat 9.3 I receive the error 109 and I can see only the first page, while other pages are white. Can anyon

  • How do I upgrade to Mountain Lion?

    I have tried to follow the basic instructions for upgrade, but I think there are more steps involved with the Leopard.

  • Macbook resolution problem at startup

    I just bought Macbook Pro installed with OS X 10.8.2. Few days ago, I did presentation using projector in my client's office, after that, every time I boot up my laptop, the start up resolution is the projector's resolution, I have to wait around 10

  • FX - the transition of the tree node arrow icon

    I want to know how can I realize this following transition effect in the TreeView: There is a arrow icon for collapse and expand. I want to see that this arrow icon appears when the tree view obtains its focus and disappears when it looses the focus.

  • SIGSEGV   11*  segmentation violation - core dump

    Hi, I'm having this problem in my development machine. My machine is HP-UX 11.23. Previously i could install the application without any error. It just recently we install apache-tomcat, but i not sure if tomcat causes this problem. I did try to stop