How to customize B2B webshop using NWDS

Hi,
Currently I'm working on NWDS (A beginner), and I want to get hands-on experience as how to customize web pages(java) using NWDS. But still I dont have clear view as where to start from?. It would be very helpful, if you guide me with step by step process.
Also, How to customize a B2B webshop pages(.jsp) using NWDS. what are the basic requirements/ prerequisites to acheive this? and what are the basic configuration settings for NWDI, J2EE Engine??
Please help me in this regard. If anyone has materials regarding this or NWDS please send it across to [email protected]
Regards,
Praveen

Hi Praveen,
I presume you are customizing JSPs in a CRM ISA application. In that case,you need to check out the Extension Guides for the same on the SAP help site.
Kindly award points if this helps I can send one of Extension Guides that I have to the mail ID mentioned.
Thanks & Regards,
Shalini

Similar Messages

  • How to customize the message using HttpSession info in WL-PubServer

    Hi, im using Weblogic 10.3 Publish-Subscribe Server (PubServer) in order to create Comet application.
    http://e-docs.bea.com/wls/docs103/webapp/pubsub.html
    We are utilizing JMS Message system to support Clustered environment, and everything works great and as expected, however now we need to support sending User Customized data like (Internationalized Messages, date formatted in user timestamp preference and others).
    Since we are posting the payload updates into JMS in a subsystem this 'User Preference (stored in HttpSession) is not accessible'. My goal is to try to put a hook into WL PubServer mechanism that delivers the message to the client(which is attached to an specific Channel) and be able to customize the Data (using HttpSession information) before it gets delivered.
    I have researched about this for the past few days without luck, also trying to search information about the com.bea.httppubsub.servlet.ControllerServlet which is the responsible to handle this but again always end in a dead end. I'm starting to think this is not possible at all (at least with the current WL PubServer).
    I'll be glad to hear any feedback on this.

    Hi,
    Sender object is type of object any time if you want to use any property/attribute of sender object first you need to type cast it with your desire object.
    For more information, you could refer to:
    http://blog.jsinh.in/managing-msmq/#.VPe5mnkfqM8
    http://forums.asp.net/t/343932.aspx?How+can+I+get+values+of+sender+object+in+C+
    Regards

  • How to customize error message using oraus.msg file?

    Hi,
    Is there a way to modify the oracle error message (for example: instead of ORA-01481: invalid number.. we modify it to "hello ! use a valid format.." ), is it possible using the oraus.msg file if not is there a solution?
    Many thanks

    968420 wrote:
    Hi Gauyav and Keith,
    i thak you for your quick responses , but i want the customized message to be displayed wherever the oracle error appears (in oracle forms screens , sql tool requests, ) not only in pl/sql code,That is a really bad idea
    {message:id=1007020}
    It would render the database completely unsupportable by anyone, and based on the quality of exception handling that is generally seen on these forums would result in databases that simply don't work.
    SQL> declare l_dummy number;
      2  begin
      3    select null into l_dummy from dual
      4    where 0 = 1;
      5  exception when others then
      6    raise_application_error(-20666, 'It doesn''t work!');
      7  end;
      8  /
    declare l_dummy number;
    ERROR at line 1:
    ORA-20666: It doesn't work!
    ORA-06512: at line 6
    as we've a lot of forms screens and it's not possible to modify all of them.These are strange kinds of forms that it is possible to create a lot of them but not possible to modify them.
    Is there a solution for this?Fix the forms.

  • How to customize a page using JHeadstart?

    Hi,
    I am using JDeveloper 10.1.3 and have enabled JHeadstart on it. While developing a simple application in BC4J I have created two VO'S which have been put up at same level in Application Module.Now Only one VO say EmployeeInfo is getting displayed on Jheadstart page but the other VO is not displayed under it.When I am doing drag n drop from Data Control Palate for the second VO it is not doing any binding.
    So to recapitulate above I able to see only one VO after running the page and not the other VO is displayed.
    Plz Help me out of this problem
    Many Thanks!

    To get two groups on the same page, they either must have a master-detail relationship, or they must be sibling detail groups.
    If you want to get two unrelated groups on the same page, you can work around this limitation by creating a "dummy" top level group, based on a dummy data collection ("select 1 from dummy" for example), and then move the two groups under these dummy group as detail groups, and then check the Same Page check box.
    Steven Davelaar,
    JHeadstart Team.

  • ISA B2B Webshop Development

    Hi,
       Can any one help me in giving some links that can help me in figuring out how to develop a B2B webshop using JSP and HTML and so forth .
    Thanks in advance

    Hi,
       Vivek for ur response my email id is :[email protected] and the crm version iam working on is :-CRM4.0 and iam basically looking for the development to be done to B2B webshop using JSP and HTML
    so if u know any material which relates to it let me know or if u have ISA cookbook even that may help
    thanks

  • Active directory.....Need how it works with WEBSHOP(B2B)

    Hi ,
    Can someone throw light on how webshop(B2B) would be configured to authenticate with Active Directory.
    Any pointers, even though very basic also would help us a lot.
    Thanks in advance
    Regards,
    PV

    Hello PV,
    There is no direct AD support in Webshop. Reason is simple. Webshop uses JCo for connecting to CRM and uses hence its capabilities are limited to what JCo can do. Webshop has support (through JCo) for SAP Logon Tickets / SSO2 cookies. Single Sign On with SSO2 cookies is supported through JCo.
    SAP Portal is generally used as the user authentication gateway and can use Active Directory as data store. It also generates SSO2 cookies for authenticated users. If [SSO has been defined and established between the Portal and the CRM backend|http://help.sap.com/saphelp_crm60/helpdata/en/14/252f4069702d22e10000000a1550b0/content.htm], these SSO2 cookie is enough to logon to the CRM system.
    Now, if you view this from a CRM UME perspective, it is possible to have [LDAP as the data source for UME|http://help.sap.com/saphelp_crm60/helpdata/en/12/7678123c96814bada2c8632d825443/content.htm].
    Hope this is enough information for a good start.
    Easwar Ram
    http://www.parxlns.com

  • How to change net price of order in B2B webshop

    Hi All,
    I have a requirement where a new input field (discount) is to be added in 'order.jsp' page of B2B webshop in header level. when a user enters some discount in it and clicks 'update' button, the netprice in header should be reduced by given discount and also all the line items should get affected by the same discount. I have added input field using extension mechanism as stated in 'examples' document.Now i am stuck with the pricing.Can any one suggest some pointers on this.
    Regards,
    Anasuya

    Hello Anasuya,
    You can call either function module CRM_PRICING_MAINTAIN_OW  (header) or function module CRM_PRICING_I_MAINTAIN_OW (item) in your CRM BAdI method CHANGEHEAD_SET_DATA to update the pricing conditions in your transactions.
    You are able to do this since the user is in the Basket / Cart page and clicking Update button.
    Easwar Ram
    http://www.parxlns.com

  • How to Create JAVA proxies in PI 7.1 using NWDS

    Hi PI SDNers,
    Please guide me on "how to create JAVA proxy in PI 7.1 using NWDS". I used to create java proxies from Integration build tools->generate Java Proxy in Pi 7.0/XI3.0; Please advise me.
    Thanks in Advance...
    Ravi Kanakam

    Check if these threads help you:
    Java Proxy with NWDS 7.1
    Re: Java Proxy & NWDS
    Regards,
    Abhishek.

  • Function Module used for user Authentication in B2B webshop

    Hi Gurus,
    Can someone please help me in finding a Function module which is getting called for the user authentication in B2B webshop and where can i find this class file which is getting called in the NWDS?
    Thanks
    Saurabh

    Depending upon if you are coming from Portal (SSO) or B2B logon screen, one of the following function modules is called to authenticate authorize the B2B application usage.
    CRM_ISA_IUSER_LOGIN
    CRM_ISA_LOGIN_CHECKS
    Easwar Ram
    http://www.parxlns.com

  • Invoice Print - How to customize using XML

    We want to customize Invoice Print using XML. Currently it is in PDF format.
    When we define the data defintion, what xml schemea needs to be put for Invoice Print and where can I find the file .xsd related to Invoice Print.
    Similary we want to do it for Dunning Letters as well as Statements.
    Your help will be much appreciated.
    Regards
    Ganesan

    Hi Roy,
    That's a very good question and I have 2 options for you:
    1. Create transformer (see Transformation Service documentation to know how and there are examples) that will filter the RSS items according to content of the items. Connect this new transformer to your XML iView in the XML iView editor so it will be the first one and the built-in RSS transformer is second. SAX transformers are faster for filtering so I recommend adding this transformer. 
    2. Create your own RSS XSL transformer (again like in the documentation) that will filter the items and create the UI.
    I hope this will help you.
    Elisha

  • How to make client side validations using NWDS

    Hi Frndz..
                   Am creating UIs using NWDS ,i made tthe validations @ servr side n i have 2 made this validations @ clinet side ,but am not aware how it is????
    can anyone help me in this regard.
    THANKS & REGARDS
    Rajesh Kumar

    chk it
    /people/martin.kellermann2/blog/2006/12/17/client-side-input-validation-with-htmlb--the-basics
    http://help.sap.com/saphelp_nw04/helpdata/en/43/067941a51a1a09e10000000a155106/frameset.htm
    /people/kirupanand.venkatapathi2/blog/2005/12/18/client-side-validation-in-dynpage
    http://help.sap.com/saphelp_nw04s/helpdata/en/8e/e3a942ad920c31e10000000a1550b0/frameset.htm
    /thread/86123 [original link is broken]
    https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/SAP%20NetWeaver%20.NET%20Controls/Event%20Handling/Client%20Side%20Event%20Handling.htm

  • How to customize events, execute stored procedures using JSF and ADF BC

    As a java beginner, I started with developing simple web application using JSF and ADF business component through visual and declarative approach. I need to know how to customize events, execute stored procedures, invoke functions on triggering events associated with rich controls. for eg. how to write customized functions on button click or checkbox click events to achieve business requirement and can be modified whenever required.
    Edited by: 792068 on Aug 31, 2010 9:40 PM

    Which business layer is prefered to create interactive data model: 1. ADF business components or 2. Enterprise JavaBeans using Java persistance API (JPA) or 3. Toplink 4. Portlets
    which minimizes writing low level codes and how much OOPS knowledge is required for creating above business layer binding data to viewcontroller layer?

  • How to use NWDS to integrate BO?

    Hi,I want to use NWDS to integrate BO?Can some give me some reference material ?
    And I got a problem ,  the version of my NWDS is 7.0.12.Is this version support for intergration BO?
    Thanks.

    Analysis Office does not support the universe as a data source, so this will not work.  You can look at using Live Office or PowerBI if you want to use Excel and a universe data source.

  • Want to know how the changes made in the sap ui5 using NWDS

    Hi Everyone,
    Kindly tell me the way to effect the changes made in the application developed in sap ui5 using NWDS. Because after changing something the effect is not comming to the output.
    Kindly help in this matter.
    Regards,
    Soumya

    Hi Chandra,
    Thanks for your reply.
    I am using SAP AS Java of NWDS 7.3 to deploy the application developed in SAP UI5. Below is the sceen shot of that,
    But after deploying if I change any portion that is not reflecting.
    Thanks and regards,
    Soumya

  • Connecting sap crm database from java | platform used NWDS

    I need to get some values from one of the SAP CRM 2007 database table and display it in one jsp file. I am working on a e commerce webshop in NWDS. I am new to NWDS. Can you give some sample code showing how to make connection to crm database and to do a select query on a table.

    I have only worked with CRM 3.0/4.0 but I have worked some with other WDP applications.
    So you want to access some data in a table in the CRM backend (R/3)?
    To do that from Java you need to call a BAPI in the CRM system. The BAPI does the acctuall lookup in the table and returns the value to the Java side. To do that in a WDP environment you need to set up Java Connectors (jCo) in your Java server. In some cases you can use a "normal" BAPI call, that is the way CRM ISA 3.0 and 4.0 works. See: http://help.sap.com/saphelp_crm30/helpdata/en/b6/97f8378f975450e10000009b38f8cf/frameset.htm
    and here:
    https://websmp108.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000633682005E
    Here is how to access ABAP functions from WDP: http://help.sap.com/saphelp_webas630/helpdata/en/c3/76b45d9688e04abe1a1070410ddc1e/frameset.htm

Maybe you are looking for

  • How can I use 4 DIO lines as digital input in a E series-SC 2050-ER8 set up ?

    I have a DAQ system with an E series DAQ card that is connected to SC-2050 and ER8. I want to use 4 DIO lines (out of 8) for digital input. How can I do this?

  • Calling RFC In background

    Hi All, I have a situation here.I need to call an rfc from  another SAP system.And I need to wait for that RFC to get completed before I process with my caller program. The problem here is that Function module is slow and it goes into timeout error i

  • How to stop spotlight indexing?

    When I start working in the morning the iMac is slow due to spotlight indexing. How do I stop this until later that day?

  • Syntax of jpa query

    Query query = em.createQuery("select of from employees o where o.status : = status and o.lastName LIKE 'lastName%'"); query.setParameter("status", "A"); query.setParameter("lastName","Anne"); when i try to run the program with this code, I get the fo

  • Converting char to int

    I am dealing with this problem. I need to read a file through this code: byte[] b; File file = new File(path); FileInputStream inFile = new FileInputStream(file); inFile.read(b); But then i dont know how to convert the byte into int types. For istanc