Compulsory logon for B2C application

Hi guys,
I know that we can implement compulsory logon for B2B. Is there anyway to do so in B2C application? Because I have one b2c scenario which needs single sign on.
Thanks in advance!

What I can think of is to set the "B2B occasional user" scenario and modify the actions to force the user logon, even for browsing the catalog. Could it work?

Similar Messages

  • How to create a reference user for B2C application?

    Hello,
    Can somebody please tell me how to create a reference user for B2C application?
    I am trying to create a new account on the B2C site. It is giving me a null pointer exception. I have not created a reference user for B2C application.
    Is there any documentation available to explain the steps required for this?
    Thanks,
    Harsha

    Hi Harsha,
    Please lookup http://help.sap.com/saphelp_crm40sr1/helpdata/en/be/511378ab1311d4b32b0050da4cccf0/frameset.htm for more information.
    Cheers,
    Ashok.

  • Url(https enabled) for b2c application unable to open and refresh multiple

    hi,
    i have worked on b2c application during development http is enabled and everything worked perfectly . After developement for client testing a new url is published with https enabled. with this url when i open the b2c application the page began to refreshing continuosly and site is not opened. The same url worked some times when i opened on other pc. what care we should be taken when switching from http to htpps. did any one have the idea
    Regards,
    Pavan

    Hello Pavan,
    In the general area of the XCM you should check the HTTPS settings that you have configured. Also maybe check an HTTP trace to see what  is happeneing.
    Mark

  • Centralized logon for several applications

    Dear APEX experts,
    the following demand has to be met by me:
    for a bunch of applications a unique logon process has to be implemented.
    Just like a kind of single-sign-on.
    Each User starts with the same unique login-page, where he has to logon once. In case of success he is directed to an
    overview page that gives him possibility to go to all those - already existing - applications he has the right to use.
    (In ideal case all applications are shown but only the allowed ones are selectable. As an alternative it is also a choice that
    only those applications are shown to the user he has permission for.)
    When a user via the overview page switches to another application he has permission for, he shall not have to logon again.
    If he finally logs out, he has to be logged out from all the applications.
    Just to point it out: Not all the users have permission for all the applications. This can vary a lot.
    At the moment we do have appr. 25 users and appr. 10 applications.
    Can this be realized with APEX and if, how?
    We use APEX 3.2.
    Thanks in advance,
    Hergen.

    Hi Roel,
    sounds interesting. But:
    I creatad an accout and after login to this new account receive:
    ERR-10600 Malformed argument to wwv_flow_custom_auth_std.login--p_flow_page:p_session_id:p_entry_point:10000::1287905663934077:.Please contact administrator.
    Return to application.
    Can you access any the information from there?
    Thank you and regards,
    Hergen.

  • Help for Calling RFC in B2C application.

    hi,
    We had written one RFC and all java classes related to that.
    we are able to call RFC in b2c application.we are calling RFC on loading of JSP.
    now my requirement is to call same RFC in other JSP but muliple times(in a for loop).But how can i do that?
    one thing is sure we cannot calll this RFC on loading of new jsp page.we have to call inside jsp page(in a loop).
    there is any way?
    please help me out.
    thanks in advance.
    jayesh talreja

    Two things I would like to say here:
    1) Calling RFCs directly from JSP is not supported so we need to use interfaces and backend classes.
    2) Calling an rfc is java code and in jsp we write java code along with html to make it dynamic...so dynamic
    call is also possible.
    ie. suppose we want to call our rfc for fetching some data from the backend based on the data entered at item level once the user clicks on update button on order creation page.So we can write the code like below
                                  <%--   messages --%>
                                       <%@ include file="/b2b/itemErrMsg.inc.jsp"%>
                                       <% } %>
                                       <%-- ui.showItemDetailButton() --%>
                                       <% } %>
                                       <%-- ui.isBOMSubItemToBeSuppressed() --%>
                                       <%--Start of addition by Arshid --%>
                        <!-- From here our custom rfc call is starting-->
                        <%
                             String arg1[]= {"crm~isa~isacore~resources_en"};
                             if((JspUtil.removeNull(item.getProduct()).length()) !=0 && !(JspUtil.removeNull(item.getNetValue()).equals(WebUtil.translate(pageContext,"yourcompany.order.minimumValue",arg1))) )
                                  String baseUOM = "";
                                  int enteredQuan= 0;
                                  double minOrderQuan = 0.00;
                                  double roundingValue = 0.00;
                                  BusinessObjectManager isaBOM = (BusinessObjectManager)userSessionData.getBOM(BusinessObjectManager.ISACORE_BOM);
                                  User user = (User)isaBOM.getUser();
                                  Shop shop = (Shop)isaBOM.getShop();
                                  String distrChannel = shop.getDistributionChannel();
                                  String sod = shop.getSalesOrganisation();
                                  Z_CustomBusinessObjectManager customBOM = (Z_CustomBusinessObjectManager)userSessionData.getBOM(Z_CustomBusinessObjectManager.CUSTOM_BOM);
    //Z_prodInfoValue is a bo that will hold the data returned from rfc call
                                  Z_prodInfoValue z_prodinfo = customBOM.getZ_prodInfobo().getProdInfo(Zeropadding.productInfoNoPadding(item.getProduct()), sod, distrChannel);
    <!-- Call ends here and this piece of code is called for every item on clicking on update buton -->
    Although this is not a good code design as instead of making multiple calls to the backend we can get the above thing done in a single call also.I wrote this code just to give an example .
    This clearky proves we can have dynamic calls to the backend through jsps also.
    But Jayesh, your question is not very clear to me.
    If its about for loop, where you want to call the backend for multiple times with different set of values than i would rather suggest you to create lists of these different datasets and send these in a single call to the backend and fetch the data similarily in tables in a single call.
    Regards,
    Arshi

  • Do u think OS is compulsory for an application to Run

    Hey all
    I have a query,,
    do u think Operating System is compulsory for an application to run. How ??
    Nikethan

    Hi,
    I had the same message but the problem was resolved after I downloaded and installed FP3. You can download the file at https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm.
    Xiaoni

  • Create logon for users to see the application only?

    Hello,
    I just built my application and I want to create a logon for only the user to see the application. I created a new user under Admin with no developer and administrator priveleges. I logout and when I logon as the new user, there is nothing on that page. How do I link the application that I built from developer logon to the new user's logon page. Basically, I want to logon as the new user and just see the application that was built. Any help would be appreciated.

    Dung,
    To run the application, do not use the URL that takes you to the Application Builder. Start a new browser session and use a URL like http://host:port/pls/DAD/f?p=5000:1, where 5000 is your application's ID (example only) and page 1 is the page to display after login. Your application will probably have the default HTML DB authentication scheme so that you'll see a login page first, then go to page 1 after authentication.
    Scott

  • J2EE Filter for /irj application

    Hi,
    i developed a J2EE Filter for irj application but i am getting some problem:
    1) The irj application cannot load the J2EE Filter; it throws a ClassNotFoundException. I think that the problem is linked with a
        ClassPath/ClassLoader issue.
    2) I don't know the session attribute name that stores the URL alias used by a user during logon step. I have to set up to null 
         this attribute in order to obtain a recomputation of the portal desktop to show when a user change application using  
         different alias.
    These are the steps:
    1) I made a jar file for the filter linked to a .sda file through NWDS.
    2) I deployed this sda file throug NWDS
    3) I changed the web.xml to configure the new filter component
    4) restart the server but not worked.
    Can anyone help me please?
    Carlo Paglia

    Hi,
    the file is correctly located in the dir that you suggested. Opening Visual Administration tool i can see the entry "EnteprisePortalFilterLibrary"  in the Libraries section linked with the jar name.
    Restarting the server i obtain again ClassNotFoundException. I think that the problem is correlated to the server ClassPath but i don't know how to configure it.
    Have you got other suggestions?
    Kind regards,
    Carlo Paglia

  • Disable Logon for a specific BSP pages?

    One of my requirements is to not have logon to BSP pages. Right now it asks for my SAP logon. I dont want any type of authentication for some of my BSP pages.
    Any help or suggestion will be helpful and appreciated.
    Thanks
    Nahman

    You can skip the logon by using anonymous logon feature in Tcode SICF.
    Look at the below link..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/9852b1c06b11d4ad310000e83539c3/frameset.htm
    You can skip the logon for entire BSP Application, but you can not skip logon specific to the Pages in one application..
    <i>*Reward each useful answer</i>
    Raja T

  • E-commerce B2C application in IE8

    Hi,
    Iam working on E-commerce B2C application which works fine (functionality-wise, and look and feel-wise also) in Internet Explorer 6,7; Mozilla Firefox 2,3. But the same application is giving problems in IE8.
    The main screen has an image which is appearing twice, some of the links are distorted, and the grey lines under the links are missing.
    Can anyone suggest why this is happening.?
    Is there any fix for this problem?
    Please suggest.
    Regards,
    Padmalatha.K

    Hi Padmalatha,
    Which E-Commerce version are you on?
    Please check under the mimes folder if there is any stylesheet for IE8 or not.
    Most probably it wont be there if you are upto ISA6.0.
    If that is the case than "Best viewed in IE7.0 and below" is the most appropriate message you can put in your homepage footer.
    Regards,
    Arshi

  • Standard B2C application Order page Java class called on Update?

    Hi All,
    On the Standard B2C application, on adding CampaignKey to the order or Changing the Quantity of the Items. We click UPDATE to update the sales order.
    Please can anyone help to find out which JAVA action Class is linked with the Update button.
    I need to create one Z java action class to update the order.
    Thanks a lot!
    Ekta

    Hi
    I used session logging to trace the class called. I am not able to use HTTP Watch. It is on the Client's network using Citrix. Hence cannot install it. but no doubt that is a better way.
    Classes and the action path is
    main java action class 
    MaintainBasketB2CDispatcherAction"
    linked action path for Update is
    Action path="/b2c/maintainBasket"
    Forward path name   
    <forward name="update" path="/b2c/basketupdate.do"/>
    and for action path
    action path="/b2c/basketupdate"
    java action class :
    MaintainBasketB2CUpdateAction"
    I am making Z action claa for MaintainBasketB2CUpdateAction" and i am updating the condig.xml file.
    I am making this thread open. To trace the flow if in case i get some problem
    Thanks to all of you for your support!
    Thanks
    Ekta

  • What are the default userid and password to logon to Oracle Applications

    What are the default userids and passwords to logon to Oracle Applications Manager?

    There r no any default password for Application Manager,
    However userID is applmgr and if I have to create a password for applmgr I would do that as welcome or welcome1 so the applmgr user can change it when he/she log on first time as needed.

  • Issue in Application Module and Enterprise Integration for SAP applications

    Hi,
    When I enabled the Application Module and Enterprise Integration for SAP applications Version 2.60 Patch 2 I am getting error in defect entity and Application Module. Does any one face this issue? Please let me know the solution.
    QC details:  QC 11.0 with patch 7
    I followed the steps given in ALM addin page to install the adapters
    Attached Screen shots of the Error

    Hi
    If you are wanting to know how to configure ESSO to be used to logon to SAP applications then there is a guide in the helpfile of the admin console. Simply do a search for SAP.
    In short ESSO-LM comes with a SAP helper object which needs to be selected on install. To enable the ESSO SAP helper to interact with SAP, the SAP server and the SAPGUI client need to be configured. The details for this are in the helpfile. If you have multiple SAP systems launched from the SAPGUI then this is the best method because it means ESSO can distinguish between the different SAP systems through matching screens
    If you have only one SAP system and you do not want to configure the SAP server then you could use send keys and not use the SAP helper object at all.
    Hope this helps

  • Logon to CRM Applications

    Hi,
    on oracle applications home page I dont have :Logon to CRM Applications CRM Home Page.
    but if I type the URL :http://server:port/OA_HTML/jtfavald.jsp
    I can have CRM Home page. On the other hand I have in start log :
    jtffmctl.sh Started.
    What is the probleme ? And solution ?
    Many thanks.

    Do the below steps..
    Open Internet Explorer
    Click on Tools --> Internet Options
    Goto Security and select "Internet" and click on "custom level" and select all "Enable" radio buttons.
    Do the same for "Local intranet" also.
    After changing that again log on into apps and try it with any responsibility.. That will work..
    Chandu. N

  • Blank blue screen on logon for all but administrators

    Server 2008 SP2
    Running as a RDS Server.
    Domain is a SBS 2008 Domain.
    Following some updates installed over 10 days an issue occured as follows;
    RDS Users were getting a blue screen on logon.
    SBS Web sites all failed to start.
    Issue with the SBS Server was .Net Framework updates corrupting the permissions.
    Reset permissions following .Nert repairs and PSS support.
    RDS Server having subtlety different issue.
    Users need to be local admins on the RDS server to login, otherwise they get a blank blue screen.
    Trying to start task manager gets a 0000022 error, task manager application failed to start.
    If you leave the user for the screen timeout, you get a 0000022 error, scrsvr.exe application failed to start.
    If you log in locally with the user, same issue.
    No interesting events in process monitor, process explorer or event logs.
    If I watch a user who is not an administrator logon, I see three process running
    taskeng.exe
    rdpclip.exe and
    dwn.exe 
    Removed AV and seeing some more GPO events logged.
    removed the user and placed them in a GPO with no inheritance - same issue.
    Enabled UAC - even local administrators were getting a blank logon screen, all except the domain administrator account.
    in the process of uninstalling .Net updates.
    Anyone got any better troubleshooting I can try?
    Joe

    Hi Joe,
    Thank you for your post.
    From your description, 
    I see the current issue you are facing is: Windows Server 2008 displays blue screen on logon for all users, except for local administrators.
    Please let me know if there is any update. Thanks for your time.
    Here I’d like to know that the blue screen showed up after logging into the system, but with no desktop. Right?
    Have you tried booting in safe mode? If not, please try it to see if that makes any difference. Based on your description, the issue happens to all users except for the
    local admins, we suspect the issue might be GPO restriction related. If we are able to boot in safe mode, then please take the following steps to check the issue:
    1. Delete the following registry key in safe mode after backing it up first:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer
    2. Restart the server to check if the issue is solved.
    Please let me know if there is any update after that. Thanks for your time.
    Best Regards,
    Sophia Sun 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • Agent Unreachable, collection status: file handles exhausted

    Hi, I have a problem with management agent. Status of agent in grid control is Agent Unreachable. Here is an output of emctl status agent: Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0. Copyright (c) 1996, 2009 Oracle Corporation. A

  • Displays not working (VGA)

    I purchased an unibody MacBook in 08/09 and I purchased a VGA adapter cable. I recently purchased a 2011 MacBook Pro, however my VGA cable does not work. Do I need to purchase a new VGA cable? My local Apple store told me that even though Apple has c

  • Snow Leopard client for NetRestore image not being recognized in Mountain Lion Server

    I target firewired a MacBook Pro running Snow Leopard and ran System Imaging Utility and the machine does not show up as an option. Does Mountain Lion Server support Snow Leopard NetRestore images or am I doing something wrong?

  • [Apache2 | PHP] serving local files

    Hi there, A recent hardware update and reinstall of my primary office server had broken the following functionality of my webbased dossier program: With the use of glob() I can list all the files in the directory belonging to a dossier - this is stil

  • SD Billing line items

    Hi, I want to post billing document item values in customer account not total amount of my invoice. process open items by Billing line item. Thanks RK Message was edited by: Rajkumar Talabathula