Logon Block Like SDN Logon Block

Hi,
We've added an Anonymous Page to our portal and we need to add a logon block same as SDN Logon Block on Left. We need this, as we do not want to use Login Link on MasterHead.
We've created a new layout which consists of 4 columns. We need this login module to be displayed in left column at up position. As the annoymous page will be accessed by Registered users, login block must disappear after successfull logon.
I tried to edit the layout jsp file and add the following code into it but not successful as Java knowledge is lack.
Does anybosy have an idea?
<%@ page session = "true"%>
<%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
<%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
<%@ page import = "com.sap.security.core.sapmimp.logon.*" %>
<%@ page import = "com.sap.security.core.sapmimp.rendering.Browsers" %>
<%@ page import = "com.sap.security.core.util.taglib.EncodeHtmlTag" %>
<%@ page import = "com.sap.security.api.UMFactory" %>
<%@ page import = "com.sap.security.api.logon.IAuthScheme" %>
<%@ page import = "com.sap.security.api.logon.ILoginConstants" %>
<%@ page import = "com.sap.security.api.UMFactory" %>
<jsp:useBean id="languages" class="com.sap.security.core.sapmimp.logon.LanguagesBean" scope="session"/>
<jsp:useBean id="logonLocale" class="com.sap.security.core.sapmimp.logon.LogonLocaleBean" scope="session"/>
<jsp:useBean id="logonMessage" class="com.sap.security.core.sapmimp.logon.LogonMessageBean" scope="session"/>
<jsp:useBean id="logonBean" class="com.sap.security.core.sapmimp.logon.LogonBean" scope="session"/>
<jsp:useBean id="error" class="com.sap.security.core.util.ErrorBean" scope='request'/>
<%@ include file="/logon_proxy.txt" %>
<lyt:template>
    <hbj:content id="myContext" >
        <hbj:page title="Portal Page">
            <hbj:gridLayout   id="GridLayout1"  width="100%" cellSpacing="2">
                <hbj:gridLayoutCell rowIndex="1" columnIndex="1" width="30%" verticalAlignment="top" horizontalAlignment="center">
     <% if(!inPortal) { %>
                      <hbj:form
                      id="logonForm"
                      method="post"
                      target="_self"
                      encodingType="multipart/form-data"
                      action="http://temepdev.temsa.com.tr:50000/irj/portal"
                      >
<input name="no_cert_storing" type="hidden" value="on">
                    <hbj:textView id="message"
                    text="Kullan&#305;c&#305;"
                    design="HEADER4"/>
                    <hbj:inputField
                    id="j_user"
                    type="String"
                    invalid="false"
                    width="50"
                    value=""
                    visible="true"
                    disabled="false"
                    required="true"
                    maxlength="30"
                    size="50"
                     >
                    </hbj:inputField><br>
                    <hbj:textView id="message"
                    text="&#350;ifre"
                    design="HEADER4"/>
                    <hbj:inputField
                    id="j_password"
                    type="String"
                    invalid="false"
                    width="50"
                    value=""
                    visible="true"
                    disabled="false"
                    required="true"
                    maxlength="30"
                    size="50"
                     >
                    </hbj:inputField><br>
                     <hbj:button
                     id="uidPasswordLogon"
                    text="Giri&#351;"
                    onClick="onYetAnotherStateButtonClicked"/>
                     </hbj:form>
     <% } else { %>
                         <hbj:textView id="message"
                    text="Portal'e Giris Yapmissiniz"
                    design="HEADER4"/>
     <% } %>
                    <lyt:container id="column1" />
                </hbj:gridLayoutCell>
                <hbj:gridLayoutCell rowIndex="1" columnIndex="2" width="20%" verticalAlignment="top" horizontalAlignment="center">
                    <lyt:container id="column2" />
                </hbj:gridLayoutCell>
                <hbj:gridLayoutCell rowIndex="1" columnIndex="3" width="30%" verticalAlignment="top" horizontalAlignment="center">
                    <lyt:container id="column3" />
                </hbj:gridLayoutCell>
                <hbj:gridLayoutCell rowIndex="1" columnIndex="4" width="20%" verticalAlignment="top" horizontalAlignment="center">
                    <lyt:container id="column4" />
                </hbj:gridLayoutCell>
            </hbj:gridLayout>
        </hbj:page>
    </hbj:content>
</lyt:template>

Hi,
Did you get information about?
I Want to do the same..
Thanks
JUAN

Similar Messages

  • Development Effort- for a forum like SDN

    Hi,
    Can you tell me  how much effort is required to create a forum like SDN, using EP.
    I want to implement only basic features like posting queries/replies, displaying it as a thread,
    awarding points, displaying user data.
    What are the constraints, if attachment (word doc) also has to be included in the same thread ?
    Any kind of inputs will be highly appreciated.
    Thanks,
    Nisha Vengal.

    Instead of developing,you can use SAP standard forum features... you can find lot of info on SDN regarding this
    check this notes
    Note 994576 - SAP Forums - General Note for NW04 SPS20 and NW 7.0 SPS12
    Note 1049553 - SAP Forums - Installation, Upgrade and System Copy
    Check the compatibilty of ur version as in the notes
    also check
    What you need to know about the new forums in SAP NetWeaver Portal
    /thread/999231 [original link is broken]

  • Reducing portal width like sdn

    Hello,
    How do I reduce the width of the entire portal, so that we can use it with all types of displays (not just wide-screen displays)?
    We are using a custom desktop, with a custom framework page and custom theme. We want the width to be like sdn, holding only the center portion of the browser.
    It would be great if you could let me know which par to modify and where?
    Thanks,
    Ajay

    Ajay,
    If you are using custom framework page then you can control the width of framework page in the par file by jsp/java coding.
    Thanks,
    VP

  • Having Logon screen just like sdn

    Hi,
    How can we have the logon screen which displays on the anonymous user screen.
    Mr.Chowdary

    Hi,
    You need to configure anonymous logon for your portal, you can refer this link :
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    But you have to create the contents for anonymous logon or anonymous user so that it will be displayed without any authentication. Also you need to set the permissions for these contents.
    Hope it helps,
    Regards,
    Ameya

  • Short URL in the Form of Text Message like SDN for Enternal Facing Portal

    Hi,
    For the External Facing Portal, We are using the Light Frame work with Light Top Level Navigation and customized it for look and feel.
    When we publish the Anonymous User role for the EFP, and navigate through the roles, The Portal URL is getting added with Short URL's (NavigationTaeget.....)
    How to make this Short URL's in the form of Text Messages like example in SDN
    After clicking the Forums the URL shown is like https://sdn.sap.com/irj/sdn/forums instead of Short URL.
    We are looking for some thing same.
    Regards
    Sumanth

    Hi Sumanth,
    Short URL is automatically created by portal.
    So you cant make the short URL in the form of text message.Refer the following link
    <a href="https://weblogs.sdn.sap.com/pub/wlg/2452">https://weblogs.sdn.sap.com/pub/wlg/2452</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/b3/7b8163404448e7aad7899c0b30313e/content.htm">http://help.sap.com/saphelp_nw70/helpdata/en/b3/7b8163404448e7aad7899c0b30313e/content.htm</a>
    Regards,
    Hemalatha

  • Customize detailed navigation like SDN

    Hi,
    I would like to customize the detailed level navigation.I would want to change the look and feel and access the contents that are created in it and give the option for users to be able to expand the folders just like in SDN.Could anyone let me know if you have any ideas.I have already downloaded the par and have everything ready for customization.
    I dont see any jsp in this par file to do the modifications.
    regards
    swathi

    Hi,
    Depending on your version of EP - You can use Ajax - take a look at this:
    http://wiki.sdn.sap.com/wiki/display/AFP/SAPPortal-AjaxFramework+Page
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true

  • Rewards Points feature in KM (like SDN forums)

    Hi,
    Is there actually any kind of  "r e w a r d  -  p o i n t s"  feature, available in Collaboration Forums?
    thanks in advance,
    PD: I am in 2004s EP 7.0 SP15

    Hi Leandro,
    the new forums functionality allows the users to mark answers as useful. You can configure in the Forums Admin Console under Expert Feature how many answers can be marked as helpful, but unfortunately you can no distinguish between helpful and very helpful. Furthermore the Point & Rewards System component is completely missing, so you need to develop here something yourself in order to get the point statistics from the database. There is already an existing report "Users with Questions and Rewards" that you can find in the Admin Console under Reports, but I'm afraid this report alone might not be detailed enough.
    Hope this helps,
    Robert

  • Logon in Portal Desktop

    Hi everybody:
    I have a requirement to create a Portal desktop wiht logon option, like SDN screen.
    I need someone who indicates me how to do it.
    Tnks

    Hi,
    Check these links
    Portal Branding for specific user
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    https://websmp105.sap-ag.de/~sapdownload/011000358700003697292003E/Logonscreen_HowTo_v2.pdf
    Is your Portal Logon Page more colorful?
    A fast and easy Portal logon page customizing
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N08_BB_ConfigGuide_EN_US.doc
    Regards
    Arun

  • SDN Type Forum Collaboration wanted on EP

    Experts
    The internal  Requirement is to confiugre " SDN Type Forum" in our internal Portal. 
    We heard by some experts, it can be done with all features as it is like SDN.
    May i request you to help with some links / some docs / & which patch levels is minimum for this configuraton\
    Rgds

    Hello Srinivas,
    This is Possible but you have deployee Two Forum SCA file into your Portal.After that you need Created Iview and into that Page you can categories Accordingly.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20562528-a246-2b10-2988-f9b554a925ce
    Thanks
    Chittya Bej

  • Start portal with an information page, not with the login page

    Dear all,
    at the moment I don´t know how to start. I want to create a portal that looks like sdn portal. Some content should be availible before the user logs on (Public Content)and other content should only be availible if user is logged on.
    So as I said, i don´t know how to start.
    1. How do I get the portal to show up content and "style" like i am logged in as "guest"
    2. and how do I get the login to any place in the portal?
    I hope you understand my wish and anybody can offer me a solution.
    Kind Regards
    Roman

    Hi,
    You need to customize the logon page? Its a jsp page created using JSP. What you have to do is to import the thi par file com.sap.portal.runtime.logon.par to your NWDS and edit the JSP.
    you can find this file from \usr\sap\<instance>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    Rename this file and do the editting.
    after modifiction deploy it and do the following settings in server.
    launch config tool...browse the tree
    cluster_data>>server>>persistent>>com.sap.security.core.ume.service.
    select authnschemes.xml..
    Download authschemes_productive.xml and open it
    replace all the occurance of com.sap.portal.runtime.logon to the name of your project.
    Come back to configtool and create a node below  com.sap.security.core.ume.service
    choose file entry and upload ur authschemes_productive.xml
    create and close the window
    Navigate to cluster_data>>server>>cfg>>services
    double click propertysheet com.sap.security.core.ume.service
    Click property for login.authschemes.defiition.file
    Enter the authschemes_productive.xml
    Apply custom and restart portal
    Thats it .. it will work
    Cheers
    gEorgE

  • Login Moduel

    We are implementing EP 6.0 SP9, and we would like to have something like SDN, this means, when accessing to www... it will access anonymous i-views, but with an area where the user can authenticate themselves.
    The question is: if i use the com.sap.runtime.logon.par from sap as a basis to create my own login module, i else do i have to do to have the described layout.
    Thanks,
    Ana

    Hi,
    To start with, follow the steps given in the document, https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/customizing the logon user interface of sap enterprise portal 6.0.
    Hope this helps.
    Thanks,
    Praveen
    PS. Dont forget to award points if u find useful/solved

  • Error during this APL startup period   - PI 7.0 SPS13

    When we need to perform some maintenance in an application Server, we are stop this APL. During these steps, no problem in the XI System.
    We have the same procedure to startup and we only put APL again, the central instance is not affect and  all XI components will be running well, but during the APL startup, in the SMGW transaction we can see the ID AI_RUNTIME_XP0 for this APL, before all XI components will be available.
    This situation is causing a lot of problems in the interfaces. During
    this startup period, we can see this error messages
    Received XI System Error in Integration Engine. ErrorCode:
    JCO_SYSTEM_FAILURE ErrorText:
    ErrorStack: "SYSTEM FAILURE" during JCo call. Bean
    SMPP_CALL_JAVA_RUNTIME3not found on host apl54, ProgId
    =AI_RUNTIME_XP0: P
    (In this example, the APL was apl54).
    Is there a special procedure to boot the APL ?

    Marco
    If I understand your question right, you want to know if there is a best practice to stop and restart an application server which is a part of your XI landscape? If my assumptions are right, for the fact that you are trying to bring down an application server means you have more than one app server and they are in a load balanced mode. If yes, you might want to first remove the application server from the RFC group (RZ12) which will prevent any new messages hitting this server. Then, once all the messages that are still under processing in this app server are completed, you can bring the server down, do the maintainance and bring it up. Once up, add it to the RFC group again. Same procedure applies for the java server nodes on this app server as well.
    Hope this helps. I should say you haven't been very clear with your questions and hence no reply from other members. We understand your anxiety in not receiving any answers but with a global community like SDN, you might have to give as much information as possible to compensate for language barriers.
    Thanks
    KK

  • RFC to XI File -  can NEVER EVER  get more than one record in Output file.

    Hi guys
    This might be related to my other post on  File conversion but whatever I do I just can't seem to get more than one record in the output file
    the payload from R3==> XI seems fine
    for example
    <?xml version="1.0" encoding="UTF-8" ?>
    - <rfc:Z_XI_005_RFC xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    - <IP_CUSTOMER_HEADER>
    - <item>
      <CUSTOMERID>1000001</CUSTOMERID>
      <COMPANY>One-time ship-to</COMPANY>
      <SHORT_NAME>ONE-TIME</SHORT_NAME>
      <STREET />
      <STREET2 />
      <STREET3 />
      <STREET4 />
    ...... more data
    </item>
    then next customer  master data and so on
    - <item>
      <CUSTOMERID>1000005</CUSTOMERID>
      <COMPANY>ddfask</COMPANY>
      <SHORT_NAME>;LK;L</SHORT_NAME>
      <STREET />
      <STREET2 />
      <STREET3 />
      <STREET4/>
    etc etc until
    <HKUNNR>60000</HKUNNR>
      <SALES_REGION />
      </item>
      </IP_CUSTOMER_HEADER>
      </rfc:Z_XI_005_RFC>  
    All I get on the Output target file
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_customer_header xmlns:ns1="http://avenue.com/xi/test">
      <CustomerId>1000001</CustomerId>
      <company>One-time ship-to</company>
      <shortname>ONE-TIME</shortname>
    .... more data
      </ns1:MT_customer_header>
    the <item> and subsequent records all seem to have vanished.
    I must be doing something PARTICULARLY stupid as nobody else ever seems to have this problem --  I've tried almost every possible combination but still to no avail
    The function module is passing a table to XI in the correct structure and the payload seems to be fine so what on earth is broken here !!!,.
    Cheers
    Jimbo

    Thanks everybody -- it's working now
    RFC call was passing data correctly
    function z_xi_005_rfc.
    ""Local interface:
    *"  TABLES
    *"      IP_CUSTOMER_HEADER STRUCTURE  ZAP_CUSTOMER_INFO_2
    endfunction.
    in debug mode table data was fine -- in this instance 3 records were being passed.
    3 errors  in mapping etc fixed (with help from SDN - thanks)
    1)  missing the ITEM level in the Data type (hence mapping)
    2)  needed 0:unbounded in the occurrence
    3)  also mapping Item====>Item was missing (sub fields were ok)
    Points awarded
    final file output ok output now  ok (with 3 fields only for testing)
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_customer_header xmlns:ns1="http://avenue.com/xi/test">
    - <item>
      <Customerid>1000001</Customerid>
      <company>One-time ship-to</company>
      <shortname>ONE-TIME</shortname>
      </item>
    - <item>
      <Customerid>1000005</Customerid>
      <company>ddfask</company>
      <shortname>;LK;L</shortname>
      </item>
    - <item>
      <Customerid>1000010</Customerid>
      <company>One Time Customer Test</company>
      <shortname>SADFIWQEFG</shortname>
      </item>
      </ns1:MT_customer_header>
    Now only the final problem to make file content conversion work.
    Once again thanks --sometimes what seem trivial or simple problems take AGES to fix until someone else gives you a clue --that's why boards like SDN are great value.
    Cheers
    Jimbo

  • SCN T-Shirts.

    Hi
    Is SCN provides T-shirts same like SDN.?
    I know SDN was giving once crossing respective milestones like 250, 1000, 500 pints... etc
    Did anybody got t-shirt recently..?
    Reg,
    Bhg

    Hi,
    It's really humorous . In fact we want bullet proof T-shirts to safeguard ourselves from Moderators(as you guys always have eyes on us )
    Regards,
    Suman

  • Labels in Detailed Navigation

    I'd like a detailed navigation with labels.
    I need something like sdn with some sections (Developer Areas, Formus, by example) which are opened.
    Can I do that with detailed navigation iview? How can I configure it?
    Thanks,
    Damian

    Hi Damian,
    this is done by Dynamic Navigation, so in fact these are two iViews (not sure if it is really implemented this way on SDN or if it is a totally rebuilt DetNav). Anyhow, this would be the way you would implement it if using standard instruments.
    See for details http://help.sap.com/saphelp_ep60sp2/helpdata/en/38/5dc53e5ae84d3be10000000a11405a/frameset.htm
    To be exact: I think that the "Developer Areas" part here is the extra iView (dynamic navigation or, because it is not very dynamic, just an extra iView set on the inner page above the DetNav iView).
    Hope it helps
    Detlev
    PS: Please consider awarding points for helpful answers. Thanks in advance!

Maybe you are looking for

  • Remove string before dot operator in table columns

      Hello All,             I have a table with column names as "dbo.abc.sno","dbo.abc.sname","dbo.abc.dept".I want to change the columns names of the table as "sno","sname","dept".Can you please share me the script for it.

  • Integrating windows AD with cisco ACS

    hi all i am looking for the requirements and any documents in setting up the acs with windows AD for user authentication. i am basically testing this. i am having a cisco switch a switch acs serevr 4.1 and windows xp host and windows 2003 server. can

  • Better approach for adding a new assignment block in a standard component

    Hi I need to add a new assignment block in the standard component bt116h_srvo. There are two approaches : 1. create a new view in the component bt116h_srvo 2. create a custom component and embed it into bt116h_srvo using component usage. Please tell

  • Skype works no problem. iChat never works.

    I have not done any configuring of my computer, router or airport for IM use. Having a video chat with someone who has not done this either on their Mac is impossible under iChat, yet the first time we did it in Skype it worked instantly. Why should

  • Authorization restriction qwery companycode

    Hi, I need small help for designing our authorizations. We have around 30+ ODS with us for 8 company codes as of now in our BI7 system. We need to design the Roles and objects. Our restrications include Company Code and Qwery names in main. Qwery nam