Tabbing (Next Navigation Item) to different frames/datasets on a canvas?

How can I set the tab order to tab between frames on my form? In the properties palette for an item, the Next Navigation Item field, I can only choose items in the same dataset. What if I wanted to mix and match the fields from say 2 different datasets so they show up together in a frame and have consistent tabbing?
Also, I have set up a join relationship between 2 datasets on a canvas but when I insert record it only inserts 1 set and not the info from the other but when I query info that was already in the dataset it shows up fine on both sets??? Please help. Thanks alot

To achieve cross-block navigation, here is what I do:
For forward tabbing as well as automatic skipping to same field, create a hidden navigable item following the item, and on that item, create a when-new-item-instance trigger with a go_item command. (For hidden navigable, it must be on the same canvas. Just set its height and width to zero.)
For shift-tab (reverse navigation), use a key-prev-item trigger on the second item with a go_item back to the first item.

Similar Messages

  • WAD:  anyway to bind each tab of the tab page web item to different query?

    WAD:  anyway to bind each tab of the tab page web item to different query?
    We check the properties of the tab page web item, but can't find we can bind the tab to some query.
    Any idea?
    Thanks!

    will try to write as much detail steps as i can...
    drag tab page web item in wad window
    go to its properties
    for e.g. u currently have only 1 tab page
    than name tab page1 as p1
    hit button with ..
    this will let u add new heading to tab page 2
    likewise save heading of 4 tab pages in properties of tab pages
    now choose container web item
    drag it in tab pages window
    assign seperate analysis item in each container item
    assign seperate queries in each analysis web item.
    assign container1 to tab page1
    assign container2 to tab page2
    assign container3 to tab page3
    assign container4 to tab page4
    and their heading viceverssa
    save it execute it
    now u will have 4 queries in 4 container item and uc an see that in different tab pages.

  • Focus on next navigatble item in ADF Table after refresh

    Hi,
    How to set the focus in the ADF table to next navigable item after Table Refresh.
    I have valueChangeListner set to one of the columns in the table. Once the Value is changed in the Column we perform calculations based on the value and update the RowIterator.
    To get the updated values I refresh the Table. It shows the updated values correctly.
    After refresh the contorl/focus moves to the Table header.
    Instead We would like to have the focus on the next navigable Item in the Table.
    Or is there a way to change the values in the Table without refreshing by Partial trigger on the Table.
    Thanks,
    Satya

    Hi Arun,
    I did that but it doesn't seems to be working as it need to refresh its own column.
    eg:
    Row COL1 COL2
    R1: Rxxxx Val1
    R2: Lxxxx Val2
    R3: Exxxx Val3
    R4: Fxxxx Val4
    When I modify Val1 Val4 need to be calculated using val1-val3/val2
    I'm doing this in ValueChangeListener. and setting attribute values by finding the correct row using RowsetIterator.
    When I refresh the Table Iterator in Row R4 Val4 is showing the correct values.
    But If I refresh the COL2 it doesn't change the value in row R4
    I have tried by setting IterartorBinding Refresh to always / ifneeded. Tried both declarative and Dynamically. There is no effect.
    Thanks,
    Satya

  • How to open navigation item in new tab?

    Hello
    Is it possible to open a navigation item in a new tab?
    for example, when a user enters in MII and in the menu has several links, is it possible, when clicking in a link, to open it  in a new tab?
    i know it is possible to open in a new window or in home page or on top... but what about tab?
    Best regards.
    Edited by: Ricardo Alves on Dec 4, 2009 5:53 PM

    Your solution will be client setting dependent.  The home page navigation and tab options for opening in the frame or new window are merely setting the href target in the home page html when the screen is rendered by the personalization service.  As far as I know the tab behavior new to IE in version 7, and the tab behavior in other browsers like Mozilla/Firefox are both managed at the application level and will be client PC bound.  The home page process just uses target="_blank" for opening links in a new window.  I don't know if there is a browser neutral setting for something like target="_newtab", but it doesn't appear to be the case:  http://www.w3.org/TR/html401/types.html#h-6.16
    If something like this does creep into the standard then it would make a nice feature enhancement request for 3 radio button options when defining a link in the navigation editor.

  • Using Javascript to prevent a tab or tree item from navigating?

    Hello there,
    I have been trying to implement the functionality across my forms that if a user has entered data but attempts to navigate away by clicking on another tab or item in a tree list they are notified that they have not clicked submit and they will ose there changes.
    Using the help from: Re: detecting changes to items prior to submitting page I managed to get this working, so that if they (the user) have edited any items, an alert displays "Data has been changed. Continue anyway?", with the options OK and Cancel. However even if the user clicks cancel, the page will still navigate away losing the changes.
    In the provided link from the other thread, 'grahamr' appears to have provided the solution for this but later removed this code as he couldnt get it to display properly in the forums.
    Is there anyone else who might know how I can get the javascript to "block" navigation if the user selects cancel?
    Thankyou for any insight anyone can provide,
    Jordan

    Hmm,
    I had a look at your example application on the supplied link, however I cannot find any instructions or steps on how to go about implementing this method.
    Using my current method (from the thread linked in the first post of this thread) I have no problem getting the javascript to recognise changes and prompt the user on trying to leave - it's just that the href continues regardless of the user clicking cancel (wish grahamr managed to resolve somehow). Do you know why this might be?
    My javascript (2 posts above) is fired within the Anchor tag of my tabs and tree items like so; (Im only using [ ] brackets here so that it will display in the forum)
    [a onclick="javascript:checkForChangedData();" href="#TAB_LINK#" ][font color="#FFFFFF"]#TAB_LABEL#[font][a]
    Or if possible is there any assistance you could provide for implementing the method in your sample application? (I dowloaded the app but that page was not in it)
    Any help you can provide is greatly appreciated,
    Jordan

  • PREV - NEXT navigation in ViewStack & Tab Navigation container

    Hi,
    I am using a ViewStack container inside a Tab container. There are 2 tabs.
    In the first tab, I have 3 containers for ViewStack and in the
    Second tab, I have 2 containers.
    I am having a single PREV - NEXT (navigation) buttons for the navigation.On clicking the next (navigation) button, it should select the second viewstack container in the first tab [initially the first view stack container in first tab is selected]
    On clicking next again, it should select the next viewstack container & so on...
    Upon further clicking the next button, it should select the first Viewstack container of the second tab & so on...
    When I place the navigation buttons for the ViewStack container, we can get the ViewStack ID & the selectedIndex, so PREV - NEXT navigation functionality can be done.
    But my requirement is:
    On traversing through the NEXT button and on reaching the last screen of the ViewStack container, it is required to go to the next tab's first ViewStack container. It is basically a PREV - NEXT navigation through all tabs and on each ViewStack in a tab container with a single set of PREV - NEXT navigation buttons
    - Sen

    hi,
    I have put together a sample of navigating through multiple viewstacks, the only real need for this to work is that each viewstack is named after its parent navigators index i.e tabnavigator 0 has a viewstack with id of 'VS0' tbanavigator 1 has a viewstack with id of 'VS1' etc...
    http://gumbo.flashhub.net/stacker/  source code included
    David.

  • 11g Forms Tab-Page Navigation

    I am using Forms 11g on Solaris.
    A main navigator form opens another form which has a content canvas, tab-page canvas and (3) stacked canvases.
    The problem I am having is with tab-page navigation.     CTRL+TAB ( next ) and CTRL+SHIFT+TAB ( previous )
    As long as I do not initiate navigation from an item on a stacked canvas, navigation is as expected ( between tab pages only ).
    However, navigating from an item within a stacked canvas causes navigation to the parent form.
    Repeating the tab navigation keys from the parent form returns to the called form.
    Note that both key-combinations simply toggle back and forth.
    I have found no documentation on tab-page navigation so any help / insight is greatly appreciated !
    Mike

    Hi Soofi !
    Changing block order in the called form does not affect the navigation between tab pages.
    Note in my question that the resulting undesired navigation is to and from the calling form ( which only has one block ).
    Navigation between items and blocks works as expected.
    To reiterate -
         The only navigation that fails is when I attempt to CTRL+TAB or CTRL+SHIFT+TAB to another tab page from within an item on a stacked canvas.
         Attempting this navigation results in moving the cursor focus to the calling form.
         Repeating the attempt from the calling form moves back to the called form.
         None of your methods mention navigation between forms .
    Thanks for your interest.

  • Problem with tab-key navigation

    I am making chanegs to an existing form.
    I have a tab canvas with 3 tabs, each contains a data block, and other data blocks outside of the tab canvas.
    I wanted the tab key to move the cursor to the next record so I changed the navigation style from "Change Block" to "Change Record", but it did not help. When the cursor is a on a record of a multi-record block and I tab through the items to the last one, pressing the tab key leads me to another tab-page.
    I put in some debug code and noticed that the WHEN-TAB-CHANGED trigger did not fire. The WHEN-VALIDATE-RECORD trigger fired and the cursor block and record number were correct.
    After the tab key took me to another tab-page and I navigated back to the original tab-page. Even though it looks like I'm on the correct tab page, SYSTEM.cursor_block was NOT correct, it was pointing to another data block outside of the tab canvas.
    I checked other forms on our system and I'm pretty sure that changing the navigation style to "Change Record" would work. Perhaps there's something peculiar about this form.
    Any idea will be appreciated.
    Thanks.

    Found the problem.
    For some reason, the WHEN-NEXT-ITEM trigger of the last item of the record is hard-coded to go the another block.

  • Tabbed Panel - Multiple w/ Rollovers & Different Looks

    Hi again and Happy Monday!
    So in my quest to bring better functionality and spiffiness to my company's intranet site I have yet again found a new and nerve racking problem.
    Here goes:
    Adding in multiple Spry Tabbed Panels.
    If I make them on a new clean page they show up just fine....until you attempt to add in rollover functionality.
    Example: Panel Alpha and Panel Beta
    Panel Alpha has the rollover script "onmouseover="TabbedPanels1.showPanel(this);" in the tabs so that the user doesn't need to click to make the navigation appear.
    Panel Beta does not
    When you rollover a piece in Panel Alpha the entire content block of Panel Beta disappears and the content in Panel Alpha does not show up.
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    </head><body>
    <div id="Panel_Alpha" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
         <li class="TabbedPanelsTab" tabindex="0" onmouseover="TabbedPanels1.showPanel(this);"><a href="index.htm"  onclick="window.location = this.href;">Link1</a></li>
        <li class="TabbedPanelsTab" tabindex="1" onmouseover="TabbedPanels1.showPanel(this);"><a href="../field_rewards/index.htm"  onclick="window.location = this.href;">Link 2</a></li>
        <li class="TabbedPanelsTab" tabindex="2" onmouseover="TabbedPanels1.showPanel(this);"><a href="index.htm"  onclick="window.location = this.href;">Link 3</a></li>
        <li class="TabbedPanelsTab" tabindex="3" onmouseover="TabbedPanels1.showPanel(this);"><a href="index.htm"  onclick="window.location = this.href;">Link 4</a></li>
        <li class="TabbedPanelsTab" tabindex="4" onmouseover="TabbedPanels1.showPanel(this);"><a href="index.htm" onclick="window.location = this.href;">Link5</a></li>
        <li class="TabbedPanelsTab" tabindex="5" onmouseover="TabbedPanels1.showPanel(this);"><a href="index.htm" onclick="window.location = this.href;">Link 6</a></li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent"><a href="../employee_resources/index.htm">Employee Resources</a> | <a href="../people_org.htm">People and Organization</a> | <a href="../resources.htm">Resources &amp; References</a></div>
        <div class="TabbedPanelsContent"><a href="../field_rewards/people_org/index.htm">People & Organization</a> | <a href="../field_rewards/news.htm">News &amp; Calendars</a> | <a href="../field_rewards/policies.htm">Policies &amp; Procedures</a> | <a href="../field_rewards/reports.htm">Reports &amp; Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../agency/people_org/index.htm">People & Organization</a> | <a href="../agency/news.htm">News & Calendars</a> | <a href="../agency/forms.htm">Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../fss/people_org/index.htm">People & Organization</a> | <a href="../fss/news.htm">News & Calendars</a> | <a href="../fss/forms.htm">Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../fvg/people_org/index.htm">People & Organization</a> | <a href="../fvg/news.htm">News & Calendars</a></div>
         <div class="TabbedPanelsContent"><a href="../fdpa/people_org/index.htm">People & Organization</a> | <a href="../fdpa/incident_response.htm">Field Incident Response Team</a></div>
      </div>
      </div>
      <p> </p>
    <div id="Panel_Beta" class="Left_TabbedPanels">
      <ul class="Left_TabbedPanelsTabGroup">
        <li class="Left_TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="Left_TabbedPanelsTab" tabindex="1">Tab 2</li>
      </ul>
      <div class="Left_TabbedPanelsContentGroup">
        <div class="Left_TabbedPanelsContent">Content 1</div>
        <div class="Left_TabbedPanelsContent">Content 2</div>
      </div>
      <p> </p>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("Panel_Beta");
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("Panel_Alpha");
    //-->
    </script>
    </body>
    </html> 
    Okay now that the already made build page or template:
    I already have a template built using the Panel Alpha as the main navigation (with the rollover functionality and it works) and Panel Beta needs to be an optional region in the template as not all pages will display it.
    Wouldn't you know it....Beta Panel doesn't work at all on the exisiting template page(have not made it an optional region just an editable while it's being built). I have instered a clean Tabbed Panel spry with it's own id and different CSS rules. All it does is show all the content in a UL and you can't click on it (which is the default behavior and believe me adding the rollover doesn't work either) to show a selected tag nor change the content. It just won't work.
    Existing template page code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="toolbar">
    RSS Mutualnet Home Favorites Contact
    </div>
    <div id="banner" >
    <a href="../index.htm" class="department"><img src="../img/banner_logo.gif" alt="Agencies" width="165" height="41" border="0" style="margin-left:25px"></a>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
         <li class="TabbedPanelsTab" tabindex="0" onmouseover="TabbedPanels1.showPanel(this);"><a href="../index.htm"  onclick="window.location = this.href;">Agencies</a></li>
        <li class="TabbedPanelsTab" tabindex="1" onmouseover="TabbedPanels1.showPanel(this);"><a href="../field_rewards/index.htm"  onclick="window.location = this.href;">Field Rewards</a></li>
        <li class="TabbedPanelsTab" tabindex="2" onmouseover="TabbedPanels1.showPanel(this);"><a href="../agency/index.htm"  onclick="window.location = this.href;">Agency</a></li>
        <li class="TabbedPanelsTab" tabindex="3" onmouseover="TabbedPanels1.showPanel(this);"><a href="../fss/index.htm"  onclick="window.location = this.href;">Field Services & Support</a></li>
        <li class="TabbedPanelsTab" tabindex="4" onmouseover="TabbedPanels1.showPanel(this);"><a href="../fvg/index.htm" onclick="window.location = this.href;">Field Vertical Growth</a></li>
        <li class="TabbedPanelsTab" tabindex="5" onmouseover="TabbedPanels1.showPanel(this);"><a href="../fdpa/index.htm" onclick="window.location = this.href;">Field Distribution Policies & Administration</a></li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent"><a href="../employee_resources/index.htm">Employee Resources</a> | <a href="../people_org.htm">People and Organization</a> | <a href="../resources.htm">Resources &amp; References</a></div>
        <div class="TabbedPanelsContent"><a href="../field_rewards/people_org/index.htm">People & Organization</a> | <a href="../field_rewards/news.htm">News &amp; Calendars</a> | <a href="../field_rewards/policies.htm">Policies &amp; Procedures</a> | <a href="../field_rewards/reports.htm">Reports &amp; Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../agency/people_org/index.htm">People & Organization</a> | <a href="../agency/news.htm">News & Calendars</a> | <a href="../agency/forms.htm">Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../fss/people_org/index.htm">People & Organization</a> | <a href="../fss/news.htm">News & Calendars</a> | <a href="../fss/forms.htm">Forms</a></div>
        <div class="TabbedPanelsContent"><a href="../fvg/people_org/index.htm">People & Organization</a> | <a href="../fvg/news.htm">News & Calendars</a></div>
         <div class="TabbedPanelsContent"><a href="../fdpa/people_org/index.htm">People & Organization</a> | <a href="../fdpa/incident_response.htm">Field Incident Response Team</a></div>
      </div>
    </div>
    </div>
    <div id="container">
    <div id="content">
    <!-- TemplateBeginEditable name="EditRegion3" -->Body!
    <!-- TemplateEndEditable -->
    </div>
      <div id="right">
      <div id="Left_Table" class="Left_TabbedPanels">
        <ul class="Left_TabbedPanelsTabGroup">
          <li class="Left_TabbedPanelsTab" tabindex="0">Tab 1</li>
          <li class="Left_TabbedPanelsTab" tabindex="0">Tab 2</li>
        </ul>
        <div class="Left_TabbedPanelsContentGroup">
          <div class="Left_TabbedPanelsContent">Content 1</div>
          <div class="Left_TabbedPanelsContent">Content 2</div>
        </div>
      </div> </div>
    </div>
    </div>
    <!-- TemplateBeginEditable name="EditRegion5" --><script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("Left_Table");
    //-->
    </script><!-- TemplateEndEditable -->
    </body>
    </html>
    So basically I need this:
    A template page with 2 Tabbed Panels, each in a different spot with it's own look and both panels must work with the rollover functionality to display content.
    Note: No .js file was hurt or tampered with in the pursuit of making this happen.
    Please note I cannot link to a live page as it's on the intranet servers and cannot be made visible to the outside world.
    I work on CS4 and the company will only allow IE 6 or 8 on the machines and really hope that there is a solution to this...I mean I have a plan B but would really like to use the tabbed panel on the side to get rid of using additional tables on the pages (I'm moving the pages away from tabled design and into tableless CSS)
    Also as a premptive question...will the Tabbed Panels conflict with an accordian spry object (which I'll need to add to make a 3rd level navigation and at some point most likely need multiple accordian objects on a page)?
    Okay guys and gals...have at it!
    Thanks and love.
    -Carolyn

    I'm sorry...there is always next year to crush the Spanish!
    You answered that one beautifully!
    Now I just need this one answered ^_^

  • Help with sequence settings in final cut for project with 2 different frame rates.

    I really need help with this one! I finished editing a wedding video and realized after exporting that it was filmed in two different frame rates. This has happened before but I converted the footage to match and fixed the problem. In this case, the footage is part 30fps and part 60fps. The majority of it was filmed in 30fps. I cannot convert the 60 to 30 without the slow motion effect which I do not need so I have to find a way to burn this to a DVD without it looking messed up! The video was shot with two Canon 7ds if that helps anything. The first sequence I set at 29.97 and exported as a quicktime movie and all the footage filmed in 60 looked perfect and the footage in 30 looked jittery. Then I tried the sequence at 59.97 and it switched. The footage filmed at 30 looked good and the 60 was cropped in. I am so confused! Any advice or suggestions would be greatly appreciated!!

    Thanks for your help Michael! The frame rates are 29.97 1920 x 1080 and 59.94 1280 x 720. I did a control click on the clips in final cut and viewed the item properties/format to find this info. The Canon 7d is a DSLR but we use it for video. As for my workflow, the first thing I do is import the footage onto my computer and then drag the clips into mpeg streamclip. I choose apple prores 422 and uncheck the interlaced box. Once this is done I import the .mov files into final cut. The sequence automatically sets itself to whatever clip I drag in first so it originally set as 29.97. When I finished editing wedding video, I export it to a quicktime movie and choose whatever settings match the sequence, in this case apple prores 422 1920 x 1080 30p. Once that is done I use iDVD to burn the discs.
    I knew something was wrong when I watched the quicktime movie and all the 30fps footage was jittery and most of the cross dissolves looked strange. That's when I figured out the footage was at two different frame rates. What I don't understand is why whatever the sequence is set at in final cut, the clips of the opposite frame rate look right but the clips set at the matching frame rate don't???

  • How to maintain different prices for same item in different organizations

    hi all,
    We have noticed that the list price of an item at Item Validation Org level is getting defaulted when creating requisitions. We want to maintain different prices for the item for different organizations, so that the prices will be properly defaulted to requsitions depending on supplier and receiving org.
    We found one way of doing this. Using contract purchase agreement and Advanced Pricing price lists. Can anyone please let us know if there is any other way of achieving this??
    Also, I have a question regarding Advanced pricing Price Lists. I performed following steps.
    1.Set the QP: Licensed for Product profile to Purchasing
    2.Create and approve a contract purchase agreement in Oracle Purchasing
    3.Define Price Lists and Price List Lines (optional)
    4.Define sourcing rules and ASLs to automatically default source information onto requisition lines. Associate Contract to ASL.
    5. This will enable Oracle Advanced Pricing integration in the following Oracle Purchasing functionality:
    Requisition pricing
    Purchase order pricing
    But when I create requisitions, the price from price list is not getting defaulted automatically. In requisitions form, if I go to source tab and select source as a Contract Purchase Agreement, then the price from price lists is getting defaulted. Is there any way where the source for the requisition can be automatically defaulted to Contract and the price can be picked from price lists??

    Can oyu not make it an organization level item and specify the proce there instead of keeping it a master level item?
    Regards,
    Utsav.

  • CS5.5 - Go to previous or next visible item in time ruler (keyframe, marker, work area beginning or

    The
    Go to previous or next visible item in time ruler (keyframe, marker, work area beginning or end)
    J & K
    Does not work at all here.
    Perhaps I am misunderstanding the nature of this feature but from reading the text in the manual I would come to expect
    that hitting i.e. J&K - would go the next visible item in the ruler be that a Keyframe or Marker etc... However, when I hit K timeline takes me to the end of the composition and J to the beginning. And I have a lot of markers set.
    Any Ideas
    Thanks

    It works on layer markers and keyframes, but not comp markers. Furthermore, it will also not work, if index items have been scrolled out of view or are shy even if the property streams and their keyframes are otherwise visible. This has never been any different, but it's quite annoying.
    Mylenium

  • Add custom tab at line item level in transaction FMBB to view CI_FMBL flds

    Good day to all,
    We have added new fields in Budget posting (FMBB) in Line data using custom include CI_FMBL. 
    We want to display some item level fields from CI_FMBL in tab - Financial Budget
    We also want to add more item level tabs, next to tab Financial Budget and put some more item level fields from CI_FMBL there. 
    Any suggestions on how to accomplish this?  
    Thanks in advance.

    Hi,
    The customer include CI_FMBL can only be used with FMPEP and not with other transaction like FMBB.
    Technically speaking, the structure CI_FMBL must be part of many other interfaces like the one use by BAdI 'FMKU_BUDGET_EVNT'.
    In order to add such customer fields in FMPEP, you have to use the BAdI 'FMBW_CUSTOMER'. For instruction, you have to look at the note 1356725 and the instruction of paragraph 30. Please read the instruction and start to do your implementation.
    With the BAdI 'FMBW_CUSTOMER', you can use the PBO and PAI for handling the customer fields. There is no other place to populate these customer fields. Do you want to use customer fields in FMPEP? Please check note 1356725 for reference.
    I believe this answer your inquiry.
    Best Regards,
    Vanessa Barth.

  • Error in Fork Step causing issue in generating next work items

    All,
    We have ECC 6.0 with the following SP:
    SAP_BASIS     700     0012     SAPKB70012     SAP Basis Component
    SAP_ABA                     700     0012     SAPKA70012     Cross-Application Component
    I have this strange issue. In one of my custom workflows, i am using a Fork step with 02/ 02 necessary outcomes. In branch 1, i am sending a mail to a user's e-mail id. In branch 2, i have 3 activity steps for another user. Step 1 is to display an invoice and step 2 is a user decision to apprve/deny this invoice.
    I know that during runtime, at the Fork step, the work item for branch 1 and the 1st work item for activity step 1 in branch 2 get generated almost simultaneously(though with some small time difference). This is OK. But the issue is, when the sendmail in branch 1 errors out due to some error, and when step 1 is finished successfully by another user, the work item for 2nd activity step in branch 2 is not getting created.
    As i understand, in the Fork, the 2 branches, execution should be independent of each other, that means, the work item creation and execution of branch 1 and 3 steps in branch 2 should be happening independently. But, this doesn't seem to be the case.
    I understand when the sendmail in branch failed, the wflow is set to 'Error' Status.But there is already an open workitem for step 1 of branch 2. When this workitem is completed successfully, I expect the work item for 2nd step should get generated.But this is not happening. But, when i restart the whole workflow using SWPR, it generates the witem for 2nd step in branch 2. And still the wflow is in 'Error' status.
    When the user finishes the 2nd workitem of branch 2, the next work item for 3rd step is not getting generated. Instead i needed to restart the whole wflow again and this time, it generated the 3rd witem in ranch 2.
    To my understanding, when a Fork is there, if i specify 02/02 outcomes necessary, these 2 branches should go in parallel, both creation and execution of workitems, until they are joined. And at this point, if the whole Fork step is successful, then workflow will proceed further with steps below the Fork. Shouldn't this be the case ?
    Anybody had similar issue? Pl share your thoughts on this. I'd really appreciate if somebody can clarify whats going on in the above case and how to fix this.
    Thank you in advance
    Regards,
    venu
    Edited by: Venugopal Jogi on Jun 10, 2009 5:58 PM

    Hi Arghadip,
    Thanks for your reply. You said
    "When a Workflow goes into error the processing should stop whether it is in same branch or in different.".
    If this is correct, then as i explained earlier, when i restart the workflow without fixing the errored branch, then also, the next work item should not be created..Right ? But, it is. I didn't fix the errored branch but simply restarted the workflow. Then it created the witem for 2nd step, in the branch 2 that is not errored.
    How can this be, the branch 1 is still in ERROR status only. So, can you pl clarify if something else might be going on here.
    Also, fixing the issue is fine. But, the SendMail step in branch 1 is just an information only and per business requirement, this should not be holding up the approval process. And if we don't process the invoice in time, just because of some informational mail errored out, this will not be a feasible solution to the client,Right ? That's the whole reason i am using Fork step, so that they both proceed parallelly (independently).
    If step 1 is a pre-requisite for step 2, then it makes sense to fix error in step 1 so that we can proceed with step 2.
    Any other thoughts on this.....
    Regards,
    venu

  • Tabs in navigation page (Tabs persistance problem)

    Hello all,
    I'm looking for a workaround of tab persistence (the problem in post URGENT! TAB + Folder navigation Problem )
    ; is it possible, somehow, to make a navigation page with tabs, and in those tabs some kind of auto-redirection to the actual pages ? Or any other way using tabs? I just want to avoid image-map style navigation. This tab persistance feature is sooo anoying...
    Please help

    Hello
    I gave it up using tabs for navigation issue. There are too many problems with that. Now I'm using URL-items within navigation pages and that works fine...
    Cheers,
    Chrigel

Maybe you are looking for

  • IPad mini and Apple TV Airplay movie rental?

    I rented an HD movie on the iPad mini IOS7.X and tried to Airplay it on my TV using The latest Apple TV. It would only play for a couple of minutes before it timed out the Airplay feature. I'm using a Cisco E4200 router and a Motorola SB6121 cable mo

  • Unable to genereate AWR report

    HI Experts, I was unable to generate AWR report on my database.. While generating i am getting below error.. Enter value for report_name: awr_sggebpu1_1 Using the report name awr_sggebpu1_1 select output from table(dbms_workload_repository.awr_report

  • To create home page which consists of menu for other pages in a tree format

    hi, i'm using Jdev 11g, i want to create one home page which having a tree format menu for other pages ,plz tell me

  • How can I validate my contracts ETFs on My Verizon?

    I want to ensure I am covered under any promotions to "cover your ETF" when we decide to opt out of our contract. Currently have 3 lines on my account, 1 with data. Our bill is already high compared to competitors with my Comcast 22% discount. My wif

  • Search Help Implementation in Webdynpro

    Hello In my project there is a situation where a table is present which will be populated with data coming from different BAPI. If I need to add a new row for this table , For the First column I need to have a search help capability . The search help