Creation of custom page without using NetWeaver Developer Studio

Hi Experts,
In my project, we have not installed NetWeaver Developer Studio. We are using EP 7.0.
We have to create a custom page for the project. In this page, we have to provide seperate iViews links.
The page should look like this:
iView 1 - Link                iView 2 - Link        iView 1 - Link
Help iView 1-Link        Help iView 1-Link     Help iView1-Link
I tried to do so by creating a page. In the page, I tried to use 'Three Coloumn Page' layout. The iviews are getting displayed in following way:
iView 1 (iView is getting displayed .Link not getting displayed)
Help iView 1 (iView is getting displayed .Link not getting displayed)
iView 2(iView is getting displayed .Link not getting displayed)
I can not display link of all six iViews. Further more iViews are getting displayed in one coloumn and 3 rows. I can see the iViews directly. I am not able to display links for iViews.
I need 3 coloumns and 2 rows layout.
Can you please let me know how to achieve this?
Whether I have to create new layout? For this whether we will need NetWeaver Developer Studio?
Can we do it by creating HTML page. In the HTML page, we will have many links. These links will point to the iViews stored in SAP EP's KM. If so, what be the steps?
I know that it can be done by creating a PAR file and deploying it. But, we don't have Netweaver Developer Studio.
Can we acheive above without using NetWeaver Developer Studio?
Please help me.
Regards,
Brian

Hi Kedar,
Thanks. My requirement is that six iViews links should be shown in the portal content area.
The iViews links should be like
iView 1-Link         iView 2-Link           iView 3-Link
Help iView 1-Link Help iView 2-Link    Help iView3-Link
When user will click on any iView link, the relevant iView should be displayed.  The iView can be displayed in seperate new page. So naturally five iView link will not be displayed.
I am planning to create one HTML page and store it in KM. I will call this page in portal content area.
There will be hyperlink on this HTML page. The hyper link will be attached to other iView links in  KM.
Whenever user will click on any Help link or iView link the corresponding iView will be called from  KM.
So in KM we will store 7 objects. 3 HTMLpages for help. 1 HTML page for main page.
Other 3 will point to iView-Link1, iView-Link2 and iView-Link3.
Can I do so? Will it sort out my problem?
Thanks

Similar Messages

  • Complex return message on WSDL using Netweaver Developer Studio 7.0.1

    Hi All,
    We are going to do a Web Service using Netweaver Developer Studio 7.0.1(jdk 1.4), that has to return a complex type
    message. The Web service works fine on WS Navigator but when importing Its RPC WSDL version on Xcelsius
    only the root field of the complex message is displayed as an output value.
    Is there any best practice or document that describe "how to do a Web Service" returning a complex type message
    using Netweaver Developer Studio 7.0.1?
    P.S.
    "On Netweaver Developer Studio 7.0.1 is it possible to provide manually the WSDL instead of the auto generated one ?"
    Best Regards,
    Michael

    Hello Jon,
    I agree, but 2 GB RAM is sufficient to run the NWDS efficiently, consider the following points to increase its performance.
    1. Tweak your eclipse.ini : This will increase the memory usage of Eclipse, but will give you the best startup and working  performance. If you think eclipse is using up too much memory, lower the Xms, Xmx and PermSize values.
    -startupplugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar--launcher.XXMaxPermSize256m-vmargs -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+AggressiveOpts-XX:+StringCache-XX:+UseFastAccessorMethods-XX:+UseLargePages-XX:LargePageSizeInBytes=4m-XX:AllocatePrefetchLines=1-XX:AllocatePrefetchStyle=1-Dide.gc=true
    2. Disable the un-necessary startup plugins
    It loads up certain (un-necessary) plugins at startup. We can tweak this a bit to improve the startup performance.
    Go to Window > Preferences
    Expand General and select Startup and Shutdown
    On the right side, uncheck the plugins you don't want to start. Usually, you can uncheck all of them. Don't worry, it just makes the startup minimal. Once you need to access the module in the IDE, it will start it up.
    Click OK and restart IDE.
    BR
    Satish Kumar

  • How to create, deploy and test JSP program in Netweaver developer studio?

    Hi Experts,
       I am trying to integrate a JSP program with SAP function module (RFC) via XI using Java proxy. I am using Netweaver Developer studio for Java programming.
      Can somebody send me the steps or user guide on how to create, deploy and test JSP program in Netweaver developer studio?
      I will be greatful to you.
    Please help!
    Thanks
    Gopal

    Hi Gopal,
    Which version of NetWeaver are you using?
    Here the links for --
    SAP NetWeaver CE 7.1
    [Developing JSP Pages|http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]
    [Deploying Applications|http://help.sap.com/saphelp_nwce10/helpdata/en/3c/52413e7bcd561ee10000000a114084/frameset.htm]
    NetWeaver 7.0 (2004s) and 2004
    [Developing JSP Pages|http://help.sap.com/saphelp_nw70/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]
    [Deploying EARs|http://help.sap.com/saphelp_nw70/helpdata/en/f0/122abf61d4974eaea6b5d9c314cff1/frameset.htm]
    Testing is very straightforward - just access the web application by its alias,
    e.g. http://<host>:<post>/<context-root>/myJSP.jsp
    HTH!
    \-- Vladimir

  • Help With Netweaver Developer Studio Version

    Hi everyone I have a problem, I am doing some examples to programmer Web dynpro using netweaver developer studio, How can I know what is my Netweaver Developer Studio version? Because I have a trial version and I dont know if my version is compatible to doing some examples, for example I found this link
    Web Dynpro Java Tutorials and Samples NW 2004
    and I wanna doing the example "Using EJBs in Web Dynpro" and when I open this document it starts with SAP netweaver 04 and I don't know if my trial version is compatible with this example.
    Thanks

    Israel,
    Open your NWDS, go to Help/About.
    Most likely you will see something like:
    Version: 7.0.11
    If version is 7.0.X, your NWDS is NetWeaver 7.0, formerly known as NetWeaver 2004s.
    Most likely there will be no problem running examples from NW 2004, earlier version.
    Just make sure your JDK you have on your dev computer has similar version as JDK on the target server, if you are building locally and deploying your application to another server.
    Post if you have a different version.
    We will guess what NW version it belongs to.
    Regards,
    Slava

  • Certification for NetWeaver Developer Studio 7.0

    Hi
    Are there J2EE migration toolkits certified for use as part of NetWeaver Developer Studio 7.0 ?
    Rephrased another way, is there a way to use NetWeaver Developer Studio 7.0 to migrate J2EE 1.3 applications to higher versions of J2EE ?
    Hong Hua

    Hello Jon,
    I agree, but 2 GB RAM is sufficient to run the NWDS efficiently, consider the following points to increase its performance.
    1. Tweak your eclipse.ini : This will increase the memory usage of Eclipse, but will give you the best startup and working  performance. If you think eclipse is using up too much memory, lower the Xms, Xmx and PermSize values.
    -startupplugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar--launcher.XXMaxPermSize256m-vmargs -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+AggressiveOpts-XX:+StringCache-XX:+UseFastAccessorMethods-XX:+UseLargePages-XX:LargePageSizeInBytes=4m-XX:AllocatePrefetchLines=1-XX:AllocatePrefetchStyle=1-Dide.gc=true
    2. Disable the un-necessary startup plugins
    It loads up certain (un-necessary) plugins at startup. We can tweak this a bit to improve the startup performance.
    Go to Window > Preferences
    Expand General and select Startup and Shutdown
    On the right side, uncheck the plugins you don't want to start. Usually, you can uncheck all of them. Don't worry, it just makes the startup minimal. Once you need to access the module in the IDE, it will start it up.
    Click OK and restart IDE.
    BR
    Satish Kumar

  • NetWeaver Develop Studio debug problem

    Hi all.
    I am new to using NetWeaver Develop Studio. My team have 4 persons, so we use one remote WAS server as debug and running server.
    I always use webdynpro debug method to debug the webdynpro application. But sometimes when I start the debug, it always returns me ' cannot connect to remote vm '. Sometimes I have to restart the remote server to solve this problem.
    My question is
    1. Whats can be the reason for this ' cannot connect to remote vm' ? How to solve it forever.
    2. Is there any easy way to debug ? Because for remote server, my System.out.println() cannot works.
    I just want to see whether some  if {} else {} code have reach .
    Thanks a lot.

    Hi,
    For starting ur debugging session on just follow this steps:
    1)Go to j2ee engine tab-->Right-click the server node and then choose the appropriate function from the context menu.
    <b>Enable debugging of process</b> in a Single Server Configuration.
    2)Insert a break point in ur code where u want to c the result.
    3)go to the debug menu>give a new webdynpro configuration>and give the name of the appln.
    4)give debug to start debugging.this automatically switches to ur debug perspective.
    5)There u can c the expected outcome.
    Also check on to this link.This provides u step by step procedure.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/849170e3-0601-0010-d59e-ddfce735fac5
    Hope this solves ur problem,
    Regards,
    Nagarajan.

  • Forward to JSP page without using Navigation Model

    How can I forward to a JSP page without using the Navigation Model?

    It's done in the cardemo example in
    ImageMapEventHandler.processAction() Is there a reason
    for it there?Ah ... that makes sense.
    That code in CarDemo was written before there was such a thing as a NavigationHandler, and we didn't have time to update it to the new approach before the EA4 release. That'll be changed before the next one. In the mean time, I'd recommend that you use the navigation rules mechanism where it works for you, because it encourages good separation of business logic and presentation logic that will lead to more maintainable applications.
    Craig

  • RESTful Web service in ECC without using netweaver gateway

    Can anyone explain how to create RESTful Web service in ECC without using netweaver gateway?

    Hi,
    Follow this link.
    Mobilize ALV Reports - Part 1 Create RESTful service

  • Running Netweaver Developer Studio without NetWeaver?

    The Development Studio is based on NetWeaver, but does this mean, that NetWeaver is a pre-requisite to use the Development Studio?
    I am asking, because I am considering to use the Development Studio as a Java IDE with Web AS 6.4., and Java JDK 1.4.2 but at present I have no SAP NetWeaver installation.
    Thanks for any answer or hint.

    NetWeaver is a concept/architecture and SAP has a set of products based on this architecture. This does not mean though that you must have all products to use only one of them.
    NWDS is in fact a "simple" Java IDE which can be used for any kind of Java development that you want to do which can thus be used standalone.
    PS. I think this question belongs in the Java Programming forum, since it's not JDI related at all....

  • Cannot see entire page without using the bottom scroll bar.

    Cannot see the entire page without using the bottom scroll bar. Unfortunately some websites do not have the scroll bar and I am unable to complete my transaction because the area I need to click is on the right of the screen and that does not show on my page. If I change the view, the font is to small and it is blurry making in illegible.

    Weird. Be sure zoom is to default value (press Ctrl+0 -zero- in FF). In addition, restart FF in safe mode, maybe an add-on is the culprit.

  • Debbugging J2EE using SAP NetWeaver Developer Studio

    Hi experts,
    I need to debug J2EE application in SAP NetWeaver Developer Studio. How can I do it?There is something to set or activate in J2EE Engine?Thanks

    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a8/def86ab54da5418a3575373934ca00/frameset.htm

  • SAP NetWeaver Developer Studio 2.0.5 and PDK

    Hello,
    when i installed the sap netweaver developer studio 2.0.5 have then i the pdk installed to, or have i to this separatelly? And when yes what i have to do in this case(how to install that?)? Which are the difference between with and without the pdk?
    Tanks in advance,
    Frank

    The PDK contains documentation, examples, javadocs, and sample code for developing portal applications.  You don't technically need the PDK to develop EP components, but it sure helps.
    The plugins in SAP NWDS facilitate building and testing portal applications by creating the correct project structure within the Eclipse IDE (NWDS) and also assisting with the deployment of the application (creation of PAR files and uploading them to the portal).  Again, you can build EP components without NWDS plugin, but the plugins sure make life a little easier.  I do know people that use other IDEs and Ant build scripts for their EP development.
    Hope this helps,
    Will

  • Deployable External Library in NetWeaver Developer Studio 7.01.06

    I'm using SAP NetWeaver Developer Studio Version: 7.01.06 Build id: 201001061835
    I need to make an External Library with some JARs inside. I've made an External Library component and I've created Assembly and Compilation public parts. After A LOT of attempts to make things work, I've resorted to using a custom build script to copy the JAR in the public part output folders. I've added the Compilation public part dependency in my Web Dynpro's Used DC list.
    The Web Dynpro builds without errors.
    Now the problem is that when I run the Web Dynpro application it gives me a ClassNotFound Error.
    I've followed the instructions of many different guides and no one worked. I've found thousands of different procedures all to make the same thing and all of them differed in crucial parts. I'm stuck here with no ideas on how to make this ******* IDE to work.
    I've tried to create an J2EE Server Component Library to which I've added the Assembly public part of the External Library but the GEN folder of the public part directory of J2EE SCL is empty! I have NO application*.xml files inside the J2EE SCL to edit.
    If you're reading this and you're kind enough to help me, thank you.
    Remember I have version 7.01.06.
    Thank you again,
    Pietro

    Hi
    Just out of curiosity, is your project of type DC?
    If it is DC allow me to quote Mr Walter Kahn
    The solution using DC's is very simple.
    As a first step, undo all the stuff you have done up to now in this thread, including removing any build-time references, and deleting anything you entered in the application-xml files.  When you are back to a "clean" Web Dynpro DC, do the following:
    Step 1: Create an External Library Development Component
    1.1) Switch to Development Infrastructure perspective.
    1.2) Create a new dc of type External Library  (eg. mycompany.com/downloadexcel/lib)
    1.3) Switch to the Resource perspective when prompted and copy your JAR's to the libraries folder of the project.
    1.4) View the Component Properties (Window -> Show View -> Component Properties)
    1.5) Click the tab "Public Parts".
    1.6) Add two public parts, one for COMPILATION and one for ASSEMBLY.  Give them names likeexport_excel_comp and export_excel_asbly
    1.7) Right-click each public part, then click Manage Entities -> Archive  and select all the JAR's presented for selection.
    1.8) Click the Permissions tab, and check Entity Forwarding Allowed.
    Step 2: Create an Enterprise Application Development Component
    2.1) Switch to Development Infrastructure perspective.2.
    2.2) Create a new dc of type J2EE -> Enterprise Application (eg.mycompany.com/downloadexcel/ear)
    2.3) Switch to the JavaEE perspective when prompted.
    2.4) View the Component Properties (Window -> Show View -> Component Properties)
    2.5) Click the Dependencies tab, and add a dependency to the DC created in Step 1.  Do not change any of the default options.
    2.6) Click the Permissions tab, and check Entity Forwarding Allowed.
    2.7) Click the Public Parts tab and create a new Public Part of type COMPILATION.  Give it a name, eg. pp_export_excel
    2.8) Right-click this public part, choose Reference Entities and select the COMPILATION public part defined in step 1.6 above.
    2.9) Right-click this dc, and do Development Component -> Build.
    Step 3: Using the External Library in Your Web Dynpro Application
    3.1) Switch to Web Dynpro perspetive.
    3.2) View the Component Properties (Window -> Show View -> Component Properties)
    3.3) Highlight your Web Dypro dc, and then in the Component Properties window select theDependencies tab.
    3.4) Add a dependency to the dc created in Step 2.  Accept all default options.
    3.5) Build and deploy the Web Dynpro dc.  If you have not changed any of the default options along the way, you will notice that the EAR of Step 2 also gets deployed.
    Your Web Dypro dc should now compile correctly and also run on the server as expected.
    Quoted from here.
    You may also refer to my blog where I use external jars ....
    regards
    Yuval

  • 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

  • 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!

Maybe you are looking for

  • Managed server not able to join the cluster

    Hi I have two storage node enabled coherence servers on two different machines.These two are able to form the cluster without any problem. I also have two Managed servers. When I start one, will join the cluster without any issue but when I start the

  • Mail messages open in small, truncated window . . .

    I'm running OSX 10.8 on a MacBook Pro Retina. When I click on a Mail message on the list, it opens in a small truncated window at the bottom of my screen. I have to move and resize virtually every piece of email to read it. Is there a fix? Thank you!

  • Problem related to PO Excise Details?

    HI All I  have a po in which it is not picking excise Details . Plz tell me what could be the reason and how to sort it out?

  • How Do I tether the ipad to my Blackberry Torch?

    I just added tethering to my Blackberry Torch and bought an Ipad for when I go on the road - but how do i tether the the two?  AT&T told me to use my data cord and it would work just fine - however the data cord does not have the right connector??? 

  • Mail rule or script

    I´m using Mail and OrganizePro on my Mac. I would like to add a script working like if I move an email to a specific folder it should automatic create a task in OrganizePro related to the email. Any ideas how this can be done ? It is possible to crea