Extending functionality of a button in pagebuttonbar

Hi,
I'm trying to customize "Create Customer" page in R12. The page has "Apply" button in pagebuttonbar. Based on "Profile Class" value entered in the create page, I need to create some child records like customer relationships. For this, I think I need to create a new row in the VO and set the values. I dont have the RelationshipVO attached to the AM. Moreover, the AM with buttonbarRN is the root AM of the page and cannot be extended. Can anyone please help me out in finding the solution for this scenario.
Thanks,
Bharath

Yup, now it makes more sense. But still I feel that if all the further pages are part of same business logic, then there should be a common AM.
Anyway, if you look for the root AM extension issue resolution, that will solve this scenario also :)
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Can't download extended function program

    I can't download evernotel's webclipper.  I already followed the suggestion made by evernote technician that I deleted all related file and programs related to evernote (using appcleaner, empty trash can), restarted Mac, reinstall evernote, and then downloaded webclippers installation file.  When I hit "install" key, a window pops out telling me "unable to install this extended function".  I was unable to install another program, fastestbue, which was another extended program for safari.  I doubt that was because I had Kaspersky installed in my mac.
    My macair has MAC OSX (10.7.5), safari 6.1.1. 

    A.
    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked
    Allow user to administer this computer
    Then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.
    B.
    Remove the worthless "Kaspersky" and "AppCleaner."
    Remove "Kaspersky Security" by following the instructions on this page. If you have a different version of the product, the procedure may be different. The product includes a Safari extension that may not be removed by the uninstaller.

  • How to find function code for buttons on toolbar in oops alv

    Hi experts,
    I want to remove some buttons from toolbar in oops alv, i know the procedure like get function code and pass the value in a table and pass that table to IT_TOOLBAR_EXCLUDING of
    method set_table_for_first_display but I WANT TO KNOW HOW TO FIND FUNCTION CODE FOR BUTTONS ON TOOLBAR IN OOPS ALV

    Hi Prakash,
    -->First you have to set the pf status in your alv program by,
    {FORM pf_status USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'FIRST'.
    ENDFORM.                    "PF_STATUS}
    -->Pass this Subroutine name in the Function module, Reuse_alv_grid_display's parameters i.e,
          i_callback_pf_status_set          = 'PF_STATUS'}
    *-->Then doble click on that pf status,
    From the menu bar, select Extras->Adjust Template->List Viewer,
    This will give you the existing statndard gui status of the program*
    ->Then catch that function codes in the User command Parameter of the Function module Reuse.. i.e,
          i_callback_user_command           = 'COMM'
    And make a subroutine of the name 'COMM'i.e,
    FORM comm USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      DATA: okcode TYPE sy-ucomm.
      okcode = ucomm.
      CASE okcode.
        WHEN 'REF'.
        CALL FUNCTION 'POPUP_TO_INFORM'
          EXPORTING
            titel         = 'MANSI'
            txt1          = 'CREATED BY'
            txt2          = SY-UNAME
          TXT3          = ' '
          TXT4          = ' '
    endcase.
    Hope it helps you
    Regrds
    Mansi

  • What is the purpose of Destination Function on Submit Button?(Doesn't work)

    Hi Gurus,
    There is a property "Destination Function" on Submit buttons.
    What is the purpose of this field.
    I tried setting some values here expecting following behavior in order:
    1. Process Form Request will get executed.
    2. User will be navigated to the OAF page related to the Destination Function.
    Destination Function property probably point to setInvokeFunction method of the OASubmitButtonBean.
    Please advise on this.
    Thanks and Regards,
    Prince

    Question 2. What is the purpose of View Instance on Submit Button? Is it there for BoundValues? Any examples how can we use this?
    Question 3. Related to Question 2, What is the purpose of View Instance and View Attribute on Button?

  • I want a router in N-standard which support extend-function. Which product should I buy?

    Hi.
    I want to establish a new wireless network in my house because my old router are crashed after a stroke of lightning. My old router was a Netgear RangeMax Dual Band Wireless-N (WNDR3300). I live in a big old house and my problem with this and my older Linksys router was that the signal could not reach in the ends of the house even though the router was placed in the middle of the house.
    I have heard that you can extend the wireless-signal if you put an extra router (in extend/repete-mode) halfway to the end of the house and this without cables between the "main router" and the secondary router that you have set at extend-mode. Is this correct and if so which Linksys routers supports this extend-function in N-standard (I would like to have the possibility to stream music at the network and I have read that the N-standard would be best to this) and is it the same model I should by for the "mail router" and the router there may be in extend-mode?
    Thanx for your help (-;
    BR
    Jan

    The Linksys router will not work wirelessly with another router with the linksys firmware installed in it.You need hardwired both the router together or need to installed the third party firmware on it.I would suggest you to go for WAP200E Access Point which will work as repeater mode.

  • I have a 60G classic with a non-functioning center select button. Can I set a specific playlist and change settings by hooking up to my PC and then maintain those settings and that playlist once I go remote?

    I have a 60G classic with a non-functioning center select button. Can I set a specific playlist and change settings by hooking up to my PC and then maintain those settings and that playlist once I go remote?

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

  • Function of Refresh Button in Web interface

    Hi All,
    I have created a web layout in which there is "REFRESH" button.
    If i have opened the web layout and i simultaneously do some changes in back end from BW side. After clicking refresh in web interface changes are not reflected.
    What exactly the function of "REFRESH" button is??
    Also is there any other way through which i can get the changes( done in back end) reflected in my already logged in Web layouts??
    Thanks in advance.
    Regards.

    Hi,
    Thanks for your reply.
    Can you clarify it more. Lets take an example. If i have one charachteristics for project say A and i have prepared a layout which is showing that projects attributes like project's begin date, end date, etc..
    Now if i open the Web interface and at the same time if i change its end date from back end, on click of refresh the changes are not reflected...
    But if i again open that Web interface changes are reflected. What is reason for this??
    Any help appreciated.

  • Disable Default function of "Back" button for Android.

    Hi there!
    I have tried SO MANY methods to PREVENT the default function of Back button in Android but no success
    This is one of the codes I have used with no success:
    stage.addEventListener(KeyboardEvent.KEY_UP, optionsKey, false, 0, true);
    function optionsKey(ke:KeyboardEvent):void
          if (ke.keyCode == Keyboard.BACK)
                ke.preventDefault();
                ke.stopImmediatePropagation();
              //Do my own code below...
    I am using Flash Cs6 , Air 3.2 for Android , Testing it on LG Google nexus 4.
    When I use the flash simulator, it works fine! Means the Back Button, let the App go back to previous step (as I expect it to do)
    But after I publish the apk (Aspect ratio: Auto , Auto orientation , Render mode: GPU), as soon as I press BACK, it minimize my app!
    (means when i press the Back button on my phone, the App minimize down (not close!). when I re-activate it/click on it, I see the app has actually gone one step BACK (as I programmed and expected), but I just CANT STOP the default action of MINIMIZING/De-activating my app after pressing Back button.
    Anyone have any "Fla" file that I can see it in ACTION please?!
    Because I have used many-many codes and no success yet
    thanks and looking forward for your any kind of hlep...
    Message was edited by: Pouradam

    I got my own answer thanks to myself!!
    in above code .KEY_UP should be changed to .KEY_DOWN.
    simple!

  • Multiple functions in one button

    Good evening,
    Is it possible to run multiple functions with one button?
    For example: With a button to open and close an object?
    Thanks 

    Hi Rinku,
    This is an example for you:
    A Piano Key Control in C#
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Extended functions of Info Sets

    Hi Experts,
    what are Extended functions of Info Sets .....Could you plz explain me.
    Regards
    Venkat

    hi,
    we use cubes also in  an infoset like as data store object.
    SAP does not generally support more than two InfoCubes in an InfoSet. If you include more than two InfoCubes in an InfoSet, the system produces a warning. There are several reasons for this limitation
    see this link u get more information for infoset.
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/ca6a69992f6bb1e10000000a1553f6/frameset.htm
    hope its help to u.
    plz assign points if its solve your query.
    thanks,
    suresh.
    Edited by: sureshkumar gedela on Feb 25, 2008 12:03 PM

  • Adding a function to a button

    I'm trying to attach a javascript funtion to a button and I
    am having problems with it. Original the javascript function is
    attached to a dynamically created text string. Well when I want to
    attach the same function to the button it won't work, let me know
    what to do make this button work with the function.
    ~~~~~Script~~~~~
    function addRowClass(tableID, tableBody, instructionArray)
    // write add link to page
    var oTable = document.getElementById(tableID);
    if(oTable)
    // make the link
    oAddLink = document.createElement("a");
    oAddLink.setAttribute("href", "#");
    oAddLink.onclick = function() { addFormRow(tableBody,
    instructionArray); return false; }
    var oLinkText = document.createTextNode("Add Another Row");
    oAddLink.appendChild(oLinkText);
    document.body.insertBefore(oAddLink,
    document.body.firstChild);
    /* main function */ <--The Function I want to attach to
    button
    function addFormRow(tableBody, fieldArray)
    tableBody = document.getElementById(tableBody);
    newRow = document.createElement("tr");
    rowNum = tableBody.getElementsByTagName("tr").length - 1;
    <-- ****The Error****
    for (var i = 0; i <= fieldArray.length; i++)
    oCell = document.createElement("td");
    oInput = document.createElement("input");
    switch(fieldArray[0]
    case "text":
    createTextbox(fieldArray[2], rowNum, fieldArray[1]
    , fieldArray[3]);
    break;
    default:
    //an input error has occurred. Nothing will be written out
    to the cell.
    break;
    oCell.appendChild(oInput)
    newRow.appendChild(oCell)
    rowNum += 1;
    tableBody.appendChild(newRow)
    ~~~~ERROR~~~~
    Line 149 * <-- ****The Error**** Located in the script
    "Null" is null
    ~~~~My Button~~~~
    <input type="button" name="Button1" value="Create Row"
    class="NewRowButton" value="javascript=addFormRow()">
    ~~~~End~~~~~
    Thanks for the help

    Try <input type="button" name="Button1" value="Create Row"
    class="NewRowButton"
    onClick="addFormRow();">
    "TGuthrie" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm trying to attach a javascript funtion to a button
    and I am having
    > problems
    > with it. Original the javascript function is attached to
    a dynamically
    > created
    > text string. Well when I want to attach the same
    function to the button it
    > won't work, let me know what to do make this button work
    with the
    > function.
    >
    > ~~~~~Script~~~~~
    >
    > function addRowClass(tableID, tableBody,
    instructionArray)
    > {
    > // write add link to page
    > var oTable = document.getElementById(tableID);
    > if(oTable)
    > {
    > // make the link
    > oAddLink = document.createElement("a");
    > oAddLink.setAttribute("href", "#");
    > oAddLink.onclick = function() { addFormRow(tableBody,
    instructionArray);
    > return false; }
    > var oLinkText = document.createTextNode("Add Another
    Row");
    > oAddLink.appendChild(oLinkText);
    >
    > document.body.insertBefore(oAddLink,
    document.body.firstChild);
    > }
    > }
    >
    > /* main function */ <--The Function I want to attach
    to button
    > function addFormRow(tableBody, fieldArray)
    > {
    > tableBody = document.getElementById(tableBody);
    > newRow = document.createElement("tr");
    > rowNum = tableBody.getElementsByTagName("tr").length -
    1; <-- ****The
    > Error****
    >
    > for (var i = 0; i <= fieldArray.length; i++)
    > {
    > oCell = document.createElement("td");
    > oInput = document.createElement("input");
    >
    > switch(fieldArray[0]
    > {
    > case "text":
    > createTextbox(fieldArray[2], rowNum, fieldArray[1]
    > fieldArray[3]);
    >
    > break;
    >
    > default:
    > //an input error has occurred. Nothing will be written
    out to the cell.
    > break;
    > }
    > oCell.appendChild(oInput)
    > newRow.appendChild(oCell)
    > }
    > rowNum += 1;
    > tableBody.appendChild(newRow)
    > }
    >
    > ~~~~ERROR~~~~
    >
    > Line 149 * <-- ****The Error**** Located in the
    script
    > "Null" is null
    >
    > ~~~~My Button~~~~
    > <input type="button" name="Button1" value="Create
    Row"
    > class="NewRowButton"
    > value="javascript=addFormRow()">
    >
    > ~~~~End~~~~~
    >
    > Thanks for the help
    >

  • Adding functionality to existing buttons, not overriding

    Hi,
    I have a toolbar that I created that has some new buttons as well as some of the already existing buttons in acrobat. I know we can use AVSetExecuteProc() to set the functionality of the buttons. For the already existing buttons, is there some way to add to the existing functionality and not completely override it?

    Hi,
    I'm trying to "head patch" the button's execution proc. How could I achieve
    this?

  • QRT alert RTMT -- Cisco Extended Function

         Hi All,
    Have been getting this particular alert for a 7937 device -- which has been throwing this particular alert intermittently.
    -/Syslog UC_RTMT-2-RTMT_ALERT: %[Name=ExcessiveVoiceQualityReports][Detail= Number of quality reports exceeds configured threshold during configured interval 10 within 60 minutes on cluster StandAloneCluster. There are 12 QRTRequest events (up to 30) received during the monitoring interval
    AppID : Cisco Extended Functions ClusterID : StandAloneCluster NodeID : HXXXX TimeStamp : Sat Oct 19 18:56:55 CDT 2013 Category : Problems with current call ReasonCode : TimeStamp : 10/19/13 18:56:15 DeviceName : SEP000000000000 IPAddress : 00.000.00.000 DN : 0000 AppID : Cisco Extended Functions ClusterID : StandAloneCluster NodeID : XXXX TimeStamp : Sat Oct 19 18:56:45 CDT 2013 Category : Problems with current call ReasonC! ode : TimeStamp : 10/19/13 18:56:29 DeviceName : SEP00000000000 IPAddress :
    00.000.00.000 DN : 0000 AppID : Cisco Extended Functions ClusterID : StandAloneCluster NodeID
    Reached out to TAC -- they asked for logs -- I need to check before hand the exact cause of this alert as in what triggered this. Have been requested by TAC to check if QRT is enabled -- how can we check that on the device -- as I only see a standard " None" soft key template on the device.
    Appreciate some help on what exactly the alert stands for and what are the steps that can be followed to isolate the issue with this particular alert.
    Whatever level you reach getting better never stops -- Sachin Tendulkar       

    Hi All,
    Can someone please guide on this alert and the steps that are required to troubleshoot the same at the earliest -- would appreciate some assistance on this.
    Whatever level you reach getting better never stops -- Sachin Tendulkar

  • Setting Jbuttons to function as keyboard buttons

    Hi
    I would like to know how I can set a jbutton to function as a keyboard button. In my application I have a keyboard with alpha numeric keys with
    "Shift" "Caps" "Enter" and all that. I want them to function as keyboard buttons, like when I press the jbutton labled "A" it should print "A" on my the text area of my program. if I press Shift and then "A", it should print "a" in my text area. same with all the rest of the buttons. It should be like a on-Screen Keyboard. can anybody help me with this. I will be greatfull
    Thanks
    Nalin

    The buttons are named Q2 and Q4 and are placed in a different cell then the content (both BOLD in the code)
    How do I assign these two buttons to make the text scrollable in the cell?
    You can't do this with HTML alone.  Scrollbars are a browser function.
    The best you can do is wrap content in a division with CSS height and overflow properties.
    CSS:
    #scrolling {
    height: 360px;
    overflow: scroll;
    HTML:
    <td> <div="scrolling">your scrolling content goes inside here....</div></td>
    For custom scrollbars/buttons, look at jQuery (scripted) plug-ins.
    http://www.net-kit.com/jquery-custom-scrollbar-plugins/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Documentation on extended functions - Siebel

    Pls. anyone has any doc that has some syntax and other details about the BIP extended functions used when integrated with Siebel ?
    I understand they are defined in the XLSFunctions.jar and called thru the psfn: in the field code...
    Txs. for any help.
    Antonio

    The blog has examples and few extension functions too. I dont understand what do you mean by 'no syntax'.
    It has covered steps on usage too.
    For complete list refer MOS note 'Siebel Reporting XSLFunction Methods [ID 1435271.1]'

Maybe you are looking for

  • Static Variable in webapplication

    Are the values of static variables preserved when two different users try and access them? i.e. If one web application user sitting in Chicago sets a static variable to 'true' from 'false'. Will the other user sitting in Omaha see it as 'true' or 'fa

  • Is there a way to make custom (text) borders?

    I'm working on a document in Pages, and I would like to make a border made from text. In this case, the document will be in referance to computers, so I'd like to wrap a border around the page made from 1s and 0s. Is there a way to do this?

  • Recently downloaded ACR 8.4a. Now ACR doesn't open at all.

    Another question about Photoshop CS6 for Macs and ACR 8.4.  I downloaded ACR 8.4a  few days ago and now ACR doesn't open at all, either from Bridge or CS6.  It's completely "broken."  Up to this point ACR worked fine.  Suggestions about how to fix it

  • My Adobe does not want to open, Error 1?

    Good day. please can someone help me. My adobe has crashed and wont open anymore i keep getting an error 1. i have put my cd in the system but it is not seeing the cd. please can someone help me with reloading the software. i have a key for adobe acr

  • Failed to run task \Microsoft\Windows\WS\License Validation. Error Code: 0x80041326

    Today I noticed this message in the event viewer: Event ID: 16387Severity: ErrorSource: Microsoft-Windows-Security-SPPLog: ApplicationMessage: Failed to run task \Microsoft\Windows\WS\License Validation. Error Code: 0x80041326 Does this mean the free