Change Selection fields into Multiple Selection

Hello,
I would like to know if it is possible to change a standard Selection fields box into a Multiple Selection box.
Example:
In VA05, I have this (Further Sel.criteria > PO number)
I want it to be like that (like in VA05N)
Therefore, when I click on the Multiple Selection button, I have all the standard options as shown below:
Any hint how it can be done would be appreciated.
Thanks
Regards

click on 'Select Ranges' and you can able to eneter multiple ranges as you are looking.

Similar Messages

  • Duplicate object into multiple selected frame

    I’m looking for a script that will duplicate the selected object or the content of the clipboard into multiple selected layers inside a document.
    I have not find any discussions around this, but I’m asking if anyone have already seen such script.
    Thanks
    Jean-Claude

    Jean-Claude try the following one:
    1. Should work with a single object, multiple objects, group
    2. Should alert a warning, if you select nothing or select some text
    3. Will not honor, if layers are hidden or locked
    Does it work for you?
    // duplicate on different layers _b02
    // by Kai Rübsamen, credits to Hans Haesler
    // vorbeugenderweise das Anzeigen von Dialogen aktivieren
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    // prüfen, ob ein Dokument geöffnet ist
    if ( app.documents.length == 0 ) {
        alert ( "Warning\rOpen a document!" );
        exit();
    // die Auswahl speichern ...
    var allSel = app.selection;
    var nItems = allSel.length;
    // und prüfen
    if ( !nItems ) {
        alert ( "Warning\rSelect something!" );
        exit();
    if ( nItems == 1 && app.selection[0].hasOwnProperty("baseline") ) {
        alert ( "Warning\rDoes not work with text. Select only frames!" );
        exit();
    var curDoc = app.activeDocument;
    var allLayers = curDoc.layers;
    var nLayers = allLayers.length;
    // eventuell vorhandene Dialoge entfernen
    try {
        app.dialogs.everyItem().destroy();
    catch (e) {
    var layerNames = new Array();
    for ( var i = 0; i < nLayers; i++ ) {
        layerNames.push( allLayers[i].name );
    // eventuell vorhandene Dialoge entfernen
    try {
        app.dialogs.everyItem().destroy();
    catch (e) {
    // den Dialog vorbereiten ...
    var dlogCheckList = new Array();
    var aDialog = app.dialogs.add({ name: "Duplicate object to selected layers", canCancel: true });
    with ( aDialog ) {
        with ( dialogColumns.add() ) {
            with ( dialogRows.add() ) {
                staticTexts.add({ staticLabel: "active = duplicate"} );
                for ( var n = 0; n < nLayers; n++ ) {
                    with (dialogRows.add()) {
                        dlogCheckList.push( checkboxControls.add({ staticLabel: layerNames[n] }));
    // ... anzeigen und die Wahl des Anwenders anwenden
    if ( aDialog.show() == true ) {
        for ( var k = 0; k < dlogCheckList.length; k++ ) {
            var curCheckBox = dlogCheckList[k];
            if ( curCheckBox.checkedState ) {
                var curLayer = curDoc.layers.itemByName( layerNames[k] );
                for ( var i = nItems-1; i >= 0; i-- ) {
                    var curSel = allSel[i];
                    curSel.duplicate( curLayer );
        aDialog.destroy();
    else {
        aDialog.destroy();
    –Kai

  • I need to divide selected row into multiple rows when i navigate  ADF 11g

    Hi
    I'm using jdeveloper 11.1.1.2.0 with ADF 11g.
    I need to divide selected row into multiple rows when i navigate to other page . Scenario - in first page i'm displaying some records with columns like empno , empstatus , empworkdepts ,curdepts
    Here empworkdepts gives the numeric number like no of departments work shifts 3 or 4 or 5. when i select any particular employee and fire next button to navigate next page.I have to divide the selected employee with same information into multiple times based on the empworkdepts value.
    empno empstatus empworkdepts curdept
    001 eds 2 TS
    002 hr 1 FO
    003 eds 4 TS
    *004 eds 3 TS*
    now i selected employee 004 , when i navigate to next page.
    Empno EmpStatus EmpWorkDepts CurDept
    004 eds 3 TS
    004 eds 3 TS
    004 eds 3 TS
    i did with java code in bean .but not stable .
    any help............
    thanks advance.............
    Edited by: user9010551 on May 5, 2010 10:48 PM
    Edited by: user9010551 on May 10, 2010 11:31 PM

    user9086775 wrote:
    Hi Experts,
    I have a requirment where i need to fetch parts of a single row into multiple rows from a singlt Query, i am sure it is possible using Pivots but just cant figure out an approach. Any help on this is highly appriciapted.
    Requirment:
    This is a sample set record in a table
    Product     Sub Product          Name    Age
    New Car    Nissan                   Tom        49
    New Car    Nissan                   Jack         36
    Old Car      Audi                     Sam         24
    Old Car      Jaguar                  Pint          26
    Old Car      Audi                     Smith       41
    I need to be able to fetch the above data in the below fashion
    Product     Sub Product          Name    Age
    New Car
    Nissan
    Tom        49
    Jack        36
    Old Car     
    Audi            
    Sam        24
    Smith      41
    Jaguar                   Pint         26Please help with ideas as to how can i achive the above without using PLSQL.
    Thanks in advance!You should be doing this in the client on not in the DB. Use the reporting tool that you use to do this.
    For example if you are in SQL Plus you can use the BREAK command.

  • SELECT FIELD INTO FROM WHERE

    Hello,
    pls. help me to solve the following problem :
    declare
    zsql varchar2(200);
    I_FKART varchar2(4);
    begin
    zsql:='select FKART into';
    zsql:=zsql||'P39_FKART from scmoper.ZUMFA WHERE
    FKART =:P39_INPUT';
    return (zsql);
    end;
    IT WORKS, BUT THE FIELD P39_FKART isn't filled . It shows the value of the table ZUMFA (only one value) in form of list.
    I've tried with :P39_FKART or &P39_FKART. It doesn't work.
    many thanks for your help in advance .
    Tl

    I think it should work when you do it like:
    zsql:=zsql||:P39_FKART||' from scmoper.ZUMFA WHERE
    Oh wait, now I see what you are doing...
    You shouldn't do the select INTO in the buildup of your dynamic sql, but where you use it. I'm not sure of the syntax, but a quick search on Google or the forum should help you along. It should be something like EXECUTE IMMEDIATE zsql INTO :P39_FKART;
    Edited by: Michel van Zoest on Sep 16, 2009 2:53 PM

  • How to select data into multiple bind variables

    Hi,
    I need to load data into multiple bind variable how to do that
    As of now i am using this
    select a , b into :a, :b from dual
    But i want even a to be loaded into both :a and :c also b to be loaded into :b and :d Please suggest
    Thanks
    Sudhir.

    Thanks much it worked
    Thanks
    Sudhir

  • Inserting Selected Checkboxes into multiple rows

    Problem Statement
    Form Contains -
    Project Name (Select List - Single)
    Checklist (Checkboxes - Dynamic LOV, Values from Table - Master Checklist)
    Now I have to Insert into ProjectChecklistTabel.
    I select Project from list, select multiple checkboxes and click submitt. Now, data should be inserted into table as -
    ProjectSelected Checkbox1Value
    ProjectSelected Checkbox2Value
    ProjectSelected Checkbox3Value
    Can anyone explain how can I do this.

    Sure,
    Use the following code in a page process on submit:
    DECLARE
       l_vc_arr2   htmldb_application_global.vc_arr2;
    BEGIN
       l_vc_arr2 := HTMLDB_UTIL.string_to_table (:p1_checkbox);
       FOR i IN 1 .. l_vc_arr2.COUNT
       LOOP
          INSERT INTO checkbox_table
                      (checkbox_value
               VALUES (l_vc_arr2 (i)
       END LOOP;
    END;Also, see numerous examples on that issue here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:84
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Input Field with multiple selection

    I am planning to add an input field to my BSP application.
    I have already implemented a self-made F4 help for it.
    But now my customer wants a multiple-selection for it (as in the workbench, when you display the content of a database table).
    Is there anything I get for free, or do I have to implement this all on my own?

    Hi Daniel,
    Are you looking for implementation of select-options within BSP? For this you have a beautiful article by Thomas Jung... You look for it....
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cd465292-0801-0010-e19f-e67172032668
    Thanks...
    Regards,
    Ravikiran

  • Adding new selection field into a standard collective search help

    Hi All,
    I have a standard search help KRED attached to vendor field in FK03 transaction.
    My requirement is to add one more field in the selection criteria in the 'Vendor (PO Box) tab.
    Thanks,
    Jyoti

    I'd create a new custom elementary search help and add to KRED.

  • SSRS 2005 - Split multiline address field into multiple address columns

    Hi all
    I have an address field called SiteAddress, which is multiline with carriage returns, and stores addresses as:
    SiteAddresss
    SiteABC
    1 Main Street
    Withington
    Manchester
    M20 1FT
    How do I split this address field across multiple new fields, eg:
    SiteName         AddressLine1      AddressLine2       AddressLine3     AddressLine4      Postcode
    SiteABS           1 Main Street      Withington           Manchester                                
    M20 1FT
    Thanks for all help
    Naz

    It is simple using TSQL, refer below example,
    ;with cte as (
    select 'site name' [address]
    union
    select 'address line 1' [address]
    union
    select 'address line 2' [address]
    union
    select 'address line 3' [address]
    select * from (select [address], row_number() over (order by address desc) rn from cte) x
    pivot
    (max([address]) for rn in ([1],[2],[3],[4])) pvt
    However if you need in SSRS itself, you can try using custom code to split the address string by char(10) or char(13) and then insert into an array. If the input parameter is 1 return the first address from the array, 2 return the second address and so on.
    Custom code can be called from the textbox expression as,
    =code.getAddress(Fields!Address, 1)
    Regards, RSingh

  • Inserting Lots of fields into multiple tables

    Hi, i would like to enter lots of fields into mutiple tables
    in my access database. I have 6 pages which in turn have a
    different set of forms which must be inserted into its own table. I
    tried to insert some information into the table but because my
    database is a relational db i get an error message "You cannot add
    or change a record because a related record is required in table
    'Hosting'. Im not entirely sure what this error means but it is
    quite urgent that this is sorted. Another way in which i tried it
    was to carry all the form values over each page and recarry them
    onto the final 'insert' page but i cannot insert more than one
    insert record behavior and if i do i get a dim error message.
    Can somebody please help me this is very urgent.
    Thanks in advance,
    Adam

    Adam
    The error means that you are trying to insert a record into a
    table that is
    dependent upon some of the information being in a higher
    table, so you need
    to do the inserts in the correct order.
    There is an old tutorial on the MM site on how to handle
    multiple tabel
    inserts, which you may find useful.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "muzicmistro" <[email protected]> wrote in
    message
    news:e3fej1$8gp$[email protected]..
    > Hi, i would like to enter lots of fields into mutiple
    tables in my access
    > database. I have 6 pages which in turn have a different
    set of forms which
    > must
    > be inserted into its own table. I tried to insert some
    information into
    > the
    > table but because my database is a relational db i get
    an error message
    > "You
    > cannot add or change a record because a related record
    is required in
    > table
    > 'Hosting'. Im not entirely sure what this error means
    but it is quite
    > urgent
    > that this is sorted. Another way in which i tried it was
    to carry all the
    > form
    > values over each page and recarry them onto the final
    'insert' page but i
    > cannot insert more than one insert record behavior and
    if i do i get a dim
    > error message.
    >
    > Can somebody please help me this is very urgent.
    >
    > Thanks in advance,
    >
    > Adam
    >

  • Splittling numbers in one field into multiple sections

    Good Morning,
    I am currently working on a project where a user inputs required information on digital entry form, which then auto populates the inputted data onto multiple documents. While a majority of the data maintains the same format integrity throughout the documents, I am running into issues with documents that deviate from that standard input format. For example, when users enter the following numbers, they are entered as one line of text:
    However, the output on a required document splits these numbers into multiple sections:
    The output document is not maintained by my organization and I cannot make changes to the document formatting. Can anyone assist me in finding a way to split the single line text into the mutliple fields as shown? 

    If you're importing the form data into the second form, create the NCPDP# field and make it hidden. The create three visible fields to hold the three parts of the number, for example: NCPDP2.1, NCPDP2.2, and NCPDP2.3
    You can then use a custom Validate script for the hidden NCPDP field that's something like the following:
    // Custom Validate script
    (function () {
        // Do nothing if field is blank
        if (!event.value) return;
        // Populate the other fields if the string length is correct
        if (event.value.length === 7) {
            getField("NCPDP2.1").value = event.value.slice(0, 2);
            getField("NCPDP2.2").value = event.value.slice(2, 6);
            getField("NCPDP2.3").value = event.value.slice(6);
        } else {
           // What do you want to do here if the string length isn't 7?
    Look up the slice string method in any decent JavaScript reference for more informatio on how it works. Note that you can make the subfields into combs fields to match the spacing of the boxes.

  • How can I see the numbers of lines selected in a Multiple Selection Box?

    Hi everybody,
    what I want to do is to get in an array of numbers all the lines selected.
    For instance, if I select the rows 1,4 and 7 from a Multiple Selection Box
    of 10 rows in total, how can I see that array when the rows 1,4 and 7 are
    selected?
    Because I want to connect this numbers to Case Structure and if the only
    rows selected are 1,4 and 7, the Case Structure will only realize this cases,
    and the rest will be ignored.
    I'm sure there is some way to get what I want.
    Thank you for your helpful.

    THANK YOU VERY MUCH. IT WORKS PERFECTLY!!!
    "Dennis Knutson" wrote:
    >>If you just wire the list box to an array indicator, you will see that
    the>output is an array of the selected items. Auto index the array through
    a>for loop that has your case statement inside.>>Dennis Knutson>>"Carlos
    Jorge" wrote>>Hi everybody,>>what I want to do is to
    get in an array of numbers all the>lines selected.>For instance, if I select
    the rows 1,4 and 7 from a Multiple>Selection Box>of 10 rows in total, how
    can I see that array when the rows>1,4 and 7 are>selected?>>Because I want
    to connect this numbers to Case Structure>and if the only>rows selected are
    1,4 and 7, the Case Structure will only>realize this cases,>and
    the rest
    will be ignored.>>I'm sure there is some>way to get what I want.>>Thank you
    for your helpful.>>

  • Imposing selection fields into a screen field

    Hello Frnds,
    I have a FM in which I am calling a report. That report doesn't have any selection screen but it calls a user defined screen in which i have an input field PARTNER (KNA1-KUNNR).
               In my FM i have import parameter as partner same type as in the report screen field and an export parameter sy-subrc.
                Now my issue is I wanna impose the import parameter partner to the screen field in my report which is called. How could I do that?
              I am using a submit statement to call the report from the FM.
    Please feel free to ask 4 more details or 4 any other questions...!
    Note: I do not have standard selection screen for my report. I have to impose the FM import parameter to the screen field in the report.
    Thanx in advance,
    Abhi...!

    hi abhi satya 
    Use EXPORT and IMPORT Statement
    in report export the field value and in FM import those value
    regards
    Deva

  • LIS: How to put an additional selection-field into sel-screen

    Hi LIS-Gurus,
    I have a self-defined information structure with a method for list enhancement. In this method I want to calculate values. So far so good.
    The problem is: for the calculation I need a date. The user should be able to enter this date in the selection-screen of the standard-analysis (MCSI).
    Is there any chance to define a parameter or select-option, that can be readout in the method? The field should only be used to allow the user to enter a date. There must be now selection in any kind for that field...
    Thanks in advance for your hints!
    Nicole

    please modify the layout of screen 1s00 of programm SAPMF05A in SE80 accordingly.
    Regards,
    Attila

  • Parsing a selected column into multiple returned values

    I have a column in a table that contains a string of variable names seperated by commas. In my Select statement is it possible to break apart the string using the commas as a delimeter and get each item returned individually?
    Here's my table:
    SQL> create table myvars
    2 (x number(1), vars varchar2(200));
    Table created.
    SQL> insert into myvars
    2 values
    3 (1, 'varA,varS,varY');
    1 row created.
    SQL> edit
    Wrote file afiedt.buf
    1 insert into myvars
    2 values
    3* (2, 'varX,varU,varB,var1')
    SQL> /
    1 row created.
    SQL> edit
    Wrote file afiedt.buf
    1 insert into myvars
    2 values
    3* (3, 'varE,varI')
    SQL> /
    1 row created.
    SQL> set linesize 250
    SQL> /
    X VARS
    1 varA,varS,varY
    2 varX,varU,varB,var1
    3 varE,varI
    So, would it be possible to somehow select the a row of text where X = 2 that ends up looking like this:
    X
    2 varX varU varB var1
    ...where the column VARS is broken into 4 smaller strings of text?

    SQL> select ename from emp where empno = 7934 ;
    ENAME
    SMITH,ALLEN
    1 row selected.
    SQL> select * from TABLE(select cast(in_list(ename) as mytableType) from emp where empno = 7934) a ;
    COLUMN_VALUE
    SMITH
    ALLEN
    2 rows selected.
    SQL>Message was edited by:
    Kamal Kishore

Maybe you are looking for