Sapshcut.exe - Parameter for multi selection

Hello,
with sapshcut.exe we can start a new GUI session and start a transaction.
For the parameters to start a transaction we use the "command" parameter of sapshcut.exe
For example - command "SE09 TRDYSE01CM-USERNAME=WULFF"
My question is if it is possible to fill parameters for multi selection.
The syntax <field>-low=.... and <field>-high=... is working but <field(1)>=..... is not working.
We want to start transaction ME2o using sapshcut.exe.
Thanks
Arnfried

Dear Arnfried,
have you checked sap note 103019?
It describes how to provide parameters to sapshcut and shows the limitations.
Best regards,
Thomas

Similar Messages

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • For Multi Selection of Whare used list

    Dear Friends,
    I have Used T-code CS-15 for whare used list of material. if any other T-code for multi selection of materials for where used list.
    Please write.
    Thanks & Regards
    Ajit Sharma

    Hi Ajit,
    As mentioned in the previous posts, it is not adviced to have a multiple selection where-used, as the runtime is very long for this report.
    But if there is a specific need, you can build a Z report by using the FM -> CS_WHERE_USED_MAT
    But do ensure that your abaper puts in some restriction criteria. In the z report which i had done in one of the projects, i had put a restriction of 10 materials as the runtime was long.
    If helpful award points
    Regards,
    Vivek

  • Request for multi selection in XTree component

    Dear Donald,
    i need a small help in XTree component.Currently its supporting only single selection but i need to do multiple selection in that.Can you please enhance that for multi selection.This would be of great help to me.
    Appreciate your help...
    Thanks,
    Sreelekha

    Hi Sreelekha
    You need to contact Donald to ask for this enhancement so I will mark this as answered.
    Regards
    Matt

  • Extending Screens for Multi-Select in the LightSwitch HTML Client

    Hi i
    read Mike Droney's article of 
    Extending Screens for Multi-Select in the LightSwitch HTML Client
    But i just want to understand the code, so what is the ‘__isSelected’ property? from where does it come?
    why does the contentItem.value.details have an ‘__isSelected’ property?
    is the value of the contentItem not the screen?
    and also how can i implement the ‘Can Execute Code’ only if one or more check boxes are checked?
    Thanks  

    But i just want to understand the code, so what is the ‘__isSelected’ property? from where does it come?
    why does the contentItem.value.details have an ‘__isSelected’ property?
    is the value of the contentItem not the screen?
    and also how can i implement the ‘Can Execute Code’ only if one or more check boxes are checked?
    The '__isSelected' property is a private member of the class msls.ContentItem related to the backing data for the selected item.  That is to say, it would be a private member if JavaScript actually had encapsulation and information hiding like a typical
    object-oriented language. I like to reference David Herman's description from his book
    Effective JavaScript:
    Often, JavaScript programmers resort to coding conventions rather than any absolute enforcement mechanism for private properties. For example, some programmers use naming conventions such as prefixing or suffixing private property names with an underscore
    character (_). This does nothing to enforce information hiding, but it suggests to well-behaved users of an object that they should not inspect or modify the property so that the object can remain free to change its implementation.
    ...which means that it's generally not recommended to directly get or set backing data properties like __isSelected, instead working with the public property 'selectedItem', although it may work fine in certain cases like this one.
    To make _canExecute fire only when an item in the list is selected to enable a button method, try:
    return (screen.Contacts.selectedItem !== null);

  • How to set billing doc parameter for multiple selection ?????

    Hi all,
    Output for Billing
    VF31, SD70AV3A
    i would like to add ‘Multiple selection’ to the Billing Document parameter.  multiple Currently, it would only give data for one of the documents in the selection.
    According to me the billing parameter can be changed for multiple selection, need your suggestion for how to proceed with this..
    Thx in adv
    Megha

    VF31 <b>does</b> have multiple selection option for Billing document, at least in my world (4.7).

  • Prerequisites for multi selection value help

    Hi everyone,
    a couple of blogs and forum entries show multi selection value helps in VC. I, on the other hand, have so far been unable to do this. The only option I get in the first step of the value help wizard is the "single selection" type. Even if I start off with a blank form view and add a text input field I cannot choose anything apart from a single selection value help. Is there something I am completely missing? I stumbled upon a note bringing this into connection with OLAP source systems, but I can't quite see why this should change anything since the source system is not selected until step 2 of the wizard.
    Any idea on this? Thanks a lot,
    Tilman

    Hi Mario,
    thanks for the hints, I got it working now, regardless of whether you use an OLAP source system, variables or the respective input port, though. It seems to suffice to connect the query directly to a form view to get the additional options. My problem was then that I had a form view connected to a nested iview. I should be able to connect it to both a query and the iview, though.
    Thanks for your help,
    Tilman

  • XML Publisher Report  - Possible for multi-select LOV parameters?

    I am new to using BI Publisher for generating reports out of E-Business Suite. I am looking for assistance with 2 questions below
    1. I have created an LOV parameter based on a value set, is it possible to allow the user to select one, all, or a subset?
    2. Is there a way to model an "IN" statement in the XML where using the parameter?
    Thank you.

    With whatever i could make out is you are trying to change a discovere report to xml; publisher report isnt it?
    To answe to your question, directly it is not possible to have In clause but you could use some smart logic like lexical parameters etc to achieve similar things.I guess you cannot do in in EBS Reports too.

  • Parameter for Multiple Selection

    Hi Experts,
    How I have to programming my Parameters, that I can select more than one value?
    Parameter: user type .....
    I want to select User "Test" and User "Mike".
    Regards,
    Mike

    You should convert your Parameter to Select-option to be able to select more than one value.
    Like:
    TABLES: USR02.
    SELECT-OPTIONS: S_USER FOR USR02-BNAME.
    Make sure than you change your select query.
    Like:
    WHERE USER IN S_USER
    Regards,
    Naimesh Patel

  • What is Maximum size for Multi select list?

    Hi,
    We are using the select_list_from_query given " size=10 attribute " so getting as multiselect list ,but there is a constraint for multiselect list where we can display only 1000 values max i guess,I have around 10,000values to display in list but getting error as given below , how can i overcome this problem in apex?? please suggest me..
    getting error saying : ORA-06502: PL/SQL  numeric or value error: character string buffer too small
    Thanks
    Anoo
    Edited by: Anoo on Sep 2, 2009 8:00 AM
    Edited by: Anoo on Sep 2, 2009 8:06 AM

    First of all, I wouldn't use a multiselect list but a shuttle item since this is much better from the handling point of view. Second, the Patrick's comment is valid. You could use the filetering on the shuttle like in this example
    http://apex.oracle.com/pls/otn/f?p=31517:166
    where your approach would be to show no results by default and give a user a chance to reduce the nubmer of options by choosing some groups from a select list or by typing in some sting.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Menu for multi selection (Safari)

    I brought this issue up in a previous discussion but wanted to open up a new one just for this. After updating to iOS 8, I found an issue using drop-down menus that have the option for selecting multiple items. I use a menu like this often on my job website, so it's become troublesome. I found a public site that has the menu and the same issue occurs. FYI: the issue only occurs on the iPhone, not ipad.
    http://jeffhowden.com/code/css/forms/
    Towards the bottom of the form there is a menu titled: ""What is your current availability?" As default there are no items selected. If you select an item and leave the menu, it seems to work fine. But after returning to the menu, if you want to deselect the item, add additional items and remove the original item and leave the menu, the original item is stll selected (i.e. you can't revert it back to 0 items selected) or other various errors occur.
    If anyone else sees this issue I'd appreciate the notice. I don't how to report the bug to Apple accordingly. iOS 7 did not have this issue. Like I said, I use it frequently for work, so it's become a little annoying if not impossible for me to get certain results. Thank you.
    Jtsastre

    I have a similar trouble, here is what is happening:
    When i load the webpage by default all the options are checked.
    if I uncheck one and hit OK only the one I unchecked is selected.
    its like each time the control is open all the options become unselected even if they are shown like the are selected.
    Did you try to open the control and select none to see if this happens to you too?

  • Is there an option for 'multi-selection' of files?

    It is very troublesome having to tap each and every file for selection.

    Thanks for the reply!
    That's what I am currently doing. However, if there is a 'select-all' option it would be much easier.

  • Set Parameter for Select Option & Customized field

    Hi All,
    I had 2 questions here:
    1. This field in the report is a customized field and did not have any parameter.
        Is there any way to set the parameter for such fields?
    2. This field is a select option in the report.
        How can i set the parameter for the select option with lower and higher range?

    >
    Sally Teo wrote:
    > Hi All,
    >
    > I had 2 questions here:
    >
    > 1. This field in the report is a customized field and did not have any parameter.
    >     Is there any way to set the parameter for such fields?
    ----> plz ref ur prev.Post.
    >
    > 2. This field is a select option in the report.
    >     How can i set the parameter for the select option with lower and higher range?--->
    i dont think its possible to give High/low values to them, better to write small BDC to pass the data.
    regards
    Prabhu

  • Make Record for folder and multi-selected files

    Hi,
    'Make Record' item disappeared in MENU for folders not for files.
    And it can't make record for multi-selected files.
    I can only make Record by one and one.
    How to make Records for folder and multi-selected files?
    Regards
    Kitae

    Programatically, only a single document at a time can be made a record :-
    makeRecord
    public Item makeRecord(long parentId,
    long docId,
    NamedValue[] attrs,
    AttributeRequest[] attributes)
    throws FdkException
    You could potentially through a custom workflow triggered on UserRequest allow multiple submitted documents to be made records through a custom BPEL process calling Content DB Web Services.
    Matt.

  • How to un-check everything in a Multi-selection list box in SP2013?

    When a radio button is selected/un-selected, i would like to clear all the checkboxes that were checked in a MSLB.  I created a rule for the condition but in the action, how to create this uncheck action?
    Thank you

    yes, that's what I've done but still not working.  I even downloaded the sp, 
    InfoPath 2013 (KB2837648) 32-Bit Edition
    and it still doesn't work.  In the screen shot attached, ml prefix is for Multi-selection list box.  So, in mlImprovement, if the Communication checkbox isn't checked then set the Multi-selection list box, Communicaiton, to blank so it should
    show no selection.
    In the preview of Infopath 2013, I would check Communication in mlImprovement and then check a couple of checkboxes in mlCommunicaiton.  I then uncheck and check Communicaiton in mlImprovement and those previously checked checkboxes remains.
    I have been very frstrated working the MLSB infopath 2013.  there are other issues that does't work either.  Please advise if I'm missing a step here and there, thank you.

Maybe you are looking for

  • HP iPrint Photo problem on N97

    I downloaded HO iPrint Photo on my N97 V20. I read great reviews about this app and am very keen to use it. My problem is this, I'm getting "generating thumbnails" and a task bar for about 5-10 seconds and then (no photos are available in the phone)

  • Why won't add ons manager load?

    Am trying to access Addons manager, and page comes up, but nothing loads. The box says "loading", the little symbol keeps spinning, but nothing happens. This is just happening recently, but it's disturbing, as I have no access to my addons at all.

  • Migration mysql to Oracle thr SQL Developer 1.2

    Customer using SQL Developer migrate MySQL4.1.22 database data to Oracle 9206 database. Capture and Convert completed but it hang during generate stage. Customer follow steps published in otn.oracle.com. 1-2 steps Create a schema and user, named "clu

  • Fix Facebook like issue - comment window hides behind other objects

    On my site htt://cocos-locos.com is a Facebook like widget.  When a user clicks on the widget, the comment app hides behind a text box on the page.  I tried moving it and no matter where this happens, BUT ONLY ON MY IPAD MINI.  It opens in a pop-up w

  • Best drive for time machine backup

    I just upgraded my Macbook Pro and the drive in the new one is 500Gb. That is 380GB larger than my previous drive. What external drive would you recommend for use on my network. I will be plugging it into my Airport Extreme and will be used solely fo