Modify the login page (login.jsp) of B2B scenario of the Internet Sales app

All
I wanted to modify the login page (login.jsp) of B2B scenario of the Internet Sales application
By typing the URL "http://<servername>:50001/b2b/b2b/init.do." I could able to see the login page
My requirement is to add an extra link in this page
when I use showmodule=true it gives the location of jsp which is "user/logon/login.jsp"
I could able to find this jsp in the DC "crm-isa-web-b2b"
when I open the DC in package explorer i could able to locate this jsp in a jar file but not able to open/modify it
Awaiting experts response
Thanks
Murali.K.N

When I work on ours ISA4, I go to the file on the server
\jsp\crm.b2b\servlet_jsp\b2b\root\b2b\login\login.jsp
Now, I'd imagine there might be a much easier way to work with the files, but that's how I edited ours. 

Similar Messages

  • I cannot connect to the internet using apps but im connected to the internet!

    i cannot connect to the internet using apps but im connected to the internet!

    What makes you think that you are connected to the internet then?
    Try:
    - Resetting the iPod. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    - Reset ntwork settings: Settings>General>Reset>Reset Ntwork Settings.
    - iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • HT5290 How can I modify the list of apps accepted to run on my MacBook?

    Every time my computer starts the message comes up and asks me if I want to run a program that I downloaded from the internet. This is a program I always want running.

    Yes, I understood that.  After you 1st run it as right-clicking the App and selecting Open, you won't have the problem you encounter when later run at start-up
    If you don't know where the App is locacted, go to ->System Preferences->Users & Groups, click the [Login Items] tab, right click the program, select Show in Finder, then right-click the App and select Open

  • How to prevent modifying the same sales order in R/3 & CRM at the same time

    Guys,
    We are using CRM 5.0& R/3 4.6C. We have the middle set up. I have noticed that its possible to open the same sales order in R/3 and CRM in the change mode. I believe this could cause inconsistenices if the users modify the same order in different systems. Is there a standar way to prevent this from happening.
    Is there something like a change lock like we have the distribution lock?
    Anirudh

    Hi,
    As per OSS Note 705200 scenario X, Y and Z are supported with R/3 4.6C. Even if you use Scenario A, SAP wont support that. I would suggest sceario Z to be implemented. This would convert all the CRM order into R/3 order as soon as they are transferred to R/3. As a result the order can now only be modified in R/3 and all the changes would flow back into CRM maintaining the integrity between the systems.
    Refer to OSS Note 541113 for details.
    Regards,
    Gaurav Gera

  • My ipod connects to the internet and apps and every thing even emails but when i try using one app it says connection is busy

    my ipod connects to every thing except one app and it says that the internet connection is busy how do i fix this i tried restarting the network settings but it dose not work

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Unable to retrive the email id of the internet sales user who curren logged

    Hi friends,
    I need to send a email to the customer support email id  while changing the ship to address, from the currently logged "Internet User" email id in the order screen
    Is there any class/method there in ISA API so that it retrives the current logged "Internet User" details like email id from CRM.
    Thanks & Regards,
    Kiran K Vemula.
    Edited by: Kiran Kumar Vemula on May 5, 2008 11:41 PM
    Edited by: Kiran Kumar Vemula on May 5, 2008 11:43 PM

    Hi,
    As per my knowledge, after creation of the BP/Contact person, we need to create a CRM user for that BP in SU01 Tcode with Address(with person, communication, company details),  Logon Data (with password, user group authorization check, validity period) along with that, we need to assign Roles, and Profiles to the user. After this only the user which created in SU01 can login the B2B application.
    My requirement is to send an email to a customer center executive, from the logged in  user.
    while sending Email, In case of  from address, I have to check 2 scenarios.
    1. I need to get the email id (of the user logged in) from BP details.
    if not found / email id is not mentioned,
    2. I need to get the emal id (of the user logged in) from CRM User details(TCode SU01) which I am not able to get it.
    I tried in the way given in above messages, but for all I am able to get the details which are there in BP Tcode but not in SU01 Tcode.
    Is there any standard function module or I need to customize the standard function module, or is there any ISA API available to get the email id.
    Please advise me. & Please correct me if I am wrong.
    Thanks & Regards,
    Kiran K Vemula.

  • Internet Sales B2C - Display error message on the basket

    Hi, I am working on developments on the Internet Sales B2C scenario. I am trying to add new checks that are to be performed after the user has clicked the "Order" button on the basket.jsp page.
    I have already created the action and the BO, BOM, and Backend object and I changed the action flow so after b2c/basketcheckout.do instead of calling b2c/maintaincheckout.do the system calls my own action, and if I have an error what I am doing is calling the addMessage() on the Basket object, and then sending the action flow to b2c/basketdisplay.do.
    Everything is working fine except that the messages that I add to the basket are not shown when basket.jsp is displayed and I think this is because somewhere after the b2c/basketdisplay.do action is called and before the basket.jsp page is displayed the standard deletes any messages on the basket.
    Should I change my program so instead of calling b2c/basketdisplay.do I call a different action to display the basket but keep my messages?
    Does anyone has any better idea than what I am doing rigth now? I would gladly appreciate any help.
    The config.xml that I have looks like this:
    <action path="/b2c/basketcheckout" type="com.sapmarkets.isa.isacore.action.b2c.order.MaintainBasketB2CCheckoutAction">
                   <forward name="login" path="/b2c/login.jsp"/>
                   <forward name="basketEmpty" path="/b2c/order/basketEmpty.jsp"/>
                   <forward name="checkout" path="/b2c/basketchecktopes.do"/>
                   <forward name="ordersplit" path="/b2c/busy.jsp"/>
              </action>
              <action path="/b2c/basketchecktopes" type="com.orbitel.isa.action.CheckTopes">
                   <forward name="checkout" path="/b2c/maintainCheckout.do"/>
                   <forward name="basket" path="/b2c/basketdisplay.do"/>
              </action>
    And the coding in my action is:
    UserSessionData userSessionData = UserSessionData.getUserSessionData(request.getSession());
    BusinessObjectManager bom = (BusinessObjectManager)userSessionData. getBOM(BusinessObjectManager.ISACORE_BOM);
    SalesDocument miOrden = bom.getBasket();
    if(miResp.equals("A"))
         return mapping.findForward("checkout");
    else
         miOrden.addMessage(new Message(Message.ERROR, "system.forward.info", new String[]{"Ha superado el tope de sesion"}, null));
         return mapping.findForward("basket");
    Thanks
    Juan

    You can do this using java script throwing an alert popup or you can check if the fields are initial in oninputprocessing and fill a variable like gv_error = 'Enter values of mandatory fields.' and display the same in layout using
    <phtmlb:messageBar id = "messageBar"
    type = "<%= gv_severity_str %>"
    text = "error"/>
    See this thread for more..
    How to display error messages in bsp page
    search the forum before posting a new thread....

  • Internet Explorer app and place of the addresses and tools bars

    Hi
    I noticed that, when I run the Internet Explorer app on Windows 8.1 Update, the addresses and tools bars are placed in the bottom of the IE screen.
    It is possible to place them at the top of this screen? If so, how do I do it?
    Thanks
    Bye
    Balubeto

    Yes, as I know, we're unable to change the location of the address bar of Modern IE.
    Yolanda Zhu
    TechNet Community Support
    OK. I hope that, with Windows
    8.2, the location of the bars in Modern
    IE can be moved.
    A curiosity: Using the mouse in Modern IE,
    how do I quickly return to my home page?
    Thanks
    Bye
    Balubeto

  • TS3297 i can get on the internet but it says no connection in itunes

    I'm really confused it says I cannot connect to the internet on app store but I can use the internet in safari???? It also says I can't connect to the server on some of the games I have but not others   

    Hello blob1307,
    I would also be concerned if I could not connect to the iTunes or App Stores on my iPod touch.  I found an article with some steps to troubleshoot this:
    Troubleshooting on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to 3G, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet. 
    Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    Try resetting (turning off and then on again) your Wi-Fi router
    If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connections or iOS: Troubleshooting Wi-Fi networks and connections.
    Note: All iPhone, and iPod touch models support 802.11b/g Wi-Fi networks. In addition, iPhone 4, and iPod touch (4th generation) support 802.11n Wi-Fi networks (2.4 GHz only).
    You can find the full article here:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • Deploy Internet Sales B2B

    Hi ,
    How can i deploy the Internet Sales B2B , there is a guide for this ?
    Thanks a lot on advanced

    Online Documentation
    http://help.sap.com/content/documentation/erp/docu_sbs_erp_iserp.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/b2/9edc8f0665a9409b23e9eaa32dad00/frameset.htm
    Best Practice
    http://help.sap.com/bp_blv1600/BL_DE/html/index.htm
    Forum SDN:
    Expert Forums » SAP Solutions » Customer Relationship Management (CRM) - General & Framework
    https://www.sdn.sap.com/irj/sdn/forums
    You can obtain XECO: Configuration Guide and ISA development guide in service.sap.com
    Regards

  • My ipad disconnects my home network even the wire ones eveytime I use the internet

    My ipad disconnects my home network even the wire ones eveytime I use the internet (trough apps or browser or even email.)
    Everytime (since I update to IOS 5) I try to use the network the ipad disconnects me, none of my other devices can't use the internet. I can use all my other devices while I'm not using the ipad to go to the internet (again, even my wire PC.)
    I have followed few advice from here (resetting) and the problem remains the same, right now I'm not using my Ipad at home at all since it disrupts/disconnets/reboot my router I mean what do I need an Ipad for if I can get online. HELP!

    How about some details on what make, model and version router you have and how it is configured?
    What you have sounds like a bug in the router firmware or hardware. Check for a firmware update to your router on the manufacturer's support web pages. If you can't find any get a new router.

  • INTERNET SALES B2B E-COMMERCE FOR SAP

    Hi All:
    I want to implement the latest Internet sales component into our R/3 version 4.7 landscape. I keep getting conflicting information from my SAP contacts on what the correct components are. I have been instructed to download SAP E-COMMERCE 5.0 FOR SAP, E-COMMERCE W.SAP ERP - V1.600, INTERNET SALES APPLICATION FOR ERP... I cannot seem to validate what the correct component is that I should implement. I've seen posts on this website that refer to each so that has done little to help steer me in the right direction. I do not want to implement CRM. I only want to implement the latest version of the Internet Sales component that is compatible with R/3 4.7. Can you tell me the correct component to download and the path in the software download center where I can locate it?
    Can you also give me an idea of what configuration is required on the R/3 side? For example, I know the Product Catalog is required to provide content. Likewise, there is configuration for Online Stores. Is that relevant for this component or is that intended for a different type of Internet Sales landscape?
    Thanks,
    Randy

    We are trying to install a central instance of the E-Commerce 5.0 for R/3 solution on a 32-bit Windows 2003 server, running on top of SQL 2005 32-bit Standard Edition. The Netweaver 7.0 Kit has an installation for IA-64 and X-64 but does not appear to have a 32-bit installation. Did you install the E-Commerce 5.0 component on a 32-bit Windows server? If so, on what DVD did you find the 32-bit Netweaver components for a centralized E-Commerce 5.0 installation?
    Can you also provide me with a link to the installation guide that explains what to install and how to install to a 32-bit Windows machine?
    Kind regards,
    Randy

  • My ipad2 is not connecting to the internet

    I bought an ipad2 yesterday it connected to the internet and app store no problem to begin with but now it keeps saying it cannot connect to the internet even though on my settings it is saying the wifi is connected. 
    I have a sky router - netgear and my ip address, router and dns all begin with 192. 
    what do I do, do I take it back for another one?

    Tap Settings / General / Reset / Reset Network Settings then restart your iPad.
    If that didn't help try here >  Apple - Support - iPad - Wi-Fi Assistant

  • How to modify the text in login page?

    In login page , there are some lines text:
    This network is to be used only for legitimate business purposes. If you are not authorized to have access, do not enter this network. By entering the network, you agree to maintain its confidentiality and not to disclose or misuse the information contained in the network and you further agree to our monitoring of your use of this network.
    How to modify or delete these words ?
    Thanks

    This text is not a translation managed in the DB.  you can modify the aspx page, directly.  web\webcommon\login.aspx

  • How can i find the requested portal page in custom login.jsp

    We are using a customized login, logout and change password page built in JSP.
    The wwsso_ls_configuration_info$ has been updated to point to the customized
    JSP pages. Everything works fine so far but we would like to show different
    content inside the customized login page depending on which portal page that
    was requested.
    eg suppose the user requested a page that belong to page group X we want to
    show login page with html content relevant to page group X. If page group Y is
    requested, then it show relevant information for Y.
    The ssousername, password field and other parameter needed for login page will
    be left to the standard names defined by oracle login requirements.
    For this purpose, we need to find which portal page was requested by user in
    the customized login.jsp( as users tend to bookmark the portal page eg.
    http://domain/portal/page?_pageid=33,30983,33_30985&_dad=portal&_schema=PORTAL)
    Once i know the requested portal page, i can parse the _pageid to get the page group.

    Were you ever able to get this issue resolved? I would be interested in the solution if one was ever found. Thanks.

Maybe you are looking for

  • Exchange rate difference coming in BRS

    Dear FICO Experts, we created 3 bank g/l accounts like main, reciept and pmt. but currency assigned in control data is USD bcoz all transaction vll be posted in USD. We also defined house bank master data in FBZP for the same.My company code curency

  • Is it possible to create two Boot Camp volumes on one drive?

    Recently, my MacBook Pro (mid-2009) was running out of space. I have a 500GB internal drive, with a 120GB boot camp partition. I opted to install a new 480GB  SDD in the optical bay, move the Mac OS and files to the SDD and leave the Boot Camp partit

  • IPod mini transferto a newpc

    I need to find out how to transfer my iPod mini software to a new computer. I changed my PC, and have been successful in transferring songs from the previous pc on which the software was loaded. Now I can't get the software to "configure" the iPod so

  • XPS M1210 vs. MacBook 2.16

    Hi, I am really undecided on which Laptop I should buy. I basically need my laptop for college, i will be studying engineering (and I have read on the net that Engineering programs need to run on windows). The two choices are the Dell XPS M1210, and

  • Locks list for a user session

    Hello, Is there a function module or class/method which will give me the list of all locks of a user in the current session and not across all sessions (like transaction SM12). Function modules like ENQUE_READ and ENQUE_READ2 provides the lock list f