How to debug a report in production server

hello all,
how to debug a report in production ...
do i need to BREAK statement of that particular user.....
thanks in advance....

Vinay,
Process of Debugging in Production will be same as in Development or Quality.
But,it is not advisable to debug in Production because it may lead to inconsistency in data that's get saved to Database.So,based on the acitvity that you intend to debug you have to take some precautionary steps.Usually Debugging access will not be given in Production,even if they give debugging access you will not be having authorisation to change the values in runtime while debugging.You will not be able to put hardcoded BREAK-POINT because the Production client is meant only for display and not modifiable.
If you can provide more details of what you intend to Debug,you will be getting more info here.
K.Kiran

Similar Messages

  • How to Registered Test Server Reports into Production Server

    Hi,
    Environment:
    Test Server
    OS: Oracle Linux
    Application : R12.1.1
    Production Server
    OS: Oracle Linux
    Application : R12.1.1
    Q) I have registered Customized reports in Oracle Application R12.1.1 test Server.
    Can I registered these reports into production Server with the help of FNDLOD or any other procedure?
    Q)Without repeating registration steps in Production server.
    Thank you,
    Best Regards,

    Use OPENDATASET to opend the file in AS.
    Use READ DATASET INTO ITAB to read the data to ITAB presented in AS .
    Then use the Function module GUI_DOWNLOAD or WS_DOWNLOAD to down load the data from ITAB to PS.
    And you can't do this in background.
    Regards,
    Amal

  • How to debug a report

    how to debug a report
    i am new to ABAP

    Hi
    <b>ABAP Debugger</b>
    The ABAP Debugger is an integrated test tool within the ABAP Workbench. You use it to check the program logic and to find errors in the source code of an ABAP program. In the Debugger, you can step through the source code of a program. The running program is interrupted after each step, allowing you to check its processing logic and the results of individual statements.
    As of Release 6.10, you can also run Business Server Pages (BSP) in the debugging mode. You can also display and set breakpoints here. Business Server Pages can be displayed in the Object Navigator when you select an appropriate application under BSP Application.
    <b>Features</b>
    The Debugger provides an efficient means of identifying errors in ABAP programs. It contains the following functions:
    •    Ways of starting the Debugger
    •     Choosing different views
    •     Choosing different execution options in the Debugger
    •     Displaying source code in the Debugger
    •               Setting and deleting breakpoints
    •               Setting and deleting watchpoints
    •               Stopping a program at a particular statement or event
    •     Displaying and changing field contents at runtime
    •     Displaying ABAP Objects and references
    •     Displaying and positioning strings
    •     Setting and deleting database locks
    •     Opening the ABAP Editor, or Object Navigator
    •     System settings and runtime warnings
    <b>Starting the Debugger</b>
    There are two possible strategies for starting the Debugger in the ABAP Workbench:
    •     By setting breakpoints then running the program
    •     By running the program in debugging mode.
    <b>Setting Breakpoints</b>
    A breakpoint is a signal in a line of code that tells the ABAP runtime processor to interrupt the program at that line and start the ABAP Debugger. A distinction is made between static and dynamic breakpoints. For further information about the different types of breakpoints and how to use them, refer to Breakpoints.
    Running a Program in Debugging Mode
    You can start the Debugger without previously having set breakpoints. This is the best procedure to use when you want to test a program right from the beginning. It is also useful if you do not know the program very well and therefore are not sure where best to set breakpoints. You can start the Debugger as follows:
    From the Object Navigator     Select a report or transaction and program and choose Program &#61614;&#61472;Test &#61614;&#61472;Debugging.
    From the ABAP Editor     Choose Program &#61614; Execute &#61614; Debugging (or the Debugging pushbutton).
    From any screen     Choose System &#61614; Utilities &#61614; Debug ABAP.
    From any screen     Enter " /h " in the command field.
    <b>Checking System Programs for Errors</b>
    To check a program or program component that is part of the ABAP Workbench (for example, the Screen Painter), you must use the system Debugger. To start the system Debugger, choose System &#61614; Utilities &#61614; Debug system from any screen. To stop the system Debugger, choose Debugger &#61614; Debugging off.
    <b>
    Displaying Program Attributes</b>
    You can display the attributes Fixed point arithmetic, System program and Unicode checks active of the program that has just been executed by choosing Goto &#61614; Further Information &#61614; Program Attributes.
    <b>
    Display Modes in the Debugger</b>
    When you are debugging a program, there are various display modes that you can use. All of the display modes have the same structure. The top part of the screen displays an extract of the program source code. The bottom part displays the information specifically available in that display mode. There are also pushbuttons on the screen allowing you to switch to the most frequently-used display modes. 
    go to se38->give ur program name-.execute->give /h at command prompt->execute->now debugging will start->
    f5-used for line by line debugging
    f6-used for directly executing function modules or performs i.e. control won't go into that block.
    f7-run to cursor
    f8-direct executing.
    fileds: here we can check fild values.
    click fileds option and double click on the filed or type the filen name beside filed
    tables : here we can check the data in the internal table.
    click tables option and double click on the internal table.
    Break points:
    if you want to debug a particulr part you can use this.
    place the cursor at any perform click breakpoint or double click on that line.it will be set.
    if /h from report statement it will debug,so for debugging from particular point we will use break points.use f7 to traverse between multiple break points.
    Watch-points: In some cases we need to check the data populated in the internal table for eample if we want to check the data of internal table record belongs to 100th vendor we will create watch point for this goto->breakpoints->create watch points->give filed itab-lifnr->=->100.
    debugging procedure:
    Use '/H' in the command line and execute the report/program, so that it goes to debugging mode
    2. keep a hard coded break point in the code like BREAK-POINT and it stops there.
    3.From the program Menu, Keep the Soft Break-points and do the debugging.
    see the links
    Refer to this thread
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.sappro.com/downloads/Settings&SystemAreas.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=2673672&messageID=3187106
    https://forums.sdn.sap.com/click.jspa?searchID=2673672&messageID=850453
    https://forums.sdn.sap.com/click.jspa?searchID=2673672&messageID=1546485
    https://forums.sdn.sap.com/click.jspa?searchID=2673628&messageID=2048883
    http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34
    http://www.sap-img.com/abap/testing-and-debugging-abap-codes-functions.htm
    Reward points if useful

  • How to debug the report which isrunning in Background?

    Hi all,
    1.How to debug the report which is running in Background?
    thanks & regards
    vishnuvardhan

    Hello,
    Do like this.
    Create an infinite loop before the line u want debug.
    data: lf_flag.
    do.
    if lf_flag = 'X'.
    exit.
    endif.
    enddo.
    Now execute the report in background. In Tcode SM37 select ur job and in menu job--> Capture Active Job
    IT will stop at the point of infinite loop.
    Regards,
    Vasanth

  • Error when generating the report in Production Server

    Hi,
    I have created one infoset query in Development server of my client. It is working fine there. I had transported the request containg this query to Production server. But whenever I am trying to generate report using this query in Production server it is giving an error message
    "Error when generating the report".
    I am not getting what 's problem.
    Samriddhi

    Samriddhi,
    Genarally its not suggested to transport Queries. Should be able to create Queries directly Production. There might be diferences between your Development and Production versions.
    Thanks.

  • How to transport infoset query to Production serveR?

    when i transport everything is transported to production server. when i run the transaction in production server it shows me the error saying . PROGRAM Does not exist .. how to resolve this..
    can any one help me to transport my infoset query from step-to-step.
    Regards
    Saad Nisar

    Well there is no button as such.
    I hope you must have found the Transport button.
    When you click it, it gives selection screen there you can find the redio buttons.
    Export will create a transport request and Download will download it to local machine.
    Let me know if it doesn't work. But you have to do more analysis as to how to go this way.
    Regards
    Shital

  • How to debug a report in webi

    Hi Every One,
    1) How to debug (debuging steps )in  a report in boxir2 webi  based report.can any body help me out .
    2)How we do the performance and tuning in the report level.
    3)Aggregate awareness is possible to apply  in report level  or in universe level.If possible where we can find that option in webi..
    Please help me out
    Thanks in advance

    Hi,
    1. Depends on what you would like to debug - Always remember that Data issues - look into generated SQL and compare with report output ..the values would be the same or at higher level based on output context.
    2. There is not much to do in terms of improving performance in rendering a report. You should ideally concentrate on universe and underlying db performance for query retrieval.
    3. Aggregate awareness is applied at the Universe level. Please refer to the universe designer guide for more details.
    Regards

  • How configure sending CDR reporting via ftp server

    hi
    i want to send the CDR reporting automaticly to FTP billing server each 1H.
    i have add the billing server
    i don  t know how or when can i configure the automatique sending CDR report to this server
    Thanks for your help

    You'll need a SFTP server instead of FTP.
    For instructions, please see here:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/service/7_1_2/admin/sacdrm.html
    Thanks!
    Michael
    http://htluo.blogspot.com

  • How to schedule Crystal reports with crystal server

    Hi,
    We are using just crystalreportsxir2 installed on the desktop, no business objects and we r not using any server
    My question is how to schedule reports with out server and I donu2019t want to use windows scheduler. Is there any way to schedule reports like this?
    If it is not possible scheduling reports in above mentioned way
    We want to buy a crystal xir2 server, in such case is it possible to schedule reports with the server we donu2019t have any portal and we dou2019t want to use any third party tools
    Pls help me in resolving this issue
    Thanks,
    Sri

    Hi Sreedhar,
    Did you find any option Scheduling for the report with in crystal designer.
    We need  Crystal Enterprise or Server to schedule the reports at regular intervals.
    We can schedule the report for our  required destination, we can view the reports with default viewers with in the Enterprise.
    There is no need of using any third party tools.
    Regards,
    Naveen.

  • Unable to view crystal report in production server

    Hi all,
    I have designed a crystal report,using Sap Crystal reports. I am able to view the crystal report in development machine, but not able to see report in Production machine.
    I am getting following error :
    "Could not load file or assembly 'System.Web.Extentions, Version =1.0.61025.0, Culture = neutral, PublicKeyToken =31BF3856AD364E35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
    (Exception from HRESULT : 0x80131040)
    Regards,
    Narendra
    Naren

    Hi Naren,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss:
    Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer
    Documentation and Help System, and Visual Studio Editor. I am afraid that the issue is out of support of Visual Studio General Questions forum, so I suggest you can ask your issue directly
    on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
    for better solution and support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to deploy reports on production server in SSRS?

    Hi,
    Now since I have almost completed developing a SSRS report in my local machine ,I would like it to be deployed to a UAT environment.
    If I specify the Target server addr as follows :
    http://[server name]/ReportServer and Deploy the report ,will it work ??
     What all initial setup would be required to establish a report server in Development ??
    after deployed, will get this error
      The permissions granted to user 'LNM-PC\swtest' are insufficient for performing this operation.  
    any one help me?

    Hi,
    You may go through below links:
    http://msdn.microsoft.com/en-us/library/ms159868(v=sql.90).aspx
    http://msdn.microsoft.com/en-us/library/ms156006(v=sql.90).aspx
    Also, to deploy reports through Report Manager you should have the Admin access and then you just have to upload reports.
    Hope this helps.
    MCTS- Please vote and mark posts as answered where appropriate.

  • Archive created for the report in Production server

    Hi experts
    I have developed a report to create sales orders. The report was working fine in quality, after transfering to the production some archive is getting created and it is occupying a lot of space. Could u tell me what is this archive and how can I rectify this bug.
    Thanks
    Gaurav

    Samriddhi,
    Genarally its not suggested to transport Queries. Should be able to create Queries directly Production. There might be diferences between your Development and Production versions.
    Thanks.

  • How to debug standard report that starts with a transaction?

    I want to run a report in debug mode.   The report name is RFFMEPGAX,  which
    is normally run using transaction FMRP_RFFMEP1AX.
    I want to start the transaction, fill in the form with the values I need, then
    hopefully the report code pops up in a debug window......
    Is there a way to do this?    I know how to open the debugger, but have not
    yet figured out a way to get the initial transaction to open in debug mode.

    If the transaction starts with a pop-up message, you can create a text file with this...
    [System]
    Name=R/3
    Client=
    Description=
    [User]
    Name=
    Language=
    Password=
    [Function]
    Command=/H
    Title=Title
    Type=SystemCommand
    Name it <b>Debug</b> and just drag it to the pop-up window...The debugger is going to start after a single Enter button...
    Greetings,
    Blag.

  • How to debug XI--- R/3 (abap server proxy) code,  SYSFAIL in SMQ2

    Hi
    i have a XI (BPM) to R/3 (ABAP server proxy) scenario,
    when the data goes from XI to R/3, it is getting stuck at R/3 inbound queue (SMQ2), with status : SYSFAIL and error text: "No roll storage space of length
    3391496 available for internal storage",
    we tried activating the queue/ reexecute the LUW, but it still shows the same error status after running for some time,
    how can i debug the ABAP server proxy,
    pls tell me how can i debug the ABAP proxy code in the R/3
    very critical issue

    Have a look at SAP Note 17965 - No storage space available
    Regards,
    Prateek

  • OEM 12c How to get a report of Databse Server utilization

    In OEM 12C how we can run/get the report of Unix Database server utilization report.

    Hi,
    Seems the screens changed a little - in grid control there was a nice hosts summary page where it would show you exactly what you wanted - clound control seems to have the same information but only for a short time period that can't be changed.
    Have you tried host->monitoring->cpu details from the left hand drop down when you have the host selected - this allows you to go back a month (well it would if it worked - seems not to be working correctly on 12.1.0.1 - we are patching this week....).
    If that doesn;t work you can write your own based on tables in the repository but thats a bot more of a pain to do.
    Regards,
    Harry

Maybe you are looking for

  • CD/DVD drive problem on Satellite L655-S5097

    When put any CD or DVD disc in drive and click on CD/DVD icon in Computer the drive tray is ejecting and "Insert a disc" pop-up window arised. Laptop is almost new and this problem exists from the beginning of the use. Is drive defected or may be the

  • Saving CSS file in DW5 problem

    When in design view on an html page, when I make a change to the CSS using the Css Styles panel, the style sheet shows as unsaved (has a * next to it).  When I do a Save of the html file, the css file does not save, so in order to get an accurate pre

  • How do I do a search based on a range of dates in Address Book?

    In Palm Desktop, when I performed a search, a dialogue window would pop up that gave me a drop down list of every category in my database (ie. date modified, company, first name, last name, etc.).  I could choose to just search for entries that were

  • I cannot install Photoshop CS6 on windows 8!

    Hello i cant install photoshop on windows 8 Error initiation installer what is it? is there anyone able to help me?

  • Lint -Ncheck: wrong warning [E_VALUE_TYPE] in Studio 6, 11, 12

    lint -Ncheck will produce an obviously wrong warning about an "inconsistent use of a value type as enum" if it sees the following simple piece of valid C code: struct AB {     enum { a } enum_A;     enum { b } enum_B; static void func(struct AB* ab)