Adding method- JInternalFrmeBorder stays Invisible

Hi all
First of all, excuse my terrible english, but I need profi-help =) and in german Java-Forums(the 3 or 4 =)) I got no answere since 3 days =(.
My prob, I did a GUI with DesktopPane and JInternalFrame and everything was great untill I added some painting-methods -(Check Code for the "HERE-markings")
to it, since that moment the JinternalFrames stood invisible, also the standardButtons for closing,maximize...(all setMax.Vis.Icon(true) ) ,
But I am able to paint my rectangle f.e.
-is it possible that one of the Layers of the DesctopPane is in Front???
-or maybe I need to call the borders???--checked already total-InnerFrames for, how to...
-do I paint at the location of the InternalFrames, but, to DesktopPane???
class DesktopFrame extends JFrame
     private JDesktopPane desk;
     public DesktopFrame()
          super("Desktop-Frame");
          this.desk = new JDesktopPane();
          desk.setDesktopManager(new DefaultDesktopManager());
          setContentPane(desk);
     public void addChild(JInternalFrame child, int PoSx, int PoSy, int SiZx, int SiZy)
          child.setLocation(PoSx, PoSy);
          child.setSize(SiZx, SiZy);
          //child.setDefaultCloseOperation(JInternalFrame.DISPOSE-ON_CLOSE);
          desk.add(child);
          child.setVisible(true);
class ChildFrame extends JInternalFrame
//All the annoying painting stuff =) XXX HERE -HERE XXX
     public ChildFrame(String title)
          super("Watch " + title, true, true);
          setIconifiable(true);
          setMaximizable(true);
          setBackground(Color.black);
public class Something
     public static void main(String[] args)
          DesktopFrame desktop = new DesktopFrame();// create Desktop
          desktop.setVisible(true);
//position, size
          desktop.addChild(new ChildFrame("1 Title" ), 160, 010, 600, 350);
What I am doing wrong???
To me , I have a few difficulties with learning by tutorials, I do things at comp by examples, since 18 years,so plz,
-if it is possible try to help by Code-Snippets...(the farer I get, the less cool Snippets I find =( )
I am quiet new to real-programming, since before I only did some scripts-Html webstuff...IRC bit CGI, bit C++,and... never was so much involved in stuff like now in Java, btw I hate not to know whats going on, in background =) --> InternalFrames-InnerFrames, ...
before Java I would have done this by 'ctrl'-C and 'ctrl'-V ,
dunno yet, why, but somehow I still like this coffee-stuff =)
I go back watching Germany-Southkorea ,press thumbs
thx

Hey I hope you guys don�t worry we kicked your butts @SoccerC., hehe
Common help me with my prob why do my InternalFrames get Invisible whenever I add methods...
btw, the same problem also appeared when I tried Codes, from different books, not always, but often..
means, Could it be I need to set a special path to Swing (if so, I will get a realy redHead )
I set all the other paths at AutoExec.bat and the 2 paths at UserV.and SystemV. ...
Plz help me I get insane on this...

Similar Messages

  • JVM crash when adding method to class

    Hello,
    I am getting some kind of problem with the virtual machine. The JVM crashes when making a class (with new). It happened when I was adding some functionality to the class, I worked my way backwards and discovered it crashes when I add any new methods, if I comment them out again everything works, adding a method by any name causes to crash.
    I went in debug to find out where it was happening, and it happens on this line:
    public PerspectiveActionToolBarHeader createPerspectiveActionToolBarHeader() {
         PerspectiveActionToolBarHeader ret = null;
         ret = new PerspectiveActionToolBarHeader(this); // << here
         return ret;
    }The PerspectiveActionToolBarHeader is the class where adding methods causes it to fail. For example, it has the method
    public Container getContainer() {
         return this;
    }and works, but if I add:
    public void anything(){} it causes a crash on the new PerspectiveActionToolBarHeader(this);
    When stepped into with the debugger it goes to the (source not found) ClassNotFoundException and eventually before the crash the (stack?) looks like this:
    Launcher$AppClassLoader(ClassLoader).loadClass(String) line: not available     
    MaldiSoftwareOptionsUIEnsemble(PerspectiveUIEnsemble).createPerspectiveActionToolBarHeader() line: 72
    and the debugger describes the class just before the crash:
    Launcher$AppClassLoader (id=44)     
    arg0     "saiman.uiobjnew.PerspectiveToolBarButton" (id=51) << has just changed
    and the log file (not sure how much to copy here!):
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x005c0001, pid=15504, tid=20112
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
    # Problematic frame:
    # C 0x005c0001
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x011ca000): JavaThread "main" [_thread_in_vm, id=20112, stack(0x01140000,0x01190000)]
    siginfo: ExceptionCode=0xc000001d
    Registers:
    EAX=0x13e13248, EBX=0x6da0daa8, ECX=0x13e13250, EDX=0x13e131f8
    ESP=0x0118f93c, EBP=0x0118f9a0, ESI=0x011ca9b0, EDI=0x011ca9ac
    EIP=0x005c0001, EFLAGS=0x00010206
    Register to memory mapping:
    EAX=0x13e13248
    {method}
    - klass: {other class}
    EBX=0x6da0daa8
    0x6da0daa8 is pointing to unknown location
    ECX=0x13e13250
    {method}
    - klass: {other class}
    EDX=0x13e131f8
    {constMethod}
    - klass: {other class}
    - method: 0x13e13248 {method} 'flipVisible' '(I)V' in 'saiman/uiobjnew/PerspectiveActionToolBarHeader'
    - exceptions: 0x13bf11e8
    ESP=0x0118f93c
    0x0118f93c is pointing into the stack for thread: 0x011ca000
    "main" prio=6 tid=0x011ca000 nid=0x4e90 runnable [0x0118f000]
    java.lang.Thread.State: RUNNABLE
    EBP=0x0118f9a0
    0x0118f9a0 is pointing into the stack for thread: 0x011ca000
    "main" prio=6 tid=0x011ca000 nid=0x4e90 runnable [0x0118f000]
    java.lang.Thread.State: RUNNABLE
    ESI=0x011ca9b0
    0x011ca9b0 is pointing to unknown location
    EDI=0x011ca9ac
    0x011ca9ac is pointing to unknown location
    Top of Stack: (sp=0x0118f93c)
    0x0118f93c: 6d94272d 011ca370 13e17d40 011ca000
    0x0118f94c: 011ca000 01a30950 011ca748 011ca9b4
    0x0118f95c: 011cab3c 0118fb28 011c6748 011ca348
    0x0118f96c: 011ca370 011ca73c 6da0daa8 011ca350
    0x0118f97c: 011ca370 0118f9cc 011ca9a8 0118f9c8
    0x0118f98c: 011ca788 011ca370 011ca9b0 011ca000
    0x0118f99c: 13e17d40 0118f9cc 6d943009 00000910
    0x0118f9ac: 011ca9ac 00000001 011ca000 011ca000
    Instructions: (pc=0x005c0001)
    0x005bfff1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
    0x005c0001: ff ff 7f 00 00 00 00 00 00 00 00 ff ff ff ff 00
    Stack: [0x01140000,0x01190000], sp=0x0118f93c, free space=318k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x005c0001
    V [jvm.dll+0x153009]
    V [jvm.dll+0xdecdb]
    V [jvm.dll+0xe1887]
    V [jvm.dll+0xe1c46]
    V [jvm.dll+0xec09a]
    j saiman.uiobjnew.PerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+2
    j saiman.mv.ModelViewPerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.addButtons()V+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+21
    j saiman.mv.ModelViewPerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.uiobjnew.SoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.wmaldi.MaldiSoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.newuiimpl.MassSpectrumMainFrameImpl.main([Ljava/lang/String;)V+173
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf0ab9]
    V [jvm.dll+0x1837d1]
    V [jvm.dll+0xf0b3d]
    V [jvm.dll+0xfa0d6]
    V [jvm.dll+0x101cde]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0x51194]
    C [ntdll.dll+0x5b3f5]
    C [ntdll.dll+0x5b3c8]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j saiman.uiobjnew.PerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+2
    j saiman.mv.ModelViewPerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.addButtons()V+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+21
    j saiman.mv.ModelViewPerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.uiobjnew.SoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.wmaldi.MaldiSoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.newuiimpl.MassSpectrumMainFrameImpl.main([Ljava/lang/String;)V+173
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01b05400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=19680, stack(0x18560000,0x185b0000)]
    0x01b04800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=19516, stack(0x18140000,0x18190000)]
    0x01b04000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=20064, stack(0x18040000,0x18090000)]
    0x01b03c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=20276, stack(0x17ff0000,0x18040000)]
    0x01aeb000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=16832, stack(0x17fa0000,0x17ff0000)]
    0x01aea000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=16360, stack(0x17ef0000,0x17f40000)]
    0x01ae8000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=20084, stack(0x17ea0000,0x17ef0000)]
    0x01ade400 JavaThread "Attach Listener" daemon [_thread_blocked, id=19772, stack(0x17d90000,0x17de0000)]
    0x01add400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20192, stack(0x17d40000,0x17d90000)]
    0x01ab2800 JavaThread "Finalizer" daemon [_thread_blocked, id=17344, stack(0x17cf0000,0x17d40000)]
    0x01aabc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=19964, stack(0x17ca0000,0x17cf0000)]
    =>0x011ca000 JavaThread "main" [_thread_in_vm, id=20112, stack(0x01140000,0x01190000)]
    Other Threads:
    0x01aa7c00 VMThread [stack: 0x011d0000,0x01220000] [id=19144]
    0x01b17400 WatcherThread [stack: 0x180f0000,0x18140000] [id=12792]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 768K [0x03bf0000, 0x04140000, 0x09140000)
    eden space 4416K, 5% used [0x03bf0000, 0x03c30380, 0x04040000)
    from space 512K, 100% used [0x040c0000, 0x04140000, 0x04140000)
    to space 512K, 0% used [0x04040000, 0x04040000, 0x040c0000)
    tenured generation total 10944K, used 1858K [0x09140000, 0x09bf0000, 0x13bf0000)
    the space 10944K, 16% used [0x09140000, 0x09310948, 0x09310a00, 0x09bf0000)
    compacting perm gen total 12288K, used 9598K [0x13bf0000, 0x147f0000, 0x17bf0000)
    the space 12288K, 78% used [0x13bf0000, 0x1454fb70, 0x1454fc00, 0x147f0000)
    No shared spaces configured.
    Edited by: hanvyj on 07-Jun-2011 02:39
    Edited by: hanvyj on 07-Jun-2011 02:43

    I think I may have stumbled across the answer, It seems that the abstract class PerspectiveToolBar implements
    the interface with the method public Container getContainer() but does not declare it, this should be fine because the method is abstract but it crashes. When I add the method public abstract Container getContainer(); to the abstract sub-class there is no error. I'm going to try make a small compilable example to see if I can reproduce it.
    edit its actually only one of the two interface methods, and not getContainer(), but another one. If anyone is interested here is the interface:
    public interface IMassSpectrometerPassableControlContainer
         Container getContainer();
         void reloadWidgetsOnVisible(boolean visible);
    }and it works only if there is "public abstract void reloadWidgetsOnVisible(boolean visible);" in the abstract class PerspectiveToolBar implementing IMassSpectrometerPassableControlContainer.
    I tried to reproduce it, but I can't get another class to repeat the behaviour, so I don't think I can post a bug report on it. Here is my attempt anyway:
    import javax.swing.JToolBar;
    * Class     Test.java
    * Date:     7 Jun 2011
    * @author     tofuser
    public class Test extends Subclass
         public static void main(String args[])
              System.out.println("in main method");
              Test t = new Test();
              t.interfaceMethod();
         @Override
         public void interfaceMethod()
              System.out.println("interface method");
    abstract class Subclass extends JToolBar implements Interface
         private static final long serialVersionUID = 1L;
         //this line is where it breaks in my code, including it works
         //public abstract void interfaceMethod();
    interface Interface
         public abstract void interfaceMethod();
    }Edited by: hanvyj on 07-Jun-2011 03:56

  • WF: Object DECISION Method PROCESS - stays in status in process forever

    Dear Friend,
    Could you, please, give me any ideas why Workflow Task based on business objects/method DECISION->PROCESS stays in status in process?
    It happens after upgrade to ERP2005 from 4.6c. In old version it works perfectly.
    Thanks a lot for help.

    Hi,
    If a Workitem has Status "In Process" then it means it is under execution and it is not completed. however it might get completed and the status is still can be "In Process". The reason for this would be the Workitem might have gone in Deadline monitoring. Check the Workflow Task whether any deadline is assigned or not. I guess it got assigned in your case. And another important thing is there must be a background program that is scheduled which takes care of such deadline monitoring Tasks. Check whether this program is ticked or not in transaction SWU3. So altogether you have to check two things.
    hope this helps you.
    thanks,
    sksingh

  • Adding methods to a automatic generated class

    Hello,
    I am currently working on an project where a part of the code is automatic generated from XML Schema, using Castor's SourceGenerator. The classes generated from these generic java-sourcecodes represents an hierachical tree structure (a composite pattern, with a composite as super class, and nodes and leafes as sub-classes), which I am using with JTree. My problem is that I cannot make Castor override the toString()-method, without changing some vital properties of my generated java-codes.
    One solution is to encapsulate the super-class and the two sub-classes in a identical class structure, mapping all the methods and adding a toString() method, but doing this by hand takes away the advantage of Castor. Somehow I think reflection could be a good solution, but I am not familiar with java-reflection and cannot say if it would solve my problem.

    It sounds like byte code manipulation (e.g., BCEL) may be what you need. Which is too bad because it's nontrivial.
    I don't think reflection would do what you want, but I'm not sure what you want.

  • Component added to JPanel is invisible

    i have a JPanel ( called panelMap ) on a JPanel ( called uProfile ) and im simply adding a component ( in this case a JLabel ) to panelMap in the constructor of uProfile. But the component never displays.
    the code is as follows :
    public uProfile( ) {
    initComponents();
    JLabel lbl = new JLabel();
    lbl.setText("blah");
    lbl.setLocation(20,20);
    this.panelMap.add( lbl );
    }

    Hi chalcoprite,
    u didn't set the label.setSize()
    since u r adding the component as a dynamic one i think u need that.
    then, if your panel layout is just Null, then there is no meaning for that setLocation() method.
    else, u have to set that component in NORTH or CENTER or SOUTH of that LayoutManager which u used.
    Also after u added one component, call the validate() and repaint() in the panel.
    like
    panelMap.validate(); and panelMap.repaint();
    this will work i think..

  • STAYING Invisible - I am going crazy!

    I would like to remain INVISIBLE permanently.
    I have always used this status.  However, Skype now displays my Status as "online" even if I have set the status.
    I have skype open on 2 devices (iPhone & MacBook Pro) and sometimes an iPad, and I am being bombarded with Connection requests from strangers.  The stus is set as invisible on all devices, but changes itself even within a session to Visible/Online!
    I am going crazy.
    How can I fix this?
    Thanks

    eekfreak,
    Sounds like a bit of corruption in that lil' ol' computer! Try the following ........
    Close the Mail application .... then go to .......
    ~Users (Home) folder/Library/Preferences/com.apple.mail.plist
    Drag the plist to the Desktop
    Repair Disk Permissions .... using /Applications/Utilities/Disk Utility .......... RESTART the computer
    Open Mail .... if things seem OK, drag the old plist on the Desktop to the Trash and Empty .... you might have to reset some of your personal preferences in Mail.
    If you still have a problem .... read this:
    http://support.apple.com/kb/HT1146
    DIXIE

  • Adding methods to an existing app

    Hello all,
    my question is regarding an existing application, deployed on an app server.
    If I were to add methods to this app, would clients who are using this app need to recompile their code even if they are not using the new methods?
    Thanks
    qin__23

    Hello all,
    my question is regarding an existing application, deployed on an app server.
    If I were to add methods to this app, would clients who are using this app need to recompile their code even if they are not using the new methods?
    Thanks
    qin__23

  • How to stay invisible? Can I make it a permanent s...

    It seems like I need to keep setting myself to invisible. But that is not useful since it lets people see that I am online as I sign on. I would like to sign on as invisible and remain that way. Is there a way to do this?

    when you select the invisible status, other users will see you as offline.  though there may be ways to check if a user is really offline or just in invisible status, it will be up to the users themselves to train their contacts on how respect the possible reasons a user chose to be in invisible status.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • How to override java editor scroll behavior when adding method templates

    The java editor scrolls to top of the page every time I click 'implement methods...' from the editor line # gutter. Is there any way to disable this action? It started scrolling to top when I updated to 11.1.2 on Win7. Tks

    The java editor scrolls to top of the page every time I click 'implement methods...' from the editor line # gutter. Is there any way to disable this action? It started scrolling to top when I updated to 11.1.2 on Win7. Tks

  • Adding methods to base classes

    How are new methods proposed and adopted for the base classes?

    Your question is unclear and I doubt if it has anything to do with JNDI.

  • The bookmark dialoge box stays invisible

    Laptop with ATI X300
    Ubuntu 10.04-3
    Firefox 5.0
    Compiz enabled. If disabled it is visible.
    Works fine on same laptop with Linux Mint 11 Katya and FF 5.0
    Also compiz enabled.

    Are you referring to the Bookmarks dialog that opens if you click the yellow star on the location bar?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Objects suddenly going invisible

    This problem has just popped up in a project I have to turn in later today. It seems that at a certain, hard to pin down point in a project, random objects will go invisible. Mostly it happens when I've added one behavior too many (and not my hundredth behavior either, but my second or third behavior for the entire comp. It's not necessarily that an object goes invisible for it's entire duration either, but sometimes at the end (or beginning) of a behavior applied to a second object. I've rebuilt from scratch. I've deleted the guilty behaviors, but had the effected objects stay invisible. I've converted the behaviors to keyframes. I've even trashed the motion.plist file a few times. I had a similar problem on my old G5 over a year ago and reinstalled and all that to no avail. This wonkiness was the main reason I bought a late '08 MBP the month they came out. What the heck am I doing wrong?

    Thanks for checking. The problem is that I don't want all of my behaviors to start at 00:00 - some I want to start at 2:00. I just tried parking every object at :00 and moving my behaviors around in the timeline and that is working right now. Is that a Motion rule that I've overlooked? Does every object in a comp need to start at 0? I'll keep messing with it, but I'm fairly certain it's going to crap out again.
    Thanks again.

  • Invisible Text in fields after highlights are deactivated

    Completed fields in the sent adobe form are invisible.  I have deactivated the highlighted field as instructed but the completed fields stay invisible.  If I were to type a character in the field, the information in that field will stay visible.  As the forms have confidential information I cannot sent them for samplings.  Any suggestions?

    Unless you can verify what caused the problem, I would go with the most common cause of this issue which is Apple's Preview program.
    There have been a couple of scripts that can repair the form have been posted and are a free download.
    One could also export the data to an FDF file and them import that exported data into a good copy of the form.

  • JButton-adding two images

    hey, at first I want to say that I was looking here and on google about my problems and I did find nothing :/.
    I had in my JButton ImageIcon like that:
    JButton button = new JButtone(ImageIcon sampleImage);
    and all is great. But i need in my program to change the background when user enter with mouse on this button and here is the problem, because that sampleImage what i added before should stay the same and as the background I want to add another image. So to sum up: I want to add as background the image...I was looking any solution for 5 hours and I cant find anyhing :(. Can anyone help?
    Thanks in advance
    -mike

    Load one image and then load a different image--you have reference to them with 2 different variables. Once you have them loaded set one as the default background, then look at MouseListener and MouseEvent for a mouse over action, when you get the mouse over, then change the background image to the one that is not displayed. Since you only have 2 images you can keep track of which one is being displayed with a boolean flag--something like boolean isDefault = true;
    Now if you need help with code, post what you have so far and ask specific questions.

  • 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

  • Control recipe destination not available in Process order

    Hi PP-PI Gurus, When i am sending the process maessages to destinations,i am getting the error"No control receipe destination available in process order". When we create master recipe using X-steps, there is no option to enter comtrol recipe destinat

  • HP G62 System Recovery hangs or not?

    Hi, I have a HP G62 laptop Windows 7 that I am recovering with 4 recovery cd's. Everything went well untill the 4th cd, the progress is stalled at 76% but the estimated time remaining is changing, its currently at 65 minutes. Should I be worried, is

  • Aperture Vault Crash

    Hi I am having some issues with Aperture currently I'm running Mavericks, 10.9.1 and the latest Aperture (updated yesterday) When I want to update my vault it always crashes, leaving a beachball etc. This was happening on my previous mac but put it d

  • Cannot find setting 'speakers'

    I cannot find the setting 'speakers' on my ipod nano 5th gen. I found it  a few days ago, but forgot.

  • Games from ipod don't show on iTunes?

    I have a 5th Generation iPod nano and I bought one of the click wheel games (Reversi) over a year ago. I no longer have the game file on my computer anymore but the game still remains on my iPod. I want to delete the game but when I go to the Games t