Using SEO_METHOD_ACTIVATE with methods implemented from Interface

Hi,
I'm trying to create a class and activate it using some ABAP code. I began by copying a template class into a new class called ZKMOD_COPY.
Now I want to activate this class. I tried SEO_METHOD_ACTIVATE but all it does is set the flag to 'A' in the table. It doesn't really activate the whole class I see in SE24.
Going through the forums, I came across ABAP Objects where someone said to call these in order: SEO_ATTRIBUTE_ACTIVATE, SEO_EVENT_ACTIVATE,  SEO_METHOD_ACTIVATE, SEO_TYPE_ACTIVATE
Now my class does not contain any attributes, events or types. It contains just one method, so I suppose except SEO_METHOD_ACTIVATE I don't really need the others.
Now this method (called EXIT) is implemented from an Interface IF_RSCNV_EXIT. In the class definition of ZKMOD_COPY, it shows this method by the name IF_RSCNV_EXIT~EXIT.
The problem is that I'm not able to activate this method. I can't figure out what parameters to give in CIFKEYand  MTDKEYS
I tried all permutations of "zkmod_copy", "if_rscnv_exit" as classes, "exit" and "if_rscnv_exit~exit" as the methods, but it kept throwing exceptions like not specified or not existing. Debugging the FM also did not give me any clues.
So what I really need is, what parameters should I give there? Alternatively, is there any way I can programmatically activate my class? This may sound a silly question, since I'm a BI guy with not too much ABAP knowledge, but I'd be really grateful if someone could help out with this.

Matt,
We have some Customer Exits in BI. I'm trying to develop a kind of program that will generate the code for a customer exit class. So probably I would have an FM take some params, create the class with some static member attributes (not yet fully designed), so that it is ready to be used as a customer exit.
It's all still nebulous - I'm finding the various things that I feel I will need.
CIFKEYS I think is the -> IF_RSCNV_EXIT
MTDKEYS-CLSNAME is IF_RSCNV_EXIT
MTDKEYS-CMPNAME is EXIT.
In this, the name of the class ZKMOD_COPY is not used anywhere. But IF_RSCNV_EXIT is an interface, it can be implemented by any number of classes. So shouldn't the class name (ZKMOD_COPY) be mentioned somewhere? How would the system know which implementation of IF_RSCNV_EXIT should be activated?
At present I'm not in front of a system; I'll try this on Monday and get back to you. Thanks for the help anyway, Matthew!

Similar Messages

  • Can a method implemented from interface be native ?

    This is a bit of a SCJP question.
    interface One
    public void someMethod();
    public class One_impl implements One
    public native void someMethod();
    Assuming that the native method is not provided in any local library, an attempt to compile and run the above lines
    of code will cause
    1. Compilation error - implimentations can never be native.
    2. Compilation error - method not found in local libraries.
    3. Runtime Exception - method not found in local libraries.
    4. Compilation successfull but runtime error is thrown if and only if the method someMethod of class One_impl is
    called
    My question is can a implemented method be native ?
    I am totally blank about native methods in Java.(Does this dismiss the right to put a question and study native methods in Java first ?)
    Thanks.

    ejp wrote:
    My question is can a implemented method be native ?Yes.
    I am totally blank about native methods in Java. (Does this dismiss the right to put a question and study native methods in Java first ?)It does suggest that you could have read the JLS first.Maybe reading native methods in JLS would clear things for me.
    Thanks.

  • I am from argentina and i want to buy an iPhone 5s, but in my country i can only use it if the phone is unlocked , i want to know if i buy one of t mobile with no contract and i travel to mi country ( internationaly) i can use it with a sim from argentina

    i am from argentina and i want to buy an iPhone 5s, but in my country i can only use it if the phone is unlocked , i want to know if i buy one of t mobile with no contract and i travel to mi country ( internationaly) i can use it with a sim from argentina

    You should go onto the Tmobile web site and look around. Very soon a pop up window will ask you if you want to chat. You can try asking for someone who knows Spanish (if you prefer), they might have someone available who can chat with you in Spanish.
    I give this suggestion because I remember on the Tmobile website, you can order on line, but they let you choose to pay only a little money up front, then pay off the rest over 24 months, or you can choose to pay for it in full. However, their ordering process does not say whether the paid for in full phone is going to be unlocked or not.
    It may not be, You may have to make a request and say that since you have paid in full please unlock. I am not so sure that a paid for in full phone is automatically sold in unlocked state.
    This is why I suggest you talk to Tmobile to get a definite answer.
    Unless someone else on this forum knows for sure? Hope someone else jumps in to answer. But the best way is to ask for yourself directly from Tmobile.

  • Using Captivate with a localized user interface

    Summary:
    I'm working on an Adobe Captivate 2 project describing an
    application that has been created in several languages.
    I'm trying to follow the Captivate 2 help topic "Using Adobe
    Captivate with a localized user interface", to create localized
    movies for each language, but it does not work as described in the
    help topic.
    Can anyone help me with this problem, see below "What went
    wrong?"
    Steps to reproduce:
    According to the help topic:
    1. Record a source langauge file from the application (in my
    case swedish).
    2. Export the text captions to a Word document "Export
    project captions and closed captions", and translate the text (into
    english).
    3. Record a new language file from the application, without
    any automatically included objects.
    4. Import all objects "Import slides/objects from other Adobe
    Captivate projects>Objects only" from the source language file
    created in step 1.
    5. Import the the caption text "Import project captions and
    closed captions" from the translated file in step 2.
    What went wrong?:
    Step 5 does not work, I cannot "Import project captions and
    closed captions" into the new language file, the menu text is grey.
    Product version:
    Product: Adobe Captivate 2
    Version: 2.0.0 Build 1177
    Platform information:
    Hardware: Qbic pc x86
    OS Version: XP Professional
    RAM: 1014 MB
    Color Depth: ?
    Display Card: Intel(R) 82865G Graphics Controller
    Resolution: 1280 x 1024

    Hi TekEl and welcome to our community
    For what it's worth, here is how I might try it.
    1. Record a project using either language.
    2. Perform a "Save As" to a different name.
    3. From the new project, export the Captions.
    4. Localize as necessary.
    5. Import the revised captions into the new project.
    I think the trick here is to ensure that you only attempt to
    import into the project that created the export.
    Cheers... Rick

  • Search Results web part - Custom Query using "Value with a parameter from URL" inconsistent

    I have encountered what I think may be a bug, but I am hoping that there is something that I am missing.
    Within my search site, I have created a new search results page where I want to customize the "Search Results" web part query.  I can add in any number of property and keyword filters (using the "Build Your Query" dialog) without
    issue... until I add a filter that uses the QueryString property (the builder dialog calls this "Value with a parameter from URL").
    If I use {QueryString.MyParameterX} for filtering, it works beautifully in the query builder dialog.  I see the expected results in the search results preview pane, but as soon as I apply the changes things become inconsistent. 
    If I close/reopen my browser and navigate to my page at http://myaddress/search/Pages/testresults.aspx?MyParameterX=test I see results.  If I then refresh the page, I get a "Nothing here matches your search" message.  I can then go to
    the same address but change one character to an uppercase character and get results.  Refreshing that same page again returns "Nothing here matches your search".  I can only get search results one time per uniquely cased URL without having
    to close/reopen my browser.  This behavior was seen on both Firefox and IE.
    Finally, I found that if I instead navigate to http://myaddress/search/testresults?MyParameterX=test, it always returns results.  This, unfortunately isn't the best solution for me... but it is a solution.
    Any insight that anyone can provide is greatly appreciated!  I would really like to be able to depend on this working in all logical cases (especially since the search center of other sites is set using the path all the way down to /Pages).
    Thanks!

    Hi, have you been able to solve this issue? I'm getting the same issue and I cant solve it (required CU is installed).
    Fabio

  • Cant use POP with mac mail from yahoo

    everytime i try and set up my POP account from yahoo into my mac mail, it says the server isnt responding. tried it weeks ago and now today. my trial of .macs expiring soon and i need to import my email onto my desktop. anyone know how to make it work???

    I'm having the same problem. Have been running Mac Mail for several months using POP with Yahoo without any issue at all. In just the last day though I haven't been receiving any inbound mail, but I can send outbound. I've called Yahoo and they say they don't support Mac Mail. They've tried to help, in fact found one setting at their end that was off, but they don't have the tools to troubleshoot Mac issues very well. I suspect it's a problem at Yahoo because I have two other non-Yahoo accounts that are coming in through Mac Mail just fine. So I'm going to call them back and see if they can find anything else.

  • How can I use airplay with multiple speakers from my iPod?

    I recently purchased a bluetooth wireless speaker in hopes that, while the ipod is docked on a speaker system, I can listen to my music from both set of speakers.  Is there anyway to use multiple speakers with my ipod through the airplay system or an app that I can download to enhance my music listening experience?

    Based on previous discussions, You can only AiPlay to one set of speakers.

  • How to use iMovie with Aperture Library from an external drive?

    Hey,
    Some problems:
    1. My first video, I stored the project on my own laptop and used the library from the HD. This seems to give some problems, but I now figured out I have to consolidate the media etc. so now my files don't get missing after unplugging the harddrive. I figured it would be a better idea to make all new projects on the HD, so I have everything in place all the time. BUT. look at the picture: there seems to be something wrong with the way iMovie recognizes the aperture library: i'ts not listed in the events library under the HardDisk (named Passport) but under my own drive... ??? (+ I don't understand the idea of events when I have my aperture library: Do I need to make events for all projects I make? how is this possible when the library is not in the correct position?)
    2. I made a movie, but I'm unable to export a large/high quality version of this project. That's why I want to move my project to the HD and then open it on my partners Mac Book Pro to make a good export. Unfortunately, his macbook doesn't recognize the files and the files can't be opened in iMovie... (files stay gray and unclickable)
    To sum it all up:
    I want the best way to work with this set-up: mac book air, external drive with all my files and iMovie.  And I want to be able to open the project on a different computer to make high quality exports.

    First thing that comes up with videos in your 'picture' library is the videos are always under the full control of the picture library program. Which means Aperture is the keeper and master, and it decides what will be displayed in iMovie's Event Library. If Aperture is having difficulties sometimes it cannot or will not display the videos you are storing there.
    Right now, I think the problem is your Aperture Library is on the internal Mac HD, not the external. You would have to move Aperture's Library to the external HD (along with all the pictures and videos). Then try to add the videos back into a project.
    In extreme cases I have recommended moving the videos out of the picture library and re-importing them into iMovie Event folders to let iMovie manage it.

  • Using logic with 003+ and secondary interface

    Hello, I currently have a 003 rack + (8 inputs) and a m audio pro fire (8 inputs), and I am trying to get them to work inside logic. I currently have them linked together via optical cable. I know I cannot aggregate using a 003 rack which would fix my issue, but I can only get 8 of the 16 inputs to work.
    As of writing this I have not tried the output, I have not gotten that far. Is there a way to make logic understand that there is 16 inputs instead of 8? I have the core audio manager telling me that the 003 rack has 18 ( 16 in 2 out) available and that it's in the ADAT format, but anytime I try to use any input greater than 8 I get no sound.
    Does anyone know how to get this to work so I can enable a total of 16 tracks to record?
    I'd very much like to switch from pro tools to logic for my projects to be more versatile.
    Thanks so much in advance for any answers.

    I know exactly what you mean. Unfortunately, I can't offer a solution, just want to express that I have the same requests. A simple, convenient way would be if the quick search bar would follow the same logic as in Google:
         Multiple separate keywords -> AND by default
         Multiple keywords with OR in between -> OR logic
         Multiple words in " " -> The keyword must contain of exactly those words in the same order  (which is the default and only option now; unfortunately, it's the one that is required the least)
    Yes, there is an advanced search option that does the trick, but as you said, it's very cumbersome to create queries there.
    Something in the same direction: Bridge is powered by a MySQL database. So, why is there no way to do a search using an SQL-Query? For those people that work with SQL (and those are quite many, I suppose), this would be a dream!
    I know, there is a suggestion forum as well, but posts there are never replied to.
    So please, if any developper sees this, consider it for a future release.
    One more thing: In the keywords panel, you can use a hierarchy, which is great to make your huge list of keywords more organized. However, in the filter panel, they are all flat and not organized by topic. Would it not be possible to apply the same hierarchy there? After all, the hierarchy IS saved in the metadata: in the XMP part of metadate, there is a field called "HierarchicalSubject" that contains this data. So why not use it??
    Best regards
    - spitfire
    P.S. What is the best place to make suggestions to the developpers? Since the topics in the suggestion forum never get any replies, I don't think it's the right place ...

  • Can't use HAT with hprof dump from 1.5 JRE plugin

    I have a memory leak somewhere inside my Java Applet. I can produce a hprof dump file but when I try to use the HAT tool to analyse it I get the following error....
    C:\hat\bin>java -cp hat.zip -mx100m hat.Main /dump.hprof
    Started HTTP server on port 7000
    Reading from /dump.hprof...
    Dump file created Fri Mar 03 12:27:43 GMT 2006
    java.io.IOException: Thread 200008 not found for JNI local ref
    at hat.parser.HprofReader.getThreadObjectFromSequence(HprofReader.java:5
    78)
    at hat.parser.HprofReader.readHeapDump(HprofReader.java:380)
    at hat.parser.HprofReader.read(HprofReader.java:222)
    at hat.parser.Reader.readFile(Reader.java:91)
    at hat.Main.main(Main.java:135)
    I am using the 1.5.0_05 plugin with the following parameters...
    -Djava.io.tmpdir=c:/temp -agentlib:hprof=file=c:/dump.hprof,format=b,heap=dump
    I don't know what version of HAT this is but the files date from 1999 (I got it from a link off the sun site).
    I know HAT isn't a Sun product as such but as it seems popular I hope someone here may have used it and can give me some pointers as to why I can't get it to analyse my dump file correctly.
    Cheers
    Rich

    The fix for this problem in 5.0u4 wasn't ideal and I have made attempt #2 in 5.0u7 which should be out soon.
    See my confession at: http://blogs.sun.com/roller/page/kto?entry=hprof_hat_and_jhat
    :^)
    -kto

  • Using SSL with client auth from a JNLP-launched app

    We have an application that is launched by JNLP, and which needs to make a mutually authenticated SSL connection to a server. The client cert and trusted certs that it needs to do this are stored in the Sun\Java\Deployment\security directory where JNLP knows to look for them. And Java WebStart itself seems to be able to use these certs just fine. However, our app seems blithely unaware of the location of the keystore/truststore unless we explicitly set the system properties javax.net.ssl.keystore and truststore. But we don't want to do that (it could be different for different users), and we shouldn't have to do that. So the question is, how can we use the same KeyManager/TrustManager that Java WebStart itself is using? Are they somehow available for the JNLP-launched app to use?
    Failing that, is there a way for a JNLP-launched app to query the deployment properties? There are a bunch of properties to direct the behavior of Java WebStart (see [http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html]), such as deployment.user.security.trusted.cacerts. These don't seem to be System properties. Can the app see them, or are the "private" to Java WebStart itself?

    HI:
    see also shine enterprise pattern.
    I have worked with it and it helps me and results spead up.
    it has a class which is named "code" and does encryption and ... by md5. it is incredibly secure! tey it.
    you can download it via links bellow:
    http://groups.google.com/group/j2sos.
    http://sourceforge.net/projects/shine-enterpris/
    it has also document

  • Using iCloud with MacBook Pro from 2006, running iOS Snow Leopard 10.6.8

    I have an old MacBook Pro (from 2006) running OS X Snow Leopard ver. 10.6.8.  I wanted to use MobileMe or iCloud to store content, but I have run into a problem.  iCloud needs version 10.7.5 or higher, but I can't seem to find a way to upgrade from my version to that version.  The free OS X Mavericks upgrade requires newer hardward.  I can't find a way to upgrade to Lion or any version - I keep getting into a support page loop.

    You need to call Apple to purchase Lion or Mountain Lion.

  • How can I use java with DMI(Desktop Management Interface)? Help please..

    I want to use Java to develop DMI. Please help...Thanks.

    You are not getting replies because your question may need a course to answer. Just like, hey, can someone tell me how to write an email application? Or,
    Can someone show me how to build a house?
    Start writing your application, when you get stucked, post your questions.
    Or, at least be more specific. Like, elaborate DMI and things like that.
    Do a search on DMI, you may find what you need.

  • Using CallRouter with EJB Home/Remote interface

    Hi,
    How do i Use my CallRouter class for EJB's.
    How to use rmic . please help
    thanx in adv.
    pradeep bhat

    You can specify the call-routers in weblogic-ejb-jar.xml.
    FWIW, what are you trying to do?
    -- Rob
    pradeep bhat wrote:
    Hi,
    How do i Use my CallRouter class for EJB's.
    How to use rmic . please help
    thanx in adv.
    pradeep bhat

  • I want to use a with thru and from firefox mozilla

    do you have an email I can use

    I don't understand completely. You can not set the value of 'action' without creating a Properties object and have the user select an item. This requires that somewhere you have a "new Properties()" statement.
    Perhaps you need to write the action or the Properties object to a file, then read it back in later?

Maybe you are looking for

  • How to change the Status CRTD of the Inspection Lot?

    Dear all. I want to Complete an Inspection Lot 10000000005 In the T-CODE qvm2.When I select the Inspection Lot 10000000005 and press F8 to Complete the Inspection,the SAP show an error message "Status check error". And the detail info show that the e

  • On Intel(R) HM76 Express Chipset LPC Controller - 1E59

    A not supported unknown device installed my pc.(sony-vaio SVE14A15FNB). Location- on Intel(R) HM76 Express Chipset LPC Controller - 1E59. I cannot uninstall it manually. Please help me.

  • Unicode Conversion check

    Hello All, We are doing Combined Upgrade and Unicode Conversion from 4.6C to ECC 6.0. We have listed all the Z programs and we need to do unicode conversion check for the same. Hence we have exported the Z programs and imported the same into our IDES

  • Error message after using new itunes 11.0.0.163

    Every time after I sync & close the itunes app from the PC.  I got this Error message "Apple Push has stopped working" new itunes version: 11.0.0.163.  Can anyone help??

  • How do I install Adobe v 1.7.2

    How do I download Digital Editions v 1.7.2 as it keeps directing me to v 2.0 which is not compatible with my Windows Vista