Need explanation about DefaultFramework Layout

hai friends,
i downloaded the PAR file of the default frame work layout provided by SAP in EP7.the coding is given below
<%@ 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.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
<%
  RunMode pageRunMode = null;
%>
<lyt:template>
<%
pageRunMode = epPageVariables.getRunMode();
if(pageRunMode == RunMode.RUN_TIME){
%>
    <script>
        document.body.style.margin=0;
        document.body.scroll = "no";
    </script>
<%}%>
    <hbj:content id="myContext" >
        <hbj:page title="Portal Page">
            <lyt:container id="frameworkColumn" />
        </hbj:page>
    </hbj:content>
</lyt:template>
<%
if(pageRunMode == RunMode.RUN_TIME){
%>
    <script>
        // Set the Top Level Navigation iView size and position.
        EPCM.raiseEvent("urn:com.sapportals:toplevelnavigation", "Onload", null);
    </script>
<%}%>
in this i understood everything except the EPCM part.they have given the purpose as to set the Top Level Navigation iView size and position.but i want to know how it sets,where is the subscribe event for that.
if anybody knows please help me....
if u have more details about it please send that also...
regards,
Tamil K

hai Mr.Venkat,
Tahnks for your reply.
yes i downloaded the "com.sap.portal..layouts.framework.par.bak" only.but i am not using all the jsps available in that.
i am using only "framework.jsp".that also i changed according to my need.i changed only the layout part not the whole thing.And also i dont find any "subscribeevent" relevant to the "raiseevent" presents in tha jsp file.
as u said i searched with the WAandNAVpanel.jsp also but i couldnt find. the subscribe events present in the specified file is not relevant to my raise event i think so.....
regards,
Tamil K

Similar Messages

  • Need explanation about adobe products for developers

    I need explanation about what products I need to use for developing dynamic adobe PDF forms..
    Currently I use only LiveCycle Designer ,but I in previous posts I found that I need to use additional products as Acrobat or Extension to designer.
    My question is if I need to devlop dynamic PDF form what exactly products I need that will be cover all developing issues?

    Hi,
    Covering all developer/developing issues is very broad.
    LC Designer is part of the LiveCycle suite. Which components you need from the suite will depend on your environment, your workflow, and how you want to process the data.
    More information here: http://www.adobe.com/products/livecycle/
    If you wanted to create forms and use Reader to interact with the form, then the minimum specification would be:
    LC Designer
    Adobe Reader
    However there would be restrictions in the functionality (eg you could not save the form in Reader as it would not be Reader enabled).
    If you want to Reader enabled the form in Acrobat Standard v9 or Acrobat Pro v8, then you will need Acrobat as well. This will unlock some of the features.
    If you want users with Reader to have full access to all features (as if the form was opened in Acrobat) then you will also need LC Reader Extensions ES2. You would use this to Reader enable the form before you deploy it.
    See summary here:
    Other components in the LC suite provide other functionality such as digital signatures, rights management, etc. You should talk directly with the Adobe sales rep in your geographical location.
    Good luck,
    Niall
    Assure Dynamics

  • Need explanation about Oracle documentation (DBMS_LOB.LOADCLOBFROMFILE)

    Hello World,
    I try to understand Oracle documentation about DBMS_LOB.LOADCLOBFROMFILE function.
    I am not shure the explanation is written in a very good english,
    but i can't understand a word !!!
    Is anybody could explain me in more simple sentences ??
    DBMS_LOB.LOADCLOBFROMFILE (
    dest_lob IN OUT NOCOPY BLOB,
    src_bfile IN BFILE,
    amount IN INTEGER,
    dest_offset IN OUT INTEGER,
    src_offset IN OUT INTEGER,
    src_csid IN NUMBER,
    lang_context IN OUT INTEGER,
    warning OUT INTEGER);
    Oracle documentation explanation :
    src_csid Character set id of the source (BFILE) file.
    lang_context (IN) Language context, such as shift status, for the current
    load. (OUT) The language context at the time when the
    current load stopped, and what the next load should be using if
    continuing loading from the same source. This information is
    returned to the user so that they can use it for the continuous
    load without losing or misinterpreting any source data. For the
    very first load or if do not care, simply use the default 0. The
    details of this language context is hidden from the user. One
    does not need to know what it is or what’s in it in order to
    make the call
    warning (OUT) Warning message. This indicates something abnormal
    happened during the loading. It may or may not be caused by the
    user’s mistake. The loading is completed as required, and it’s up to the
    user to check the warning message. Currently, the only possible
    warning is the inconvertible character. This happens when the
    character in the source cannot be properly converted to a character in
    destination, and the default replacement character (e.g., ’?’) is used in
    place. The message is defined as warn_inconvertable_char in
    DBMSLOB.

    I am not kidding. I posted the link but I did not check if it were the same source. Really I do not have time to realize it.
    I think you can get a fast answer in SQL & PL/SQL forum.
    Good Luck!
    Joel Pérez

  • Need explanation about DBMS_LOB.LOADCLOBFROMFILE

    Hello World,
    I try to understand Oracle documentation about DBMS_LOB.LOADCLOBFROMFILE function.
    I am not shure the explanation is written in a very good english,
    but i can't understand a word !!!
    Is anybody could explain me in more simple sentences ??
    DBMS_LOB.LOADCLOBFROMFILE (
    dest_lob IN OUT NOCOPY BLOB,
    src_bfile IN BFILE,
    amount IN INTEGER,
    dest_offset IN OUT INTEGER,
    src_offset IN OUT INTEGER,
    src_csid IN NUMBER,
    lang_context IN OUT INTEGER,
    warning OUT INTEGER);
    Oracle documentation explanation :
    src_csid Character set id of the source (BFILE) file.
    lang_context (IN) Language context, such as shift status, for the current
    load. (OUT) The language context at the time when the
    current load stopped, and what the next load should be using if
    continuing loading from the same source. This information is
    returned to the user so that they can use it for the continuous
    load without losing or misinterpreting any source data. For the
    very first load or if do not care, simply use the default 0. The
    details of this language context is hidden from the user. One
    does not need to know what it is or what’s in it in order to
    make the call
    warning (OUT) Warning message. This indicates something abnormal
    happened during the loading. It may or may not be caused by the
    user’s mistake. The loading is completed as required, and it’s up to the
    user to check the warning message. Currently, the only possible
    warning is the inconvertible character. This happens when the
    character in the source cannot be properly converted to a character in
    destination, and the default replacement character (e.g., ’?’) is used in
    place. The message is defined as warn_inconvertable_char in
    DBMSLOB.

    I am not kidding. I posted the link but I did not check if it were the same source. Really I do not have time to realize it.
    I think you can get a fast answer in SQL & PL/SQL forum.
    Good Luck!
    Joel Pérez

  • Need explanation about Tcode ABST2

    Hi,
    Can you explain me how to use Tcode ABST2 and why we use it ?
    is it necessary to run this Tcode before closing the Asset book ?
    Please clear me on that
    Regards.

    A few suggestions for you: 
      1)  First search the forum.  There have been a few discussions about ABST2.
      2)  Click on field help -- F1 -- it provides a good explanation of ABST2.
    It is expected that you search first before posting questions here.

  • Need explanation about the abstractportal mode

    Hai all
    can any one explain me why we are using different modes in abstractportal component,what is the purpose ,can u explain with examples?
    default CONTENT
    when a user is not authenticated LOGON
    Hide a portal component. HIDEMODE
    Display the error returned by a component. ERROR
    Start the component in a test mode. TEST
    Preview of the component. PREVIEW
    Help text of the component. Development model to provide
    help files in the par file.
    HELP
    Edit and save the profile of a component. EDIT
    A short text explaining the purpose of the component. ABOUT
    Description Mode

    Hi Balaji.
    an iView can display (or even not display anything at all - if it hides itself, that's the HIDEMODE) different things or in different states. If it should not be displayed at all, see above. The "normal" content is displayed within the CONTENT mode. If you want to edit the profile of the component (i.e. personalize the iView), this is done within the EDIT mode. If an iView is previewed from within the PCD, this is done within the PREVIEW mode (you may differentiate this mode from the CONTENT mode, as maybe you don't want some things to happen if the iView is previewed without it's page context etc).
    Also check out the APIDoc: https://media.sdn.sap.com/javadocs/NW04/SPS15/ep/com/sapportals/portal/prt/pom/NodeMode.html
    ... as well as some examples, here how the to hide an iView: http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/60b54066ea8531e10000000a1550b0/frameset.htm or how to check the called mode in a test scenario: http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/a7b7424ddcda11e10000000a155106/frameset.htm
    Hope it helps
    Detlev

  • Need explanation about a Clearing Document

    Hi,
    in Tcode FBL3N i found this :
    Doc N° 1 : -3000 USD  --> clearing doc : Doc N° 3
    Doc N° 2 : 2000 USD   --> clearing doc : Doc N° 3
    Doc N° 3 : 1000 USD   --> clearing doc : Doc N° 3
    Balance :        0
    this clearing was made with Tcode F-03
    i dont understand this ! is it possible to have a doc as part of clearing and in the same time is a clearing doc ??! (Tcode : F-03)
    When i display the doc N° 3 with Tcode FB03, i find 2 items in, the first is cleared (the above item), the other still appeared as an open item.
    please any exlpanation ?
    Regards

    Hi Jehade,
    The first 2 documents would have been cleared through F-03 by charging off the difference to another account manually.
    From F-03, you can clear two documents of different amounts by charging the difference to another account. Thus the 3rd document will be the clearing document for all the 3 documents.
    Regards,
    Mike

  • I need explanation about RESTORE DATABASE PREVIEW SUMMARY;

    After executing the command:
    RMAN> RESTORE DATABASE PREVIEW SUMMARY;
    It finished with the following lines:
    Media recovery start SCN is 1487308
    Recovery must be done beyond SCN 1726503 to clear data files fuzziness
    Finished restore at 2008-04-30:17:13:59
    What does it mean "recovery start SCN is 1487308" and "Recovery must be done beyond SCN 1726503..." ?
    I would like to restore/recover untill a SCN... but I don't understand if it means I must set a SCN between 1487308 and 1726503, or 1726503 is simply a starting SCN ...
    Below there's my list of backup by file with SCN:
    RMAN> list backup by file;
    List of Datafile Backups
    ========================
    File Key TY LV S Ckp SCN Ckp Time #Pieces #Copies Compressed Tag
    1 121266 B F A 1726482 2008-04-18:17:10:06 1 1 YES TAG20080418T170953
    2 121262 B F A 1726496 2008-04-18:17:10:23 1 1 YES TAG20080418T170953
    3 121261 B F A 1487308 2008-04-15:12:59:31 1 1 YES TAG20080418T170953
    4 121265 B F A 1726503 2008-04-18:17:10:27 1 1 YES TAG20080418T170953
    5 121263 B F A 1726499 2008-04-18:17:10:24 1 1 YES TAG20080418T170953
    6 121241 B F A 1726455 2008-04-18:17:09:53 1 1 YES TAG20080418T170953
    7 121242 B F A 1726456 2008-04-18:17:09:53 1 1 YES TAG20080418T170953
    8 121243 B F A 1726458 2008-04-18:17:09:54 1 1 YES TAG20080418T170953
    9 121244 B F A 1726459 2008-04-18:17:09:54 1 1 YES TAG20080418T170953
    10 121245 B F A 1726460 2008-04-18:17:09:55 1 1 YES TAG20080418T170953
    11 121246 B F A 1726461 2008-04-18:17:09:55 1 1 YES TAG20080418T170953
    12 121248 B F A 1726463 2008-04-18:17:09:57 1 1 YES TAG20080418T170953
    13 121247 B F A 1726464 2008-04-18:17:09:57 1 1 YES TAG20080418T170953
    14 121249 B F A 1726466 2008-04-18:17:09:58 1 1 YES TAG20080418T170953
    15 121250 B F A 1726467 2008-04-18:17:09:58 1 1 YES TAG20080418T170953
    16 121251 B F A 1726469 2008-04-18:17:09:59 1 1 YES TAG20080418T170953
    17 121252 B F A 1726470 2008-04-18:17:09:59 1 1 YES TAG20080418T170953
    18 121253 B F A 1726471 2008-04-18:17:10:00 1 1 YES TAG20080418T170953
    19 121254 B F A 1726472 2008-04-18:17:10:00 1 1 YES TAG20080418T170953
    20 121255 B F A 1726473 2008-04-18:17:10:02 1 1 YES TAG20080418T170953
    21 121256 B F A 1726474 2008-04-18:17:10:02 1 1 YES TAG20080418T170953
    22 121258 B F A 1726476 2008-04-18:17:10:03 1 1 YES TAG20080418T170953
    23 121257 B F A 1726477 2008-04-18:17:10:03 1 1 YES TAG20080418T170953
    24 121259 B F A 1726478 2008-04-18:17:10:04 1 1 YES TAG20080418T170953
    25 121260 B F A 1726480 2008-04-18:17:10:05 1 1 YES TAG20080418T170953
    List of Archived Log Backups
    ============================
    Thrd Seq Low SCN Low Time BS Key S #Pieces #Copies Compressed Tag
    1 10 1487308 2008-04-15:12:59:31 121240 A 1 1 YES TAG20080418T170947
    1 11 1726433 2008-04-18:17:06:08 121333 A 1 1 YES TAG20080418T171040
    2 26 1591040 2008-04-15:23:15:47 121239 A 1 1 YES TAG20080418T170947
    2 27 1726430 2008-04-18:17:09:42 121332 A 1 1 YES TAG20080418T171040
    List of Control File Backups
    ============================
    CF Ckp SCN Ckp Time BS Key S #Pieces #Copies Compressed Tag
    1726501 2008-04-18:17:10:24 121264 A 1 1 YES TAG20080418T170953
    List of SPFILE Backups
    ======================
    Modification Time BS Key S #Pieces #Copies Compressed Tag
    2008-04-16:13:04:18 121267 A 1 1 YES TAG20080418T170953

    Yes, you're right. It's just what I wanted to know.
    Does it also mean 1726504 is the nearest scn compared with the time I finished to complete that online backup ???
    I mean... what should I do to restore just that backup without applying current available archived log and online redo log ???

  • Need Explanation about code ABAP

    Hi,
    what does mean this code :
    *if not SOURCE_ENTETE-MONAT is initial.
    *BBKPF-MONAT = SOURCE_ENTETE-MONAT.  
    *endif.                                
    i find it in LSMW (step number 5)
    what does mean exactly initial
    i want to integrate some FI document
    please help.
    Regards

    Hi,
    initial means NOTHING, NULL, <no value>, space, 0 etc depending on the field type.
    In your code, it means that if there something in MONAT (if a month is provided), then BKPF (FI document header month) will get the value from the SOURCE_ENTETE-MONAT month field.
    BUT
    This code is commented out, so it will not be executed.
    Regards,
    George

  • Need Information about IP21 and IHistorian

    I'm need to connect IP21 plc and IHistorian db.But I don't have that much knowledg about these two things.Can I have document or link which provides infomation about IP21 and IHistorian or else any depth explanation about these two. Please provide me the necessary information.
    Thanq,
    Rakesh

    Hi,
    Pls chk this link;
    xMII - IP21 interface
    xMII - IP21 interface
    Regards
    CSM Reddy

  • Need information about Pricing details of deploying the web application in Amazon EC2 cloud and deploying procedure clearly

    Can anybody give in detail explanation about deploying the asp.net web application into Amazon Cloud, which is using SQL Server as a database. I want the pricing information about the Amazon Cloud.
    Before that this web application is used in Intranet environment.
    Regards,
    Hanife

    "explanation about deploying the asp.net web application into Amazon Cloud,"
    You'll need to contact Amazon tech support for that information.
    "I want the pricing information about the Amazon Cloud."
    Again, only Amazon can give you definitive pricing information. Start here:
    http://aws.amazon.com/
    Thanks for understanding.

  • Crystal 2008 - New Page Setup options - need explanation please

    I have been unable to locate documentation on the new Page Setup screen for Crystal 2008.  I am specifically looking on detailed documentation about the following check boxes:
    Printer Options:
         No Printer
    Page Options section:
         Dissociate Formatting Page Size and Printer Paper Size
    Margins section:
         Adjust Automatically.
    Can someone please detail for me these options.  I'd like to know why I would use them and how do they work when combinations of them are selected.  I am most interested in the second option (above), but would like explanations about all of them.
    Thank you.

    I do not think the No Printer option is valid for us as our reports are not web based.
    Does the Adjust Automatically apply to the reports as they are run from a runtime client?  or does this just adjust for design mode?
    This is why I am asking about the 'Dissociate Formatting Page Size and Printer Paper Size'.  It sounds like this is the setting we may want to check when creating our reports before we distribute to runtime clients.
    Here is why I want to know.
    We develop our reports to fit 8.5 inch x 11 inch paper.  We distribute our reports to our clients along with the runtime merge modules.  We have a VB.Net 2005 program that our non-vb.net software application executes in order to print the reports (using the Crystal for .NET methods, etc.) from our software application.
    Some of our clients are in Europe.  They use A4 paper.  We have re-designed some of our reports so the fields will fit within both paper sizes (8.5x11 and A4).  However, we have over 500 reports we distribute, so we have not modified all reports.  Therefore, prior to Crystal XI, we recommended to our runtime users that if the data on the report did not fit on the A4 paper (it was truncated), then they need to go into the printer properties (from the printer dialog box...these are users running the report, not developers) and change the report from portrait to landscape before they print.  This would print the report landscape with data across 8.5", and then white space on the right/remainder of the page, but all the data would print, nothing truncated.  After we installed Crystal XI, using this option of selecting landscape at print time, no longer worked.  The report would print with the orientation in which it was created (in our case portrait) regardless of what the user selected from printer properties. 
    This is why I am asking about the 'Dissociate Formatting Page Size and Printer Paper Size'.  Can someone at SAP elaborate on this please?

  • Please, can Apple give explanations about dropping Applescript support for Pages 13!!??? It is paramount, please do something to fix it asap!!!

    Please, can Apple give explanations about dropping Applescript support for Pages 13!!??? It is paramount, please do something to fix it asap!!!

    You might want to check your firmware version. Go to: Settings>General>About. Look at the version field, it should be: 5.0.1(9A406). If it's 9A405 you need to update the firmware by connecting your phones to iTunes and updating it. This worked for me as I work on a ship and don't have a signal inside. I was having to do your little trick many times during the day when I would go outside to check for messages.

  • Explanation about Start ManagedServers by Console

    Hi there,
    I need an explanation about difference between a start ManagedServer by default script and a start ManagedServer by Admin Console :
    If I start any ManagedServer by default script "startManagedWeblogic.sh +myserver+", the script apply ${DOMAIN_HOME}/bin/setDomainEnv.sh
    in setDomainEnv.sh I can set more JAVA_OPTIONS than default.
    But if I start same ManagedServer by admin console, it seems that start process don't apply setDomainEnv.sh and I haven't my JAVA_OPTIONS.
    If it's possible, how can I excute setDomainEnv.sh when I start a ManagedServer by console ?
    That for your help.
    Bye.
    J Sourti

    Hi Sourti,
    Here is only one difference you will see when try to start Managed server through Admin console.
    Nodemanager will provide all the required parameter while start of the Managed server.
    It use startweblogic.sh or cmd file while startup from nodemanager.
    Check the Nodemanager.properties you will understand in more details.
    I know this is very simple explanation but if we start explaining this we will get more details about it.
    So start sharing your queries to get more information on this topic.
    Regards,
    Kal

  • Need Info about BW CRM Analytics

    Hi all,
    Guys,
    Please help me out...
    I need Info about BW with CRM Analytics
    What are the core areas where data's are extracted for CRM to BW
    What will be the Interview question related to BW CRM Analytics
    If possible if u have any docs kindly email me at [email protected]
    Thanks in Advance.
    Jaffer Ali.S

    Dear Jaffer Ali S.,
    The following types of analyses can be carried out:
    <b>CRM Lead Analysis</b>
    Use the InfoCube CRM Lead Management (Technical Name: 0MKTG_C01) for reporting.
    The Lead Management InfoCube contains all the characteristics and data used for the administration of leads. This InfoCube enables you to execute the following standard queries available in SAP BW:
    Channel Analysis
    Efficiency Reporting
    Historical Evaluation
    Lost Leads
    Channel Management: Top-n Lost Leads (Current Year)
    <b>CRM Activities Analysis</b>
    Use the InfoCube CRM Activities (Technical Name 0CSAL_C01) for reporting.
    The InfoCube for activities in CRM provides the data basis for evaluating business activities undertaken by your employees. It provides you with information about how much time is being spent on contacting the customer, whether customers actively seek out contact with your company and how intensively your employees look after your customers. It delivers data for queries such as:
    Intensity of customer care
    Activity History
    Success/failure analysis
    <b>Customer Interaction Center (CIC)</b>
    Activate the InfoCube Interactive Scripting Evaluation (IC WinClient) 0CRM_CIC1.
    Interactive Scripting Evaluation (IC WinClient)
    This InfoCube provides the data base for the interactive scripting evaluation. It supplies the data to the Interaction Center (IC): Interactive Scripting Evaluation query.
    <b>Opportunities Analysis</b>
    Activate InfoCube 0CRM_C04 - Opportunities.
    The CRM Opportunities InfoCube contains all the characteristics and data used for the opportunities analyses.
    <b>Sales Order Complaints Analysis</b>
    Activate InfoCube Complaints (Technical name: 0CSAL_C09).
    You can carry out the complaint analysis on a daily, monthly, weekly or a quarterly basis. The analysis can be done in relation to CRM Service Organization, CRM Sales Organization, CRM Product, and Sold-To Party.
    <b>Service Qualtiy Analysis</b>
    Activate the MultiProvider 0CSRVMC04 - CRM Service - Orders and Confirmations with Complaints.
    The MultiProvider 0CSRVMC04 - CRM Service - Orders and Confirmations with Complaints gets the data from the following ODS objects for analyses in various queries:
    0CRM_PROI - Orders: Item Data
    0CRM_COI - Controlling (Item Data)
    0CRM_CNFI - Confirmations (Item Data)
    0CRM_COMP - CRM Complaints (Items)
    Let me know if you need further help.
    Reward points if it helps.
    Regards,
    Naveen.

Maybe you are looking for