ABAP Quary in Production

Dear All,
I am the functional person, i dont know ABAP.  I have a doubt, Can we create ABAP Quary in directly Development. 
Raj

Hi Raj ,
SQVI is for SAP Quickviwer and SP01 for SAP Query,
you can use both to run a wizard , which will automatically create report for you.
you should try in development or quality.Testing is not recommended in production.
you can search for the procedure on SDN or use SAP help.
Hope you get it.
Edited by: Harsh Bhalla on Nov 14, 2009 11:05 AM

Similar Messages

  • How to make inactive ABAP Program in production system

    Dear Expert,
    I have a lot abap program in production system which are not used anymore and my company plan to upgarde our SAP system, therefore to reduce the effort for the SAP upgarde I will  deactivate the unused ABAP program.
    My question how to change the active abap to inactive in production system ?
    Thank you in advance.
    Best regrads,
    Tjandiagung

    Program details are stored in the table REPOSRC.
    Primaray keys are PROGNAME and R3STATE.
    Suppose if the program zxy is in active state, then enry will be
    ZXY  A
    Suppose if we made some changes to it and saved, so the program is in inactive state. so one more entry will be there in the table
    ZXY A
    ZXY  I
    So if you add like this for the program which you want in the table REPOSRC, then that programs will be in inactive state.
    Regards,
    Nikhil

  • Deactivating ABAP UNIT in Production system

    Hi All,
    I have gone through the documention of ABAP UNIT for unit testing. In the documents it is mentioned that the Test classes created for Unit Testing are Local Classes and does not make any negative impact on the Production environment Because these classes are Inactive in Production system.
    Can anyone please reply to the follwoing:
    1) Are the Test classes Inactive by default in production system?
    2) If No then what is the procedure for Deactivating Test classes in the production environment?
    3) What is the transaction code for checking the status (active/inactive) these classes?
    4) Is the menu path Programs->Test-> ABAP_Unit is inactive in production?
    Thanks and Regards,
    Ashvender

    1) Unit Test Framework will look for the Type of Client. If your client is Production client, Unit test framework will automatically make them inactive.
    The check happens to allow to run Unit test in FM SABP_AU_TEST_PROGRAM_FROM_EU.
    3) Unit Test classes will be complied in the production system but you will not be able to exectue them.
    When we create Unit test in development, Table TAUNIT_PROG_INFO is being updated (HAS_TESTS = 'X'). But when we transport our objects along with the ABAP Unit in Production client, this table is not being updated.
    4) You can try running the ABAP unit by Program > Test > Unit Test in Production, but will give you message "Unit tests are not possible in production clients".
    Regards,
    Naimesh Patel

  • How to download run time ABAP dump in production environment

    Hello,
    I am getting run time ABAP dump in production environment. Please guide me onHow to download run time ABAP dump in production environment?
    Also, please tell me how best can analyze that dump. Like there are tools like gdb, purify etc. to analyze problems in other languages.
    Regards,
    Sameer.

    Hi,
    Go to ST22, and Double click on the error line, It will show you the detailed analysis.
    See the section How to correct the error for details on error correction and the instructions to download the log( you can download in the format you want - HTML would be a nice option).
    And there are no tools to analyze errors but ST22 has a large data regarding the location of the error, the reason and the source code which caused. So you need to use the debugger to reproduce the error and check the source code,
    Regards
    Karthik D

  • Import issue for ABAP program in Production Server ?

    Hi Experts,
    I have an ABAP program which gets executed properly in BW Development server but getting the following error when I am trying to execute it in the BW Production while  I could activate the program successfully.
    Kindly help me to resolve this issue.
    Thanks in advance !!!
    Regards,
    Gokulkumar RD

    Hi Golkul,
    Can you debug the program while execute?
    I think there is some hardcoding in the program for checkiing the client and then raised a custom message in the program.
    Can you share the coding of the prorgam if possible?
    Try to check for any messages raised in the program. Also click on the on the message pop up and see the details on the message and let us know.
    Thanks
    Amit

  • Transport of ABAP query to production server

    Hi!
    I have developed a report with ABAP query in development server with transaction codes SQ01, SQ02 AND SQ03 respectively.
    I also got the program name from SQ01.
    Now , how to attach a transaction code with the program that is generated from ABAP query and transport it to production server
    successfully.
    If the program is attached directly to the tr code through SE93 and transported----- program is not found in the pr. server.
    pls help me out , requirement is very urgent.
    points to be rewarded .
    regards
    Amit

    hi amit,
    if i understood correctly.is ur query and infoset transported or imported to production.
    Regards,
    sudheer

  • ABAP KT TEMPLATE Production support project

    Hi all
    I am looking for ABAP KT Template for production support project. If anybody having such kind of documents Kindly send me on [email protected]
    Regards
    Anu

    Hi
    I saw ur posting during my search for similar (KT) template
    If u have got any template kindly mail me at [email protected]
    regards
    sada

  • ABAP Update to Production Order Sequence

    Good afternoon PP Gurus,
    We are creating an inquiry that shows all production orders for a given work center.  What we want the inquiry to do is then allow the user to change the sequence AFKO-CY_SEQNR and then save the new value back to the order header AFKO.
    Example Inquiry.
    Work Center: 123
    OrderNumber  Part   Description  Sequence
    100001           123   Part123             _
    100002           456   Part456             _
    100003           789   Part789             _
    100004           000   Part000             _
    So we need an ABAP object that would take production order as the key and allow a change to sequence number CY_SEQNR.
    We're running an older R/3 version 4.7.
    Thanks in advance for any information that you might share.
    Chad

    Don't sweat this one gang.
    Our current version of R/3 does not contain any native ABAP that allows for us to update the production order.  We came up with our own FM created off a recording of CO02.
    Thanks,
    Chad

  • Too many abap dumps in production system

    gurus ,
      i have a doubt .   there was around 56 abap dumps by a single user .
      i just want to know whether having these much of abap dumps in the production will hit performance system in a way or other ?
    if so i can make alert them on the criticality of running a report in production .

    "the problem is , most of the dumps are SYNTAX_ERROR which are generated by the customized reports created by the users"
    Good!  I much prefer them to the "there is something wrong with your system" type dumps.
    "these people make a direct attempt in production directly resulting in lot of dumps .
    we have a quality client with the latest production datas , but they dont do their first .
    i am not sure whether this practice will really hit any performance issue .
    if so then i can insist them the importance of being alert before making an attempt in production"
    Bad, bad, bad practise. 
    As you have mentioned a QA system, I'm assuming that you have at least a 3 tier landscape ... tell the developers  to use it!
    p.s - the problem isn't so much that the users are running the reports directly in Prod, it's that the reports haven't been tested properly before they reach the Prod system !

  • How to delete ABAP program of production environment

    Dear Experts,
    I have to delete a Z program, exists in production environment. But the program does not exist in development environment. Is this possible to delete the program using transport request? or other ways to delete the program in production environment.
    Thanks in advance.
    Tanay

    Hi Tanay,
    If you have access tcode SE80 in Production system, you can delete it.
    Srivijay

  • Webdynpro for ABAP not closing browser window after click Exit

    Hi Experts,
    We come across a minor problem when executing a Webdynpro for ABAP on our Production Portal.
    We have a "Exit" button which suppose to close the browser window with the webdynpro codes called but it failed to do so.
    The execution steps of the Webdynpro app:
         Click  "Exit"
         Click  "No"
         Results message in the browser:
    The code we use to exit and close the Web Dynpro application
    * Code to close the application when the WebDynpro is executed
    * as an independent application
    * Also requires an Outbound Plug (GO_EXIT) in the main Window
      data : lr_ref      type ref to ig_main_window.
      lr_ref = wd_this->get_main_window_ctr( ).
      lr_ref->fire_go_exit_plg( close_window = abap_true ).
    What would be the issue causing this, the Webdynpro codes or Portal config?
    Our systems are SAP NW 7.31 with:
    ECC6 (Basis 731 SP10)
    Portal (Basis 1000.7.31.7.0.20130227234100)
    Thank you for your help & advise.
    Derek Phung

    Hi Tashi,
    Thank you for your quick response & help.
    According to your more info link, the check will return ABAP_TRUE as the webdynpro app is ran on Portal.
    Sorry i should have mention that I got it working on our Dev & Test portal but now forgotten how i have done it, we now need it config for our production portal. I have vague memory collection that i config it somewhere on the portal, maybe one of the Application Modules in NWA?
    Any advise, help, hints would be very much appreciated.
    Thank You & regards,
    Derek

  • Debugging abap webdynpro application

    hi gurus,
    an abap webdynpro application is runninf fine in developmernt server but not in production system. i transported the application again to refresh the application in production. but still the error persists. now i want to debug the abap editor in production system. so i wrote code 'BREAK POINT' in abap editor. but program is not stopping at this code. in dev as well as in prod system. please suggest.
    Moderator Message: There is a separate forum for Webdypro for ABAP. Please post your question there.
    Edited by: kishan P on Nov 29, 2010 1:25 PM

    Hi
    Few links to check:
    External debugging is not working
    Re: Debugging Abap webdynpro appln
    Re: Unable to Debug WD ABAP application
    Dedug is not working in Production Server.
    a) Check on number of R/3 sessions opened at a time.
    b) Check that user ID configured in portal using System Mapping Under 'Delegate User Administration' is the same user for which you are setting external breakpoint in backend system.

  • ABAP Query to Report

    Hi All,
    There is a ABAP Query in production. I need to replicate the same as a report. How do I do it ? I am not aware of abap objects . Please help me .
    Thanks,
    Amit

    Hello Amit,
    The best option is go to SQ01 in production. In this Query->Display report name. Pick up the name and goto SE38. enter the name and open the program. Then goto menu UTILITIES->More Utilities->Download. This will download the program. Go to your development system and follow the second step but now do an upload into a new Z program. This will generate a report fro the same query which you can take to production using transport request.

  • Re:Role of an Abaper in support projects

    Hi,
    What can be the role of an abaper in support projects and moreover what is production support and development support.How do we handle issues in production supoort i.e., we directly login to the production server and solve or we copy the code in development and solve.
    Plz clarify....
    Thanks
    Vamshi

    Hi Vamsi,
    Abaper role in Support projects is solve the issues of ABAP related in production. it may be data inconsistance, program logic is incorrect, data dictionary issues, Dump error and so on. You can analyse in production server and do necessary changes in develoment server. Development server having program no need to copy it.

  • Product system not in LMDB only in SMSY

    Hi Solman experts,
    I have a question regarding Solman products in LMDB and SMSY.
    After updating Solman 7.1 from SP08 to SP10, in Managed Systems Configuration, Assign Product step I get the following errors:
    (I am using ABC as SID)
    ABC00001~JAVA: part of product system ABC, which is not in LMDB but only in SMSY
    ABC~ABAP: part of product system ABC, which is not in LMDB but only in SMSY
    In SMSY i see that under ABC there is both ABAP and JAVA whereas under ABC00001 there is only Java (in Products system).
    The Diagnosis of Solman for this error is:
    Diagnosis
    The technical system ABC00001~JAVA is assigned to product system ABC, which was created in transaction SMSY and has not yet been migrated into the Landscape Management Database (LMDB).
    The technical system ABC~ABAP is assigned to product system ABC, which was created in transaction SMSY and has not yet been migrated into the Landscape Management Database (LMDB).
    System Response
    Procedure
    If the product system information in transaction SMSY is still required for your system landscape maintenance, migrate it to LMDB. You can do this in the SAP Solution Manager: Configuration work center under System Preparation -> Prepare Landscape Description -> Migrate SMSY Data into LMDB -> Migrate Product Systems. (For more information, refer to the help text in the UI.)
    If the product system information in transaction SMSY is no longer required for your system landscape maintenance, delete the product system information in SMSY.
    Could anybody who had the same experience share their opinion on this case. This LMDB<>SMSY change is very confusing at this step. Would be more meaningful to execute the optional migrate from SMSY step or delete the product. the second seems a little bit meaningless in this case.
    Thanks in advance.
    Regards

    Hi Shkëlzen,
    then that could be the reason why you have some system(s) in SMSY and LMDB.
    As far as I understood you need to migrate all your Landscape from SMSY to LMDB by using the step "2.4 migrate smsy to lmdb" as mentioned by Jansi Rani Murugesan at http://scn.sap.com/message/15079962#15079962
    It might happen that this transformation creates double system entries in LMDB by adding the 0000x to the SID. But this is only an visual "defect".
    Once you have done the conversion from SMSY to LMDB you should get this issue resolved.
    The conversion report took me more than 48 hours to complete. This is totally normal. You can execute some database statistics updates and/or check/optimize the profile parameters and hope the conversion runs faster.
    Hope this helps,
    Niklas

Maybe you are looking for

  • Internal Error -5000 when creating AP Credit Memo

    hi all, i've some problem when trying to create AP Credit Memo  using VB.Net via SAP B1 SDK. My application keep throwing error "Internal Error -5000 Occured" My friend suggest me to create AP Credit Memo using SAP B1 application first, then try usin

  • Issue with SaveAs PDF using XSLFOP

    Hi, We have been using SaveAs method to generate PDF files using XSLFOP technique successfully, however, recently we ran into an issue where a very large report (about 100+ pages) generated a PDF file that could not be opened. We get the following er

  • Error with SAP MDM Server

    Hi All, We are working on discovery server version 3. After I mount the server and when i start the repository i cannot start it and get the following error u201CError Starting hp-discovery server (MDM Server) : Could not open the service control man

  • Launching a subvi as a separate application

    I posted last week about opening a subvi in its own window and was able to do so sucessfully. But, I would actually like the subvi to run as it's own separate program, rather than as a subvi. Is there any way for me to do this? In the main program, I

  • Droid X hotspot update for Android_Freak

    Android_Freak...here is my promised update... PING...131 DOWN...1.47 UP...0.46 Tested using Laptop, Ipod, and Kindle running simultaneously on 9/12 using speedtest.net on laptop. No problems what so ever...speed stayed consistant while doing/dl sever