List Manager source problem

I have a list manager item, and for the source I have a SQL Query that returns multiple rows (from a detail table) and a separate LOV query for the popup portion. <p>
The problem is, only one value shows up in the list, even though when I run the query in SQL*Plus, it returns the correct multiple values.<p>
Is the List Manager not supposed to work in this way?<p>
thanks.

seems not to work...
DECLARE
  CURSOR crTest IS
    SELECT to_char(bfe.bezeichnung) bezeichnung
FROM bsc_file_links bfl,
     bsc_files bfe
WHERE bfe.id = bfl.bfe_id
AND bfl.BVN_ID = 216;
  vcResult VARCHAR2(1000);
  recTest VARCHAR2(1000);
BEGIN
  OPEN crTest;
  FETCH crTest INTO vcResult;
  IF crTest%NOTFOUND THEN
    NULL;
  ELSE
    LOOP
      FETCH crTest INTO recTest;
      EXIT WHEN crTest%NOTFOUND;
      vcResult := vcResult||':'||recTest;
    END LOOP;
  END IF;
  CLOSE crTest;
  dbms_output.put_line(vcResult);
END;

Similar Messages

  • Problem with External List Management; Business Partner Type

    Hello experts;
    I created a mapping format for importing a simple notepad file. In the ELM i see all my fields populated correctly. Once i start the importing process it goes smoothly with no mistakes at all (green lights). The bp is actually imported and i can see it in the BP transaction with most of the fields correctly imported BUT the business partner type (PERS_PERS_BPKIND in ELM). For this field i have a Constant Assignment which is always HH and because of that i don't have it in my notepad file but i pass the value directly from ELM constant assignement=HH. Unfortunately this value is not copied. Any idea? Am i doing something wrong or i'm loosing some steps in between?
    Thank you very much

    Hello,
    the issue is most probably related to missing authorizations. As you know the processing in external list management happens in the background using WF-BATCH user.
    Please check the following notes:
    708557 - 'ELM: Troubleshooting' point 1.
    https://service.sap.com/sap/support/notes/708557
    1912414 - ELM upload: Error in the map data-step
    https://service.sap.com/sap/support/notes/1912414
    1664498 - External List will not execute
    https://service.sap.com/sap/support/notes/1664498
    The information provided in the notes should help to solve the issue.
    best regards,
    Johannes

  • Problems with List Manager based on Popup LOV

    How do I get the IDs of items selected in a List Manager (based on Popup LOV, preserves case) into a table?

    Now all results are in an extra row, but changes still don't take effect...
    DECLARE
      CURSOR crTest IS
        SELECT to_char(bfe.bezeichnung) bfe_bezeichnung
    FROM bsc_file_links bfl,
         bsc_files bfe
    WHERE bfe.id = bfl.bfe_id
    AND bfl.BVN_ID = :P207_ID;
      vcResult VARCHAR2(1000);
      recTest VARCHAR2(1000);
    BEGIN
      OPEN crTest;
      FETCH crTest INTO vcResult;
      IF crTest%NOTFOUND THEN
        NULL;
      ELSE
        LOOP
          FETCH crTest INTO recTest;
          EXIT WHEN crTest%NOTFOUND;
          vcResult := vcResult||':'||recTest;
        END LOOP;
      END IF;
      CLOSE crTest;
      return vcResult;
    END;

  • Create a new OSB domain and data source problems

    Hello,
    I noticed a problem while create a new OSB domain with Oracle Service Bus 10gR3 on Solaris 10 (intel-based).
    This domain is composed of two managed servers deployed on a cluster.
    I have configured the JMS reporting data sources to use an Oracle 10g (XE) database (driver Oracle Thin (non XA)) installed on a remote server.
    While trying to start my managed servers, the startup process of these managed servers failed due to a data source problem on "wlsbjmsrpDataSource" or "cgDataSource-nonXA".
    The workaround I found is to delete and recreate (through the WLS console) the data sources "wlsbjmsrpDataSource", "cgDataSource-nonXA" and "cgDataSource".
    In this situation, my managed servers can be started properly.
    Is it a known problem located on the configuration wizard?
    Thanks for your help.

    Hi
    For the answer.
    I fully understand that those datasources are default ones and are mainly related to JMS reporting.
    But my question was probably not well expressed.
    The problem I had is when the domain is created, the managed servers won't start due to problems related to theses datasources.
    The workaround I found is to delete and to create those datasources from the WLS console.
    In this situation, the managed servers are able to be started.
    I want to know if this is a known problem/limitation of OSB 10gR3 with Solaris 10 and Oracle 10g?
    Thanks for your help.

  • List manager translation

    Hello all,
    I have a small but annoying problem.
    I have to review an application that has been developed in german and should be rendered in both german and english.
    So the previous developper has defined the application texts in german and has defined a translated application in english.
    The problem is : there is a List Manager in a page that contains two buttons (Add / Remove). They are still defined with english text in the main application (german) and I cannot find any properties to change this.
    The list manager also opens a popup with two other buttons. And the problem is the same.
    Do you any other solution than renaming every elements from the main application in english and then translate it in german?
    I guess I can use a dynamic action to redefine the two visible buttons text. But it will not solve the problem for the popup buttons
    Any Idea?
    Thank you very much.
    Max

    Arie Geller is an expert on this, and if I recall there is a pertinent chapter in this book regarding globalization & translation.
    http://www.packtpub.com/oracle-application-express-3-2/book
    But no doubt there are a few blog posts on this topic - look for keywords found under Shared Components -> Translate Application
    Scott
    blog: [url grassroots-oracle.com]grassroots-oracle.com
    twitter: [url twitter.com/swesley_perth]@swesley_perth
    -- please mark any useful posts as helpful or correct, in the end it helps us all

  • List Manager based on LOV returning values with missing spaces

    I am using a list manager based on a pop up lov, in this case it is a list of supplier names. When the pop-up list is shown the values are displayed as expected, with all spaces intact. When I click the supplier name, and then click Add to add to the list manager, all spaces in the supplier name are lost.
    The field I'm pulling is a varchar2 in the db. Here's the sql behind the lov:
    select '(All Suppliers)' d, '(All Suppliers)' r from rep_gy_spend
    union
    select distinct supplier_name d, supplier_name r
    from rep_gy_spend
    order by 1
    Any ideas on why the spaces are lost?

    DJ - There is a javascript function on the page that does that. View page source and you'll see it. You could override it with your own and change that behavior and you could prevent it from upper-casing the returned values as well by using different onclick javascript on the add button.
    Scott

  • Passing data to list manager

    I'm not sure I know how to do this. so I need some help. I have two screens, one is a list of different items, the other is a name, address, city type edit screen.
    I have a list manager (view only) on the first page. I'd like to have it contain the last name, first name displayed and the return value a number. both of these on on the second page as part of its insert. I know I can set the process so that when it completes it can return back to the first screen, and I can pass values. but it seems to only want to pass one value to one item in th page. for example I can pass the last name back top P1_LIST_MANAGER, but how to I pass P3_LAST_NAME, P3_FIRST__NAME, P3_ID_NUMBER to it? also I need the name formated so its like last_name, first_name. I've tried a few things, nothing works, I looked thru the forum can't find much on list manager. so the I really need the help.

    Hi,
    Firstly, for the format of the names in the list, you can use:
    SELECT LAST_NAME || '&amp;#44; ' || FIRST_NAME d, ID_NUMBER r
    FROM ....
    Secondly, when the user selects an item from this list, the ONLY value known is the ID_NUMBER. Therefore, for you second page to display the first/last name for the selected item, you will need to retrieve them "manually" on that page. So, you can pass the ID_NUMBER value into P3_ID_NUMBER, but you will need to set the Source of the other fields to sql statements that retrieve the name values from the database:
    Source Used: Always, replacing any existing value in session state
    Source Type: SQL Query
    Source value or expression: SELECT LAST_NAME || ', ' || FIRST_NAME FROM .... WHERE ID_NUMBER = :P3_ID_NUMBER
    As long P3_ID_NUMBER has a valid value, this will return the name. If P3_ID_NUMBER may not contain a valid value, you may have to adjust this slightly to accommodate this.
    You could also handle this using a page computation or process
    Andy

  • Javascript error on List Manager (Popup LOV)

    Hi all,
    I have a problem with checkboxes and list managers (based on popup LOV).
    I have a form containing several checkboxes and list managers; in a region of the form (the one before the last one) I have 10 checkboxes but just the first one work, the other ones give me this error when I tried to insert a record:
    ORA-20001: Errore in DML: p_rowid=21, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-20001: Valore numerico :1 non valido per la colonna EDUCATION (it's italian, the translation for the last part is "numerical value :1 not valid for the EDUCATION column).
    Furthermoe, I have problems with list managers too: when I open the popup for some of them and choose the value from the popup window, I get a Javascript error: "Obejct doesn't support this property or method"; some (just some) of the list managers works.
    The strange thing is that if I delete a list manager or a checkbox, another list manager or checkbox starts to work, as if it was a rule about the max total number of list manager/checkboxes.
    I want to highlight that the total number of items in the form is less than 100.
    Thanks a lot in advance for your help.
    Cheers,
    Matteo

    Hi,
    The issue is because Apex actually generates TWO items for each List Manager items and both of these count towards the maximum of 100 items per page. As an example - this is ONE list manager item from my test page:
    &lt;fieldset id="P222_LM1" class="listmanager"&gt;
    &lt;table cellspacing="0" cellpadding="0" border="0" summary=""&gt;
    &lt;tbody&gt;
    &lt;tr&gt;
    &lt;td&gt;
    &lt;noscript&gt;
    JavaScript not supported
    &lt;/noscript&gt;
    &lt;script type="text/javascript"&gt;
    &lt;!--
    function filter_escape(in_value) {
                out_value = escape( in_value );
                return out_value;
            function genList0_p_v99_()
               w = open("wwv_flow_utilities.gen_popup_list" +
                           "?p_filter="  +
                           "&p_name=" + escape('p_v99') +
                           "&p_element_index=" + escape('') +
                           "&p_form_index=" + escape('0') +
                           "&p_max_elements=" + escape('') +
                           "&p_escape_html=" + escape('') +
                           "&p_ok_to_query=" + escape('YES') +
                           "&p_flow_id=" + escape('33642') +
                           "&p_page_id=" + escape('222') +
                           "&p_session_id=" + escape('2926501920944144') +
                           "&p_eval_value=" + escape('') +
                           "&p_translation=" + escape('NO') +
                           "&p_item_id=" + escape('6753181500127769527') +
                           "&p_lov=" + filter_escape('6753181500127769527') +
                           "&p_lov_checksum=5D6157CA388C164818106815D15EFFC6",
                           "winLovList",
                           "Scrollbars=1,resizable=1,width=400,height=450");
               if (w.opener == null)
                 w.opener = self;
               w.focus();
    //--&gt;
    &lt;/script&gt;
    &lt;fieldset id="P222_LM1_ADD_fieldset" class="lov"&gt;
    &lt;table cellspacing="0" cellpadding="0" border="0" id="P222_LM1_ADD_holder" class="lov" summary=""&gt;
    &lt;tbody&gt;
    &lt;tr&gt;
    &lt;td class="lov"&gt;
    &lt;input type="text" id="P222_LM1_ADD" value="" maxlength="2000" size="27" name="p_v99"/&gt;
    &lt;/td&gt;
    &lt;td&gt;
    &lt;a href="javascript:genList0_p_v99_()"&gt;
    &lt;img width="13" height="13" alt="Popup Lov" src="/i/list_gray.gif"/&gt;
    &lt;/a&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;/fieldset&gt;
    &lt;/td&gt;
    &lt;td&gt;
    &lt;input type="button" onclick="appendToList(document.forms[0].p_v99.value.toUpperCase(), document.forms[0].p_v02);document.forms[0].p_v99.value=''" value="Add" name=""/&gt;
    &lt;input type="button" onclick="deleteListElement(document.forms[0].p_v02)" value="Remove" name=""/&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td colspan="2"&gt;
    &lt;select id="P222_LM1_LISTMGRDATA" width="225" multiple="multiple" size="10" prompt="" name="p_v02"&gt;
    &lt;option&gt;8021
    &lt;/option&gt;
    &lt;option&gt;8001
    &lt;/option&gt;
    &lt;/select&gt;
    &lt;script type="text/javascript"&gt;
    &lt;!--
    gUtil.select.clean(document.forms[0].p_v02);
    //--&gt;
    &lt;/script&gt;
    &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;/fieldset&gt;Note that the popup item is p_v99 and the list item is p_v02.
    Question to the Apex developers:
    Given that the popup item does not really need to be submitted with the page, could this not use a different naming convention?
    Andy

  • List manager (based on Popup LOV)

    Hi !
    I have a problem with my list manager. I'll explain the situation. I have users into my db and does users are associate to many groups. I have a user table, an association table and a group table.
    I have that LOV query :
    begin
    :VALEUR_ACTIVE := 'A';
    return 'Select NOM dispval, NOM retval From GROUPE WHERE STATUT = :VALEUR_ACTIVE';
    end;
    The query of my List manager is :
    SELECT groupe.nom
    FROM groupe,
    ass_groupe_usager
    WHERE asso_groupe_usager.code_groupe = groupe.code_groupe
    with that request, I want to show in the list, every groups that are associate to the user. The problem is that even if the user is associate to 3-4 groups, only one group appears in the list.
    Anyone can help me ?
    AND asso_groupe_usager.PEIN = :TB_PEIN_2

    I did a mistake in my last message. I put the rest of my message into my query ! The last line is the last line of my query.
    Thank you.

  • External List Management - BP does not exist.

    Hi,
    I would like to use the external list management feature of CRM 7.0 to create Business Partner.
    Its crucial for later processing steps to assign the ID from the data source as well. I included the
    Field ORG_NUMBER respectivly PER_NUMBER in the mapping. The creating process stops with an error telling me
    Businesspartner No. XYZ does not exist.
    I've done a bit of research and did not find a solution yet. I would like to know whether it is technically possible to use the ELM to create Businesspartners with predefined IDs.
    Regards, Arne

    Hello,
    This is indeed standard behavior: ORG_NUMBER and PER_NUMBER are used to update existing business partners only. You cannot use those fields to create business partners with external number range assignment.
    Kindly check the following online help for more information:
    http://help.sap.com/saphelp_crm70/helpdata/EN/46/32c47e043314dde10000000a155369/content.htm
    Hence to acheive your requirement, you will have to create a new implementation of badi CRM_MKTLIST_BADI.
    Kind regards,
    Nicolas Busson.

  • Notion List Manager - where to find

    I have owned a Newton MP110 since it first came out, and bought Notion 1.0 for it. I have decided to upgrade to a 2100 -- can't find anything as good in the current market -- and want to have Notion on it, too. Naturally I can't find the 3.5" diskette it came on (that's why I needed the Newton in the first place). Is Notion available somewhere? Can someone recommend an equally good list manager that is available?
    Also, is there an active mailing list?
    iMac   Mac OS X (10.4.7)   Also use FreeBSD

    I think you can just beam the package over from the 110 to the 2k. I've transfered apps that way before without problems. There may be a couple package files, like and extension, that need to go too.
    Not sure how active anymore, but try here: http://newtontalk.net/

  • Pop-up list manager displaying "return value" instead of "display value"

    Hello,
    I'm using a list manager based on pop-up LOV. When I click on an item on the pop-up window, the window is closed and the return value is displayed in the page list. I would like to have (as expected) the display value otherwise a user who accesses the detail of a record can just see codes (no meaning) and can't understand nothing. The return values should be used just for database storage as expected in a database application environment.
    The behaviour should be like the one of "POPUP Key LOV (display descriptions, return key values)"...where in the textbox I can see the description but I send the key to the database.
    I could use a multislect list too (which allows to display descriptions instead of codes) but in this case another problem arises: if I have lots of items the user has to scroll the list to see which items have been selected.
    Any other solution to allow a user to see (and print) the content of "multiple" fields (descriptions, not codes)?
    I'm using Application Express 2.1.0.00.39
    Thanks a lot for your help.
    Eugenio

    Anyone? Which is the best practice in these cases? Is it not possible to get the value selected displayed in a proper manner when using a "select multiple" fields?
    Thanks for your help.
    Eugenio

  • List/manage all skype names associated with single...

    Hi,
    I have multiple skype names associated with single email id.
    When i click on forgot password, skype asks for email id and when i provide email id(which is associated with say 5 skype names), it randomly selects one of the user name and generates a link/code for reset password.
    Is there any way i can list/manage all skype names associated with single email id.

    jel wrote:
    hi there.
    I've been using Skype for years now with a single Skype name, and I noticed some time ago when doing a password reset that someone has signed up for Skype using my email address. I presume because they failed to spell their own email address correctly. (I get a TON of email coming in addressed incorrectly for various people (not spam) because people can't spell their own name or the name of their friend or acquaintaince - quite annoying really. But I guess that's a problem with using a gmail account.)
    So now I have 3 Skype names associated with my email address, when there should be only 1. Is there any way to have those 2 extra Skype names removed from my email address? I searched on Skype and both of them belong to someone with the same name 'Gabriel' in the United States (I'm in Australia). I assume it's the same person.
    I just don't want people searching for my email address and thinking that person is me...
    Thanks.
    you can simply contact customer support to request to unlink your email address from those unknown accounts;
    How to Contact Skype Customer Service
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Open Interface for Approved Supplier Lists and Sourcing Rules

    Hi All,
    Is there an open interface or an API available for Appeoved Supplier Lists and Sourcing Rules.
    Thanks and Regards,
    MPH

    Hi sandeep,
    I prefer to use the API mentioned.
    However this is in Oracle Manufactirung and we dont use that module instead I want to define them in Oracle Purchasing.
    can I still do it in Purchasing using the same API.
    Further as per the document there are 3 entities
    01) Sourcing Rule/Bill of Distribution
    02) Receiving Organization
    03) Shipping Organization
    Do I need to define all 3 in order to make it work?
    Thanks and Regards,
    MPH

  • Long list of "software" problems on iphone 4.

    My wife and I have iphone 4s, purchased about a year apart (I got mine as a cheaper leftover after the 4S came out.) My phone is fine but hers is having a long list of weird problems nothing seems to permanently fix. It is about 2 1/2 years old, and covered under a product replacement plan from Future Shop, where we got it. (Our city just got it's first Apple Store over the holidays.)
    The problem is all of her issues seem to be software or "network" related, yet all the common fixes/tests are not yielding any results.
    The biggest issue with the phone is with iMessage. I know it is normal for the occasional iMessage to send as an SMS instead, especially if there is a hiccup in the network. The thing is, hers does this all the time, sometimes mid-conversation. If I send her 3 messages in quick succession, she might get #1 and #3 as iMessages but #2 wont appear until 15 minutes later as a text message--making trying to converse via message really annoying. It has done this for several months now, getting progressively worse. We have 3 friends who are our neighbors in our apartment building. We can send a group iMessage to everyone, everyone will get it as an iMessage, but she will get it as a text, usually anywhere from 10-20 minutes later. One of our friends can't even send her an iMessage--he will only ever get the green "send as text" option for the send button, even if they are in the same room, and connected to the same wireless network. When another friend in the same apartment tries to iMessage her from her iMac, it tells her "that is not a valid number for iMessage"--yet it clearly is, because iMessage DOES work...sometimes. All 5 of us are on the same network, Virgin Mobile, so it is not the network--none of us have any problems except for her. It is frustrating because during the day we are both at work and don't have coinciding breaks and sometimes I NEED her to get a message, and it is bad now to the point where I can't be guaranteed she got my message until I get a response back later on. We have not tried turning "send as SMS" off yet, because we don't mind the phone sending an iMessage as a text when iMessage is not available--what the problem is is the delay, the likelihood she may never even *get* the message, (sometimes it doesn't send at all.) and the fact that it will still do this even on a strong full signal or wifi (the wifi network in our apartment is fine, our computers, xbox, 3DS's and my phone never have any issues.) We can try it, but my worry is that if something is wrong with iMessage, turning off SMS will mean she'll never get some of these at all. (more often than this happens as it is, mind you)
    Her safari is also extremely laggy, which seems to hint at a connection problem, maybe.
    The phone has been reset 3 times. Once, we reset it and restored from backup. No dice. Then, future shop reset it from the phone itself while they had it over night trying to duplicate the issue. Still no dice. Finally, on the advice of a future shop tech, who said they can't do anything unless we can prove a hardware failure of some kind, advised resetting from itunes and NOT restoring from backup. So we did that--the phone was completely reset as "new phone", and nothing has been restored from backup, only contacts from iCloud. Right now the phone has only 2 apps re-downloaded on it, and a few songs, and it did it again earlier today. So, still no luck. (It hopefully goes without saying we have verified all her software updates are done and everything is fully up to date.)
    After the reset, a new issue surfaced--it was vibrating randomly. After troubleshooting, we discovered she was getting vibrate alerts from email, despite the fact that email push notifications are OFF and her email app was closed at the time. She had to turn off vibration and sound for email to get it to stop. Now, maybe that is what she has to do, but my iphone has push notifications off as well--but sound and vibrate still on--but will only beep/vibrate if the mail app is open. Otherwise, I don't get the notification. (Maybe my phone is broken, and hers is doing what it should for once? LOL) The thing is, she never touched that setting the first time she got the phone, and has NEVER received vibrate alerts for email. Why suddenly after a full reset would things be enabled that were never on in the first place?
    So I am stumped. It is a huge inconvenience to keep resetting this stupid thing, and we don't really want to pay the genius bar to look at it, but I can't help but feel like these recurring problems can't be software related when we've had this reset so many times--and it's not "network" issues because she is the only one. We have tried checking the diagnostic record for panic.plist (wishful thinking I guess), read through a ton of posts here, and tried what we could... any further advice/what we can try? Is there any chance this IS hardware, something corrupt in the phone memory/storage? An issue with the receiver? If so, how do we prove it? Can the genius bar scan it somehow?

    If you have an Apple Store in town, setup a genius bar appointment.  The genius bar tech should look at the phone and try to diagnose the problem free of charge.  They may not want to fix it free of charge, but they should perform their diagnosis and tell you what they find for free.
    It sounds to me like her iPhone is losing its connection to the Apple iMessage servers.  You might try actually turning off iMessage snd signing out of iCloud on her iPhone, then after a restart of the iPhone sign back into iCloud, then turn iMessage back on.  There is no guarnatee that this will resolve her problems, but it might help.  If her iPhone is not connected to external power, and it has been more than 10-15 minutes since she last used it, it has probably turned off the wifi radio, and will be depending upon cellular data for the iMessage traffic to flow.  This could easily account for the delays she is seeing, and even it dropping back to SMS, especially if you have poor cellular data coverage.  If this is the case, then getting something like a Mophie Juice Pack Air for her iPhone might help, as it would allow her iPhone to be connected to external power (the Juice Pack) thus keepig the wifi radio on more.

Maybe you are looking for