BADI canu00B4t be found

Hi,
I have the task to implement the BADI ME_PURCHDOC_POSTED,
but I can´t find it in the system!
When I Search for ME* in SE18, I just get the following list:
ME_CHANGE_CHARACTER  Customer-Specific Characteristics for Product Allocation
ME_CHECK_ALL_ITEMS   Re-Run Items After Changes in EKKO                     
ME_CIN_LEINRF2R      BADI for CIN India - Delivery charges                  
ME_CIN_LEINRF2V      BADI for LEINRF03 excise_invoice_details               
ME_CIN_MM06EFKO      Copy PO data for use by Country version India          
ME_DEFINE_CALCTYPE   Control Pricing Type: Additional Fields                
ME_HOLD_PO           Hold Enjoy Purchase Order: Activate/Deactivate         
ME_PO_SC_SRV         BAdI: Service tab page item category L                 
ME_REQ_HEADER_TEXT   Copy Header Text for Enjoy Purchase Requisition        
ME_TAX_FROM_ADDRESS  Tax Jurisdiction Code Taken from Address               
ME_TRIGGER_ATP       Triggers New ATP for Changes in EKKO, EKPO, EKPV       
So what can I do?
Thank you!

Thank you!
So I can´t use a BADI... But does anybode know, if there is an user exit, I could
use instead?
The idea is to use fields from EKKO and EKPO and compare them to entries in a customer table, like tolerance level quantity and tolerance level value or date...
The exit should take place in a very similar place to the BADI "ME_PURCHDOC_POSTED".
Any ideas?
Thank you!

Similar Messages

  • ADS: Badly formed SStringKey found in StringKey

    Hello,
    I have customizing the application TRM. There I'm using the the formular "ISR_FORM_SPI1". The formular call in the application "Tax Office Cockpit" from the taxagent in the Enterprise Portal. If I'm calling the application in language "en" it works fine. But If I'm calling it in languge "de" the webdynpro dumps with "WebDynpro Exception: Der Aufruf des ADS schlug fehl. Informationen zur Ursache finden Sie im error.pdf auf dem Applikationsserver".
    I found with debugger the error message from ADS:
    Begin operation: Render, elapsed time = 2 ms.#  
    End operation: Render, elapsed time = 1763 ms.#  
    Begin operation: Render Log, elapsed time = 1763 ms.#  
    End operation: Render Log, elapsed time = 1818 ms.#  
    om.aific error information:#   a file-system error has occurred (^0)#  
    INTERNAL ERROR! Badly formed SStringKey found in StringKey::GetKey().#   ;
    [Error Log file "2008.09.19.103624SAFPMSTURM.pdf" written  to /usr/sap/HAL/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]#
    In the 2008.09.19.103624SAFPMSTURM.pdf written:
    Severity Message Id Date/Time Description
    Warning 29203 19/09/08 10:36 AM Invalid node type: tags
    Warning 29323 19/09/08 10:36 AM The fault occurred on line 2.
    (and so on same message 9x)
    An expressionless information...?
    If I use an own formular (e.g. ZFORM) the error is:
      Processing exception during a "UsageRights" operation.#
      Request start time: Thu Sep 18 18:33:18 CEST 2008#
      com.adobe.ads.exception.FailedCreationException: ##
      Specific error information:#a file-system error has occurred (^0)#
      INTERNAL ERROR! Badly formed SStringKey found in StringKey::GetKey().###
      Exception Stack Trace:#
      com.adobe.ads.exception.FailedCreationException: ##
      Specific error information:#
      a file-system error has occurred (^0)#
    Who know an answer of the two problems?
    Reguards
    Maik

    Workaround
    This may not work for all, but this is something that seem to work for us.
    Instead of loading the pdf directly from the server like we normally do (using Response.Redirect or Server.Transfer etc).
    Let the html page load and in the onload of the html page, call a javascript to set the window.location to the server path of the pdf and then when the pdf downloads and displays, it seem to work fine for us on all versions.
    This is the general idea and the way I did in .Net was to use ClientScript.RegisterStartupScript and set the window.location as the pdf path instead of where the pdf was getting loaded from the server.
    Hope this helps someone.

  • Bad check value found during dbv on Datafiles

    Hi,
    We just received new DB, that return a "Bad check value found during dbv" on DBVerify.
    So, we can Open & Use this DB... perhaps until crash if we use the "bad block", but we can't save it by Rman (ORA-19566: exceeded limit of 0 corrupt blocks for file xxx) !
    And best thing is... Previous DB owner don't have any save (Rman or other) of this DB !!!
    Are there solution(s) about this problem... or this DB is definitively dead ?
    Sorry for my english,
    Thank for your help,
    J Sourti.

    Hi;
    What is DB version?
    Please see below note(also referance part) and below link which at least show u some way
    Rman Reports An Ora-19566: Exceeded Limit Of 0 Corrupt Blocks From Backup [ID 457422.1]
    http://oraclespin.wordpress.com/2009/07/03/how-to-find-and-fix-block-corruption-using-rman/
    Regard
    Helios

  • Bad Response; 302 Found

    Hello,
    I am using the SOAP request as
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/
    2001/XMLSchema">
    <soap:Body>
    <OpportunityQueryPage xmlns="urn:crmondemand/ws/opportunity/10/2004">
    <ListOfOpportunity xmlns="urn:/crmondemand/xml/opportunity">
    <Opportunity>
         <OpportunityName>LIKE 'A*' </OpportunityName>
         <SalesStage />
         <Revenue />
         <CloseDate />
         <Forecast />
         <Status />
         <Priority />
         <Probability />
         <msplMS_field />
    </Opportunity>
    </ListOfOpportunity>
    </OpportunityQueryPage>
    </soap:Body></soap:Envelope>
    After sending the above request i am getting the below exception in java.
    Feb 5, 2009 11:48:42 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
    SEVERE: SAAJ0008: Bad Response; Found
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:127)
         at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
         at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
    Caused by: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         ... 2 more
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
         ... 4 more
    CAUSE:
    java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
         at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
         ... 4 more
    CAUSE:
    java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         at com.crmondemand.client.CRMManager.getOpertunity(CRMManager.java:178)
         at com.crmondemand.client.CRMClient.main(CRMClient.java:11)
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Bad response: (302Found
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:304)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
         ... 4 more
    Please suggest me what is the problem..
    Thanks,
    --bdr_09                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    You're getting HTTP 410:
    The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval. If the server does not know, or has no facility to determine, whether or not the condition is permanent, the status code 404 (Not Found) SHOULD be used instead. This response is cacheable unless indicated otherwise.
    The 410 response is primarily intended to assist the task of web maintenance by notifying the recipient that the resource is intentionally unavailable and that the server owners desire that remote links to that resource be removed. Such an event is common for limited-time, promotional services and for resources belonging to individuals no longer working at the server's site. It is not necessary to mark all permanently unavailable resources as "gone" or to keep the mark for any length of time -- that is left to the discretion of the server owner.
    Looks like the URL in your proxy is not right.
    John

  • Earpods and bad fit: anyone found suitable pads or used sugru?

    earpod pads...anyone found such to help with better fit?
    i know of this stuff called sugru, a rubber/silicone putty some have
    used as a mould around it to fit in one's ear, as a way to better custom fit
    the new earpods, but are there any ones that apple is going to make and/or
    from different company that does well, too?

    I've used the Sugru mod documented here:
    http://www.instructables.com/id/Improve-the-fit-on-on-EarPods/?ALLSTEPS
    It works pretty well. I used white Sugru so it doesn't stand out too much.
    You can pick up a three-pack of Sugru for $10+shipping

  • MIGO BADI - Check line item after clicking on  ITEM_OK Field in MIGO

    Hi,
                I am looking for Enhanacement option for MIGO Transaction . What i found it, there is one Badi MB_MIGO_BADI at the creation of material document. When i click on ITEM_OK Field at material line item level. and click on CHECK Button, i want to check material master if that material is having QM View or not . That i can write in one of the method in badi which i found is CHECK_ITEM bt that method is having parameter called I_LINE_ID which have line item no. bt how should i get material doc. no and material no. at that line item?
    Plz try to give me solution.
    Thanks & Regards,
    Saurin Shah

    Hi,
    When you are posting a GR against PO when you check the document
    Method Line_modify of the badi MB_MIGO_BADI is gettin triggered and if you check the importing parameter cs_goitem
    it is getting populated wit the values of the lime item
    Like you said material no, po number, batch no, item no etc.
    Since you can get this details as you said you can check for the view maintained.
    Hope this help you.
    Regards,
    Ranjith N

  • How do I check for bad sectors on the hard drive? (Need help soon!)

    I've asked this in a different thread but am not getting exactly the question answered completely. I need to run a check on my drive that will test each sector and if a bad sector is found, it will block that sector from being written to with data in the future.
    I used to use Disk First Aid or Apple HD Setup or Norton Utilities to do this. Norton does not appear to be made for Mac OSX 10.4.4 and those other utilities appear to be System 9 and earlier utilities only.
    Is there some way of doing this with current Apple tools? My original post is at http://discussions.apple.com/thread.jspa?messageID=1592160#1592160
    Thank you. I've been down since Saturday and really need to get an answer so I can move forward and get my computer back up and running.

    There is only one way to do this. Make a bootable backup of your drive to an external Firewire drive (you can use the Restore option of Disk Utility.) Then do the following:
    1 Boot from your Tiger DVD. After the installer loads select Disk Utility from the Utilities.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.
    By reformatting using the Zero Data option DU will force checking for bad blocks.
    If you wish to forego the above procedure you can purchase TechTool Pro (v. 4.1.1) which has a module for scanning the disk for bad blocks. However, repairing the drive can only be done by reformatting.

  • Badi for purchase requisition and stock transfer order

    Hi,
    Could anybody please tell the BADI to update the item details (dates etc) in the 'Purchase requisition' and stock transfer orders.
    I could find ME_PROCESS_REQ etc but could not locate the methods to modify the item level data.
    Thanks & regards,
    Ravish

    Hi,
    You can use the same badi which you found out.
    ME_PROCESS_REQ.
    In that there is a method process_item.
    There you can get the line items of the PR.
    Then in the POST method you can do the stock transfer .
    In the check method also you can check the entire process of PR.
    With Regards,
    Sumodh.P

  • Global variable in BADI methods..

    Hi,
         How can i declare a global variable in BADI  method ,for example " Count type I".Can any one let me know ...
    Regards,
    Veera

    Hi,
    BADI is a just an interface definition that needs to be implemented by the customer. The final implementation of a BADI is always found in a class.
    You can define the variable as attribute and static if you want it to be accessed by all objects.
    I hope this answers your question
    Regards,
    Saurabh

  • RMAN-06023: no backup or copy of datafile 5 found to restore ??

    Hi,
    Am on
    Apps 12.0.4
    DB 10gR2
    Am trying to recover a datafile: got below error ?
    Hex dump of (file 5, block 11701) in trace file /u01/app/oracle/admin/ora10g/udump/ora10g_ora_6482.trc
    Corrupt block relative dba: 0x01402db5 (file 5, block 11701)
    Bad check value found during backing up datafile
    Data in bad block:
    type: 0 format: 2 rdba: 0x01402db5
    last change scn: 0×0000.00000000 seq: 0×1 flg: 0×05
    spare1: 0×0 spare2: 0×0 spare3: 0×0
    consistency value in tail: 0×00000001
    check value in block header: 0x8bf5
    computed block checksum: 0×2
    Reread of blocknum=11701, file=/u01/app/oracle/oradata/ora10g/example01.dbf. found same corrupt data
    RMAN> blockrecover datafile 5 block 11701;
    Starting blockrecover at 23-AUG-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=139 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 10/23/2011 19:40:13
    RMAN-06026: some targets not found – aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    i dont have a backup of this datafile
    Thanks
    Edited by: NewAppsDBA on Oct 24, 2011 6:23 AM

    RMAN-03002: failure of blockrecover command at 10/23/2011 19:40:13
    RMAN-06026: some targets not found – aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restoreSearch MOS for those errors and go through the docs.
    Thanks,
    Hussein

  • How to make sure a disk is bad?

    I have a Western Digital 320 GB FireWire disk that has been acting up. The symptoms include
    • IO errors reported when using ChronoSync to back up
    • When I tried DiskWarrior, while rebuilding the directory it said something like "Performance will be slow because of hard disk errors"
    Is there a definitive test that I can do to check if there's a problem? I am thinking of reformatting the disk using Write Zeros. If this works am I OK? It's still under warranty, so I could just send it back...

    Hi, Stuart.
    1. The definitive test is the SMART diagnostics. See Step 1 of the Procedure in my "Resolving Disk, Permission, and Cache Corruption" FAQ. If the SMART diagnostics do not indicate Verified, then the disk is defective.
    2. If the drive has developed bad sectors, it should be replaced, though zeroing the drive can map currently identified bad sectors out of service. However, bad sectors, once found, often recur. See the "Bad Sectors" section of my previously-cited FAQ.
    Note that the terms "bad blocks" and "bad sectors" are used synonymously, but it is the sectors that go bad. Blocks are comprised of sectors.
    3. Directory corruption, i.e. problems identified by Disk Utility's Repair Disk function, do not necessarily indicate a bad drive as there can be a variety of causes for such unrelated to drive failure: see my "Data corruption and loss: causes and avoidance" FAQ. However, directory corruption can result in data loss and other problems.
    4. The problems you cited with ChronoSync and DiskWarrior have a higher probability of being caused by directory corruption, vs. hard drive failure. However, one cannot entirely rule out a potentially failing or defective hard drive.
    5. You're more likely to encounter problems with a given hard drive when it is either (a) very new or (b) very old. If a new drive is going to fail, it will likely fail is shortly after it's put into service. In the school of Failure Analysis, this is known as Infant Mortality. Most products conform to the Bathtub Curve during their lifetime: they either fail shortly after being put into service, fail randomly during their useful life, or fail increasingly after they enter the wear-out phase.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Is bad tv come with fc?

    im working at a friends and one of his computers has it installed and one doesnt. is it a third party effect/plug in?
    thanks,
    A

    not there. is there a spot i can download it and bad film?
    found this for the filter bundle, but didnt work.
    http://forums.creativecow.net/readpost/8/982076

  • Setting Disk Utility to lock out bad sectors

    Setting Disk Utility to lock out bad sectors
    When my Leopard DVD arrives I'm planning on doing a clean install to my internal HD. I would like to format the drive to lock out bad sectors but I can't seem to find a setting to do that in Disk Utility or anything about it in Help.

    Hi Peggy Lynn;
    To the best of my knowledge there is no way to lock out bad sectors.
    What you can do is erase the disk and under security tab have zeros written to the disk. When you do this if any bad sectors are found, they will be mapped out so that will no longer be used.
    Disk drive always have some extra sector which can be mapped in to replace any that might go bad. The disk drive can continue doing this until the sectors are all used up then you will have to replace it.
    Allan

  • How to keeps track of new coming bad blocks on a hdd

    I have some 2,5 hdd lying around and wanted to test them for bad blocks and found that I can use Badblocks for this.
    But how do I keep the "list" of bad blocks up-to-date if new bad blocks are detected, or is this not posseble?
    Solixxx
    Last edited by solixxx (2013-09-30 23:48:21)

    graysky wrote:You can detect and lock out bad ones... but the danger is not knowing which good blocks will go bad in the future.  I have a hdd in an old machine that has bad blocks on it... been running fine for 9+ months now after isolating them.
    Exactly :-)
    I've been using a drive with isolated bad blocks for over a year now, but I store only data I don't care that much about - I can re-download or recreate it.
    I thought you just wanted to list the bad blocks. If you're going to reformat the device, it is the mechanism of isolating the bad blocks I wrote about, so you should be OK.
    I think badblocks prevents the bad block from being used by the filesystem, but they still reside on the device, so if you run badblocks again, it should list both the old bad blocks and any new ones too.

  • Writing a Method in BADI

    Hi All
    I am working on BADIs.The BADI which i found has got three methods for different functionality. But i want to create my own method to achieve my functionality..
    My question is:
    1. Can i create my own method in the BADI
    2. If it is so, after creating how can i call that method in Application program? Since i have seen the three standard methods have been called in the application program.
    Please pass any help on this.
    Regards
    Suresh B Mannem
    Message was edited by: Suresh Babu  Mannem

    Hi Suresh
    BAdI functionality is defined by the developer of the original program. That is; he decides where and which method of the BAdI method should be called.
    However, a BAdI implementation is a class implementation and you can add your own methods. Normally, you can <u>not</u> insert the added method to the application whereas you can call the method inside original BAdI methods.
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

Maybe you are looking for

  • Aging out user profiles in Call Manager

    If a user profile is deleted in AD what is the length of time before that user is "aged out" / removed from the CUCM and CUC user DB? Is there a difference between how it works in 4.1 with Cisco Customer Directory Configuration Plug In vs. LDAP Synch

  • How to add a link to another page

    Hello, I am new to Adobe Designer 7.0, I'm liking it so far, I had a question though, I was wondering how I could make a link from one page to another. For instance, I want to have a table of contents and I want the user to be able to click on the wo

  • MobileMe calendar sync consistently failing to keep things in sync

    Hello, I've been noticing for quite a while that in my setup, mobileme sync keeps failing to keep contacts in sync. My setup is quite basic: 1 iphone, 1 mobileme account, 1 macbook pro. The iphone is set to push contacts, calendars, and bookmarks. Th

  • Hoe to provide a download help for the user

    hi all How to provide a download help for users, i.e. if i select download radia button and if i place cursor on file path it should provide the user to select what ever the drive and folder he needs can any body help asap. regards reddy.

  • Bridge output to PSE

    I just loaded A PSE 8 (Mac). When I double click on an image it opens in iPhoto rather than PSE. I've looked in all the preferences to find out where to change output in Bridge from iPhoto to PSE. What am I doing wrong?