Not able to debug the start routine

Dear All,
I am facing a weired situation.
I have a transformation(DSO -> Cube) with start routine. I am able to debug the routine in Development System.
I transported the routine to Production System successfuly, but i am not able to debug the start routine there. I have all the necessary authorisations(SAP_ALL, SAP_NEW)
I am perplexed. Never seen such issue before.
Can someone help me here?
Regards,
Avinash.
Edited by: Avinash Kumar on Nov 5, 2008 11:16 AM

Dear Jerry,
Thanks for writing.
I followed the instruction, but it didn't work.
Can there be any technical reason for data package to be empty, even if the source has data(Note: There is no filter in DTP)?
Also, i just checked with other start routines...I am not able to debugg there also. System is not entering the debug mode.
Here, the patch level is: 0010. Can this be the villain?
Please advise.
Regards,
Avinash.
Edited by: Avinash Kumar on Nov 6, 2008 4:26 AM
Edited by: Avinash Kumar on Nov 6, 2008 4:51 AM

Similar Messages

  • Not able to debug the ZDEG(Z OUTPUT) MEDIUM Distribution Ale

    Hi All,
    I am not able to debug the ZDEG output type for Shipment (Medium is Distribution ALE). 
    Executing the VT02n providing the Shipment and selec the GOTO Menu  the Output tab and Select one (EX ZDEG) Output type.  I have kept the break point in the Program RANASTED and Form Routine ALE_PROCESSING.
    Table record in TNAPR table.
    023     ZDEG     A     V7     RSNASTED     ALE_PROCESSING     
    Could you please let me know how to debug this output type code.
    Thanks In Advance.
    Venkata

    Which ERP version that you are using?  If the system is ECC 6.0, then you can activate the session break-point in the print program.  You can also activate form debugging option on using transaction SE71, enter name of the form (ZDEG), from the menu, Utilities->Activate Debugger.  Hope this help you.

  • Not able to get the start constellation of the MOPZ transaction

    Hello,
    When I get to step 3 of the transaction MOPZ the following error message appears to me "Not able to get the start constellation of the MOPZ transaction"
    How I can fix it?
    Best Regards!

    Hello
    Implementing the here under note you solve your issue
    Best regards
    1803377 - MOpz: Not able to get the start constellation

  • Not able to debug the BADI implemntation-for badi   "BBP_ECS_PO_OUT_BADI"

    Hi ,
         Currently i need to debug the implemenation YBBP_ECS_PO_OUT_BADI"  of the badi  "BBP_ECS_PO_OUT_BADI"  this is used for tolerance check .but in the portal when i am click on the confirm button this  implementation need to be called for checking the tolerance but in my case the badi is not at triggering.  can any one give the solution for the above problem.
    how can i find the program calling the BADI implemenation YBBP_ECS_PO_OUT_BADI .can i know this from the portal.help me

    Hi,
    Please go through the following links:
    Re: Debug PO transfer
    How do debug BBP_ECS_PO_OUT_BADI?
    Thanks,
    Pradeep

  • Not able to debug the client script in IE11

    Hello Experts,
    I had to debug the client side script though my application but when i try to do the same i am getting error saying "Unable to attach to crashing process. The process has been terminated. Try refreshing the process list before attempting another attach".
    Before this when comes to select the debugger , top of the dialog box shows error "An unhandled exception (Script BreakPoint) occured in iexplorer.exe  ".
    # I have check the registry entry under HKLM/software for the JIT debugger - it's set to 1.
    # I have uncheck the internet option checkbox for disabling the debugging the script.
    Still no help. Please guide me through this.
    Thanks,
    Jagbir Singh

    Hi Jb9952,
    In addition to what Rob suggested, regarding using F12 tool to debug, you may take a look at the following articles:
    How to use F12 Developer Tools to Debug your Webpages
    And:
    Using the F12 Developer Tools to Debug JavaScript Errors
    Best regards
    Michael Shao
    TechNet Community Support

  • Process for Debugging BW Start Routines

    I need a detailed process for how to debug the ABAP code of a start routine, particuarly when one ODS is being loaded into another.  I know that there is a way to do this with the ABAP debugger but cannot figure it out.
    Are there any documents out there that can assist me?  I did a search, but all of the examples were too specific to be useful for just general debugging.
    Thanks!

    Hi,
    It is not possible to debug in start routine through conventional way upto 3.5 version.
    You need to put an endless loop in the start routine.
    The program will keep running in the endless loop.
    It can achieved by the following code.
      data: true,
            false.
      true = 'X'.
      do.
        if true = false.
          exit.
        endif.
      enddo.
    And in transaction SM50, the endless loop program will visible.
    select the program by clicking the check box on the left hand side,
    then on the menu,
    Program/Mode -> Program -> Debugging.
    I hope this helps.
    Thanks.

  • Not able to Debug in SMQ1 - CRM MIDDLEWARE

    Hello Experts,
                        There is a failed queue in SMQ1. But we are not able to debug the queue which we were able to do couple of days back. Clicking on the DEBUG icon results in the same error message which we get when we just reprocess it.
    Thanks,
    josh
    Edited by: Laxmi WIPRO on Oct 18, 2010 12:07 PM

    Hi Laxmi,
    Txn. SM59, Browse to ABAP Connections and locate the logical system you need to debug from your CRM system. Eg : Assuming your data is flowing from CRM to ECC whose logical ID is ECCCLNT100, then search for this logical name ECCCLNT100 in the list of connections, double click on it....browse to the 3rd tab "Logon and Security" and edit the user maintained in the Logon area. This user should be a dialog user.
    For an inbound queue SMQ2, all FMs are executed at the CRM itself, so you'll be able to debug them...but for debugging SMQ1 you need to have a dialog user which has an access to the ECC.
    Thanks,
    Rohit

  • Not able to debug XSJS service

    Hi,
    I am receiving following error on launching debug configuration:
    "Failed to check if system is secured"
    I believe because of above error i am not able to debug the .xsjs service.
    I am setting Host and Port for debug configuration same as i am using to test service in browser.
    Thanks,
    Rahul

    Hi Steve,
    My problem is resolved but it had nothing to do with privilge or debug configuration.
    I am not sure why your URL looklike IPjdbc:sap://localhost:30015/.
    Your URL should be XSJS service in hana server.
    Are you getting popup for sessionid while launching your XSJS debug configuration?
    Can you please confirm above question and then i might suggest something?
    Thanks,
    Rahul

  • Not able to debug BBP_GROUP_LOC_PO badi in SRM

    Hi Experts ,
    I am not able to debug the badi BBP_GROUP_LOC_PO .
    I have set the external break points in the BADI .
    Is this geting called in Background? In that case what needs to be done?
    Regards,
    Sunitha

    Sunitha,
    you can debug badi BBP_GROUP_LOC_PO BADI  only after execute the program BBP_SC_TRANSFER_GROUPED.
    Keep the external bp in your Badi implementation and later execute the above program. It will exactly stop the place where you place the BP.

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • I am using my iPhone 5 to take pictures and have started a blog with pictures. I am not able to do the update on my phone due to lack of memory.

    I am using my iPhone 5 to take pictures and have started a blog with pictures. I am not able to do the update on my phone due to lack of memory. I wanted to know how much difference this will make to my pictures.
    If anyone had suggestions on how to maximize picture quality n use without the update, I'd appreciate it
    <Link Edited By Host>

    If the lack of space on your phone is due to pictures, you may want to consider transferring some (or all) to a computer and deleting them from the phone. That is a good practice even if you have space on the phone. Instructions: http://support.apple.com/kb/ht4083

  • HT1349 i have just bought an ipad2 from usa. now i am in dia. i am a first timer user of ipad. i have charged for three hours, when i start iti.e. on the device it shows a plug in icon with itunes. then the screen turns black. i am not able to use the dev

    i have just bought an ipad2 from usa. now i am in india. i am a first timer user of ipad. i have charged for three hours, when i start iti.e. on the device it shows a plug in icon with itunes. then the screen turns black. i am not able to use the device. kindly help

    You need to plug the iPad into your computer that has iTunes installed on it, and activate it.
    The User Guide would be good for you to read:
    http://support.apple.com/manuals/#ipad

  • I recently bought iphone6, My imessage and face time is not working and still it charged me for normal text message multiple times and still not able to authorise the usage. Let me know how I can start using the same.

    I recently bought iphone6, My imessage and face time is not working and still it charged me for normal text message multiple times and still not able to authorise the usage. Let me know how I can start using the same.

    Hello vinay34,
    If you are having issues with activating your Apple ID for FaceTime and iMessage, then take a look at the article below to get it sorted out. Make sure that you have the Date and Time set to Automatic as well as any other steps listed in the article. 
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/en-us/ts4268
    Regards,
    -Norm G. 

  • Not able to debug z program attached to special funtion in processing routi

    Hi,
           I want to debug my z pogram. attached to special funtion in processing routine.but not able to debug But debugger is not passes through that z program if i passes through transaction vl02n.
    Regards,
    Ranu.

    Hi Sharma,
    if the output type  is triggered automatically and sheduled background and creating spool or sending mail.
    then try this way.
    Write the statemnet in your program to debug the program in Background.
    data : w_flag type C.
    do.
    if w_flag = 'X'.
       exit.
    ENDIF.
    enddo.
    and execute the VL02n and go to t-code SM50 and select your program and got to menu >program->program> Debug
    the the program stops in your Zprogram and make the w_flag to 'X' and continue debuggin zprogram.
    Regards,
    prabhudas

  • Not able to open the sql ..

    hi.
    i am facing one problem.
    plz have a look on below image.
    i am not able login into the data bases..
    any has seen  this type of problem.
    i all ready search in google ...
    They provide some solutions
    1) Go to sql view see the data base and then start the Server.
       i tried above one while starting error is coming unable to start the  sql
    2) sql services i started...
    Any information plz update me.
    and one more question
    how can i take the sql data base backup without touching the sql i mean without login into the sql
    and how can i restore it..

    Hi Srinivas,
    Please check the server name and instance details. Also try to connect the server using IP address.
    You can use windows scheduler for backup and restore without log in to the SQL Server. 
    Regards
    Neslin

Maybe you are looking for

  • Site loads 1/2 way down cuts images and background but fine in IE

    Site cuts background ~1/2 way down page, ~3/4 pictures load others don't (again near bottom of page), text also sometimes doesn't load at bottom of page. Site is perfect in IE & Chrome No firefox browser add on's, bone stock firefox recently updated.

  • Using Proxy on Lion - Continually being prompted for username and password

    I am looking at Lion in my studio setup at the moment and so far only a few things I am not happy with. One of these though is really annoying and in it's present form would stop me from using it in production. I have setup the proxies in the Network

  • Sending binary data from JSP (1.1)

    Hi all: I am using Tomcat 3.2.1 and Apache under Linux Mandrake OS. I have a JSP (1.1) sending binary data (GIF, PDF, DOC ..) using response.getOutputStream().write(data) method. The problem is the precompiler automatically creates the JspWriter and

  • Calling AVDocClose with more than one PDF open crashes Acrobat

    That pretty much sums it up. If I have a single PDF open and I call AVDocClose everything works great. If I have more than one PDF open it crashes Acrobat and takes down all of the open documents. Any ideas as to what might be happening and how to ge

  • How do I change my iCloud email

    I would like to change my iCloud  email but cannot figure out how