Iam getting Dump  Define Navigational Link FROMCORPACCOUNTSALESAREASEF for source view salesAreasEdit in component BP_SALES

Iam getting Dumep  ,iam upgrading EHP4. Please team tell me any notes related to this-
Define Navigational Link FROMCORPACCOUNTSALESAREASEF for source view salesAreasEdit in component BP_SALES.

Hi Kalpana,
Do we need to comment below highlighted code to resolve this issue?.
because if i skip this code while debugging, i'm not getting dump.
Please let me know.
METHOD ip_fromcorpaccountsalesareasef.
   me->view_manager->navigate( source_rep_view = me->rep_view
                             data_collection = iv_collection
                             outbound_plug   = 'FROMCORPACCOUNTSALESAREASEF' ).
ENDMETHOD.
Regards,
Nagaraju

Similar Messages

  • View link accessor for master view object with bind variables

    Is there a way to set bind variables for a view object to which a view link accessor is used to retrieve a view row from a detail view row in a master-detail relationship ?
    I understand that RowSet (or Row) returned by a view link accessor originates from an "internally created" view object instance.
    I am using 10.1.3.0.4 JDeveloper.

    Thanks! that's right the bind variables when i use it on where clause must be required, so i change my sql to:
    Select /*+ use_nl(p p2) */
    'F' tipo_persona,
    p.ID_PERSONA, p.TDOC, p.NDOC, p.DENO
    From SINT_PERSONA p,
    ( Select /*+ index(a SINT_PERSONA_IX2) */
    a.ID_PERSONA
    From SINT_PERSONA_DOCUMENTO a
    where ( NDOC = :p_cuit
    and :p_cuit <> 0 )
    ) p2
    Where p.id_persona = p2.id_persona
    AND (deno = decode(:p_deno,'null',null,upper(:p_deno)) or
    :p_deno = 'null')
    AND (NDOC = decode(:p_ndoc,0,null,:p_ndoc) or
    :p_ndoc = 0)
    and grado_confiab > 0
    and my bind variables:
    p_ndoc required default value 0
    p_cuit required default value 0
    p_deno required default value null
    and works ok!
    thanks a lot !!!!

  • The app gets killed on navigating to one or two views without showing any crash logs. How to check the cause of crash?

    On launching the app, it works fine upto two or three pages and gets killed after some time. Currently not able to figure out what is the reason since its not showing any logs in device as well the project. In case there are memory issues , how can I fix them?
    logs:
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Bug: launchd_core_logic.c:3733 (25562):0
    Apr 28 03:56:30 SETLPERV-iPad UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
    Apr 28 03:56:30 SETLPERV-iPad com.apple.debugserver-64[2292] <Warning>: 1 [08f4/1303]: error: ::read ( 4, 0x2ff719d4, 1024 ) => -1 err = Bad file descriptor (0x00000009)
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Bug: launchd_core_logic.c:3732 (25562):3
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Assuming job exited: <rdar://problem/5020256>: 10: No child processes
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Warning>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Job appears to have crashed: Segmentation fault: 11
    Apr 28 03:56:32 SETLPERV-iPad ReportCrash[2299] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Apr 28 03:56:32 SETLPERV-iPad ReportCrash[2299] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2014-04-28-035632.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0

    Use Instruments to Profile the app.
    You can use Heapshots to see where memory is being allocated but not released.

  • Dynamic Navigation link dyntotab_10fromMainWindow  not defined

    Hi,
    I am trying to logon to a business role and i get a message to define the navigation link dyntotab_10fromMainWindow . While debugging, i found out that the link is generted at runtime. Please help me how to define a target for the link. PFB the text if the error displayed.
    Error Processing Navigation Entries
    An exception has occurred Exception Class  CX_BSP_WD_INCORRECT_IMPLEMENT - Define NavigationalLink dyntotab_10fromMainWindow for source view MainWindow. 
    Program:  SAPMHTTP 
    Include: 
    Here the error is raised in the MainWindow of componnet crmcmp_bpident.
    Any pointers would be highly appreciated.
    Regards,
    Radhika

    Hi,
    This issue comes up if the system is upgraded to CRM 6.0. The event handler onmanipulation in the runtime repository of the bsp component CRMCMP_BPIDENT is modified by SAP in the 7.0 version and if the component CRMCMP_BPIDENT was enhanced in 6.0 and if then, during upgrade, the custom version of the application is retained, the method onmanipulation in the runtime repository is not updated with the SAP standard code. To resolve this issue, retrieve the SAP standard code and the exception would not come.
    Regards,
    Radhika

  • Outbound plug, confusing error message: no navigational link attached

    Hello,
    I just finished the WebDynpro Quiz tutorial and deployed the application. Unfortunately when pressing the start button the application dumps and I get a stack trace
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException:
    Cannot navigate via outbound plug StartQuizOut of view WelcomeView
    because there is no navigational link attached to it
        at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:349)
    indicating that there was no navigational link attached to my plug StartQuizOut. However the link is definitly there.
    As sources are not provided I cannot debug into the class named in the trace.
    Could someone please give me a hint. I think I did everything according to the tutorial, but I am stuck now.
    Regards,
    Sebastian Kamp
    P.S. I searched this forum for "no navigational link attached"; there are some threads with a similar problem description, but no solution is provided.

    Hi Zita,
    thanks for your answer. I kind of solved the problem. When following the Tutorial I ended up for some reason with two versions of/references on (?) the WelcomeView - one was embedded in the QuizViewSet, the other directly in the Quiz-Window - don't ask me how that happend. Anyway, both were identical except the navigation links. The embedded view had all the navigation links required, the other didn't. So eventually in despair I deleted this view.. and now it works fine.
    Regards,
    Sebastian

  • Getting dump when using do_sum in alv field cat in the output of the report

    Dear Freinds,
                 Iam getting the alv report when i click on the segma field (Sum) on my salary
    field iam getting dump. and also if i try to print my alv output iam getting dump , only
    happening to my custom report.
    i have used the following code pleae correct me .
    This perform is used for Layout settings
      perform st_layout_build  using gs_layout.
    form st_layout_build  using  st_ls_layout type slis_layout_alv.
       st_ls_layout-no_input          = 'X'.
      st_ls_layout-colwidth_optimize = 'X'.
    st_ls_layout-zebra             = 'X'.
    st_ls_layout-detail_popup      = 'X'.
    endform.                    " st_layout_build
    Field Catalog details
    perform st_fieldcat_init changing gt_fieldcat.
    form st_fieldcat_init  changing  fp_i_fieldcat type slis_t_fieldcat_alv.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 1.
      ls_fieldcat-fieldname    = 'ORGUNIT'.
      ls_fieldcat-seltext_l    = 'Orgunit'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 2.
      ls_fieldcat-fieldname    = 'ORGTEXT'.
      ls_fieldcat-seltext_l    = 'Orgdesc'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname    = 'SALARY'.
      ls_fieldcat-seltext_l    = 'Salary'.
      ls_fieldcat-col_pos      = 3.
      ls_fieldcat-outputlen   = 15.
      ls_fieldcat-do_sum       = 'X'.
      ls_fieldcat-datatype     = 'CURR'.    "CURR
      append ls_fieldcat to fp_i_fieldcat.
    endform.
    Variant
      perform st_variant_init  using gs_variant g_repid.
    form st_variant_init   using  st_gs_variant type disvariant
                                 st_repid      like sy-repid.
      clear st_gs_variant.
      st_gs_variant-report = st_repid.
    endform.                    " st_variant_init
      g_repid = sy-repid.
      perform st_comment_build  using gt_list_top_of_page[].
    form st_comment_build  using   st_lt_top_of_page type slis_t_listheader.
      data: ls_line type slis_listheader.
    Listenüberschrift: Typ H
      clear ls_line.
      ls_line-typ  = 'H'.
    LS_LINE-KEY:  not used for this type
      ls_line-info = text-000.
      append ls_line to st_lt_top_of_page.
    endform.                    " st_comment_build
         call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
             i_buffer_active        = 'X'
            i_callback_top_of_page = 'TOP_OF_PAGE'
            i_callback_program     = g_repid
            is_layout              = gs_layout
            it_fieldcat            = gt_fieldcat[]
           i_structure_name       = 'i_final'   "c_i_final "'objec'
           i_save                 = g_save
            is_variant             = gs_variant
          tables
            t_outtab               = fp_i_pyrol_final
          exceptions
            program_error          = 1
            others                 = 2.
        if sy-subrc ne 0.
          message e018. " Displaying the ALV GRID has failed
        endif.
    Please could any  one let me know why iam getting dump when iam clicking for total
    on my salary field.
    Regards
    latha

    Dear Chandu,
    my code iam giving in details
    types : begin of ty_output_data,
            staffno     type pernr_d,
            staffname   type emnam,
            grade       type stell,
            orgunit     type orgeh,
            orgtext     type hr_mcstext,
            psgroup     type trfgr,      " Pay Scale Group
            salary      type maxbt,       "PAD_AMT7S,
            rrefunded   type pad_amt7s,
            leavepay    type pad_amt7s,
            mshortfal   type pad_amt7s,   " Medical Shortfall
            echkshfal   type pad_amt7s,   " Execute checkup shortfall
            ofindeduc   type pad_amt7s,   " Other Finance Deduction
            mtyprem     type pad_amt7s,   " maternity premium
            vpbonus     type pad_amt7s,   " VP/Bonus
            gratuity    type pad_amt7s,   " Gratuity
            vpay        type pad_amt7s,   " Variable pay
            mallowance  type pad_amt7s,   " Meal Allowance
            overtime    type pad_amt7s,   " overtime
            other       type  pad_amt7s,  "  OTHER
            pfundeecon  type pad_amt7s,   " PFund Employee's Contribution
            banktrnsfer type pad_amt7s,   " Bank Transfer
            count       type i,
            end of ty_output_data.
    data : i_final         type standard table of ty_output_data.
    iam getting all my data in the internal table  I_FINAL.
    perform get_final_alv  using  i_final.
    form get_final_alv  using   fp_i_pyrol_final type ty_t_output_data.
    *local variable declarations
      data : l_v_idx      type sy-tabix.
    *local work areas
      data : l_wa_final type ty_output_data.
      g_save = 'A'.
    This perform is used for Layout settings
      perform st_layout_build  using gs_layout.
    Field Catalog details
      perform st_fieldcat_init changing gt_fieldcat.
    Variant
      perform st_variant_init  using gs_variant g_repid.
      g_repid = sy-repid.
      perform st_comment_build  using gt_list_top_of_page[].
      if not fp_i_pyrol_final is initial.
        delete adjacent duplicates from fp_i_pyrol_final comparing all fields.
        call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
             i_buffer_active        = 'X'
            i_callback_top_of_page = 'TOP_OF_PAGE'
            i_callback_program     = g_repid
            is_layout              = gs_layout
            it_fieldcat            = gt_fieldcat[]
           i_structure_name       = 'i_final'   "c_i_final "'objec'
           i_save                 = g_save
            is_variant             = gs_variant
          tables
            t_outtab               = fp_i_pyrol_final
          exceptions
            program_error          = 1
            others                 = 2.
        if sy-subrc ne 0.
          message e018. " Displaying the ALV GRID has failed
        endif.
      endif.
    endform.                    " get_final_alv
    form st_layout_build  using  st_ls_layout type slis_layout_alv.
       st_ls_layout-no_input          = 'X'.
      st_ls_layout-colwidth_optimize = 'X'.
    st_ls_layout-zebra             = 'X'.
    st_ls_layout-detail_popup      = 'X'.
    endform.                    " st_layout_build
    form st_fieldcat_init  changing  fp_i_fieldcat type slis_t_fieldcat_alv.
      data: ls_fieldcat type slis_fieldcat_alv.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 1.
      ls_fieldcat-fieldname    = 'ORGUNIT'.
      ls_fieldcat-seltext_l    = 'Orgunit'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 2.
      ls_fieldcat-fieldname    = 'ORGTEXT'.
      ls_fieldcat-seltext_l    = 'Orgdesc'.
    ls_fieldcat-no_out       = 'X'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 5.
      ls_fieldcat-fieldname    = 'STAFFNAME'.
    ls_fieldcat-no_out       = 'X'.
      ls_fieldcat-seltext_l    = 'StaffName'.
      append ls_fieldcat to fp_i_fieldcat.
       clear ls_fieldcat.
      ls_fieldcat-col_pos      = 4.
      ls_fieldcat-fieldname    = 'STAFFNO'.
    ls_fieldcat-no_out       = 'X'.
      ls_fieldcat-seltext_l    = 'StaffNo.'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 6.
      ls_fieldcat-fieldname    = 'GRADE'.
      ls_fieldcat-seltext_l    = 'Grade'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 3.
      ls_fieldcat-fieldname    = 'COUNT'.
      ls_fieldcat-seltext_l    = 'Headcount'.
      append ls_fieldcat to fp_i_fieldcat.
    if the field name is 'Salary' then do a sum on this field.
    IF  fp_fname = c_betrg.
        l_wa_fieldcat-do_sum    = c_x.
    ENDIF.
    NOTE : IAM GETTING PROBLEM IN THE BELOW SALARY.
    IAM JUST CHECKING ITSELF NOT ALLOWING ME TO EXECUTE
      clear ls_fieldcat.
      ls_fieldcat-fieldname    = 'SALARY'.
      ls_fieldcat-seltext_l    = 'Salary'.
      ls_fieldcat-col_pos      = 7.
      ls_fieldcat-outputlen   = 20.
      ls_fieldcat-do_sum       = 'X'.
      ls_fieldcat-datatype     = 'CURR'.    "CURR
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 9.
      ls_fieldcat-fieldname    = 'LEAVEPAY'.
      ls_fieldcat-seltext_l    = 'Leave Pay'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 10.
      ls_fieldcat-fieldname    = 'MSHORTFAL'.
      ls_fieldcat-seltext_l    = 'Med.Sfall'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 11.
      ls_fieldcat-fieldname    = 'ECHKSHFAL'.
      ls_fieldcat-seltext_l    = 'EX.Chckup.Sfall'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 12.
      ls_fieldcat-fieldname    = 'OFINDEDUC'.
      ls_fieldcat-seltext_l    = 'Oth.Fin.Deduction'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 13.
      ls_fieldcat-fieldname    = 'MTYPREM'.
      ls_fieldcat-seltext_l    = 'Mat.Premium'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 14.
      ls_fieldcat-fieldname    = 'VPBONUS'.
      ls_fieldcat-seltext_l    = 'VP/Bonus'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 15.
      ls_fieldcat-fieldname    = 'GRATUITY'.
      ls_fieldcat-seltext_l    = 'Gratuity'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 16.
      ls_fieldcat-fieldname    = 'VPAY'.
      ls_fieldcat-seltext_l    = 'Variable Pay'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 17.
      ls_fieldcat-fieldname    = 'MALLOWANCE'.
      ls_fieldcat-seltext_l    = 'Meal.Allowance'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 18.
      ls_fieldcat-fieldname    = 'OVERTIME'.
      ls_fieldcat-seltext_l    = 'Overtime'.
      append ls_fieldcat to fp_i_fieldcat.
        clear ls_fieldcat.
      ls_fieldcat-col_pos      = 19.
      ls_fieldcat-fieldname    = 'OTHER'.
      ls_fieldcat-seltext_l    = 'Other'.
      append ls_fieldcat to fp_i_fieldcat.
    pfundeecon
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 20.
      ls_fieldcat-fieldname    = 'P FUND EMPLOYEES CONTRIBUTION'.
      ls_fieldcat-seltext_l    = 'P.Fund.Emp.Contrib'.
      append ls_fieldcat to fp_i_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-col_pos      = 21.
      ls_fieldcat-fieldname    = 'BANKTRNSFER'.
      ls_fieldcat-seltext_l    = 'Payment'.
      append ls_fieldcat to fp_i_fieldcat.
    endform.                    " st_fieldcat_init
    form st_variant_init   using  st_gs_variant type disvariant
                                 st_repid      like sy-repid.
      clear st_gs_variant.
      st_gs_variant-report = st_repid.
    endform.                    " st_variant_init
    form st_comment_build  using   st_lt_top_of_page type slis_t_listheader.
      data: ls_line type slis_listheader.
    Listenüberschrift: Typ H
      clear ls_line.
      ls_line-typ  = 'H'.
    LS_LINE-KEY:  not used for this type
      ls_line-info = text-000.
      append ls_line to st_lt_top_of_page.
    endform.                    " st_comment_build
          FORM TOP_OF_PAGE                                              *
    form top_of_page.
      data: l_i_detailheader type slis_t_listheader.
    To get the header for ALV
      perform detail_header changing l_i_detailheader.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
        exporting
          it_list_commentary = l_i_detailheader.
    endform.                    "top_of_page
    form detail_header  changing fp_i_detailheader type slis_t_listheader.
      data: l_wa_header       type slis_listheader,
            l_v_time         type slis_edit_mask,
            l_v_date         type slis_edit_mask,
            l_v_abkrs        type char5,
            l_v_pabrj        type char8,
            l_v_pagno        type char10.
    Local Constants
      constants: l_c_h type char1 value 'H',
                 l_c_1  type i     value '1',
                 l_c_edit type char10 value '__.__.____',
                 l_c_slash  type c value '/'. " constant for slash
    To display the report Header
      l_wa_header-typ = l_c_h.
    WRITE sy-repid TO l_wa_header-info LEFT-JUSTIFIED.
      write text-014  to l_wa_header-info left-justified.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To display the Page no
      l_v_pagno =   sy-pagno + l_c_1.
      l_wa_header-typ = c_s.
      l_wa_header-key = text-008. " Page No:
      l_wa_header-info =  l_v_pagno.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To Display the User ID
      l_wa_header-typ = c_s.
      l_wa_header-key = text-009. " User ID
      l_wa_header-info = sy-uname.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
    To Display the Date/Time
      l_wa_header-typ = c_s.
      l_wa_header-key = text-010. " Date/Time:
      l_v_time = sy-uzeit.
      l_v_date = sy-datum.
      write: sy-uzeit to l_v_time.
      write sy-datum to l_v_date using edit mask l_c_edit.
      concatenate l_v_date
                  l_c_slash
                  l_v_time into l_wa_header-info+0(25) separated by space.
      append l_wa_header to fp_i_detailheader.
      clear: l_wa_header, l_v_date.
    To Display the Report Description
      l_wa_header-typ = c_s.
      l_wa_header-key = text-011.                " Report Description
      l_wa_header-info = text-012.
      append l_wa_header to fp_i_detailheader.
      clear l_wa_header.
      append l_wa_header to fp_i_detailheader.
    endform.                    " detail_header
    I will be greatful if any one can please help me in removing me the dump.
    REGARDS
    LATHA.

  • Setting up Navigational Links

    Hi everybody!
    I would like to call custom view (copied from standard view).
    1. Copied view "IRecPartner" into application Z_CRM_IC.
    2. Defined custom IC Web Client & IC Web Client Runtime framework profiles.
    3. Defined navigational link through application Z_CRM_DT_REP.
       Made changes for Page fragments:
       CRM_IC_All_NavLinks.xml
       CRM_IC_All_Viewsets.xml
       IRecNavigationalLink.xml
       IRecViewSets.xml
       In page "IRecNavigationalLink.xml" changed navigational link for view "IRecPartner".
    Requirement: Execute "CRM_IC" --> Interaction Record --> Partner.
    Instead of standard "IRecPartner", it should call custom (copied) "IRecPartner".
    But on the same page, it should show one custom view and others as standard ones.
    In my case, after click on "Partners" button of "Interaction Record", it shows only one
    view (custom IRecPartner), but no other standard view is being displayed.
    Can anybody guide me for setting custom navigational links?
    Best Regards,
    Priya

    Many Thanks Ken. I had a sneaking suspicion it might be the Crossover Mac program doing it.
    It's a great program but it does have its limitations.
    Thanks again.

  • Dump when navigating to "text" tab in VA02

    Hello,
    I am getting dump "Exception condition "CNTL_ERROR" raised" for certain Sales order in VA02 while navigating to Text tab.
    I tried Note 316243, the error does not come for that paticular session. Once the system is logged in again, it results in dump. Please suggest a solution. We use SAP 4.6C.
    Thanks,
    JK.

    Maybe an error in text customizing (VOTX, VOTXN)
    Please also check note 189963.

  • Create Navigation Link

    Hello,
    We have created a new customer Search Component for Business Partners and populated the Result Tableview. Then we have implemented the navigation from our result view to main window of BP_HEAD and that works properly. But when we try to use an standard link of BP_HEAD component we have the following exception:
    Exception Class: CX_BSP_WD_INCORRECT_IMPLEMENT - Define NavigationalLink TOCONTACT for source view CUBTBPHead.MainWindow. 
    Program:  SAPMHTTP 
    Someone knows how to solve it?
    Thanks in advance.
    Josep.

    Hi Vikranth,
    I apologize for replying very late but we've had some problems with other issues and also we've redesigned our functional scheme. We are going to describe the steps that we've followed:
    1. We've created a Z component with 3 views: MainSearch, MainSearchViewSet and Result.
    2. We've made an hyper link on our field description method (get_p_fullname) and we've called the event on click.
    3. On click event, we've called outbound plug of our result view (op_toaccountov).
    4. Inside runtime repository, we've added bp_head as component usage and we've included its main window.
    5. We've added this navigational link:
    <NavigationalLink name="ToAccountOV">
        <Source outboundPlugRef="TOACCOUNTOV" viewRef="ZBP_CH_SEARCH/Result"/>
        <Targets>
         <Target viewRef="CUBTBPHead.MainWindow" inboundPlugRef="PARTNER"/>
        </Targets>
    </NavigationalLink>
    6. We called the next window from outbound plug with this code:
    DATA lr_window TYPE REF TO cl_bsp_wd_window.
      lr_window = me->view_manager->get_window_controller( ).
      lr_window->call_outbound_plug( iv_outbound_plug = 'TOACCOUNTOV' ).
    We've made all these steps but this performance doesn't work. Could you help us with this issue, please?.
    We look forward to hearing from you.
    Thank you very much.
    Josep.

  • Java.lang.IndexOutOfBoundException on clicking side navigation link

    Hi,
    I have to dynamically invoke a side navigation menu from Page 1,
    Here is the code that I have written:
    Process request:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    // Starting a new transaction to avoid any back navigation error
    if (!pageContext.isBackNavigationFired(false)){
    if (!TransactionUnitHelper.isTransactionUnitInProgress
    (pageContext, "partChangeTxn", true)){
    TransactionUnitHelper.startTransactionUnit(pageContext, "partChangeTxn");
    if (!pageContext.isFormSubmission()){
    // Side Navigation Menu
    String recPartChanges =
    pageContext.getMessage("XXGAHL", "XXGAHL_OSP_REC_PART_CHNG_Q", null);
    String viewPartChanges =
    pageContext.getMessage("XXGAHL", "XXGAHL_OSP_VIEW_PART_CHNG_Q", null);
    //Get the side Navigation Links.
    OASideNavBean sideNav =
    (OASideNavBean)createWebBean(pageContext, OAWebBeanConstants.SIDE_NAV_BEAN,
    null, "sideNav");
    //Record Part Changes Queue
    OALinkBean recPartChangesQueue =
    (OALinkBean)createWebBean(pageContext, OAWebBeanConstants.LINK_BEAN,
    "VARCHAR2", "recPartChangesQueue");
    recPartChangesQueue.setText(recPartChanges);
    recPartChangesQueue.setDestination
    ("OA.jsp?page=/kal/oracle/apps/xxgahl/osp/webui/XxgahlOspPartChangesPG");
    sideNav.addIndexedChild(recPartChangesQueue);
    recPartChangesQueue.setSelected(true);
    //View Part Changes Queue
    OALinkBean viewPartChangesQueue =
    (OALinkBean)createWebBean(pageContext, OAWebBeanConstants.LINK_BEAN,
    "VARCHAR2", "viewPartChangesQueue");
    viewPartChangesQueue.setText(viewPartChanges);
    viewPartChangesQueue.setDestination
    ("OA.jsp?page=/kal/oracle/apps/xxgahl/osp/webui/XxgahlOspViewPartChangesPG");
    sideNav.addIndexedChild(viewPartChangesQueue);
    viewPartChangesQueue.setSelected(false);
    OAPageLayoutBean pageLayout = pageContext.getPageLayoutBean();
    pageLayout.prepareForRendering(pageContext);
    pageLayout.setStart(sideNav);
    This is rendering properly.
    However, I want the same side navigation in the called page. When I write the same code in process request of called page (i.e XxgahlOspViewPartChangesPG); and try to click on the link from the Page 1, I get "java.lang.IndexOutOfBoundException". But, if I do not write any side navigation invoking code in the process request of called page, I get no error.
    Please help.
    Regards,
    Farrah

    hi
    would u please provide the complete error stack
    thanx
    Pratap

  • How do we use Data rules/error table for source validation?

    How do we use Data rules/error table for source validation?
    We are using OWB repository 10.2.0.3.0 and OWB client 10.2.0.3.33. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I reviewed the posting
    Re: Using Data Rules
    Thanks for this forum.
    I want to apply data rules to source table/view and rule violated rows should go to defined error table. Here is an example.
    Table ProjectA
    Pro_ID Number(10)
    Project_name Varchar(50)
    Pro_date Date
    As per above posting, I created the table in object editor, created the data rule
    NAME_NOT_NULL (ie project name not null). I specified the shadow table name as ProjectA_ERR
    In mapping editor, I have projectA as source. I did not find error table name and defined data rules in table properties. It is not showing up the ERR group in source table
    How do we bring the defined data rules and error table into mapping?
    Are there any additional steps/process?
    Any idea ?
    Thanks in advance.
    RI

    Hi,
    Thanks for your reply/pointer. I reviewed the blog. It is interesting.
    What is the version of OWB used in this blog?
    After defining data rule/shadow table, I deployed the table via CC. It created a error table and created the all the source coulmns in alphabatical order. If I have the primary key as 1st coulmn (which does not start with 'A') in my source, it will apprear middle of of columns in error table.
    How do we prevent/workaround this?
    If I have source(view) in sch A, how do we create Error table in Sch B for source(view)?
    Is it feasible?
    I brought the error table details in mapping. Configured the data rules/error tables.
    If I picked up 'MOVE TO ERROR' option, I am getting "VLD-2802 Missing delete matching criteria in table. the condition is needed because the operator contain at least one data rule with a MOVE TO ERROR action"
    On condition Loading - I have 'All constraints' for matching criteria.
    I changed to "no constraints' still I get the above error.
    If I change to 'REPORT' option instead of 'MOVE TO ERROR' option, error goes off.
    Any idea?
    Thanks in advance.
    RI

  • How to create buttons and link them to various views in Dashcode?

    I am a big noob so try to make it easy to understand. How do get a button to link to a different view in Dashcode?
    e.g.
    Button 1 would link to view 1
    Button 2 would link to view 2 and so on.

    I Worked it out!
    I just added this code which is provided in the library.
    // Set the current view of a StackLayout
    var stackLayout = document.getElementById('stackLayout').object; // Replace with id of StackLayout
    stackLayout.setCurrentView('view2'); // Replace with id of new view (or the view element itself)

  • How to solve this problem, pls help when I try to see remote camera system from home."Dual streaming is required for HTML viewing"

    How to solve this problem, pls help when, I try to see remote camera system(spec dvr) from home. The Error I get is "Dual streaming is required for HTML viewing"

    I had the same probelm and found that the problem lies with 64bit programs such as safari and microsoft internet explorer. I have resolved the issue on my PC based server by using a 32 bit ie and same on my mac by using the same running windows under parallels.
    So far the problem with the 64 bit side of it is still to be resolved.
    Hope this helps and gets you guys up and running until suchtime a 64 bit solution is found.
    Craig

  • How to define new Navigation Link in IC wed

    Hi,
    while creating the navigation bar id, we have to give atleast one of the following inputs
    1 Navigation Link or
    2.Class Name or
    3.Launch Transaction ID
    I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
    so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
    So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
    Can any Body tell me the step by step process for How to create Navigation Link.
    That would be very help ful to me.
    If you people are having any document related to this, i am requesting you please send the document to [email protected]
    Points will be rewarded,
    Cheers,
    Venu

    Hi Venu,
    1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
    2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
    3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
    4. A navigation link consists of the following details:
       -  Source view.
       - outbound plugs
       - Target view
       - inbound plug
        Hence to create a navigation link one needs to specify the following details.
    Regards,
    Shalini Chauhan

  • How to define new Navigation Link in IC web

    Hi,
    while creating the navigation bar id, we have to give atleast one of the following inputs
    1 Navigation Link or
    2.Class Name or
    3.Launch Transaction ID
    I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
    so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
    So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
    Can any Body tell me the step by step process for How to create Navigation Link.
    That would be very help ful to me.
    If you people are having any document related to this, i am requesting you please send the document to [email protected]
    Points will be rewarded,
    Cheers,
    Venu

    Hi Venu,
    1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
    2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
    3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
    4. A navigation link consists of the following details:
       -  Source view.
       - outbound plugs
       - Target view
       - inbound plug
        Hence to create a navigation link one needs to specify the following details.
    Regards,
    Shalini Chauhan

Maybe you are looking for

  • I can no longer use my HP Envy 410A printer

    ....with my iPad mini or my Apple laptop. All devices are on the same network. On the 'add printer' section the printer doesnt show up as an available printer to choose. I have noticed that on this recent update my iphone is buggy and crashes, now I

  • Windows service pack 2 and Oracle10g Enterprise manager access problem

    I have problem accessing the OEM-page from a computer other than the one Oracle10g is installed on. I suspect the Windows XP SP2 is blocking me from making the connection from and external computer. Hence I need to unblock the .exe file. But what is

  • Java API: IFS Document Versions

    Hello, I'm trying to list all versions of a document in an web page, and provide a link to each document version (I'm currently using JSP and IFS Java API Classes as interface from Web to the IFS system). To download a specific document version I nee

  • Need help uploading photos from iPhone to Macbook Pro using iPhoto?

    So say I took a lot of photos on the iPhone, then I created several albums that contain a substantial amount of photos too. When I uploaded photos to the Mac using iPhoto, I noticed that all the photos got put together into one "Event" and the other

  • FireWire on iMac G5

    Has anyone had an issue with the firewire ports on the iMac? I was trying to get my wife's iMac to recognize an iPod connected to one of her firewire ports. The first time I hooked it up I was able to get to the restore screen and run that process, i