Deleted standard class and BAdI. Need to re-generate/re-import.

Hello SAPients,
My buddy was working on the implementation of a BAdI. He arrived to a point where he couldn't save the Implementation because the system showed the error "Interface doesn't exist". He thought that deleting the implementation and re-creating it he would be able to save the implementation but then the system requested for an Access Key to modify the object, he requested the Key to the Basis guys, they provided it and my buddy deleted the implementation (that's what he thought). Actually, something weird happened and he deleted the class and the BAdI. Now, we are having trouble with short dumps in standard TCodes. The question is, is it posible to re-generate/re-import this standard objects? How?
Thanks in advance for your kind help.

I already told him that.
BAdI: FTR_CUSTOMER_EXTENT.
Class: CL_EX_FTR_CUSTOMER_EXTENT.
We have too many developers working on this system, if we restore it from a backup we'll lose their work.
Any other idea?
Thanks.

Similar Messages

  • I'm trying to reinstall Logic Pro 9, and it says It's already installed. I have a project due for class and I need help asap. Please help!!!

    I'm trying to reinstall Logic Pro 9, and it says It's already installed. I have a project due for class and I need help asap. Please help!!!

    Yea I am. I deleted Logic Pro 9 and moved the App to the Trashcan like normal. Then when I go to install it, it says its already Installed. When I do this with other apps; it works fine, the install thing comes back up like it should once you have deleted the app

  • Mofcomp.exe failed, delete the classes and retry compiling, 0x8004400a unexpected token at file scope, Primary DP will not validate

    I have SCCM 2012 R2 CU3. Before when I've had DP problems it was always with secondary DPs. Now I've got an issue with my primary DP. Content will not validate on the main DP, called DP1. In Monitoring Distribution Point Configuration Status there are repeated
    errors about "Failed to validate package ABC12345\\fqdn". On the site server in distmgr.log this entry repeats over and over:
    "Mofcomp.exe failed, delete the classes and retry compiling E:\program files\microsoft configuration manager\bin\64\smsdpprov.mof
    Failed to compile MOF file. Error code 2."
    The problem is I don't know what classes it's talking about, nor how to delete them, nor can I find anything directly applicable about this error. I did run "mofcomp.exe smsdpprov.mof" anyway but I get the error "error syntax 0x8004400a: unexpected
    token at file scope. Compiler returned error 0x8004400a."
    This DP1 was working fine until a few days ago. We haven't made any upgrades/changes to the server either.
    We sent a package just to DP1 and it did deploy the content, so it appears that it just can't validate.
    Thanks for any help.
    Ben JohnsonWY

    Hi,
    About the error in Mpcontrol.log, you could try to uninstall the MP, reinstall IIS components, then install MP to see if it can resolve this issue.
    If not, please have a look at the following blogs.
    Support Tip: ConfigMgr 2012 Management Point fails
    with a 500 error after working fine for a short period of time
    SCCM MP Internal Server Error ISS Call to HttpSendRequestSync
    failed for port 80 with status code 500
    From you description above, you reinstalled the DP. Did you reinstall the IIS components during the DP reinstallation? If not, please try to reinstall the IIS components.
    Best Regards,
    Joyce
    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.

  • Information on ABAP Classes and BADI's

    Hi All,
    I am looking for good starting material to learn 'Advanced ABAP Programming' like Classes,methods and BADI..etc.
    1) Any "How to.." material availble?
    2) Any recorded sessions avaible?
    3) Any suggestions from your side breifly?
    I have got comfortable experience in reports,BDCs and transaction like basic stuff..
    thanks for your time.
    Regards,
    Hari
    Message was edited by: Hari Kiran

    Hi Hari,
    There are some nice tutorials and introductory articles and presentations in SDN.
    If you do a media search on ABAP Objects you will find:
    1)Eight Reasons Why Every ABAP Developer Should Give ABAP Objects a Second Look by Horst Keller
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15
    2) Questions: Why use ABAP Objects
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3e59b790-0201-0010-88aa-bc8a7f95f6fb
    3) Why use ABAP Objects Exercise
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3412d190-0201-0010-aaaa-ff5a315ae5fe
    4) ABAP Objects for Java Developers:
    https://media.sdn.sap.com/public/eclasses/teched04/ABAP151_files/Default.htm#nopreload=1
    There is also an excellent class offered by SAP Education called BC401 that describes Objects and BADIs in exruciating detai ;-). 
    http://www8.sap.com/useducation/curriculum/course.asp?rid=276&cid=60167031
    cheers,
    Marilyn

  • ABAP Classes and BADIs for HR

    Hi all,
    Can anyone give me a list of classes SAP has released for HR use by customers and all utility ABAP classes. Also any utility abap classes that would be useful for future. I am only interested in those relevant for ECC 5 and up.
    Could you supply the BADIs or Enhancement Spots for HR too.
    Thanks
    Wayne

    The BADI's I have found most useful are the BADI exits that duplicate the existing PA30 PAI / PBO User exits.  If you trace back to where the exits are called you will find the BADI call within a few lines of code - but the difference is that the BADI is called outside one layer of IF logic, so it gets called in some circumstances where the user exits do not - I think this was to do with certain change or copy data situations.
    Can't remember the name of the BADI, and do not have a system available to check at present, but it was not hard to find when I looked in the system.
    Others I have used are as exits in the HR to FI posting interface, and also some in the travel to vendor interface.  There is also an exit for customising the PERNR search help - cannot remember if this was a class or a FM.
    For moving data inside the user exits in a unicode compliant way there are classes for moving data from the flat PRELP character structure to individual infotype structures - CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN and CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP.
    For general unicode compliant constants such as a Tab character there is class CL_ABAP_CHAR_UTILITIES with attributes like CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB.
    Also if you go to SE38, select the Blue "Online Help" button, and then go to the ABAP Overview, you will find under the ABAP by Theme branch an entry "ABAP System Classes and Interfaces" which documents 20+ general ABAP classes
    Hope this helps
    Andrew

  • I am getting a 6 soon. But need to back up my 4S. I have two problems: one, I cannot get the rest of the videos off my phone.  two, I have no plus or edit button in contacts and cannot delete or fix and bad numbers. Help

    Actually, I have three problems. I had to turn off iCloud because every time I turn it on, it wipes out all my contacts.  Thankfully they're on my macbook and I was able to text them back to the phone.  Honestly, this is making me batty.  All I want to do is preserve my information before the new phone comes in. I did do a back-up to iTunes, but will that bring all the problems over to the new phone?!?
    First? I tried to edit a contact today. No edit button.  Then I thought, I'll just add her. No plus sign.
    Last but not least? I have a LOT of memory being taken up on my 16 G 4s with videos that iTunes and iPhoto refuse to see.  I can't even figure out how to see the folder on my iPhone when it's plugged in.
    Help!

    lisab101,
    We appreciate you reaching out to us. We greatly appreciate the feedback that you have provided us. Please know that we will lift this up to management and the issues will be addressed.
    Thank you,
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Firefox deleted a program and I need it back - where can I see a list of programs Firefox deemed a security risk?

    Firefox reported a program as security risk and I hurriedly deleted. It is not a virus it is a very important program I need o work. How can I retrieve this program?

    you're probably referring to the deactivation of the java plugin - go to [java.com] and download the latest version that has the security vulnerabilities already fixed.
    also see [[Unblocking the Java plugin]]

  • Delete span class and closing tag

    W7, CS6
    I have multiple instances of a span class that I'd like to delete including the closing span tag. E.g., <span class="yy">text</span>. What's the best way to do this?
    Paul

    You can use the Find & Replace tool to find and remove something from the source of the entire local site if you like...
    1. Control/Command + F
    2. Find In: Entire Current Local Site
    3. Search: Specific Tag
    4. Specific tag text field: span
    5. With Attribute: class
    6: = (the small text field next to the = sign): yy
    7. Action: Remove tag & Contents
    8. Click Replace All

  • Contacts deleting by themselves and iPhone needs a full backup restore after refusing to sync with iTunes. - Pls Help!

    I have had my new iPhone 5s since the middle of December 2013 and I really enjoy it, however, I'm finding the iOS a little unstable.
    I backup often - whether to iCloud or to my iMac at my office or to my Acer Windows 7 based Notebook at home, and I have had to do a full backup restore of my phone software after it suddenly refused to sync with iTunes. The only option open to me was "Restore iPhone" which also is a nuisance and takes a little while if you have a lot of content on your phone. I've had to do this 3 times now and it's getting on my nerves!
    Also, as I type this, my contacts are suddenly removing themselves from my phone book. I discovered this as I was going through my Whatsapp messages when I noticed a few numbers in my recent chats that didn't have names or contact pictures. When I scrolled to the top of the message, I noticed that the "add contact" detail was suddenly available. I immediately checked my phone book and noticed that those contacts are no longer available. A lot of my numbers are suddenly showing up like this within the last hour and I haven't changed any settings at all. I back up to my notebook and iCloud once a week. This problem is a first for me  as well.
    I must point out that I never had these issues with my iPhone 3GS which was only becoming cumbersome due to its outdated OS and because of its processing speed.
    Will I need to wait for the next IOS Update to solve this problem, or will I have to find an alternative solution?
    Any advice you have to offer would be most welcome.

    Simplify your question,will you? I have trouble in reading such a long English article.

  • My back up from last Thursday on my iphone 4s is not showing up in my itunes. I deleted something today and I need to restore from last Thursdays backup.

    HP Pavilion dv7 Note Windows 7 Home edition

    Have you backed up the device since last Thursday? If so, every time the iPhone does a backup, it overwrites the last backup. So the most current backup you have made is the one that shows in iTunes.
    Your backup files are in a location on the computer, but you cannot compel iTunes to use it. This support document will show you the location. http://support.apple.com/kb/HT4946

  • Suns standard classes use of constants - bad coding convention

    Wasn't sure where to post this, it didn't quite fit into Java Runtime Environment or Java Virtual Machine forums.
    I was browsing through The Java Standard classes and was amazed by their use of constants. Throughout the codes there is inserted direct constants in the code without any use of global constant declarations.
    Eg: java.lang.StringCoding:
    All over the code is inserted "ISO-8859-1" (used as default encoding) directly instead of using a declared constant DEFAULTENCODING. What if Sun want to change default encoding?
    Seems strange to me that such coding conventions are used by Sun. Any reason for this or just sloppy programing?
    Gil

    Looks like sloppy programming to me. I see no possible
    reason for it. You're not the first person to
    criticise Sun's source code. Maybe they outsourced it
    to http://www.newtechusa.com/PPI/main.asp (I can never
    remember how to format links, no matter how often
    people tell me!)
    RObinThere's logic in getting primates to program.
    Based on the popular theory that an infinite number of monkeys could
    randomly produce the works of Shakespeare, they could also produce the perfect software implementation of any given problem. The downside being that the printed documentation will be smeared liberally with faeces.
    regards,
    Owen

  • ALV Tree list output using the Class and method

    Hi,
    How to get the internal table values of ALV Tree List in classes.
    My requirement is i need to store the output values in Ztable of a SAP Transaction of CK86_99.
    for this, i copied the SAP Standard Transaction into Z tcode and i am trying to poplulate the output display into Ztable. But this standard tcode CK86_99 is using the classes of ALV tree list to display output.
    CL_STRUCTURE_EXPLOSION_TREE -- Class
    CONSTRUCTOR - method
    Finally in the above mentioned method, i am able to see the output values of ALV tree list in the internal table of mt_output_table.
    But these are SAP Standard Class and method.
    My doubt is, How to get these internal table values in my Zprogram.
    is there any user exit or badi can we use in the method of class???? Actually my system is 4.6C
    Please suggest me on this problem.
    Thanks in advance
    KBS Reddy

    First your getInstance() method returns 'singleton' which you havent declared/init anywhere.
    your getAll() method needs to be static if you need to call it the way you are doing.
    In your getAll() method u are passing a parameter called patientRecord ... where have you declared/init it.
    i think you have to do something like this ... if i have understood you correctly.
    /* THIS IS IN YOUR SERVLET*/
    Collections c = database.getAll();
    out.println(C);
    /* YOUR FlatfileDatabase CLASS HAS SOMETHING LIKE THIS*/
    public static FlatfileDatabase getInstance() {
    return new FlatfileDatabase();
    public static Collections getAll() {

  • Sync on two different computers - long overdue...and itunes needs improvement

    Complaint #1)
    I cannot understand why apple at this point STILL will not allow the same ipad/ipod to sync with two computers.  I have a pc at work, a mac at home - why am i unable to sync with the apps in both places?  It is 2012, and the copyright argument just does not fly, especially if i authorize both machines which apple seems to allow one apple ID to authorize up to 5 machines.
    But what is the point of authorizing a computer if you cannot sync to it?  I realize this is a help forum and not a place for rants, but am at a loss to understand why apple is clinging to this awkward and very annoying/frustrating setup.
    Complaint #2)
    About itunes itself, this serves as the main gateway for all music/apps/movies/books. etc., and BADLY needs an upgrade in aesthetics as well as function.
    Since it is now the primary conduit for all apps and other items, why is it even called "itunes"?  But more to the point, it is an awkward and difficult app to use, and it is surprising that it even comes from apple. 
    Mind you, I've been using apple computers since the IIe, so i go back a ways with the company, but itunes is a train wreck IMHO, and a better platform with far more flexible features and improved functionality is long overdue.
    You have a world-class tablet in the ipad 3, why did they not introduce a conduit platform on which to move/transfer documents/files etc that is equally superb?

    Regarding #1, see this post.
    tt2

  • Enhance Standard class attributes

    Hi ,
    I have a Standard class of method A and B . The requirement is like i need to create a global attribute in a class so that i copy certain values from method A to global attibute  in order fill certain values in B from tha same global attribute..
    Is this possible to create global attribute?
    Thanks
    Vijay

    Sorry - I am confused about your problem.
    I do know you have a standard class and want to enhance it to add the public attribute.
    You can create the public attribute using the Enhance menu option
    I
    After you have created the attribute(s) you need - how will you set it? in your own code externally to the class or within a method that you call of the class? I assume the latter - well I would suggest try using an implicit enhancement at the end of the method to write the value to the attribute.
    You can read that back in your external coding...for the lifetime of your session

  • General class and setting properties vs specific inner class

    This is a general question for discussion. I am curious to know how people differentiate between instantiating a standard class and making property adjustments within a method versus defining a new inner class with the property adjustments defined within.
    For example, when laying out a screen do you:
    - instantiate all the objects, set properties, and define the layout all within a method
    - create an inner class that defines the details of the layout (may reference other inner classes if complex) that is then just instantiated within a method
    - use some combination of the two depending on size and complexity.
    - use some other strategy
    Obviously, by breaking the work up into smaller classes you are simplifying the structure since each class is taking on less responsibility, as well as hiding the details of the implementaion from higher level classes. On the other hand, if you are just instantiating an object and making some SET calls is creating an inner class overkill.
    Is there a general consensus for an approach? I am curious to hear the approach of others.

    it's depends on your design..
    usually, if the application is simple and is not expected to be maintain (update..etc..) than I just have all the building of the gui within the same class (usually..the main class that extends JFrame).
    if the application follows the MVC pattern, than I would have a seperate class that build the GUI for a particular View. I would create another class to handle the ActionEvent, and other event (Controller)
    I rarely use inner class...and only use them to implements the Listerner interface (but only for simple application)..

Maybe you are looking for

  • Slow Crystal Reports Export to Text

    Post Author: shfisher CA Forum: General Feedback Previously posted on Legacy Products forum: We have a fairly complex report written in Crystal 8 that displays within seconds in the viewer.  A user routinely exports this report to a text file, and un

  • Best practice to Change Dial plan?

    Hi, Customer has made plenty of misdialed 911 calls so they want to change the dial plan. They have CUCM, CUC and UCCX .. I will try to suggest putting a delay for 3 sec or so and blocking 911! or 911!# translation pattern .. but in case if they do w

  • Always seen as available

    I have the problem with Skype on Windows 7, 64*. To my friends am seen as available  even when I'm not connected to internet or when I'm signed out of Skype. It's really anoying to me and to others, because they never really know when I'm actually "o

  • Cannot use F8 option to set my notebook into original factory settings

    Hi, I tried this last night, and when I tried to do the recovery via F8, I got the message: "Recovery of operating system is impossible! Could not find Hard drive disk recovery folder on the second drive of the first hard drive. There is no valid har

  • How does bottom stack work? dwm-sprinkles[solved]

    Working my way through all the sprinkles by looking at the config.h ... I want this bstack (TTT) +-----------------+ | | | | | | +-----+-----+-----+ | | | | | | | | +-----+-----+-----+ like it shows on the patch's page, but i get... I'm not even sure