Enhancements spot not working at debugging.

Hi All,
I am implementing enhancements spot in FM 'QEST_TOLERANCE_INSPECTION' that all implementation done successfully But while i am debug this code at that time the implemented  enhancements spot doesn't appear on debugging  screen. i have put all this think i.e BREAK-POINT and all and program control also going in that position, please help me out to resolve this.
Thanks & Regards,
Ams K.

Ams,
I use ECC 6.0 ( ABAP release 701 ) where the FM 'QEST_TOLERANCE_INSPECTION' is not released for customer usage.May be you should think twice before using it.
Check if the FM is getting triggered in the first place.
Check if the Enh is active.Try reactivating it.
K.Kiran

Similar Messages

  • Enhancement spot not visible in debug mode

    Hello experts,
    I made changes in standard implicit enhancement. save and activate changes with req number. But still in Red color. While debugging I cant see the enhancement point.
    in function module MATERIAL_UNIT_CONVERSION,
    ENHANCEMENT-POINT BATCH_CONVERSION_FACTOR_01 SPOTS ES_SAPLMAME STATIC.
    ENHANCEMENT 15 /SAPMP/PIECEBATCH_SAPLMAME. bold is in R*d color
    data: lf_xsingle_unit_batch type xfeld.
    ........ here I declare data and code.......
    ENDENHANCEMENT.
    can anybody pls help on this.
    Thanks in advance.
    Zak.

    I  faced the same problem.
    i tried putting break point just before enhancement and the hit F5 while debugging but no help.
    Then i re-transported the enhancement implementation and bingo...it showed me the code on setting BP before enhancment and then hitting F5.

  • Hot spots not working in IE when publishing HTML5

    Hot spots not working in IE when publishing HTML5. When user points on correct hotspot, the negative feedback is given. This happens only in latest version 8.0.1.

    Hello ,
    Welcome to Adobe Forums !
    I am also able to reproduce the issue on Internet Explorer 10.
    Could you please reply with the exact version of Internet Explorer you are using?
    Regards
    Himanshu

  • Enhancement spot not getting triggered

    Hello Experts,
    I have activated an explicit enhancement spot by right clicking on 'ENHANCEMENT-SECTION->Create'. (ENHANCEMENT-SECTION     BELEG_SICHERN_23 SPOTS ES_SAPMV45A. line in MV45AF0B_BELEG_SICHERN include).
    I have then written my code in the placeholder given by enhancement spot. Then I have activated enhancement (Ctrl + F3) and then activated the code.
    When I debug, the enhancement is not getting called.
    Do I need to register the enhancement somewhere so that it will get triggered.
    Regards,
    Ashish

    Hi Ashish,
    Try writing breakpoint statement for your user id, and execute with your user id.
    And make sure  that you had not put the break point inside some conditions, because of which control is  not coming there.
    So try putting break point,at the beginning.
    Let me know if you are still unable to solve it.
    Thanks,
    Nisha Vengal.

  • DispatchEvent not working in debug mode

    Hello,
    I have a localconnection, and when I receive a message from
    the local connection I dispatch an event. However, the dispatch
    event does not work. I step into the code and go into some
    Macromedia code for the "mx.events.EventDispatcher.dispatchEvent"
    and "mx.events.EventDispatcher.dispatchQueue", and when I inspect
    my variables the eventObj has both a target and a type set, but
    when the code tries to access them through eventObj.target and
    eventObj.type it returns null.
    Also, this only happens in debug mode (Debug -> Debug
    Movie) and not in test mode (Control -> Test Movie). In test
    movie the exact same code works flawlessly.

    Im not very sure just try to help but look this one
    mx.utils.Delegate
    i look for some issue with your problem and i think this can help
    you.

  • Sync spots not working in 5.3

    Spot syncing with "no" spots is not working in Lr5.3 (did not work in 5.2 either)
    If I reset the spotting on a source photo and sync the "NON" spotting to a target photo that has spotting, the spotting is not cleared as it should be on the target photo.
    If I reset the spotting on a source photo and put ONE new spot in the source photo and sync this ONE spot to a target photo that has spotting, all the spotting is removed from the target photo and the ONE spot is the only one in the target photo as expected.
    Shouldn't the sync of spotting always work the same, with or without spotting in the source photo?
    I think this should be considered a bug or at least a design flaw.  OSX 10.8.5   LR5.3

    http://feedback.photoshop.com/photoshop_family
    This is a user to user forum, the above link will get you the Adobe Official Forum for reporting bugs and new feature requests.

  • Custom enhancement spot not getting called.

    Hello guros,
    We are currently upgrading to ECC6 and I started playing a little bit with enhancement spots.
    I've tried inserting my own enhancement spot using
    ENHANCEMENT-SPOT ELI SPOTS ZELI_SPOT.
    I've created the ZELI_SPOT badi definition and created a sample interface.
    Then I implemenet an enhancement spot and implemented the BADI interface (Which by the way should have all its methods static right?).
    Despite all objects being active, and the explicit "IMPLEMENTATION IS CALLED" on the badi implementation, my implementation is not getting called, Is there something im missing here?
    I would also like to understand how in such a case do i actually transfer parameters to such a method.
    Thanks a lot in advance,
    Eli.

    Hi,
    Can you elaborate on where you have created the enhancement spot. If the enhancement spot you have created within some IF condition in the standard code, then it will get triggered only if the condition is true.
    Regards,
    Hari

  • Enhanced Podcasts not working in 10.4.4 Firefox?

    Every iWeb podcast page I've visited in Firefox 1.5 loads the QuickTime movie and shows an image and the playhead for a split second before being covered up by the QuickTime question mark image which links to the Quicktime download page.
    http://web.mac.com/joetye1/iWeb/NTRM/Podcast/Podcast.html
    This is a page that does not work for me. Is this a Firefox issue, or do you have to create the enhanced podcasts a certain way for Firefox?

    I'm having the same problem but in Safari. I can see my podcast artwork and play / pause / start buttons whilst the page is loading but when the page is complete, the podcast turns into the broken quicktime logo.
    http://web.mac.com/jamesward/iWeb/linda/Radio/Radio.html
    I have definately got the latest version of everything installed.
    The podcast was created in Garageband and sent to iWeb from there.
    For some reason, friends who are using Windows can hear it no problem.
    Also, the subscribe button works and the podcast works fine in iTunes.

  • Dbx does not work when debugging g++ exes.

    Hi,
    We are just getting started building our application on redhat el5 with sunstudio 12.
    We are compiling and linking our app with gcc 4.1 as we need to be able to link against some 3rd party libraries build on rhel4 that we do not have source for.
    We now can compile and link fine but dbx does not work when it is fed the executable.
    We get the error
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT[
    and dbx freezes.
    Note : This is built with -m32 on a 64bit kernel. Also we have not yet rebuilt all the opensource libs used on gcc 4.1 as we have a large number of them.
    Any ideas ?
    The complete output of running dbx :
    Output from dbx :
    debug /ps_rels/Dev/linux_rhel5/exe/sx
    Reading sx
    Reading ld-linux.so.2
    Reading libz.so.1
    Reading libxerces-c.so.27
    Reading libxalan-c.so.110
    Reading libxalanMsg.so.110
    Reading libsde.so
    Reading libsg.so
    Reading libpe.so
    Reading libsqlite.so.0
    Reading libsqlite3.so.0
    Reading libgeos.so.2
    Reading libpng12.so.0
    Reading libX11.so.6
    Reading libXm.so.4
    Reading libXt.so.6
    Reading libXi.so.6
    Reading libXext.so.6
    Reading libXrender.so.1
    Reading libfreetype.so.6
    Reading libexpat.so.0
    Reading libfontconfig.so.1
    Reading libcairo.so.2
    Reading libglib-2.0.so.0
    Reading libgmodule-2.0.so.0
    Reading libgobject-2.0.so.0
    Reading libgthread-2.0.so.0
    Reading libpango-1.0.so.0
    Reading libpangocairo-1.0.so.0
    Reading libpangoft2-1.0.so.0
    Reading libatk-1.0.so.0
    Reading libgtk-x11-2.0.so.0
    Reading libgdk-x11-2.0.so.0
    Reading libgdk_pixbuf-2.0.so.0
    Reading libtiff.so.3
    Reading librt.so.1
    Reading libwx_gtk2_xrc-2.8.so.0
    Reading libwx_gtk2_qa-2.8.so.0
    Reading libwx_gtk2_html-2.8.so.0
    Reading libwx_gtk2_adv-2.8.so.0
    Reading libwx_gtk2_core-2.8.so.0
    Reading libwx_base_xml-2.8.so.0
    Reading libwx_base_net-2.8.so.0
    Reading libwx_base-2.8.so.0
    Reading libboost_thread-gcc-mt-1_33_1.so.1.33.1
    Reading libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
    Reading libncurses.so.5
    Reading libnsl.so.1
    Reading libdl.so.2
    Reading libACE.so.5.5.1
    Reading libpthread.so.0
    Reading libpam.so.0
    Reading libm.so.6
    Reading libc.so.6
    Reading libstdc++.so.6
    Reading libgcc_s.so.1
    Reading libicuuc.so.34
    Reading libicui18n.so.34
    Reading libstdc++.so.5
    Reading libXau.so.6
    Reading libXdmcp.so.6
    Reading libXmu.so.6
    Reading libXp.so.6
    Reading libXft.so.2
    Reading libjpeg.so.62
    Reading libSM.so.6
    Reading libICE.so.6
    Reading libexpat.so.1
    Reading libXfixes.so.3
    Reading libXrandr.so.2
    Reading libXinerama.so.1
    Reading libXcursor.so.1
    Reading libXxf86vm.so.1
    Reading libaudit.so.0
    Reading libicudata.so.34
    Reading libnss_files.so.2
    Reading libnss_dns.so.2
    Reading libresolv.so.2
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT
    Reading libnss_ldap.so.2
    Reading libcom_err.so.2

    Well, this message is just a warning and should not prevent dbx from working. What exactly happens to dbx? Does it hang? Does it crash? Or it doesn't allow to run the app?
    A side note: this message says that runtime linker debugging interface reported "consistent" event w/o any "add" or "delete" events, which is at least redundant and may indicate a bug. It is possible though that the bug is in dbx as well as in ld-linux.so, but its impossible to tell without live test case.

  • Breakpoints not working when debugging OC4J web service

    I am attempting to debug the PL/SQL web service autogenerated as part of the EMP_FETCHER tutorial example. My code has been compiled with debug information and the classes I wish to debug are not in my exclusions list.
    When using the embedded OC4J container, I've verified that it is starting up in debug mode in the log. Setting breakpoints in the Emp_Fetcher class on the line commencing
    __sJT_st = __sJT_ec.prepareOracleCall...
    however seems to have no effect. Running my web service client does not cause the web service to stop on the selected breakpoint.
    I've also tried remote debugging of the same web service on a separate database server. While I have been able to start OC4J on the server in debug mode, and connect to it from JDeveloper, setting of breakpoints seems to have no effect. I've monitored the TCP traffic on port 4000. It shows activity during the initial connection, but no traffic when I manipulate breakpoints in JDeveloper. I would have expected some traffic as breakpoints are added and removed.
    Any assistance would be appreciated.
    Regards
    Michael

    Hi Mithun Dha
    I am facing same problem !
    please let me know what is SICF user name and how to change it ?
    I am using MSS PCR application (MSS role, Personal Change Request which is standard application on portal and it calls BADI at backend, it was working fine till yday suddenly its not stopping at the ext breakpoint in BADI)
    thank you
    b

  • URL's in Enhanced podcasts not working?

    I did some tests tonight, and confirmed that STP2 does NOT properly embed the URL's in enhanced podcasts. I confirmed this by producing a podcast w/ the URL's in Garageband and it works perfectly.
    How do things like this slip by the testers and get shipped in final retail by Apple? I bought STP2 specifically do to podcasts, and it can't even do that right.
    How do I file a bug with Apple on this?
    /sad

    Hello,
    Pls chk if the following urls can help you in understanding it better.
    http://ucmchronicles.wordpress.com/2013/01/24/understanding-distributed-document-capture/
    http://ucmchronicles.wordpress.com/2013/02/02/oddc-test-case/
    regards,
    Pradeep Mahajan.
    http://ucmchronicles.wordpress.com

  • Enhanced M4a not working in iTunes  11.0.3  &  11.0.4

    Having just spent months prepping an enhanced podcast for launch, I find that it will not display art or links in iTunes 11.0.3 or 11.0.4.
    My podcast was designed around the m4a format and it would be difficult to change.
    Brian Fischer
    Question 1:  Am I missing something, can iTunes 11.0.3 & 11.0.4 display m4a?
    Question 2:  Will this be fixed?

    It does work, but I suspect you've fallen over the irritating changes in operation in iTunes 11. In previous versions, you would see the images at the bottom of the sidebar (and see them change, so you knew there were chapter images), and if you clicked on it you could get a full-sized version.
    From iTunes 11, you have to click on the small image which appears at the top of the window when you start playing an episode. In the very latest version of iTunes, this now only brings up the enlarged mini player which shows only one image; you have to command-click (Mac, and I suppose control-click in Windows) on the small image to see the full-sized and changing images.
    This means that nobody knows that you have chapter images unless they take the trouble to do this. It's crackers.

  • FM not working in debug mode.

    Function module : "LAGF_PROFIT_CENTER_GET" is basically meant to calculate the profit centre in ERP side.
    On booking an order in CRM side this function module is called at ERP side to calculate Profit centre.
    Problem is , normally this FM is working fine , but when i am in debug mode this FM is generating an error saying : Controlling object not found.
    Can anyone please analyse this FM and let me know the reason.
    Thanks,
    Abhi.

    Hi
    I think the onus is on you to debugg the code and deduce why it is displaying that error.
    regards
    Isaac Prince

  • Enhanced dvd not working

    For some reason, a set of educational enhanced DVD's suddenly quit working.  I checked the device drivers - working.  I tried restore points - did not help anything.  I restored my computer back to factory condition - everything works except these dvds.  Its as if they are not even being read, but the lights turn on and look like it is.  I've tried other cd/dvd's and they all seem to work, but there is no reason for these DVD's to just suddenly fail.  Any help appreciated.

    Hey plain4him, 
    I'm sorry you're running into this DVD issue. If other DVDs and CDs work, then the DVD drive hardware is good. CDs/DVDs do fail, especially if they are of lesser quality (mass-produced CD/DVDs are more likely to be of lesser quality) or if they are read from or written to often.
    It could also be that if there is a certain flash or Java requirement for the content on the disc to run, maybe that requirement needs to be updated. Java updates come out pretty often. You can check the system requirements for that software on the program's website. I could help you with finding that information, if you could let me know the name of the program on the discs.

  • ExternalInterface in C# form does not work with debug ActiveX control

    Hello,
    I have a C# form that is a container for the Flash ActiveX
    control. Everything works find as far as communication between the
    two (container and Actionscript) if I use the release version of
    the ActiveX control. If I use the debug version, the container does
    not receive call events. Obviously I need to be able to debug both
    the C# and actionscript code simultaneously. I have searched this
    forum (and others) for any insight, but nothing glares out at me.
    Could this possibly be a security issue?
    Brad

    I thing I have a solution for you. I created a note on it end of November (unfortunately, our systems have not replicated it to the outside yet). Here is the content of the note:
    Symptom
    Using Visual Studio .NET, database logon code is not recognized.
    Crystal reports Viewer database logon parameter screen prompts for login.
    This symptom is only observed when using Crystal Reports 2008 Service Pack 2.
    Crystal Reports 2008 with Service Pack 1 works as expected.
    Reproducing the Issue
    Use Crystal Reports 2008 SP2 to create a report with dynamic parameter(s)
    Use the following code from the Crystal Reports SDK for VS .NET
    Dim crDatabase As Database
    Dim crTables As TablesDim crTable As Table
    Dim crTableLogOnInfo As TableLogOnInfo
    Dim crConnectionInfo As ConnectionInfo
    crReportDocument.Load("<path>")
    crReportDocument.Refresh()
    crConnectionInfo = New ConnectionInfo()
    With crConnectionInfo
    .ServerName = "<New Server Name>"
    .Password = "<password>"
    End With
    crDatabase = crReportDocument,Database
    crTables = crDatabase.Tables
    For Each crTable In crTables
    crTableLogOnInfo = crTable.LogOnInfo
    crTableLogOnInfo.ConnectionInfo = crConnectionInfo
    crTable.ApplyLogOnInfo(crTableLogOnInfo)
    Next
    CrystalReportViewer1.ReportSource = crReportDocument
    The above code works with Crystal Reports 2008 SP 1
    Resolution
    Add .DataSourceConnections(0).SetConnection to the code as follows:
    For Each crTable In crTables
    crTableLogOnInfo = crTable.LogOnInfo
    crTableLogOnInfo.ConnectionInfo = crConnectionInfo
    crTable.ApplyLogOnInfo(crTableLogOnInfo)
    Next
    ''This is the line of code to be added ****
    crReportDocument.DataSourceConnections(0).SetConnection("Sever Name", "Database Name", "Use ID", "Password")
    CrystalReportViewer1.ReportSource = crReportDocument
    The issue has been submitted for a resolution.
    Tracking number is ADAPT01333806.

Maybe you are looking for