How to assign 2 lists to a region?

Hi there,
I've got a toolbar region, with the type 'list'. In this region I display beside the list itself several other buttons. Now I need to display another list in the toolbar region. I tried to create a new region and to display it after the first one (should look like one toolbar) but that wasn't working.
How can I handle that the best way? Any suggestions are appreciated!
Thank you!
BR
Lena

Currently you need to do some tricks to display multiple regions as one:
http://apex.oracle.com/pls/otn/f?p=31517:152
In version 4.0 it will be possible to do it in the standard.
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
-------------------------------------------------------------------

Similar Messages

  • How to assign list of default value for select-option variable???

    Hi every one
    This is Deepak,
    I want to know how to assign list of default value to select-option variable ? please any body tel me solution
    for example
    select-option matnr for mara-matnr default ..............and here i want to give more than 1 values that will be default value and use can choose any one at the time of input .
    Thank you in advance
    Deepak

    Hi.
    Check the following sample code.
    REPORT ztn_test.
    " It is example for list populating.
    TABLES:knvp.
    data: BEGIN OF itab OCCURS 10,
          kunnr like knvp-kunnr,
          END OF itab.
    data: wa_itab like itab.
    TYPE-POOLS: vrm.
    DATA: name TYPE vrm_id,
    list TYPE vrm_values,
    value LIKE LINE OF list.
    PARAMETERS: s_kunnr(20) type c  as LISTBOX VISIBLE LENGTH 40 .
    AT SELECTION-SCREEN OUTPUT.
    SELECT kunnr from knvp  into  CORRESPONDING FIELDS OF TABLE itab WHERE parvw = 'SP'. " SP for ur requirement
    " I have used loop to populate some values from table
    loop at itab into wa_itab.
      name = 'S_KUNNR'.
      value-key = sy-tabix.
      value-text = wa_itab-kunnr.
      append value to list.
      clear wa_itab.
    endloop.
    " If u want individaully assign the values change the code as
    name = 'S_KUNNR'." Select option name
      value-key = 1." Index
      value-text = 'VAL1'.
      append value to list.
    name = 'S_KUNNR'." Select option name
      value-key = 2." Index
      value-text = 'VAL2'.
      append value to list.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING id = name
    values = list.
    Edited by: tahir naqqash on Feb 21, 2009 4:38 PM

  • How to assign drop down list in XML form to properties

    Hi ALL,
    When i was creating <b>Edit form</b> in XML Forms Builder,for <b>Bulletin Board</b> Application, i had to assign two drop down list boxes to properties created under Content Management Configuration > Global Services > Property Metadata. Can any one help me how to ASSIGN it or provide any related documents.
    Suitable replies will be rewarded, for sure.
    Regards,
    Shankar

    Hi Shankar
    Please have a look at this document, especially the part about the cookbook. It explains how to add properties in a dropdown list to your XML form.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a
    Good Luck!
    Barry

  • How to assign a dynamic value to the value property of a button ?

    Hi Folks,
    I have a need, can i know how to assign a dynamic value to the value property of a button. Scenario is like follows...
    This is a struts based web application
    1. I have a file which consists of login user details (user name and his previlages) for a web application.
    2. I got those user details, into a List.
    3. When a user logged into the web app, in the home page there are few buttons. The type and number of buttons shown depends on the type of user/ user. (Buttons have different combination and the number of buttons available are not constant, they will vary from user to user).
    4. for each button, there will be a different action. I can pass the value of a button to an action class, but here button must have a dynamic value.
    Here is my test code:
    <%
    if (List != null)
    for (int i = 0; i <List.length; i++)
    %>
    <html:submit property="rduname" value= "<%=List%>" onclick="return submitRdu('<%=List[i] %>');"/>
    <%
    %>
    But my problem is how to assign a dynamic value to the value property of the button ( i know 'value= "<%=List[i]%>" ' will not work, just wanted show you guys).
    Thanks in advance,
    UV
    Edited by: UV_Dev on Oct 9, 2008 2:15 PM

    Let me try i know am not good at JSP but do we need double quotes here
    value= <%=List%>i think JSTL should help you about the dynamic thing                                                                                                                                                                                                                                                                                                                       

  • How to assign a default value to a SelectOneChoice

    Hi,
    I'm working with ADF 11g: WebLogic 10.3 and JDeveloper 11.1.1.3.0.
    I wonder how to assign a default value to a SelectOneChoice.
    In a ViewObject I have a field defined as Combo Box. Then drawing the combo in my jspx page:
    +<af:selectOneChoice value="#{bindings.Circularidad.inputValue}"+
    +label="#{bindings.Circularidad.label}:"+
    +required="#{bindings.Circularidad.hints.mandatory}"+
    +shortDesc="#{bindings.Circularidad.hints.tooltip}"+
    +id="soc2">+
    +<f:selectItems value="#{bindings.Circularidad.items}"+
    +id="si2"/>+
    +</af:selectOneChoice>+
    Can anyone help me?
    Thanks.

    Assume u have an LOV relation associated with VO attribute.
    1. Go to Edit List of Values window
    2. Click UI Hints tab
    3. Check Include no selection item check box.
    4. Select Labeled Item ( First of the list) entry form right combo box.
    5. Give ur default value in right text box.
    Regards,
    Dinil Mithra

  • How to assign chart of account to company code

    hi all,
              i am using SAP ECC 6.0
               in my hierarchy , i follow following menu path for assigning company code to chart of account but there is no option there
    my menu path is as follows :
    Financial Accounting (NEW) -> General Accounting New -> Master Data -> G/L Accounts -> Preparations
       and in sub menu (of Preaprations) following options there :
      1) Revise Chart of Accounts (only documentation)
      2) Edit Chart of Accounts List
      3) Define Account Group
      4) Define Retained Earnings Account
    also one more hierarchy is ther name as : Additional Activities , but no option for Assignment of company code to Chart of account (COA)
    now , how can assign company code to chart of account
    plz help
    regds
    shailesh
    Moderator: Please, avoid asking basic questions

    Hi,
    Financial Accounting (New)-Financial Accounting Global Settings (New)-General Ledger Accounting (New)-Master Data-G/L Accounts-Preparations-Revise Chart of Accounts,Edit Chart of Accounts List,Assign Company Code to Chart of Accounts,Define Account Group,Define Retained Earnings Account
    Direct try this Tcode is OB62 or logoff thesap and logon
    Regards,
    Kanike

  • Please tell me how to handle list item in this concern

    please tell me how to handle list item in this concern
    My problem is:
    i have a category table with column categoryname(varchar type)
    I want to display the records of categoryname in a drop down list (i.e., list item )
    So ..please tell me how to do it
    Thanks in advance..

    This code is just a sample from the Help documentation. It won't work until you modify it for your form.
    Why do you have "steps" in your code? You are suppose to do what the steps tell you. You don't place the steps in your code. The steps must be removed from your code.
    Step 1 code goes in a program unit, not in a trigger.
    Step 2 and 3 code usually goes in a trigger.
    You will have to replace the names of the items and record group with your own names as you have defined them in your form.
    step 1: create a procedure in your application
    procedure load_list(itm in VARCHAR2, rg in VARCHAR2) is
    group_id RecordGroup := Find_Group(rg);
    list_id Item := Find_Item(itm);
    Begin
    if Populate_Group(group_id)<>0 then
    Message('Unable to populate record group');
    Raise Form_Trigger_Failure;
    end if;
    Clear_List(list_id);
    Populate_list(list_id, group_id);
    end;
    step 2: create a record group named rg_cat and assign Record Group Query to something like "select categoryname from category"
    step 3: call this procedure as
    load_list('categoryname','rg_cat');

  • How to assign a pricing type to the pricing procedure ?

    Business Scenario : When the prices change from the time the order is taken to the time the invoice is created, how can setup the system to  handle the changes automatically ? 
    I would like to know How to create a pricing type and How to assign a pricing type to the pricing procedure so that I can use the 'new pricing document' function in the sales document and 'Update prices' on the condition screens in the Billing document.
    Thanks for your input in advance.
    Oscar

    Hi !! Oscar,
    1) For pricing type definition you would require the help of a developer.
    2) However, most of the commonly occuring requirements are supplied with  standard SAP.
    You can assign a pricing type to pricing procedure as follows:-
    IMG>S & D >Basic Functions>Pricing>Pricing Control>Define & Assign pricing procedures>Maintain pricing procedure> Here, locate your pricing procedure , in the fourth coloumn using the drop down list, you can assign a pricing type to the pricing procedure.
    Now you can use the 'new pricing document' function in the sales document and 'Update prices' on the condition screens in the Billing document !
    Regards,
    PATHIK
    Message was edited by:
            Pathik Pandya

  • How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_0

    How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_001 using Functional Module NUMBER_GET_NEXT explain me ?

    Hi,
    First go thourh the FM import export parameters list.
    Try to create an internal table of type INRI-NRRANGENR for number ranges.
    We can provide the lower and higher values for this table so that what ever PO is created will be with that range.
    Try to create the ncessary ones using this FM.
    In the Exit, EXIT_SAPMM06E_001,
    the Export parameters are-
    EKKO-EBELN- the PO ios created with in that specified range
    Range as INRI-NRRANGENR - Here try to assign the Internal table that was populated in the FM.
    Try to code this in the Include provded and keep Breakpint and check the PO number generated.
    Reply if u need more help on this.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • How do you activate the 'custom' region under 'formats' in 'Language

    Hi,
    To start with, I'm a beginner with Mac and I currently own a MacBook Pro with Lion. For my 'region,' I used to have English (Bahrain), but I accidentally changed it to United States, but it's not what I hoped for. I used to have the Bahraini currency, date-system, time, among other things, and now I have the US system. I tried Arabic and chose Bahrain, but everything is in Arabic. There is no English and then Bahrain. Heck, there is no 'English.' I've tried changing it back, but Bahrain isn't listed in the region. By the way, this is under 'formats' in 'Language & Text' in System Preferences. I noticed the 'custom' option at the very end of the list. However, I can't access it because it's grey. How do I activate this? Maybe custom is the solution to my problem. I can see French, German, etc..., but English isn't listed. I want English (Bahrain).
    Please help! I greatly appreciate it. Thank you, guys.
    twitte

    Hi Uncle,
    Page 116 of the Pages'09 User Guide: Control Click the date, Edit Date and Time.
    Date and time can also be in a table. Format the table cell.
    The User Guide is well worth a read. Download it from the Help menu in Pages.
    Regards,
    Ian.

  • HT3576 how to assigne a unique sound to a single incoming e mail address and have it aleart when in lock screen 4s Iphone 6.13

    how to assign a unique sound to a single incoming e mail address and have it alert when in lock screen on 4s Iphone 6.1.3
    I receive emergency requests for service thru e mails. my old BB let you assign separate sounds for incoming e mail addresses. can I duplicate that with Iphone or MUST I be woken with each and every incoming e mail?

    I have email messages alert sounds turned off except for VIP addresses (of which I have only one). That means I only get alerted for that one address.
    To add a Contacts entry to VIP senders in iPhone Mail:
    Open your list of mailboxes in iPhone Mail.
    Tap the > button next to VIP.
    Select Add VIP… at the list's end.
    Tap the desired entry from your contacts.
    Then, in Notifications>Mail, turn off the souds for your email account but enable them for VIP.
    Note that all VIP emails will have the same tone. It's more like the Priority feature on a BB than custom text tones.
    Best of luck.

  • Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Sales Group then add to Distribution list based on Region

    Hey Scripting Guys,
    I have been in and out of Powershell last few years, not that great at it tbh !!! I'm looking for advice on how I can as in Title, Create a Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Group then add to Distribution
    list based on Region/Country
    I was thinking along the lines of get-aduser -LDAPFilter "(department=SALES France) and adding a where clause for country.
    Any help would be great.
    Dec

    So I have tried a few variations but get errors on both 
    get-aduser -LDAPFilter "(&(department=SALES)(c=us))" | Add-ADPrincipalGroupMembership -MemberOf "testgroup"
    get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADGroupMember -identity "testgroup"
    Add-ADPrincipalGroupMembership : Object reference not set to an instance of an
    object.
    At line:1 char:86
    + get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADPrincipalGroupMe
    mbership <<<< -MemberOf "testgroup"
    + CategoryInfo : NotSpecified: (:) [Add-ADPrincipalGroupMembershi
    p], NullReferenceException
    + FullyQualifiedErrorId : Object reference not set to an instance of an ob
    ject.,Microsoft.ActiveDirectory.Management.Commands.AddADPrincipalGroupMem
    bership

  • How to assign approval task to a person who is not a member of the site

    Hi All,
    I need to assign approval task to a person who is not a member of site but member of team site.
    I know that if a person need to approve/reject task form should have atleast contribute permission.
    Is it possible to assign contribute permission to that person through workflow using impersonate step?

    You can assign permission through workflow using impersonate step and add list item permission. Few things to note here
    1) Impersonate step actually impersonate the person who last modified the workflow. This impersonation is similar to code impersonation. So you have to be careful that person who is creating this workflow does have permission to assign permission to others.
    2) You will have to assign permission to the list item (or list) where the item is as well as the task list item (or list) where your workflow task would be created. I think that would be Association: Task List when in SPD.
    3) If user does not have any permission at the site level then the only way they can access the item and/or the task item is through the link they would have received in email. 
    I am not 100% sure how permission assignment works from SPD when you list and list items are inheriting permission from parent so please verify that part as well.
    Amit

  • How to Assign Logical System to a Client in SALE Transaction

    Hi ABAP/EDI Specialists,
    1How to Assign Logical System to a Client. In the SALE transaction window.
    I didn't see any Receiving and Sending Systems(Tree). But I can see Logical Systems. In the Definition and Assign Subtree are there. I created two Logical Systems STUD_S and STUD_R. When I executed Assign Logical Systems. I got a window, Where I can see a list of Clients. I got confused, how to Assign those Two Logical Systems to Client 800 and 810. Finally I double Clicked on each client and in the next window. I changed the Logical System to STUD_S for Client 800 and Logical System STUD_R for client 810. and saved them.
    Is this procedure correct???
    Why I need this is, While generating partner profiles in ALE Model (BD64), I am getting no list at all. When I executed I got no list.
    "No messages have been defined for the selection conditions in the Model"
    I got struck at this point.
    Please help me to come out of it.
    Thanks,
    Chinna

    Hi Chinna,
    Thanks for such a valuable information. I am able to move further. But i got struck while generating parntner profiles from ALE distribution model.
    Log For Partner Profile Generation:
    Partner:
    Partner ZVK_SS_800 as partner has been Created ( Sending System)
    Partner ZVK_SS_820 as partner has been Created (Receiving System)
    Port:
    Port Cloud not be Created
    RFC destination ZVK_SS_820 not specified for system ZVK_SS_820
    Enter the RFC destination and Restart the generation
    It is not recognizing the RFC port, even though i followed all the steps correctly.
    While creating RFC destination, can someone tell me How to fix the above error and what is the Client No, Username and Pasword i have to give.
    Thanks
    Chinna
    Edited by: Chinna on Jun 6, 2008 7:43 PM

  • How to assign own Process code to a function module

    Hi,
      In we42.
      How to assign own Process code to a inbound idoc
    function module?
      Here function module name is not coming in the list.
    Ansar.

    Hi,
    USe transactn: WE42, define ur process code, double click and assign func module...
    To know all the transactions for ALE IDOC.. use
    WEDI.. Goto SAP easy screen there just type WEDI in command box and enter.
    Plz mark if useful..
    Regards
    Divaakr

  • How to assign work centre in OM

    Hi,
    In organizational structure how to assign work centre.
    it is necessary to assign cost centre to org structure.how ?
    President has to be given personnel no.?
    if employee is reporting to two superiors of different depts or different regions ,how the employee should be placed i.e dual reporting?
    Urgently reply.
    Thks
    Archana

    Hi Archana,
    1. To assign Work Center the T-code is PO01.
    2. Yes. In SAP HR every employee has to be given Personnel Number irrespective of their designations.
    3. No its not possible according to me (Gurus Pls correct me too if I am wrong)
    Hope above answers are helpful to you.
    Regards
    Pavani
    Remainder: Points to be given on answered.

Maybe you are looking for

  • Excise duty from Delivery excise invoice posted

    Dear Gurus of SAP I have major problem if some one can help me out it will great. We r using TAXINJ PROCEDURE FOR Tax. When ever there is a price revison there is a duty difference between duty posted in rg23d and Duty calculated during sales order/i

  • Set default payment terms for BP

    Hi, How do we set a default payment term for all new business partners?

  • MIDI piano keypress detection

    Hi all I am totally lost with this problem. MIDI really confuses me and im doing it as my final year project (i didnt realise how hard it was when i picked the project). If anyone has successfully connected an external MIDI interface device (a midi k

  • Possible regression moving from build #452 to #455

    this works in build 452, but not anymore in 455, i'm trying to change the color of clicked words to red. am I doing anything wrong? ... // create text flow, with paragraph and spans in it _textFlow = new TextFlow(); var p:ParagraphElement = new Parag

  • Paint bucket tool not painting color on canvas

    Ok - I'm new to photoshop (I just got cs4) and can't seem to get the paint bucket tool to paint the background.  I've started out with a new canvas, selected paint bucket and color from color menu on right side.  Foreground is selected and the paint