ADF 11g SelectOrdershuttle editing the items...

Hi,
I am using selectordershuttle compenent to display the User levels on the adf 11g page.
How can i edit and delete the values which are in the shuttle component?
Thanks in advance.
CM

Hi,
if you bind the shuttle to a List<SelectItem> in a managed bean you only need to take entries out of this list. Its a bit more difficult using ADF list bindings unless you are happy to delete the referenced list items from the database. However, ADF bindings also allow you to remove objects from the collection that builds the list. You should be able to access the iterator binding used by the list binding, get the row to remove and remove it from the collection (don't use the remove or delete operations in this case).
Frank

Similar Messages

  • Error while editing the item condition data : urgent

    Hi,
    I am using a bdc. when i try to edit any of the item condition value (KBETR) and also if i try to insert a new condition , I am getting error as " Message_type_X " and the message no :00341, and the BDC is terminating at the point.
    Can anybody kindly suggest a work around
    shyam

    Hi Shyam,
    Try with this code.
    *-----Adding the Condition Types at item level
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KONY'.
                  PERFORM bdc_dynpro      USING 'SAPMSSY0'    '0120'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  '05/04'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=PICK'.
    *----1. Unitprc ( ZPR0 )
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KOAN'.
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KBETR(02)'.
                  WRITE x_item-unitprc TO v_unitprc CURRENCY komv-waers NO-SIGN.
                  PERFORM bdc_field       USING 'KOMV-KSCHL(02)'  'ZPR0'.
                  PERFORM bdc_field       USING 'KOMV-KBETR(02)'  v_unitprc.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/00'.
    *-----End of Addition
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/EBACK'.
    Regards,
    Aman
    Message was edited by:
            Amandeep Kumar

  • ADF 11g: inputText - mark the hole text when move into text field

    Hallo,
    is it possible to change the behavior of a inputText component in a way that the hole text is marked when changing the focus to this component? In the standard case the cursor is on the left-aligned position of the inputText. The goal would be to achieve a quick-edit mode with an overwriting of the old value.
    Thanks for any advice
    regards
    Markus

    Hi Markus,
    It seems passing parameter to javascript method is not supported in adf or I may not know the way,
    However, I made below changes to the code provided, it selects the text on clicking on the inputtext but doesn't keep the selection, not sure whether this is a bug:
             <af:inputText ... clientComponent="true" id="it1">
                          <af:clientListener method="selectText" type="focus"/>
             </af:inputText>
                function selectText(){ 
                    var it = document.getElementById("<parent-id>:it1::content");
                    it.select();
                }You can use standard jsf h:inputText component for time being, I will reply once I found solution to use it with adf inputText component:
         <h:inputText ... onfocus="selectText(this)"/>
         function selectText(it){
              it.select();
         }Sireesha

  • All of a sudden when I click on a Google calendar item I get a blank page and am unable to edit the item.

    This same problem was asked months ago ( https://support.mozilla.org/en-US/questions/976863#answer-564132) and it has NOT been resolved! In revolves about Google Calendar.
    I'm having this problem since the 29.0 upgrade that FireFox just rolled out (I'm on Windows 8). Really honks me off, too!
    When I try to edit an event, the page never renders and is blank. It works in Chrome, but I hate Chrome and don't wish to give up FireFox, unless nobody bothers to address this problem!
    Steps I've taken (that didn't work):
    Turned off extensions and restarted browser
    Cleared cache and cookies, then restarted browser
    Changed FF connection settings per instructions
    PLEASE solve this problem instead of ignoring!

    <sub>Linked from https://support.mozilla.org/en-US/questions/976863</sub>
    Hi Anita,
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Reg: Exporting the data into excel in ADF 11g application.

    Hi All,
    We have developed an application in ADF 11g which retrieves the data from database in the form of table. Now we have a requirement to export that data into an excel sheet.
    Can anyone please help us regarding this.
    Thanks,
    Harsha

    Hi Harsha,
    you can use <af:exportCollectionActionListener /> component to do that. Set the exportedId property to point to of the table. You have options to export all rows or only selected rows.
    <af:commandToolbarButton text="Export All Rows to Excel" immediate="true"
                                                   id="exportAll">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - All" exportedRows="all"/>
    </af:commandToolbarButton>
    <af:commandToolbarButton text="Export Selected Rows to Excel" immediate="true"
                                            id="exportSelected">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - Selected Rows"
                                                      exportedRows="selected"/>
    </af:commandToolbarButton>Good Luck,
    Luc Bors

  • How to use image maps in ADF 11g

    Can somebody point me to code snippet for using image maps in JSF Page.
    I just want to use image maps in my application..but i don't know how to use image maps in ADF.
    -Deepti

    Hi chris,
    My DataBase script is given in below
    CREATE TABLE XXSR.SR_HIERARCHY
    FORM_ID NUMBER,
    FORM_NAME VARCHAR2(30 BYTE),
    PARENT_FORM_ID NUMBER,
    FORM_LOCATION VARCHAR2(1000 BYTE),
    IMAGE_FILE ORDSYS.ORDIMAGE
    I want to store the image in database from front end using ADF 11g
    -Deepti
    Edited by: 913387 on Feb 24, 2012 5:36 AM

  • ADF 11g support for Internet Explorer 8 plus x

    hi
    Given the current situation for ADF 10g, see forum thread "ADF 10g support for Internet Explorer 8" ...
    at ADF 10g support for Internet Explorer 8
    ... I was wondering about the future browser support in ADF 11g.
    (Specifically about IE8 the knownissues.html document for JDeveloper and ADF 11g (11.1.1.1.0) currently says "Internet Explorer 8 is neither supported nor certified. If you must use IE8, set the compatibility view settings in your IE8 browser to ALL. In IE8, go to the Tools menu -> Compatibility View Settings and check the last checkbox "Display All Websites In Compatibility View"." and "... IE8 support should be in the upcoming first patch set. ..." Re: PanelStretchLayout on IE8.)
    question
    (q1) What is the life expectancy of applications built with ADF (Faces) 11g in regard to their future browser support?
    many thanks
    Jan Vervecken
    edit 20091001 : fixed link to knownissues.html

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

  • How can I add a link to an item within a workflow email - which will always find the item - even if it's status has changed?

    I've used the method within the SharePoint designer to add a link to the workflow context current item URL, but when the current item status changes then obviously this link will no longer work.
    How can I change this link so that it will always open the item, even if someone has changed it within the list, before I clink on the link?
    This is an important one as over 300 people will use the list and many of these will be emails about items on the list will be in different time zones.  I don't want to have lots of mails from people saying "this list doesn't work" as it's
    critical they keep using it.
    Please help.
    P.S.  I don't know if the <href> method will work, so if someone can confirm to me then that would be great.

    Hi,
    According to your post, my understanding is that add a link to an item within a workflow email.
    I’ m not very clear about the status you said. Please descript more detail which URL do you want to display.
    Per my knowedge, you can display the following url in your email body:
    [%Workflow Context: Current Item URL%]
    [%Workflow Context: Current Site URL%]
    [%Workflow Context: Workflow Status URL%]
    [%Current Item: Encoded Absolute URL%]
    Please start the workflow automatically when an item is changed and changed.
    No matter how you  edit the item or update the approve status, the URLs remains the same.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OLT 12.2.0.1 & ADF 11g R2 (11.1.2.3)

    Hi,
    I am evaluating the OLT ADF Module for testing applications developed with JDeveloper/ADF 11g R2.
    Unfortunately, the latest version of JDeveloper/ADF 11.1.2.3(PS3) looks like not compatible with OLT release 12.2.0.1 (Openscript 12.2.0.1 Build 238). During the playback I get the error “Failed to solve variable web.framesrc.afrPushIframe using path .//IFRAME[@name='afr::PushIframe']/@src“ even in a very simple “hello world” application.
    Conversely the same project running in JDeveloper/ADF 11.1.2.1 (PS1) works fine.
    In the OpenScript Users’ Guide there is no reference for ADF R2 but only for only for the ADF R1.
    Is the ADF 11g R2 supported in the current release of OLT ?
    Additionally if anyone has any tip for how to use the OLT 12.2.0.1.0 with ADF R2 PS3 it would be very helpful to share it with me.
    Yiannis

    Tses wrote:
    Am I the only one in the world who tried ΟLT 12c with ADF 11g R2 PS3 ?
    :-(Hi! You're not alone :)
    We tried to record some load tests (OpenScript 12.2.0.1 Build 223) for our ADF R2 application.
    But during the playback I had the same error: "Failed to solve variable web.framesrc.afrPushIframe using path .//IFRAME[@name='afr::PushIframe']/@src ".
    Haven't you found the solution yet?
    By the way, when I use operation "Revert to Recorded" for all nodes of my test and playback it again, I see in results that the script has passed without errors, but nothing has changed in database.
    Thanks.
    Natalie

  • Not able to edit the Debit memo request after cancelling Billing document

    Hi,
    This is a process in SD/Customer service.The issue is even after cancelling the billing document we are not able to edit the item details in debit memo request..Pls suggest how we can edit the item details after cancelling the billing document
    Best Regards
    Jay

    Hi Jay,
    Yes, the whole sales document could not be deleted as well.
    Sorry for the misleading answer.
    As per the long text of error V1006, the document cannot be completely
    deleted because further processing has already taken place. Even though
    you have cancelled the subsequent documents, if you refer to the
    document flow, the subsequent documents might have already been created
    The cancellation of these does not delete the request.
    Please have a look at table VBFA in transaction SE16 and you can see
    that the subsequence documents are still displayed.
    What you can do is to enter a reason of rejection for all items to
    prevent further processing of the request.
    Please refer to Note 147028, you don't need to apply
    this note, please refer to part of "NOTE:...".This is a restriction
    of the system.
    For order-related billing, it is not possible to delete the sales
    document, even if the subsequent invoice has been cancelled.
    You have to reject the items.
    Cheers,
    Alex

  • Promoted Links, can't edit the tile

    Happy New year!
    Discovered today the Promoted Link feature, put in png icons, working ok except one. And can't edit it.
    In the ITEMS tab I can click on "New Item" this opens the window to add another link/tile. But the "Edit Item" is greyed out. I don't know how to select the bad link/tile to be able to edit it. Or how to get to the window/list where I
    put in the 3 initial icons, 2 still work, the other can't edit.
    I am using SP Online, and it is my account as I am the admin. (just learning/playing with SP)
    The first time I deleted the app and started over, but now it's doing it again.
    How can I fix this?
    Pierre
    I just answered my own question, so will post this anyway, for others.
    pgg02

    I'm not sure what view you are using so I'll try my best the promoted links app is basically a share point list that hen you add to a page provides a nice way to display links . You should see the '...' These three dots represent more options if you select
    it and click edit item properties you will be able to edit the item If the view you are on is the thumbnail view switch it over to all items which will out it into a simple columns and rows type view which will allow you to so the more options on the items
    and edit the specific item itself.

  • Migrating existing Menu Bar to ADF 11g

    I have the top nav bar for my existing application made with javascript..The menu flows on mouseover..We later started adding ADF 11g screens to the application.. and in every screen i include the javascript Top Nav bar. Please suggest how i can develop/ migrate the Menu bar to 11g so that i can make use of templates..
    Thanks in advance

    Hi,
    what do you mean by "migrate"? I thought you already added ADF Faces screens
    Frank

  • Admin Personalization to False for the item

    Using Note 236618.1 - OA Framework Personalization and Extensibility Guide: Version 5.7+
    for personalization of OA Framework and the following question has arisen:
    I inadvertenly set the Admin Personalization to False for the item "Header: Discount Alerts" while attempting to figure out how to hide an item. The result of this is that I am no longer able to edit this item (i.e., the pencil icon is no longer available from the Personalizations page).
    Because I cannot edit the item now, I am unable to set it back to the way it was (i.e, Admin Personalizations 'Inherit').
    Is there a way I can set it back to the way it was ?

    Omit,
    If you meant how to delete the personalization you have done, back to original form, you use Functional Administrator and use the page name to enter in to the personalization tool to delete it. You can also delete the personalization from db directly by using
    exec jdr_utils.listCustomizations('<page_name>')
    this will list the set of customizations that you have done, pick the appropriate personalization document and use
    exec jdr_utils.deleteDocument('...');
    commit;
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Create with Approval User Editing an Item once approved.

    Can a user with create with approval privilege go and edit the
    item once it is
    approved and then kick off the approval process again. At the
    moment, through
    trial and error, the user with create with approval privilege
    has to add a "new" item
    and cannot go back and edit.
    Sonal Patel
    Sales Consultant - Oracle

    Edit with approval is planned for the next release.
    Regards,
    Jerry

  • How to Retrieve the Selected Values from selectOrderShuttle using ADF 11g

    Hi Every One,
    Does anyone has idea how to retrieve the selected Items using shuttle and Order of the items using 'SelectOrderShuttle' component ?
    Thanks

    shuttle's valuechangeevent would fire when you shuttle items back and forth.
        public void selectOrderShuttle1_valueChangeListener(ValueChangeEvent valueChangeEvent) {
            ArrayList list = new ArrayList(Arrays.asList(valueChangeEvent.getNewValue()));
            if (list != null){
                for (int i=0; i<list.size(); i++) {
                    int l = list.size()-1;
                    val = list.get(l).toString(); //returns , delimited string
                    if (val != null){
                        val = val.replaceAll("[\\[\\]]", "");
                        StringTokenizer st = new StringTokenizer (val, ",");
                        int nto = st.countTokens ();
                        for (int j = 0; j < nto; j++)
                            String token = st.nextToken ();                     
                ..........

Maybe you are looking for

  • Datatype change in RTF template

    Hi Team, I am not sure if this can be done, but, do we have a way in which we can change the datatype of a column in rtf template while preparing the template. Can you please help! Thanks Bhupendra Edited by: Bhupendra Gupta on Sep 9, 2009 4:21 AM

  • Video Podcasts won't play

    Any video podcasts on my iPod will only play sound as if it were a regular song. Please help! I would love to be able to watch them again. If this helps, they stopped working after I accidentally added one show to my on-the-go play list. I have refor

  • IPhone turns "old " podcast to "new"

    I listen to many podcast, and I use the function that syncs only podcast marked as "new" to my iPhone. With the ver2.0 on my iPhone I have noticed that the phone turns "old" (and podcast that I already listened to) to "new" and syncs them back to my

  • HT1199 has anyone had all their app disappear after a full restore from time machine

    lost my system preferences, safari all but Itunes and iphoto

  • Service Based Invoice Veryfication in PO

    Dear Experts, I have one service PO in which GR Based Invoice Veryfication is ticked instead of Service Based Invoice Veryfication. I have generated service entry sheet and also deleted the same to tick service based IV but system is not allowing to