NWDS encountered error when launching workspace

When I launched my NWDS, the studio automatically closed after encountered error.
Here is the error messages I got form the workspace /metadata/ .log:
!MESSAGE Found and created an extension for Web Dynpro Metamodel: [email protected]d
!ENTRY org.eclipse.ui 4 4 Jan 11, 2007 17:37:13.718
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 11, 2007 17:37:13.734
!MESSAGE No more handles
!STACK 0
org.eclipse.swt.SWTError: No more handles
     at org.eclipse.swt.SWT.error(SWT.java:2356)
     at org.eclipse.swt.SWT.error(SWT.java:2260)
     at org.eclipse.swt.widgets.Widget.error(Widget.java:385)
     at org.eclipse.swt.widgets.Control.createHandle(Control.java:471)
     at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:171)
     at org.eclipse.swt.widgets.Control.createWidget(Control.java:486)
     at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:125)
     at org.eclipse.swt.widgets.Control.<init>(Control.java:95)
     at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:72)
     at org.eclipse.swt.widgets.Composite.<init>(Composite.java:85)
     at com.tssap.util.ui.lfsupport.AbstractWidgetFactory.createComposite(AbstractWidgetFactory.java:214)
     at com.tssap.util.ui.lfsupport.EditorWidgetFactoryContainer.createComposite(EditorWidgetFactoryContainer.java:183)
     at com.tssap.util.ui.pane.internal.GridLayoutPane.createPaneComposite(GridLayoutPane.java:80)
     at com.tssap.util.ui.pane.internal.BasicPane.getPaneComposite(BasicPane.java:44)
     at com.tssap.util.ui.pane.internal.CompoundPane.addGridLayoutPane(CompoundPane.java:453)
     at com.tssap.util.ui.pane.internal.GridLayoutPane.addGridLayoutPane(GridLayoutPane.java:690)
     at com.tssap.util.ui.pane.internal.GridLayoutPane.addGridLayoutPane(GridLayoutPane.java:683)
     at com.tssap.util.ui.glpc.AbstractTitledGridLayoutPaneContainer.preInitContainer(AbstractTitledGridLayoutPaneContainer.java:113)
     at com.tssap.util.ui.glpc.AbstractGridLayoutPaneContainer.composeGridLayoutPaneContainer(AbstractGridLayoutPaneContainer.java:104)
     at com.tssap.util.ui.pane.internal.GridLayoutPane.addGridLayoutPaneContainer(GridLayoutPane.java:761)
     at com.sap.ide.webdynpro.controllereditor.actions.ActionsForm.initTopPane(ActionsForm.java:55)
     at com.sap.ide.webdynpro.controllereditor.AbstractControllerSectionForm.initSectionForm(AbstractControllerSectionForm.java:65)
     at com.tssap.util.ui.glpc.form.SectionForm.initForm(SectionForm.java:88)
     at com.tssap.util.ui.glpc.form.AbstractForm.initContainer(AbstractForm.java:99)
     at com.tssap.util.ui.glpc.AbstractGridLayoutPaneContainer.composeGridLayoutPaneContainer(AbstractGridLayoutPaneContainer.java:108)
     at com.tssap.util.ui.pane.PaneFactory.establishGridLayoutPaneContainer(PaneFactory.java:275)
     at com.tssap.util.ui.pane.PaneFactory.establishGridLayoutPaneContainer(PaneFactory.java:298)
     at com.sap.ide.webdynpro.controllereditor.actions.ActionsPage.init(ActionsPage.java:31)
     at com.sap.ide.webdynpro.controllereditor.ControllerEditorPart.createActionsPage(ControllerEditorPart.java:587)
     at com.sap.ide.webdynpro.controllereditor.ControllerEditorPart.createPages(ControllerEditorPart.java:413)
     at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:166)
     at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:141)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
     at org.eclipse.core.runtime.Platform.run(Platform.java:413)
     at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:137)
     at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:921)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
     at org.eclipse.core.runtime.Platform.run(Platform.java:413)
     at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:864)
     at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:857)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:853)
     at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1266)
     at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1258)
     at org.eclipse.ui.internal.WorkbenchPage$7.run(WorkbenchPage.java:1356)
     at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:127)
     at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:24)
     at org.eclipse.swt.widgets.Display.syncExec(Display.java:2337)
     at org.eclipse.ui.internal.WorkbenchPage.getEditors(WorkbenchPage.java:1353)
     at com.tssap.selena.internal.core.providers.java.editor.JavaEditorPart.getJavaEditors(JavaEditorPart.java:70)
     at com.tssap.selena.internal.core.providers.java.editor.JavaEditorPart.access$100(JavaEditorPart.java:22)
     at com.tssap.selena.internal.core.providers.java.editor.JavaEditorPart$2.run(JavaEditorPart.java:95)
     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
     at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
     at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
     at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
     at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
     at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
!ENTRY Startup 1 0 Jan 11, 2007 17:37:16.734
!MESSAGE Sap NetWeaver Developer Studio - Build: 200608262203
!ENTRY org.eclipse.ui.workbench 4 2 Jan 11, 2007 17:37:17.46
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
     at com.sap.ide.webdynpro.modeleditor.ModelEditorPlugin$1.run(ModelEditorPlugin.java:84)
     at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:127)
     at org.eclipse.swt.widgets.Display.syncExec(Display.java:2337)
     at com.sap.ide.webdynpro.modeleditor.ModelEditorPlugin.earlyStartup(ModelEditorPlugin.java:80)
     at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1327)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
     at org.eclipse.core.runtime.Platform.run(Platform.java:413)
     at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1334)
     at java.lang.Thread.run(Thread.java:534)
!ENTRY org.eclipse.ui 4 4 Jan 11, 2007 17:37:17.46
!MESSAGE Unhandled Exception
!ENTRY org.eclipse.ui 4 0 Jan 11, 2007 17:37:17.46
!MESSAGE Unhandled Exception
!STACK 0
java.lang.NullPointerException
     at com.sap.ide.webdynpro.modeleditor.ModelEditorPlugin$1.run(ModelEditorPlugin.java:84)
     at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:127)
     at org.eclipse.swt.widgets.Display.syncExec(Display.java:2337)
     at com.sap.ide.webdynpro.modeleditor.ModelEditorPlugin.earlyStartup(ModelEditorPlugin.java:80)
     at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1327)
     at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
     at org.eclipse.core.runtime.Platform.run(Platform.java:413)
     at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1334)
     at java.lang.Thread.run(Thread.java:534)
Thanks for advise.
Kent

Bhavana,
I removed the .metadata folder and successful relaunch the NWDS.
It works.
But I am researching why this happen from times to times for my studio.
Maybe the reasons are like all SDN fellows mentioned in this post.
Thanks.
Kent

Similar Messages

  • Name Space Communication Error when Launching Workspace in Hyperion 11.1.2

    Hi All,
    I've installed Hyperion 11.1.2. All the links were working fine after configuration. Now when i'm launching Workspace, it is giving the message as "Namespace communication Error". Why it is giving this message ? Why it didn't show this message earlier ? Pls. help

    First of all I would just start up the foundation managed server service, it can take a while to start up fully, then check the logs at :-
    <EPM_HOME>\user_projects\epmsystem1\diagnostics\logs\services HyS9FoundationServices-syserr.log and HyS9FoundationServices-sysout.log
    If it looks to have started up without issues then try and log into shared services at http://<foundationmachine>:28080/interop/index.jsp
    Also I would use a supported browser as I don't believe IE6 is supported anymore.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Status 500 internal server error when launching workspace

    Hi,
    I have installed BI Plus 9.3.1 and when launching the Workspace i am getting error message
    "Error: Error Loading ADF
    URI:http://servername:45000/workspace/BpmLauncher.jsp
    Status:500 Internal Server error
    Code 0
    http://servername:45000/workspace/index.jsp
    I have checked the following files for correctness:
    web.xml,server.xml,subcontext.properties
    Please help.
    Thanks,
    Mugundhan

    I just now reviewed the workspace log file and pasted below the exception. by seeing this i reviwed once again the "BpmContextConfig.xml" file also.
    2009-04-24 13:01:09 ApplicationDispatcher[workspace] Servlet.service() for servlet BPMContext threw exception
    java.lang.NullPointerException
         at com.hyperion.tools.config.BpmContextServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
         at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
         at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
         at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
         at org.apache.jsp.BpmLauncher_jsp._jspService(BpmLauncher_jsp.java:147)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:76)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.hyperion.i18n.filter.Utf8Filter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
         at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Thanks,
    Mugundhan

  • Encountering error when launching course in LSO portal

    Hi Experts,
    User is facing issue when launching course through LSO portal. Security roles looks to be good. Error message looks like
    Unexpectet Error Occured:
    XXXX is NOT authorized for this function
    emxNavigator Toolbar: Error: No person business object found with name ==XXX
    Please suggest
    Regards,
    Tamiz

    Hi Tamiz Amuthan
    Please reffer to the following links:
    SAP Logon error: Client XXX is not available...
    User xxxx has no RFC Authorization for function group RSBOLAP_BICS_CONSUMER
    Regards,
    Shirin

  • After Effects Plugin Error when launching

    I recently installed Red Giant Knoll Light Magic Pro plugin and get the following error when launching AE CS4 9.02 on a 2.53Ghz Intel Macbook Pro with 4Gb Ram and Snow Leopard.
    After Effects has encountered an error.
    [/Chincillada/pro/ext/adobe/MediaCore/MediaLayer/VideoFilterHost/Make/Mac/../../Src/AEPlug inVideoFilterModule.cpp-107]
    then I get:
    After Effects can't continue: An output contract violation has occured!
    then:
    After Effects warning: Failed to initialize mediacore
    I have also lodged a support ticket with Red Giant but wanted to see if anyone had experienced, or could shed any light on this error code.
    Thanks

    As a start, move the KLF plug-in out of the shared MediaCore folder (Library:Apllication Support:Adobe and something; not on my Mac ATM) to the conventional AE plug-in folder (Applications:Adobe After Effects CS4:Support Files:Plug-Ins) I've reminded my friends at RG a hundred times, but their installer stil luses bad default locations. If that doesn't fix it, then indeed you have a problem. Which version of the plug-in are you using? Most complaints revolve around v2.5's GPU usage, which is on by default and causes a lot of trouble. Older versions do not do this, so they are more stable....
    Mylenium

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Error when launching Photoshop CS5

    Photoshop CS5 bring up the following error when launching the application
    "The program can't start because MSVCP110.dll is missing from your computer"
    Uninstalling and resintalling the application does not resolve this problem

    http://helpx.adobe.com/creative-cloud/kb/missing-msvcp110dll.html
    Mylenium

  • Error when launching a BPF

    Hi
    I receive the following error when launching af BPF:
    System.Exception: Index was outside the bounds of the array.
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Services.Webservice.BPFProxy.BPFProxy.GetBPFContents(String strAppSet, String strApp, String strBPFID, String strDataRegion)
    We are running BPC 5.1 SP09-2 and accessing Excel via Citrix.
    I did work before we applied SP09-2.
    Any suggestions?
    Jesper

    After upgrading the client installation on Citrix was not correctly upgraden. Re-installing the client fils solved the problem.

  • Error when launching Key figure monitor iview in portal

    Hi all,
    I get an error when launching a key figure monitor iview in portal ; the error is RABAX-STATE
    In r/3 under transaction ST22 i got following :
    "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"
    "CL_WDR_INTERNAL_WINDOW========CP" or "CL_WDR_INTERNAL_WINDOW========CM00B"
    "IF_WD_WINDOW~SUBSCRIBE_TO_BUTTON_EVENT"
    Anybody knows how to resolve the problem?
    Regards
    Gwen

    Hey was your problem resolved ???
    I am facing the same problem..
    please help!!!
    reply asap.
    ~Veena.

  • Error when launching promoted app from RemoteAPP

    Hi:
    We are receiving this error when launching any application from RemoteAPP, we tried promoting Calculator, Notepad, etc. and received the same error as well.
    "Personalization:
    This theme can't be applied to the desktop.
    Try clicking a different theme"
    Help!
    Thank you,
    Stangride

    If you launch the app directly from the session hosts using the same account that your using with remoteapp what are you getting? Try and RDP to the session host when you attempt it. I would also check rsop.msc to see if you have any GPO or scripts that
    are manipulating themes.

  • Error when launching Acrobat XI Pro

    I get an error when launching Acrobat XI Pro:
    Adobe License Utility has stopped working.
    A problem has caused the program to stop working
    correctly.  Please close the program.

    Hi toeneez,
    Please try repairing Acrobat and check.
    Try running the licensing fix patch available at : Error 213:19 | Problem has occurred with the licensing of this product | Acrobat X and XI
    Regards,
    Rave

  • Java Error when launching BLS

    Using xMII 11.5 SP3, one of our other xMII developers is getting the following Java error when launching the BLS editor:
    Unable to load resource: http://xmiid.oxy.com/Lighthammer/CMSLogicEditor/activation.jar
    His computer was reimaged a couple of days ago with our standard image (Windows XP SP2, IE6 SP2).  It worked fine on his computer prior to the re-image.  He's reloaded Sun Java 1.4.2_01 on his computer (our company default is 1.4.1_01.)
    I can't duplicate the error on any of our test computers - one of which was also recently re-imaged.
    Any ideas?
    David

    David,
    So other standard imaged machines are running 1.4.2_01 and have no issues?  I would expect to see problems with the webstart cookie handling for that version, but I'm running _15....
    Try clearing the Java WS cache on the problematic client instance to watch it try to download all the libraries fresh.
    File...Preferences, reconfirm that the None radio button is selected on the General tab, and then on the Advanced tab, press the Clear Folder button.
    You could also make sure before hitting the editor link in the Menu.jsp that there are no dead or leftover javaws processes running in the task manager.
    Regards,
    Jeremy

  • Adobe Premiere Pro error when launching software...

    I am getting the following error when launching Adobe Premiere Pro CS6:
    Adobe Premiere Pro could not find any capable video play modules. Please update your video display  drivers and start again.
    I checked my drivers and they are up-to-date. I am using Core I7 Windows 7. I did have Adobe Premiere CS5 installed and it worked fine. When I subscribed to the Creative Cloud I uninstalled the CS5 installation and downloaded the CS6.

    Try http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html

  • I keep losing entire catalogs. I put in 30,000 images and cannot get to them. Put in 3,000 images and get error message "LR encountered error when reading its previous cash and needs to quit. LR will fix this problem the next time it loads.' I  have loade

    I keep losing entire catalogs. I put in 30,000 images and cannot get to them. Put in 3,000 images and get error message "Light room encountered error when reading its previous cash and needs to quit. light room will fix this problem the next time it loads.'
    I  have loaded light room several times and even exited computer for 8 hours. Still get error message

    A search of this forum shows lots of threads where this issue of "error reading cache" is solved

  • I'm getting message Lightroom encountered error when reading from its preview cache needs to quit. Lightroom 5 on Windows 7

    I'm getting message Lightroom encountered error when reading from its preview cache needs to quit. Lightroom 5 on Windows 7

    To delete the preview cache, do this:
    1. Quit Lightroom.
    2. In your Operating System, locate your Lightroom catalog. Typically catalogs are in /Pictures/Lightroom on Mac and My Pictures\Lightroom on Windows.
    3. Find the folder whose name ends with "Previews.lrdata" and delete it. (note, you may also have a folder whose name ends with "Smart Previews.lrdata." You shouldn't need to delete that one.)

Maybe you are looking for

  • Tax rate is not coming up in PO

    Hi, The rate is not coming for one of the tax condition type in the PO 1)Tax percentage 12 percent is maintained against the condition type in FV11. 2)Calculation schema is proper. 3) Tax code is maintained properly . this problem has arised after mi

  • How to pass select-options variable to a form.

    I have a select-options variable smatnr. I need to pass this select-options variable to a form by perform using smatnr changing svar. form cond_types using pmatnr changing svar. IT gives an error saying imcompatible types been passed between smatnr a

  • Why doesnt my ipod connect to internet

    my ipod wont connect to the internet please resolve

  • Problem with truncate table in procedure ora -00054

    hi do anybody know where is mistake ??? the procedure has problem with truncate table ora - 00054: resource busy and acquire with NOWAIT specified ora - 06512 at "POVAPSYS.HMAN_P_REFRESH", line 6 ora - 06512 at "POVAPSYS.POVAPSYS", line 6 ora - 06512

  • Amount not converted in words properly

    hi friends we are creating the import PO but the amount of the PO is not converted into the words properly.where could be the problem