[Enhancement Pre-exit] Debug is no longer possible

Hi,
Here is the issue : I enhanced a method in a cProjects component DPR_ENTRY. I created a pre-exit and I put an external break-point in it. Then, I launched the Web Dynpro ABAP without problem and the system stops at this very breakpoint.
But, then, the ABAP dumps for good reasons (it was my first debug ever for this pre-exit) and I can no longer stops at breakpoints I put in this pre-exit !
I totally removed the exit (by using the delete button provided in the methods list) and recreated it but I have the same behaviour.
Does anyone know where it comes from and how I can get rid of this ?
Many thanks in advance.
Oh, and worse, it even seems it doesn't go through the pre-exit at all !
Best regards,
Guillaume
Edited by: Guillaume Garcia on Jun 6, 2008 5:45 PM

Hi,
I really checked that the pre-exit, the method itself (well, the whole WDA in fact) were activated.
But, one possibility - altough really far fetched - would be that a swicth framework has been switched off and disabled my pre-exit ?
I will check this and get back to you.
Best regards,
Guillaume

Similar Messages

  • In Pre-Exit, pervent method from being called

    I have created an enhancment for a webdynpro component. Then, I have defined a pre-exit for a method in the component controller. Inside the pre-exit, I do a couple of checks, and depending on them, I would like to skip the processing of the method for which I have define the pre-exit. Is this possible?
    I thought of the RETURN statement, but this won't help. RETURN will jump out of the pre-exit, but not out of the method.
    my-pre-exit-of-method-SET_MY_VALUE.
      IF some_condition = some_value.
        "prevent the method SET_MY_VALUE from being called. but how??
      ENDIF.
    end-of-pre-exit.

    this is probably not possible. i have to close this message because i can not have more than 10 open questions anyway.

  • Regarding Enhancements/User-Exits in ABAP

    Hi,
    Can anybody tell me What is meant BY Enhancements & User-Exits.
    Also what are diffrent types of Enhancements/User-Exits avialable.
    Can anybody explain me about diffrent types of Enhancements/User-Exits.
    Can anybody provide me documentation with the examples
    for diffrent types of Enhancements/User-Exits.
    If anybody is having good material on the same please post it.
    Thanks in advanace.
    Thanks & Regards,
    Rayeez.

    Customizing exits allow you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.
    If you want to enhance the functionality of your R/3 System, you should take advantage of the exits available in standard R/3 applications. There are two main reasons why you should use exits rather than modifying SAP software yourself. Add-ons attached to exits have the advantage that:
    •     They do not affect standard SAP source code
    When you add new functionality to your SAP System using SAP’s exits, you do not alter the source code of standard SAP programs in any way. The code and screens you create are encapsulated as separate objects. These customer objects are linked to standard applications, but exist separately from SAP’s standard software package.
    •     They do not affect software updates
    When you add new functionality to your R/3 System using SAP’s exits, your objects (called customer objects) must adhere to strict naming conventions. When it comes time to upgrade a to a new software release, customer objects’ names ensure that they will not be affected by any changes or new additions to the standard software package.
    Customer exits are not available for all programs and screens found in R/3 standard applications. You can only use customer exits if they already exist in the R/3 System. You find find more information about locating applications with pre-defined exits in Locating Applications that have Exits.
         As part of the enhancement concept, it is possible for the customer to 
         add his own elements to application logic, screens and menus.                                                                               
    The current possibilities for enhancement are:                                                                               
    Text enhancements:                                                     
         Allow the customer to add supplementary documentation for data fields  
         non-specific to a transaction, and to change key word texts.                                                                               
    Field exits:                                                           
         Every screen element with data element reference can branch to PBO or  
         prior to PAI to a function module if desired. The field contents are   
         available here for doing special checks and making changes (e.g. user- 
         specific checks, authority checks, writing entered data and producing  
         statistics...).                                                                               
    Function exits:                                                        
         From the main program you branch into a software level, in which you you
         can store ABAP/4 coding. The applications programmer at SAP determines 
         where in the main program the function exit is placed, and which data is
         imported/exported via the interface. The accompanying documentation    
         describes the functionality of the function exit.      
         Menu enhancements:                                                       
         Pre-conceived menu items can be activated and named. On the function code
         set at menu item selection, there can be a reaction in a relevant        
         function exit.                                                                               
    Screen enhancements:                                                     
         The customer can determine the layout of areas in screens provided by the
         applications developer. Here, additional information can be displayed or 
         data entered.

  • In Pre-Exit, prevent method from being called

    I have created an enhancment for a webdynpro component. Then, I have defined a pre-exit for a method in the component controller. Inside the pre-exit, I do a couple of checks, and depending on them, I would like to skip the processing of the method for which I have define the pre-exit. Is this possible?
    I thought of the RETURN statement, but this won't help. RETURN will jump out of the pre-exit, but not out of the method.
    my-pre-exit-of-method-SET_MY_VALUE.
      IF some_condition = some_value.
        "prevent the method SET_MY_VALUE from being called. but how??
      ENDIF.
    end-of-pre-exit.

    I just find out how to circumvent this...
    The trick is to use "Overwrite exit".  Add your own codes.  Depending on your conditions, you can call back the original method.  But when you call the original method, you need to use the syntax:
    me->original_method(...)
    Do not use:
    wd_this->original_method(...)
    Using "me" will only call the original method; using "wd_this" will trigger your overwrite exit which means this will jump to a recursive call to your own exit; This will certainly drain the resources of your system indefinitely until it dumps.
    Brian H.

  • Error: pre-defined filters are no longer available in the universe

    Hi All,
    I'm getting following error message while schedule the webi report .
    "Some pre-defined filters are no longer available in the universe. See your Business Objects administrator. (Error: WIS 00003) ".
    I have migrated the universe and reports from XIR2 to XIR3.1 ; and getting above error in XI3.1 , its works fine XIr2.
    Based on this error i have checked the Predefine filter in universe and its available . but report  shows error.
    Also i have created the new conditions with different name and added into report. but again i getting same error while schedule the report
    However reports run fine after changed the sql mode as custom sql with same sql from objects and conditions.
    Could you please anyone help for this issue?
    Advance Thanks
    Ponnarasu

    Hi SC,
    Thanks for your reply . our version 12.3.6.1006. X1 3.1 was installed with SP3 .
    Anyway this issue is resolved via following method.
    I have created the new universe  ( Create new universe and copied schema and objects from exiting universe )  and exported in to universe folder . All related reports query changed to new universe. Now reports runing fine and without error.
    Thanks
    Ponnarasu

  • SC Webdynpro Enhancement Post Exit impacts to BBP_PD_SC_GETDETAIL

    Hi,
    SC delivery address Webdynpro component Enhancement Post Exit Method defaults c/o name, phone and email fields using
    existing attribute field. In this scenario values are populated on the screen and saved to the database. But in the Doc check BADI BBP_PD_SC_GETDETAIL will not retrieve the c/o name, email and phone while saving the shopping cart. SAP responded saying that i have to perform update  in post exit. Below are the classes/Methods referred by SAP.
    "/SAPSRM/IF_CLL_MAPPER~UPDATE" from class /SAPSRM/CL_CH_WD_DODM_SHIPTO,
    there is a method call "CALL METHOD lo_pdo_shipto->update_item_partners
    Issue is still not resolved after using above methods.
    But if user manually enters a vlaue there is no issue everything works fine. Issue is only when system defaults and as per SAP  screen changes are not picked unless it is updated. Not sure what update means?
    In web dynpro enhancement framework when code is written in post exit is there any update process for buffers to be done? if so can you let me know how?
    Thank You,
    Vineela

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • It is no longer possible to use ALT + N and ALT + P from the "get info" window.

    On a PC, previously, when in the "get info" windows, it was possible to use ALT + N and ALT + P to switch to the song information for the next and previous song.  Since the update to the newest iTunes, it's no longer possible.  Has anybody found a keyboard shortcut that works?  The "keyboard shortcut" thing in iTunes says you can still use ALT + N, but it doesn't seem to be working for me.  Is it working for anybody else?

    You're welcome.
    tt2

  • No Longer Possible to Access iCloud Mail on Third Party Mac

    Something has changed recently. It is no longer possible to access iCloud mail on a third party mac via web browser
    This afternoon, I tried to do so on my daughter's iMac - and the system wanted me to set up iCloud rather than letting me access Mail (or any other iCloud services for that matter) instead. Tried different browsers, change of login account on the computer. All to no avail. Have to set up iCloud on the computer. Which means either logging my daughter out, or creating a whole new identity for the purpose. This entirely defeats the notion of the simple webmail interface - and indeed makes Pages, Calendar, etc inaccessible unless on your own computer, or one that you have used to set up an iCloud account. Not something that you want to do in an internet cafe or an airport lounge.
    Two sets of Chat Support sessions later, with the problem being hinted to be probably due to "my daughter's computer (!!???)", no satisfaction
    I am now in the airport, trying to still access my iCloud mail through a web browser. Same nonsense about setting up iCloud before I can access my iCloud mail via the web through a browser.
    Apple, this was one of the advantages of iCloud that I, as a regular traveller, have found useful in the past. Today I have wasted well over an hour on something that is clearly an error in the logic of how people will be using iCloud - possibly a "feature" of Mavericks?
    Please bring back simple and straightforward access to iCloud mail via web browser, so that I can once again access my mail from any third party computer.
    Thanks
    Nic

    Excellent, well done. I have to say that talktalk were useless, they repeatedly sent me instructions for setting up an emil account and did not seem able to understand that it was the login that would not work. Thank you.

  • Syncing Notes 'On My Mac' to iPhone/iPad no longer possible...??

    Since moving to Mountain Lion i am no longer able to sync notes that are 'on my mac' to my iphone/ipad.  This used to be controlled by iTunes (you simply check the box or don't).  This has worked as it should from from the beginning of itunes syncing.  Unfortunately now with Mountain Lion the Notes sync option has disappeared from iTunes.  Searching online it appears this is not longer possible with iTunes.  So my question is can notes now ONLY be synced with iCloud?  So any 'on my mac' notes will no longer transfer across devices with itunes or otherwise?  I have tried to turn of notes syncing in icloud and unfortunately whether i have iCloud notes syncing on or off the notes the 'on my mac' notes no longer sync (obviously when the icloud notes sync is on the notes from the icloud group/account do sync as they should.
    So my question is simply around syncing notes from the 'on my mac' group across devices (this is because there are some notes i do not want to put on icloud but the question is also valid for any users that do not use icloud, as it seems if you do not use icloud you can not longer transfer/sync notes across devices).
    Thanks for your help

    This is very confusing because this Apple support document seems to indicate it is possible to sync Notes through iTunes. But I have not been able to get it to work...
    "If you want to sync notes with iTunes instead of using the over-the-air feature, disable Notes sync for the account using Settings > Mail, Contacts, Calendars or Settings > iCloud."
    http://support.apple.com/kb/HT4191
    UPDATED: Sorry I'm dumb... that comment I quoted above applies to 10.7, not 10.8. It's clearly stated in the support doc that Notes cannot be synced through iTunes under 10.8. Crazy....

  • Using the same external hard drive to host a Time Machine partition + a test recovery partition: no longer possible?

    In 10.7, I used to have one external hard drive with two partitions:
    1) a Time Machine partition that I used to back up my internal hard drive;
    2) another partition that I used once a month as a target partition to test the restoration of my Time Machine backup (because having a backup is a good first step, but regularly making sure it could be usable for a full recovery in case of a failure of my internal hard drive is important as well).
    After upgrading to 10.9, my first backup restoration test failed with the error message "An error occurred while adding a recovery system to the destination disk." I found the following discussion:
    https://discussions.apple.com/thread/4370294
    which suggests that I need to make sure my external hard drive is formated using GUID and/or that I need to install 10.7 on the target drive. I checked in the Disk Utility, and indeed my external hard drive is formatted using Apple Partition Map rather than GUID.
    I also found the following KB article:
    http://support.apple.com/kb/HT5911
    which suggests that, to be able to install 10.9 on the external hard drive, I need to configure it to have only one partition.
    Can anyone confirm that it is no longer possible to perform a backup recovery test on the same external hard drive as the one hosting the Time Machine partition? Do I now need a second external hard drive if I want to perform such a restoration test?
    Thanks in advance for your insights.

    Answering my own question: I managed to perform the restoration test on a second external hard drive. The trick was to make sure it was partitioned using GUID. I didn't even have to first install OS 10.9 on the second partition (I had an old restoration of 10.7 on there).

  • No longer possible to download exe files (say Cancel in the download window

    no longer possible to download exe files (say Cancel in the download window
    == This happened ==
    Every time Firefox opened
    == some months

    Hello Monin.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?

  • Why is it no longer Possible to Copy and Paste files from Illustrator CC to Fireworks?

    Why is it no longer Possible to Copy and Paste files from Illustrator CC to Fireworks?

    What do "normal" AI prefs mean? AICB or PDF compliant? You might wanna try to turn off the latter....
    Mylenium

  • Password logon no longer possible---too many failed attempts

    Dear All,
    I Have a problem with one user-id , with out entering the wrong password it automatically locked
    4 to 5 times it is locking daily , no one not entering any wrong password,
    why it's locking  ?  it shows this message  : *password logon no longer possible---too many failed attempts*
    what could be the reasion, please suggest me ,  if any one has answer for this give me the proper solution as
    early as possible.
    Thanking you ,
    Thanks  & Regards,
    Narasimha.

    Hi everybody,
    I have created a new client using SCC4.
    I have logged into that client and had done LOCAL CLIENT COPY with sap_usr profile
    and scheduled it as a background job.
    the job was also successfully completed.
    but one day later when i tried to login into that particular client it is throwing the error:
    'password logon is no longer possible - too many failed attempts'.
    why it is happening, plz someone help me in this regard.
    Thank you very much in advance, do the needful.
    regars
    SWAPPY

  • How do you get firefox 4 to save tabs and windows and restore them? Don't say set preferences to open them on startup or use restore previous session under history; those do not work. Or is it no longer possible to save windows and tabs?

    Question
    How do you get firefox 4 to save tabs and windows and restore them? Don't say set preferences to open them on startup or use restore previous session under history; those do not work. Or is it no longer possible to save windows and tabs?

    '''IT'S A EASY AS IT SHOULD BE.'''
    This is essentially paulbruster's answer, but I've added the steps some might assume, but which aren't so obvious to those of us who are new at this, like me.
    This solution might ''appear'' to be long and complicated, but after you follow the directions once, you'll find it's quick, clean, and simple. Almost like they designed it this way.
    # If you haven't already, open a bunch of tabs on a few different subjects.
    # Click the List All Tabs button on the right side of the tab strip.
    # Select Tab Groups.
    # Create a few groups as described [http://support.mozilla.com/en-US/kb/what-are-tab-groups#w_how-do-i-create-a-tab-group here] , i.e. just drag them out of the main thumbnail group into the new groups they create.
    # Now click on any thumbnail in any new group, but not the original big default group you may have left some tabs in.
    #A regular Firefox window will open, but'' only the tabs in that group will be visible.'' You also now have the Tab Groups button in the tab strip.
    # Right click on any tab, and there it is: Bookmark All Tabs. Click on it in the list of options. Or you can hit Ctrl+Shift+D instead and go straight to the dialogue box from the tab without any clicks. But don't go looking for this familiar option anywhere else, 'cause it's not there.
    # Now pick an existing folder or create a new one just like you would have before and '''shlpam!''' there they are. New folders are supposed to end up in the Unsorted category all the way at the very bottom, but for some reason mine show up at the bottom of my last sorted category.
    # DO NOT CLICK THE UPPER-RIGHTMOST X to close this group of tabs. This will close ALL of your tabs in all groups, currently visible or not. At least it asks if you're sure first. Instead, click your new Tab Groups button to return to the Boxes 'O Thumbnails window, and click the X in the group box you just bookmarked.
    # Click on another thumbnail to repeat the process with another group, or click on a thumbnail in the big default box to return to the original FF window. You can also click the Tab Groups button at the upper right, or Ctrl+Shift+E, which will also get you ''into'' the Boxes 'O Nails window ''from'' FF.
    # So now when you reopen FF after shutdown, simply select your folder from your Bookmarks and Open All in Tabs. '''Just like paulbruster said. '''

  • User id for IDES client 800 is no longer possible

    Hi,
        I am trying to logon to the client 800 by using the user id IDADMIN by the default sap password. I didn't work, looks like i tried too many times. I am getting the message.
    Password logon no longer possible - too many failed attempts.
    Any one knows how to unlock this? I tried sap* and ddic, but couldn't logon to client 800. Thanks,
    Regards,
    Sundar.

    Hi Rakesh,
                  You have mention that we can delete the user from command prompt, pls can you tell me
    delete from <HOSTNAME>.<SID>.<b><object_owner></b>.USR02 where BNAME='SAP*' and MANDT='000';
    what is mean by above <object_owner>, pls can you tell me what do you mean by that.
    waiting for positive reply.
    Regards
    Anil B Bhandary

Maybe you are looking for

  • Xml to oracle conversion error

    hai guys i am having a procedure as follows to convert xml file into oracle. Create or replace procedure xml(xml_doc varchar2,table_name varchar2) as v_buf varchar2(30000); v_insctx dbms_xmlsave.ctxtype; v_rows number; v_file varchar2(30000); begin x

  • ZL Table not updating

    Hi Guy's, I have two groups of employees A & B fo group A employee group when i run time evaluation using PT60 Zl table gets updated where as when i run time evaluation for group B employee Zl Table does not gets updated. Zl table also conatains a ru

  • Sale reverse problem

    Dear All, I m create  a customer sale invoice in the date 0f 31.12.2007 now 6.02.2008 on date i cancel sale invoice and same return sale back but my customer not cerdit  and same  in my stock no item resverse show . when i use tcode vf03 billing  doc

  • Failed to Restore from iTunes 11

    Good Morning, After my son accidently clicked a link to try to jailbreak my iPhone 4 I tried to restore it through iTunes 11 and it won't accept the restore.  I've tried reseting the iPhone to no avail.  The phone will turn on and display the iTunes

  • Multilevel Categorization on Activities (BUS2000126)

    Hello CRM Experts, We facing a problem with Multilevel Categorization on CRM 7.0. We know that the multilevel categorization is available for service orders, complaints and also to interaction record. As the interaction record is a business transacti