ABAP GUI from HANA Developer Studio

Hi,
I am facing this issue when stating ABAP GUI / execute any abap program in HANA developer Studio. Any solution for this?
Failed to create the Parts Controls:
java.lang.IllegalStateException: Could not start SAP GUI for Windows: C:/Program Files (x86)/SAP/FrontEnd/sapgui/\SapGuiServer
at com.sap.adt.sapgui.ui.internal.win32.embedding.WinGuiServerProxy$SapGuiServerProcess.start(WinGuiServerProxy.java:593)
at com.sap.adt.sapgui.ui.internal.win32.embedding.WinGuiServerProxy.startGuiServerProcess(WinGuiServerProxy.java:156)
at com.sap.adt.sapgui.ui.internal.win32.WinGuiFragment.getGuiServerProxy(WinGuiFragment.java:86)
at com.sap.adt.sapgui.ui.internal.win32.embedding.EmbeddedWinGuiEditor.createEmbeddedGuiContent(EmbeddedWinGuiEditor.java:85)
at com.sap.adt.sapgui.ui.internal.views.AbstractSapGuiWorkbenchPart.createPartControl(AbstractSapGuiWorkbenchPart.java:121)
at com.sap.adt.sapgui.ui.internal.editors.AbstractSapGuiEditor.createPartControl(AbstractSapGuiEditor.java:149)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:142)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:96)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:323)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:119)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:333)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:254)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:949)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:633)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1147)
at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:65)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4688)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:205)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:576)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:543)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:619)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:331)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1046)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3112)
at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:3034)
at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:3016)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3012)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2976)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2959)
at com.sap.adt.sapgui.ui.SapGuiPlugin.openGuiEditor(SapGuiPlugin.java:180)
at com.sap.adt.sapgui.ui.SapGuiPlugin.openEditorAndStartTransaction(SapGuiPlugin.java:122)
at com.sap.adt.sapgui.ui.internal.handlers.OpenSapGuiHandler.openView(OpenSapGuiHandler.java:45)
at com.sap.adt.sapgui.ui.internal.handlers.OpenSapGuiHandler.execute(OpenSapGuiHandler.java:39)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Caused by: java.io.IOException: Cannot run program "C:/Program Files (x86)/SAP/FrontEnd/sapgui/\SapGuiServer": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1042)
at com.sap.adt.sapgui.ui.internal.win32.embedding.WinGuiServerProxy$SapGuiServerProcess.start(WinGuiServerProxy.java:590)
... 110 more
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:288)
at java.lang.ProcessImpl.start(ProcessImpl.java:133)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023)
... 111 more
My HANA developer studio is not at C:\ProgramFiles(x86) folder.

This problem is resolved - i updated my SAPGUI.

Similar Messages

  • Cannot deploy from netweaver developer studio to application server

    Hi
    I am trying to deploy a simple EAR (ConverterEAR) to my application server.
    From NW developer studio, right clicked on the SAP server that I have configured and try to a publish. It gives me the below exception. For some reason its trying to contact my old IP address. Is there a file where I can change this setting. My Laptop is set to use DHCP so my IP changes when I reboot my laptop. I also have configured a Microsoft loop back adapter.
    ct 16, 2007 2:58:42 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Thread-17,5,main]] ERROR: com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:45)
         at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:80)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:181)
         at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:358)
         at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:148)
         at com.sap.ide.j2ee.wtpserver.SAPPublisher$DeployRunnable.run(SAPPublisher.java:380)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:189)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:115)
         at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:24)
         at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:66)
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:42)
         ... 6 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    shadow:50104 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: XX.XX.139.134 and port: 50104]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(Initia:lContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:166)
         ... 10 more
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    shadow:50104 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: XX.XX.139.134 and port: 50104
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:352)
         ... 15 more
    Environment
    SAP NetWeaver Developer Studio
    SAP NetWeaver 7.1 Composition Environment SP01
    Build id: 200710090648
    SAP_J2EE_Engine_Version  -- 7.1.3301.150742.20070516182900
    Thanks
    Madhu

    Hi,
    you could change the connection settings to the server in the preference page in the Developer Studio. Check <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/45/0cf28fb4d01f23e10000000a1553f7/frameset.htm">this</a> page in the documentation for details.
    In your case, you can also use the host name of your laptop, or even just localhost, in the Message Server Host field in the preferences page. This should overcome the problem with dynamic IPs.
    Hope that helps!

  • Starting server from the Developer Studio

    Hi all,
    During starting the server in the SAP MC perspective in NWDS, the System  prompts me to enter my Username and Password :
    "Please, enter the credentials of the SAP System Administrator (<SID>adm)"
    Which system administrations credential are meant here indeed?
    The Username and password, which I normally use to deploy an application is not accepted here.
    Should I enter my Username in a special combination?
    Thanks,
    Ali

    Hi,
    you should use your OS username and password to start/stop the server.
    Hope that helps!

  • Error deploying PAR file from Developer Studio (NW04)

    Hello,
    i've got a problem while trying to deploy a PAR file from NW Developer Studio.
    The PAR Export function says
    "Unable to connect to the Portal",
    the portal itself gives the following response:
    "ERROR: Upload failed - exception caught: com.sapportals.portal.prt.runtime.PortalRuntimeException: Invalid content type submitted - no multipart data"
    Deploying the PAR file manually using the Administration Console (system administration tab) of the portal works fine, but why doesn't the PAR Export function of NWDS?
    Thanks in advance for any help!
    Regards,
    Jörg

    Hi Jörg,
    as a general advise, use the NWDS version corresponding to the Servers version, so in this case, upgrade (or better: install new) NWDS 2.0.14. The main reason is WebDynpro compatibility, but the deploy mechanism may need this too.
    At least, give it a try and report if you have success (or not).
    Hope it helps
    Detlev

  • Cannot deploy webdynpro project from SP11 of developer studio

    Hi All,
    I have recently upgraded was java from SP09 to SP11 of netweaver 2004s. I have also upgraded developer studio to SP11. Now I cannot deploy webdynpro project from upgraded developer studio. SP09 developer studio can still deploy webdynpro projects.
    Please help.
    Thanks in advance .
    Raktim

    Hi,
       R u trying to deploy an old DC in the upgraded studio? Is the same happening for deploying any newly created local webdynpro project? Create a simple local project and check if same problem occurs.
    Regards,
    Vijai

  • From Visual Composer to Developer Studio

    Masters I need some help here!
    I import into the developer studio a *.par file, made with visual composer, so I can modify it from the developer studio.
    The project don't compile because the "GmlDynController" class is missing, so as there's not import sentence in the *.java file, I searched (all over the PC where was install the portal and Visual Composer) for the *.jar or folder containing "GmlDynController" and nothing I found.
    I searched all over the sap's sites "GmlDynController" and nothing was display.
    I only know that is a class introduce by the visual composer and if it's use must be at somewhere.
    ¿Does anybody could tell me where is the GmlDynController?
    Thanks a lot for your time.

    Hi,
      Finding the classesfor the par files is a time consuming task. here are some means tools which will help you find them.
    Jar Class finder is a tool which will help you in this
    download info JAR Class Finder
    plugin installation: Using JAR Class Finder
    Regards,
    S.Divakar

  • Java Server Proxy Generation in PI 7.1 / NW Developer Studio

    I have gone through the document on how to create the java proxies. But the details are related to PI 7.0
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab?quicklink=index&overridelayout=true
    I understand that the mechanism to create Java server proxies in PI 7.1 is similar. But I read some online help document where it is mentioned that the Java proxies should be created from NW Developer Studio and it will be disabled in PI in future releases.
    I can see the option of generating java proxies using the WSDL file or the RFC function in the Studio.
    But how to generate the java server proxies for a given server definition in the service repository from developer studio? Is there any document that explains these details?
    One more question, the generated proxy classes in PI 7.0 are based on EJB 2.0,  Are the proxies generated in PI 7.1 as per EJB 3.0?
    Sorry for asking too many questions. I would appreciate if you provide me the pointers / links that gives the details.
    Thanks and Regards.

    I guess I know why this behaviour occured. What I did was mixing the two types of java proxies currently available by creating a web service client in NWDS for a XI 3.0 compatible service interface.
    After opening a OSS ticket SAP told me that using service proxies created in NWDS using proxy runtime will be available from PI 7.11 SP1 onwards. In prior releases the old approach of creating proxies in ESR/IR is to be used.
    Cheers,
    Manfred

  • Problem launching Adobe Designer in Netweaver Developer Studio

    Hi All,
    I have successfully (I believe) installed all the components required to have Adobe Interactive Forms running on WAS 6.40 (SR1), in accordance with Achim Hauk's blog 'My struggles with the Adobe Document Services in WAS6.40' (thanks Achim!).
    When I go to try the Interactive Form tutorial, and I launch the Adobe Designer 6.0 from Netweaver Developer Studio (version 2.0.9) by right-clicking on my InteractiveForms UI element and selecting 'Edit', I get a popup error 'An error occurred decoding Base64 data - encoded data is invalid or corrupted'.  Does anyone know what this means and how to correct it?  When I press the OK button on this popup the Adobe Designer is correctly launched, however any changes I make within the Designer don't seem to be saved.
    Any help would be very much appreciated.  Not sure if it makes any difference, but I have Adobe Reader 6.0.2 installed on my client.
    Thanks
    John Moy

    Hi John,
    I've installed the SP15 sneak preview last weekend. Based on my experience, if you are not using SSL set up, you only need three steps to set up ADS.
    1. Create user ADSUser and user group ADSGroup
    2. Set up basic authentication
    3. Set up credential file
    Now, step 1 and 2 which is in the guide is already done when you finish the installation of sneak preview SP15. All you have to do is to set up credential file.
    I was having problem with Read timed out issue, and Markus pointed that web service time out need to be increased in my case. I haven't tested it yet since I am away from my PC, but i'm pretty sure it will fix the time out problem.
    Also if you download the credential a while back, that file will expired the end of this month (Feb). Markus has posted a new credential file which will expire in June.
    Regards,
    Iwan

  • Developer Studio: Access to Message Server Port

    Hello,
    in our case developer wants to access the java instance of an add-in installation (SAP WEB AS JAVA-Version: 6.40 SP16).
    The Problem is, that the direct access from the developer studio to the server is not possible without problems, because in the middle is a firewall placed that is not under our maintenance.
    Is it possible to organize the access via something like the saprouter?
    We have to keep in mind, that in future other groups has to access other java instances, so that we want to use a single point of entry trough this firewall.
    Thanks fo help,
    André

    Can you give me some hints, how to do it?
    I cannot imagine, how it could work.
    Thanks in advance,
    André
    Message was edited by:
            Andre Siegling

  • Sap Abap Certification For Hana E_HANAAW141

    Hi
    Planning To write Sap Hana certification E_HANAAW141
    Need Road Map how To Break The Certification
    Like
    Learning Materials Like
    Books :
    eBooks:
    videos :
    Real Time Scenario
    If You Know any Information  Please Let Me Know
    Thanks,
    Mohan

    Hi Mohan,
    as you can see on the certification site ( E_HANAAW141 - SAP Certified Development Specialist (Edition 2014) - ABAP for SAP HANA | SAP Training and Certif…)
    it is recommended to participate in the H100, HA300 and HA400 courses. The most important one is the HA400 here, but you should then have knowloedge in SAP HANA basisc and architecture.
    Also the available material here on our SCN Community and our YouTube Channel can support you.
    In the future there will also be the openSAP course ABAP for SAP HANA Development but at all it will still be recommended to take the training courses.
    Cheers
    Jens

  • Do a developer or consultant in  XI uses NW Developer Studio ???

    HI Friends,
    I have learned XI and need to work in XI.
    In real time, does XI depends on NW Developer Studio?
    or Netweaver Developer Studio is meant for EP?
    My boss suggested me to do one application in NW Dev Studio.
    I am confused by this as I thought Dev Studio is meant for EP?
    Please let me know about this ...
    Thanks
    Viswanath

    Hi,
    NWDS new Eclipse-based development environment for Java Enterprise applications, Web Dynpro applications and Web services.
    The SAP NetWeaver Developer Studio introduces SAP’s own environment for developing Java-based, multiple-layered business applications. The new development environment is based on Eclipse, an open source product, whose open Plug-In Architecture provides a suitable platform for incorporating specific functions.
    By offering a single point of entry for all Java development tools and an integration point for all SAP infrastructure components, the SAP NetWeaver Developer Studio (subsequently abbreviated to Developer Studio) supports you in developing Web Dynpro and J2EE applications. Moreover, it is based on a defined software logistics process. Application developers do not need to switch between different development environments for the presentation and business logic. Instead, they can develop, build, deploy, and execute applications centrally from the Developer Studio.
    Mainly these JAVA application development is related to EP, that may be the reason you felt that it only meant for EP. In XI also we need to develop some JAVA application based on requirement as Michal has mentioned in his reply such as Module development, Adapter developmet and others absed on XI requirement for JAVA application.
    Regards,
    Subhasha Ranjan

  • ESA system and Netweaver developer studio

    hi
    how can i  connect to ESA system from Netweaver developer studio?
    is there a tutorial i can learn from?
    thanks

    hi guy,
    there is no such thing like a "ESA system". ESA(Enterprise Service Architecture) or more precisely SOA(service oriented architecture) is an idea or a paradigm, describing a kind of IT-architecture(application level) capable to meet a number of today's challenges of heterogenous system landscapes (find yourself some kick-start literature to get familiar with SOA/ESA principles).
    This said, you can't "connect to ESA System" from NWDS, but you can develop software(e.g. services) in NWDS to be deployed to a system that resembles a service oriented architecture, for instance SAP Netweaver, which adds enterprise level features (scalability, stability, sw lifecycle management, ...) to it's SOA blueprint nd therefore calls it ESA.
    hope this clarifies some things,
    anton

  • From Where can i install ABAP plug-in in SAP Netweaver Developer Studio 7.3?

    Hello,
    I have Installed SAP NetWeaver Developer Studio 7.3 and I was trying to install ABAP plug-in but i couldn't found the link to install.
    Later i found SAP Development Tools for Eclipse this link but its not working. As i came to know it will work only for Luna (4.4) or Kepler (4.3).
    Would you please let me know how to install ABAP plug-in in SAP NetWeaver Developer Studio 7.3.
    Thanks and Regards,
    Shaik Shabeer Ahmed.

    Hello Ahmed,
    Use the links in that page:
    NWDS Download Links - Java Development - SCN Wiki
    And here also an installation guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80a100d2-109f-2e10-e996-c2b80803740b?overridelayout=t…
    Best regards,
    Serhat

  • How to debug ABAP Web services from Microsoft Visual Studio

    When developing .NET based Web services clients using Visual Studio that call Web services in SAP NetWeaver .NET developers would like to be able to debug inside SAP. In my blog <a href="/people/andre.fischer/blog/2007/02/07/how-to-debug-abap-web-services-from-microsoft-visual-studio to debug ABAP Web services from Microsoft Visual Studio</a> I would like to point .NET developers to the fact that SAP NetWeaver offers the option of external debugging to perform this task. Though the steps that have to be performed are described in the SAP Online Help I am sure that this option is not well known amongst the .NET developer community.

    Hello WilliamIV,
    >>How can I "configure" Visual Studio debugger to allow validation to work?
    Since I do not have a VS2012 environment, according to your provided link, I created a test demo with VS2013, however, both ways catch the validation error:
    If possible, you could have a try with VS2013 to see if it works or run the example on other machine with VS2012 to see if this is caused by the VS environment, in my side, I do not change any configuration, all are default.
    If I misunderstood this issue, please feel free to let me know.
    Regards.
    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.
    Click
    HERE to participate the survey.

  • Pre-Requisites for E_HANAAW142- SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014)

    Hello,
    Can you please provide clarification regarding the pre-requisite certification/s required for the certification-E_HANAAW142- SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014). The following is the pre-requisites' description from the offical webpage of E_HANAAW142 certification.
    This certification is issued to candidates who successfully pass the certification exam for the "SAP Certified Development Associate - ABAP with SAP NetWeaver" (C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70).
    https://training.sap.com/shop/certification/e_hanaaw142-sap-certified-development-specialist---abap-for-sap-hana-edition…
    Question:
    Are all the four certifications(C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70) need to be passed prior to taking up E_HANAAW142?
         Or Any one of the four pre-requisite certifications is enough?
    Advance Thanks.
    -LG

    Hi,
    you have to pass only one exam from the listed ones.
    regards,
    Harald

Maybe you are looking for