Merging  Pages with Detailed & Dynamic navigation

Hello experts,
We are in an Federated Portal senario with a main portal (consumer) and two producer portal (Bi & xRPM).
What I need to know is if it is possible to merge in a same page an xRPM page with dynamic navigation and a BI page with detailed navigation.
Thanks in advance for your response.
David Burlin
SAP Consultant
http://www.hegedan.com

Hi David,
Did you ever find an answer to this?
We're currently trying to use the Remote Role Assignment with XRPM Portfolio Management.  It works fine if we just use the out of the box Portfolio Management Role.  
However, we're trying to use a custom role created on the producer and then merge it with another custom role on the consumer.  It starts out working fine until it attempts to redirect to content on the Portfolio Hidden workset.  Then it gives a runtime error.  Any help you could give would be great!
Thanks,
Ken

Similar Messages

  • Page with one dynamic side

    Hello
    How can I create a page with a menu (based on a list) on the left side and in the right side a dynamic content, something similar to [Denes Kubicek: ApEx Demo Application|http://apex.oracle.com/pls/otn/f?p=31517:1:2889345291421940::NO:::]
    Thanks in advance
    Ownr

    Hi,
    I know - the styles are wonderful, aren't they!!
    Yes, you can identify the "current" list items.
    On the list entry definition, you should see two settings:
    List Entry Current for Pages Type - set this to Colon Delimited Page List
    List Entry Current for Condition - enter in the page number (should be the same as for the target page).
    For the "parent" list items, for the second setting, you can use a colon-delimited list of all the pages that it is the parent for.
    Then you may need to adjust the List Template that you are using (you're probably doing this anyway to improve the existing style!!).
    In the template definition, there are several settings called ".... Current ...." - these need to be updated with your styles.
    I have done an example app ([http://htmldb.oracle.com/pls/otn/f?p=28071:1]) with a multi-level list using the Tree List template (actually, I created a copy called Tree List Menu). This has the following settings:
    List Template Before Rows:
    <div style="width:150px;">
    <ul class="htmlTree">List Template Current (This is also used for List Template Current with Sub List Items):
    <li><a href="#LINK#"><span style="background-color:yellow;">#TEXT#</span></a></li>List Template Noncurrent (and .... with Sub List Items):
    <li><a href="#LINK#">#TEXT#</a></li>Sub List Template Current (and ... with Sub List Items):
    <li><a href="#LINK#"><span style="background-color:pink;">#TEXT#</span></a></li>Sub List Template Noncurrent (and ... with Sub List Items):
    <li><a href="#LINK#">#TEXT#</a></li>After List Entry:
    </ul><br style="clear:both;"/><br style="clear:both;"/>
    </div>These are the ones that I've updated - any others, just leave as their defaults. It's not pretty - but I've done this just to show that it can be done!
    Andy

  • CRM BP - Dynamic Navigation

    Hello,
    We have some problems with the crm business package and more specific with the dynamic navigation.
    All iviews and pages of the bp are appearing in the detailed navigation area. After some research I found out this has to do with the dynamic navigation. The iviews and pages delivered with the bp all have themselves assigned to their own dynamic navigation. So if you open an iview, the iview also will open in the dynamic navigation.
    Does anyone know why this is done and how I can resolve this issue?
    Tnx and Regards,
    Christophe

    It seems I was wrong. The dynamic navigation is refering to the quick create iview and if I change the isolation method of that iview from embedded to URL everything is working fine.
    Regards,
    Christophe

  • Dynamic navigation

    dynamic navigation
    Posted: Aug 29, 2005 3:03 PM        Reply      E-mail this post 
    Hi
    I have an iview from BW that generates links to reports. I associated this iview to a page as a dynamic navigation link.
    When I click on the link, it does not load the content in the portal content area. I tried _self, _top, _parent as the targets in the BW web template.
    How can I get the content loaded in the portal content area? What is the name of the portal content area frame?
    Thanks
    Sriram

    Hi Sriram,
            I confronted with the same issue as yours but then i did the following.......
    Presuming that two iviews are already created i.e.
        1.Navigation Panel iview with links (left)
        2.different iviews associated to the links.
    Now,
         >>Open the other iviews and select Dynamic navigation in the context menu.
         >>Right click on the navigation panel iview having the links and select "Add to Dynamic Navigation"
    In the first iview for the link the code i gave is
    <a href="link2" class="urLnk" onclick="return EPCM.doNavigate('ROLES://portal_content/xyz/Pages/sampleiview')">Link to Project Plan</a>
    No need of the parent,self,.....etc.
    Hope this helps.
    regards,
    Joshua Kiran

  • Dynamic navigation to Component of IBase

    Hi Team,
    The requirement is need to navigate to Component Of IBase from our custom view.
    By using the Search Query we are able to get the collection IBComponent.
    How can i proceed with the dynamic navigation in my hyperlink event.
    In the SPRO settings the object details of IBMAIN has not been maintained.
    Kindly share your thoughts.
    Thanks,
    Ravi

      HI Ravi,
    Try to use below logic in Event handler of hyperlink.
    data:  lv_descriptor_object  TYPE REF TO if_bol_bo_property_access,
            lr_navigation         TYPE REF TO if_crm_ui_navigation_service,
            lr_data_collection    TYPE REF TO if_bol_bo_col,
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
      CALL METHOD cl_crm_ui_descriptor_obj_srv=>create_ui_object_based
      EXPORTING
        iv_ui_object_type   = 'IB150_IBASE'
        iv_ui_object_action = 'B'
        RECEIVING
        rr_result           = lv_descriptor_object.
       IF lv_descriptor_object IS BOUND.
        CREATE OBJECT lr_data_collection TYPE cl_crm_bol_bo_col.
       lr_query = cl_crm_bol_query_service=>get_instance(
            iv_query_name = 'IBIBaseToIBase' ).
            REFRESH it_parms.
            wa_parms-name = 'IBASE'.
            wa_parms-VALUE = lv_ibase.(Your ibase iD)
            APPEND wa_parms TO it_parms.
    *Add the selection parameters
            CALL METHOD lr_query->set_query_parameters
            EXPORTING
              it_parameters = it_parms.
    *Get the result list
            lr_result = lr_query->get_query_result( ).
    *Get the first object(entity) in the result list
            lr_entity ?= lr_result->get_first( ).
            CHECK lr_entity IS BOUND.
            lr_data_collection->add( lr_entity ).
            lr_data_collection->insert( iv_bo = lv_descriptor_object
            iv_index = 1 ).
            IF lr_navigation->is_dynamic_nav_supported( ir_descriptor_object = lv_descriptor_object ) = abap_true.
              lr_navigation->navigate_dynamically( lr_data_collection ).
            ENDIF.

  • Auto creation of user pages with their data when they register to a site and go to that page

    I have watched few posts slightly related to this topic but i didnt got the result.
    I am creating an user authentication system using Dreamweaver 8, PHP and MySQL.
    Database, login system and user authentication has been created.
    With 'Log In User' server behavior if succeeds, the user goes to username.php file in the
    site root directory. It happens to all the users with such .
    But I want to take each user to his own page with his account details only.  They dont need
    to go or watch other users information.
    How to creates a new page in dreamweaver with the username of the each user got registered
    and takes him to his own page with details from database related to that user.
    Thank you

    I would have a db table called account details.  Upon successful login run a SQL Query (recordset behavior in DW) similar to the followin: SELECT * FROM account_details WHERE UserName = 'Username'.  Put the approriate fields in your page and there ya have it.
    Recordset walk-thru:
    http://www.garunawebdesigner.com/?p=8052

  • Importing MS Word into PDF adds extra page with document info

    I am still evaluating Acrobat Pro, including Life Cycle Designer to create Forms, currently testing converting existing forms made in MS Word to PDF. There is someting that I do not know how to resolve is when I import files from MS Word, an extra page with details info about the document is copied as well. It contains info such as number of pages, author, date of creation etc....20 lines of info.
    This becomes akward when inserting the document into an existing pdf...or just create a new form from the Word document....adds the extra page ..
    Is there a setup somewhere that I could modify to not have the extra info? or how do I delete it? I try to select the text but cannot (within life cycle)
    Thank you

    If you are importing into Designer, you should ask in that forum. If in Acrobat, then you might try printing the WORD document to a PDF first and importing the PDF. However, with Acrobat you will not get the form fields that you are preserving with Designer.

  • Report with Details

    Hello,
    I'm trying to develope an report page with link to an detailed page.
    Report page should be consists fields from different tables e.g. kurs.kurs_description, kurstermin_startdate ....
    The link in the first column should appears an page with detailed informations, but this fields should be more than the report page.
    Currently i've got only the same entries from the report page. How can i show more detailed informations? Both report and detailed page should be only readable. That's why i can't use an master-detailed form.
    Thanks for help, yonah

    Hi Denes,
    1. Create a form using wizard,ok i did it, but there are writeable tabular text fields, i'd like to get only textfields (i hope you understand what i mean?)
    2. Remove the AplyMRU, MRD Processes from you page and remove the corresponding buttons (SUBMIT, SAVE, CREATE, DELETE)The buttons are no problem i removed that, but processes are not defined in apex for this formpage
    3. on your report create add a column link and edit that oneI can create an report with sql-command:
    select k.kursnummer, k.kurstitel, k.kuerzel, k.kategorie, k.kursbeschreibung, k.zielgruppe, p.name as Dozent, kt.beginn, kt.ende, kt.anmerkungen, kt.ort
    from qualification.haelt h, qualification.kurs k, qualification.kurstermin kt, ibus_system.personnel_person p
    where k.kurs_id = h.Kurs_kurs_id and h.wirdgehalten_von_p_id=p.p_id;
    but i can't finde an add column link? If i use the "interactive report" (sorry i have the german version of apex) i've got an error message: For the link it needs an identify key (because row_id doesn't work), but any column above i typed is an invalid identifier. The tables are created for database user qualification and are visible for apex.
    yonah
    Edited by: user651636 on 25.08.2008 04:12

  • GenericCreator: How to add iview as Dynamic Navigation

    Hi All,
    Had anyone used the "Uploading Content and Actions" into the portal via XML file process to add an iview into a page into the Dynamic Navigation portion which will cause the iview to load up on the left panel of the page.
    I am able to do this via the Portal manually, but would like to know how this can be achieve using the .xml and the GenericCreator.

    Hi Mary,
    What I meant by being able to do this manually in the portal, is the process of going into Content Administrator > Portal Content  finding the page that I would like to add the iview into.  Selecting the page, executing a Right-Click > Edit-Dynamic Navigation.  Then finding the iview, Right-Click > Add to Dynamic Navigation.
    This will add the iview into the Dynamic Navigation portion of the selected page.

  • Dynamic navigation from ZCOMP1 to ZCOMP2

    Hi experts,
    Hope you are all doing good!
    This is the first time I'm working with the dynamic navigation. So, I'm just trying to understand how really it works with two custom components.
    I've already searched this forum n got some info. But, I'm getting confused with the procedure. 
    While calling the target component, I see the below code:
    lr_window ?= me->view_manager->get_window_controller( ).
    lr_window->call_outbound_plug( iv_outbound_plug = 'TOCOMP2' iv_data_collection = lr_data_collection ).
    and in another thread, they used:
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate_dynamically( lr_col ).
    Can someone help with the difference between these methods?  I really need this to understand clearly before proceeding further.
    I would really appreciate if someone can provide the generic procedure to achieve this. Thank you a lot.
    -Ezhno.

    Hi Maren,
    WebUI Navigation guide  - for more Info.
    Dynamic navigation will be perform only if they have generic mapping entry in navigation bar profile in spro. At runtime webui picks the target id and calls the inbound plug to the target link.
    if you are trying to perform navigation on the standard component, then you can directly check the config in spro and perform the navigation using a descriptor object.
    and if its for the custom component then u have to define a workarea component repository
    check my answer in below thread How to link view to be displayed on a logical link. Use first three screen shots to define work area repository
    Once u have defined your target id for your ZComponent , then u can create a new your new mapping in spro for your ZComponent, like  below screenshot and perform dyanmic navigation.
    Now to perform dynamic navigation sample code .
       data: lr_nav_descr      type ref to if_bol_bo_property_access,
            lr_core                     type ref to cl_crm_bol_core,
            lr_nav_serv       type ref to if_crm_ui_navigation_service,
            lr_header           type ref to cl_crm_bol_entity,
            lr_entity type ref to if_bol_bo_property_access,
            lr_col           type ref to cl_crm_bol_bo_col.
    *     Get the BOL Core Instance
      lr_core ?= cl_crm_bol_core=>get_instance( ).
    * get the BuilHeader object
      lr_header = lr_core->get_root_entity( iv_object_name = 'BuilHeader'
                                            iv_object_guid = lv_partner_guid ).
    * add the Builheader to the collection
      create object lr_col.
      lr_col->if_bol_bo_col~add( iv_entity = lr_header
                                 iv_set_focus = abap_true ).
      cl_crm_ui_descriptor_obj_srv=>create_ui_object_based(
               exporting
                         iv_ui_object_type   = 'BP_ACCOUNT'
                         iv_ui_object_action = 'B'
               receiving rr_result           = lr_nav_descr ).
      lr_nav_serv = cl_crm_ui_navigation_service=>get_instance( ).
    * check if navigation is possible
      if lr_nav_serv->is_dynamic_nav_supported( ir_descriptor_object = lr_nav_descr ) = abap_true.
        lr_col->if_bol_bo_col~insert( iv_bo    = lr_nav_descr
                                    iv_index = 1 ).
    *   start the navigation
        lr_nav_serv->navigate_dynamically( iv_data_collection = lr_col ).
      endif.
    As per as configurations navigate_dynamically will check the spro config as it will navigate to the target id of the BP as display mode i.e on overviewpage.
    Now comes to the first question......
    lr_window ?= me->view_manager->get_window_controller( ).
    lr_window->call_outbound_plug( iv_outbound_plug = 'TOCOMP2' iv_data_collection = lr_data_collection ).
    here you are trying to get the instance of the window controller and then your are calling to the Window Outbound plug and passing the collection using a navigation_link.
    where inbound and outbound plugs are defined.
    Steps :
    Create an outbound plug on the source view
    Create an inbound plug for target view.
    Create an event handler for the navigation event
    Method EH_xxx.
    Op_xxx.()
    ENDMETHOD.
    Create a navigation link between the source and target view.
    In the outbound plug, call following code snippet.
    Me->view_manager->navigate(source_rep_view =  me->rep_view
    Outbound plug = <navlink>) or you can call the window plugs and perform
    Create an inbound plug for target view.
    If you have any questions, let me know.
    Regards,
    Sumeet Gehlot

  • SAP Web Page Composer: Detailed Navigation is not getting built

    Hello!
    I am new at this forum. At first I´d like to say hello to everybody! :]
    Our issue concerns the following:
    We started to work mit the Web Page Composer to build websites für our workers. Everything worked fine until the detailed WPC-navigation is not getting built anymore. We have this issue after a portal restart. Every steps to build and publish a website were done the right way.
    1. Publish navigation und paste it to the external connector of the role in the form "wpcnavigation:///wpcontent..."
    2. Permissions and security zones were set. Even the super admin is not able to see the detaild navigation anymore.
    It is still possible to put single webpages to iViews and then to display them in the portal. And every function of the Web Page Composer works fine. The caches are deactivated. I tried to build a new site with new pages and a new navigation but there is the same problem, no detailed navigation is shown in the portal navigation. The role is assigned to a user and he can see the role at the top navigation but when clicking on it no detailed navigation appears, just a blank page.
    As I mentioned this iusse appears after a portal restart. What could be the problem?
    Thank you in advance!
    Best regards
    Georg

    Hello Sandeep!
    I created a new role and also did the Initial Configurations but it still does not work. May be there is a problem with the external connector where I connect the WPC navigation with the portal navigation? I know it sounds confusing but is there may be a way I could "reset" the WPC configuration? Because at the moment I tried to merge roles the system saved "some configuration" and started to avoid displaying the detailed navigation. So if could delete/reset/change this configuration, it could be that the navigation will be displayed again? I do not unterstand, if I just use one role and so avoid merging roles it just should work again? Or I am on the wrong way? Hopefully I am not telling bull**** right now! :]
    At this moment our system running SAP NetWeaver 7.00 SP18. The patch is only available at least SAP NetWeaver 7.00 SP20. We are probably going to upgrade in october to SAP NetWeaver 7.00 SP23 and then we can update the WPC, too. Our Basis said, I have to wait till october. Before this upgrade no updates will be done.
    Thanks for your help so far!
    Kind regards!
    Georg
    Edited by: GBrauer on Aug 30, 2011 9:21 AM

  • Master/Detail page with Update function

    Hi folks, I hope someone can help me with this issue.
    I'm writing a site in ASP for a club w/ a large membership.
    Part of the private side involves selecting a member and updating
    her info. The procedure is broken down because the end-users aren't
    all that computer savvy and need step-by-step instructions.
    1) Text box for a search where they enter a last name.
    2) Search brings back list of all w/ that name (Master Page)
    3) Detail page *ideally* should be the update page, but that
    wasn't happening. (Would like it to though.) So I left the detail
    page alone and linked it to a separate update page w/ the same
    variable passed through.
    4) The update page appears w/ the correct record, but when
    the submit button gets hit, I get the following error message:
    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
    [Microsoft][ODBC Microsoft Access Driver] Syntax error in
    UPDATE statement.
    /etcetcetcetc.asp, line 111
    I'm using the DW8 wizard to create the Update code (all of
    the code, really) and I have *never* run into this problem and I've
    been using DW since Version 2!
    Any ideas? Best case scenario is to have the detail page also
    be the update page, but when I tried that, I got the detail page in
    a table and a separate update form with the wrong record.
    Help???

    hi .. I just saw your response .. give me a few minutes to
    get through the
    code. :) thanks for posting it.
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "adduncan" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for replying. Here's the code for the updates:
    > ---------------------------------------
    > ' *** Edit Operations: declare variables
    >
    > Dim MM_editAction
    > Dim MM_abortEdit
    > Dim MM_editQuery
    > Dim MM_editCmd
    >
    > Dim MM_editConnection
    > Dim MM_editTable
    > Dim MM_editRedirectUrl
    > Dim MM_editColumn
    > Dim MM_recordId
    >
    > Dim MM_fieldsStr
    > Dim MM_columnsStr
    > Dim MM_fields
    > Dim MM_columns
    > Dim MM_typeArray
    > Dim MM_formVal
    > Dim MM_delim
    > Dim MM_altVal
    > Dim MM_emptyVal
    > Dim MM_i
    >
    > MM_editAction =
    CStr(Request.ServerVariables("SCRIPT_NAME"))
    > If (Request.QueryString <> "") Then
    > MM_editAction = MM_editAction & "?" &
    > Server.HTMLEncode(Request.QueryString)
    > End If
    >
    > ' boolean to abort record edit
    > MM_abortEdit = false
    >
    > ' query string to execute
    > MM_editQuery = ""
    > %>
    > <%
    > ' *** Update Record: set variables
    >
    > If (CStr(Request("MM_update")) = "form1" And
    CStr(Request("MM_recordId"))
    > <>
    > "") Then
    >
    > MM_editConnection = MM_connJoe_STRING
    > MM_editTable = "DAR2"
    > MM_editColumn = "ID"
    > MM_recordId = "" + Request.Form("MM_recordId") + ""
    > MM_editRedirectUrl = "registrar.asp"
    > MM_fieldsStr =
    >
    "Prefix|value|FirstName|value|MiddleName|value|MaidenName|value|LastName|value|N
    >
    ickname|value|AreaCode|value|PhoneNo|value|DOB|value|DateApproved|value|SpouseNa
    >
    me|value|SpouseNameSuffix|value|Address1|value|Address2|value|City|value|State|v
    >
    alue|Zip|value|MemType|value|AncestorName|value|AncestorState|value|Email|value|
    >
    FaxNumber|value|DateDeceased|value|DateTransferrredIn|value|DateTransferredOut|v
    >
    alue|Resigned|value|Reinstated|value|CurrentJunior|value|year_25|value|year_50|v
    >
    alue|ChapOffice|value|StateOffice|value|NatlOffice|value|ChapChair|value|StateCh
    >
    air|value|NatlChair|value|LastUpdate|value|rec_newsletter|value|access_level|val
    > ue|deceased|value|current_member|value"
    > MM_columnsStr =
    >
    "Prefix|',none,''|FirstName|',none,''|MiddleName|',none,''|MaidenName|',none,''|
    >
    LastName|',none,''|Nickname|',none,''|AreaCode|',none,''|PhoneNo|',none,''|DOB|'
    >
    ,none,NULL|DateApproved|',none,NULL|SpouseName|',none,''|SpouseNameSuffix|',none
    >
    ,''|Address1|',none,''|Address2|',none,''|City|',none,''|State|',none,''|Zip|',n
    >
    one,''|MemType|',none,''|AncestorName|',none,''|AncestorState|',none,''|E-mail|'
    >
    ,none,''|FaxNumber|',none,''|DateDeceased|',none,NULL|DateTransferrredIn|',none,
    >
    NULL|DateTransferredOut|',none,NULL|Resigned|',none,NULL|Reinstated|',none,''|Cu
    >
    rrentJunior|none,'Y','N'|year_25|none,'Y','N'|year_50|none,'Y','N'|ChapOffice|',
    >
    none,''|StateOffice|',none,''|NatlOffice|',none,''|ChapChair|',none,''|StateChai
    >
    r|',none,''|NatlChair|',none,''|LastUpdate|',none,NULL|rec_newsletter|',none,''|
    >
    access_level|',none,''|deceased|none,'Y','N'|current_member|none,'Y','N'"
    >
    > ' create the MM_fields and MM_columns arrays
    > MM_fields = Split(MM_fieldsStr, "|")
    > MM_columns = Split(MM_columnsStr, "|")
    >
    > ' set the form values
    > For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2
    > MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i)))
    > Next
    >
    > ' append the query string to the redirect URL
    > If (MM_editRedirectUrl <> "" And
    Request.QueryString <> "") Then
    > If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0
    And
    > Request.QueryString <> "") Then
    > MM_editRedirectUrl = MM_editRedirectUrl & "?" &
    Request.QueryString
    > Else
    > MM_editRedirectUrl = MM_editRedirectUrl & "&"
    & Request.QueryString
    > End If
    > End If
    >
    > End If
    > %>
    > <%
    > ' *** Update Record: construct a sql update statement
    and execute it
    >
    > If (CStr(Request("MM_update")) <> "" And
    CStr(Request("MM_recordId")) <>
    > "")
    > Then
    >
    > ' create the sql update statement
    > MM_editQuery = "update " & MM_editTable & " set
    > For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2
    > MM_formVal = MM_fields(MM_i+1)
    > MM_typeArray = Split(MM_columns(MM_i+1),",")
    > MM_delim = MM_typeArray(0)
    > If (MM_delim = "none") Then MM_delim = ""
    > MM_altVal = MM_typeArray(1)
    > If (MM_altVal = "none") Then MM_altVal = ""
    > MM_emptyVal = MM_typeArray(2)
    > If (MM_emptyVal = "none") Then MM_emptyVal = ""
    > If (MM_formVal = "") Then
    > MM_formVal = MM_emptyVal
    > Else
    > If (MM_altVal <> "") Then
    > MM_formVal = MM_altVal
    > ElseIf (MM_delim = "'") Then ' escape quotes
    > MM_formVal = "'" & Replace(MM_formVal,"'","''")
    > Else
    > MM_formVal = MM_delim + MM_formVal + MM_delim
    > End If
    > End If
    > If (MM_i <> LBound(MM_fields)) Then
    > MM_editQuery = MM_editQuery & ","
    > End If
    > MM_editQuery = MM_editQuery & MM_columns(MM_i) &
    " = " & MM_formVal
    > Next
    > MM_editQuery = MM_editQuery & " where " &
    MM_editColumn & " = " &
    > MM_recordId
    >
    > If (Not MM_abortEdit) Then
    > ' execute the update
    > Set MM_editCmd = Server.CreateObject("ADODB.Command")
    > MM_editCmd.ActiveConnection = MM_editConnection
    > MM_editCmd.CommandText = MM_editQuery
    > MM_editCmd.Execute
    <------- This is Line 111
    > MM_editCmd.ActiveConnection.Close
    >
    > I already closed up the gaps/spaces in the column names.
    That caused a
    > different error message.
    > Funny thing is, if I just use a plain, ordinary update
    page without all of
    > the
    > search and other functions, it works.
    >
    > Thank you again.
    >

  • Open portal page via HTML URL out of the "Dynamic Navigation"

    Hi everybody,
    In our portal environment we have a page (page1) in which user can enter date. On another page (page2) in a different navigation node there is a report that shows the data. We want to provide a possibility to navigate directly from page1 to page2.
    Our idea was to have a KM-document iView  in the "dynamic navigation" of page1 with a link to page2.
    that works fine. but page2 is not opened in the whole window but in the dynamic-navigation-frame.
    the link looks the following:
    <A HREF="http://xxxxxxxx.xxx:1235/irj/portal/index.htm?navigationtarget=roles://portal_content/folder/role/workset/page/">
    Its obvious that the link is opened in the same frame because no target property is added to the href.
    I thought about adding a the "target" property to the  href, but I don't know how the Frame is named.
    I have tried this:
    <A HREF="http://xxxxxxxx.xxx:1235/irj/portal/index.htm?navigationtarget=roles://portal_content/folder/role/workset/page/" target="MainFrame">
    but it didn't work.
    Does anybody know how the MainFrame in the portal is named or has any other solution to my problem.
    Regards, Alex
    Edited by: Alexander Paulus on Nov 20, 2008 4:09 PM

    kind of simple
    user target="_top" to have the page displayed in the whole window.
    Regards, Alex

  • Creating page Navigation without using Dynamic Navigation

    Hi,
    I have a requirement that i need to create few pages where each page will have navigation tabs at the left side and corresponding iviews at the right. Navigation will not  be dynamic but static in nature that means target for the navigation link will not be decided dynamically but will be static. Each tab on the navigation will be linked to a page which will be opened in the same content area. Since there is no dynamic navigation so that's why there is no application present to be used for creating dynamic navigation iview. Please suggest what else can be option to create this sort of page.
    Best Regards,
    Vikash

    Hi,
    If you want your tab on the left instead of the top you need to change the defaultframeworkpage. If some users need to have the navigation on top and some on the left you need to make a custom layout for these users so that only these users have your modified frameworkpage.
    Of course you can not mix tabs on the left and tabs on top. If you want something like that then you`ll need to make a custom html page with tabs on the left pointing to standard portal locations.
    Hope this helps.

  • IView errors in Dynamic Navigation area of Page

    Hi,
    I am developing a Java DynPage iView on EP6.0 SP10 (NW04). The iView functions similarly to the SAP MSS Team Viewer, except that it calls an R/3 Search Help to get a list of employees to display. The iview uses the EPCF framework to generate client side events that are picked up by other iviews on the same page.
    Now, the symptoms of my problem: I created a portal page and added the iview to the dynamic navigation area of the page. I have two other iviews that react to the event that is raised by my iview. They are in the general content area of the page. The page is added to my test role as normal. I test the functionality by logging into the portal and accessing the page via the normal portal navigation. Everything works fine, until I leave my session idle for around five (5) minutes. At that point, if I do anything in the iview, I get a runtime error:
    "An exception occurred while processing a request for :
      iView : N/A
      Component Name : N/A
    iView not found"
    If I refresh the page, everything's ok again. This only happens when the iview is in the dynamic navigation area of the page. If it is added to the general content area of the page, the problem does not occur.
    It looks like some kind of timeout value, but I'm not sure where to start looking. My HTTP session is still alive at this point, as is my SSO cookie. And, as I said before, I don't get the error if the iview is not in the dynamic navigation area of the page.
    Can anyone give me advice on what to do to fix this problem?
    Thanks and regards
    Morne Muller

    Hi Frank,
    Unfortunately I did not get an answer. I am currently busy with other things so this problem is not receiving a lot of attention right now. If I do get an answer, I will post it here. If you are able to fix it on your side, I would appreciate it if you could let me know too.
    Regards
    Morne

Maybe you are looking for

  • At my wits end with WEBUTIL!!!

    Here i am about to go for my Oracle Forms developer exams and am exploring Webutil and the functionality it provides. I am a bit excited at the many wonderful things it provides, aghh but wait a minute this is oracle and if i know anything its that o

  • Override the unique record of the table

    friends i am having a record in the table , and always i want the latest value in the table. the record is with 4 fields. mandt primary key numb  primary key username date now in the program i read the numb from the ztable and after reading that i wa

  • Migrating music files

    My hard drive was going out, and we replaced it. The old one's been slowly chugging along (within an enclosure), while I attempt to recover all my data from it. I'm down to iTunes. I thought I had transferred everything over, but apparently, I haven'

  • COD2 on the 24" iMac...

    Howdy Folks, just wondering if anyone can help out at all?? I have recently bought Call of Duty 2 for my brand spanky 24" intel 2 core duo iMac (OS 10.4.8, 2.16GHz, 1GB RAM, nvidia 7600GT Graphics Card). But i'm having real trouble getting it to play

  • Fetching vo results with transient attributes

    Hi, I have a filterable table bound to a view object. I created a custom multiple select functionality by adding a checkbox to each row. The checkbox correlates to a transient value on the view object. When the checkbox is selected, the transient val