Change of check box to quantity box

How can I change a series of check boxes to a box to enter quantiy into?

Hi Deborah,
You cannot change the type of a form field from choice field to text input field. You would need to create a new text field then delete the existing choice field. Are you concerned about loss of existing response data?
Regards,
Brian

Similar Messages

  • How to change a check box default from checked to unchecked?

    Hi All,
    I have a form, want to change a check box default from checked to unchecked.
    from the layout, doulb click into property of this check box, did not see default setting for the box, where to change a check box default from checked to unchecked?
    Thanks.

    hello friend,
    ->go to the property palette of ur check box
    ->under the functional set the property "check box mapping of other values"=unchecked
    so...when u run the form then checkbox will unchecked.
    but..at design time u can't see the effect of unchecked..
    Regards
    Chandan

  • Activate Change Document Check box in Data Element "J_CHGKZ"

    Hi experts,
    Our developer want to activate the change document for the data element "J_CHGKZ". The access key has been applied. We have tried to activate the change document check box in SE11, but the change box is disabled even in change mode. Has anyone come across this before and does anyone have a solution to this?
    Thanks

    Hi,
    SAP does not allow to use change management for date, time fields. Thats the reason for not allowing change to BDTER field.
    Hope that answers your question.
    Thanks
    Pavan

  • How to change the check box with the push button in itrator table rows

    Hi all,
    I want to change the check box of the itrator table rows with push button/ some thing better as to give
    the table view more good look and user friendly.
    Does any one has tried any other option in table view in place of check box
    Thanks
    Bhagat

    There are various objects which you can create via iterators. Please see the application SBSPEXT_TABLE for more details.
    DATA: lo_text      TYPE REF TO cl_htmlb_textview,
            lo_ddlb      TYPE REF TO cl_htmlb_dropdownlistbox,
            lo_input     TYPE REF TO cl_htmlb_inputfield,
            lo_button    TYPE REF TO cl_htmlb_button,
            lo_chk_bx    TYPE REF TO cl_htmlb_checkbox.
      row_ref = p_row_data_ref.
      CASE p_column_key.
        WHEN 'EFF_DATE'. " Input field
          CREATE OBJECT lo_input.
          lo_input->id       = p_cell_id.
          lo_input->type     = 'DATE'.
          lo_input->showhelp = 'TRUE'.
          lo_input->width    = '60'.
          lo_input->invalid  = 'true'.
          p_class            = `ao`.
          lo_input->value     = get_column_value( p_column_key ).
          p_replacement_bee = lo_input.
        WHEN   'NEW_LOC'. " Drop down list box
          CREATE OBJECT lo_ddlb.
          GET REFERENCE OF gt_persa INTO lo_ddlb->table.
          lo_ddlb->id                =  p_cell_id.
          lo_ddlb->nameofkeycolumn   = 'NAME'.
          lo_ddlb->nameofvaluecolumn = 'VALUE'.
          lo_ddlb->selection         = get_column_value( p_column_key ).
          lo_ddlb->selection  = 'DUMMY'.
          p_replacement_bee          = lo_ddlb.
        WHEN 'MON' . " Check box
          CREATE OBJECT lo_chk_bx.
          lo_chk_bx->id = p_cell_id.
          lo_chk_bx->checked =  get_column_value( p_column_key ).
          p_replacement_bee  = lo_chk_bx.
        WHEN 'NEW_MGR_SRCH'. " Button
          CREATE OBJECT lo_button.
          lo_button->id            = p_cell_id.
          lo_button->text          = 'Search Mgr'.
          lo_button->onclientclick = 'script'.
          p_replacement_bee = lo_button.
        WHEN OTHERS. " Text
          CREATE OBJECT lo_text.
          lo_text->id       = p_cell_id.
          lo_text->wrapping = 'FALSE'.
          lo_text->text     = get_column_value( p_column_key ).
          lo_text->design   =  'STANDARD'.
          lo_text->textcolor = 'POSITIVE'.
          p_replacement_bee = lo_text.
      ENDCASE.
    Thanks
    A

  • Changed Agreements Check Box in VBOF

    Dear All,
    Can someone help me to understand the Usage of Check Box "Changed Agreements" at the bottom of the VBOF Transaction.
    I read the documentation and was not able to get the exact meaning of what happens when we Tick or Untick the Check Box "Changed Agreements" in VBOF while running retrospective Rebates.
    The issue we have is that in Our Production System when the Changed Agreements Check Box is checked then VBOF does not shows up any Billing Documents however when we uncheck the Check Box then documents are shown.
    In Our Development System same documents are shown in both the cases.
    Hence can someone explain by giving a example as to what is the difference when we Check or Uncheck the Changed Agreements Check Box. What is the Usage od the same?
    Regards,
    Madhukar

    Hello madhukar,
    Please check the following information available in the Note 105681 regarding the parameter "Changed agreements"
    Normally, you should set this parameter, since an improved runtime is
    achieved with a restriction to changed agreements.
    You should only deactivate the parameter if changes which are relevant
    for rebate occurred outside rebate agreement maintenance. These are, for
    example:
        o  Relevance for rebate
           -  Sales organization
           -  Payer
           -  Document types
        o  Pricing procedure
           -  Add/delete rebate condition types
           -  Formulas/requirements for rebate condition types
           -  Reference step of a volume rebate condition type
        o  Access sequences
           -  Add/change/delete accesses
           -  Requirements
           -  Exclusive indicator
        o  Condition type
    -  Condition exclusion indicator
        o  Condition exclusion groups for rebate conditions
    If parameter 'Changed agreements' is not set, in this case you should
    attempt to restrict the agreements manually as much as possible.
    Also consider that for the above changes you may have to set up the
    rebate index (VBOX) again, no matter if you use the new rebate procedure
    or not. Thus, the previous process has not been changed concerning this
    point.
    Regards,
    Raghavendra

  • Activate Change Document Check box in Data Element

    Hello Experts,
    I want to activate the change document for Reservation.  In table RESB, I have registered the OSS key for the table, and the data element, but when I try to change the Data Element "BDTER - Requirements date for the component" the Change Document check box is disabled even in change mode.  Has anyone come across this before and does anyone have a solution to this?
    Thanks

    Hi,
    SAP does not allow to use change management for date, time fields. Thats the reason for not allowing change to BDTER field.
    Hope that answers your question.
    Thanks
    Pavan

  • I am trying to install windows 7 to my Macbook pro with bootcamp but every time I open bootcamp I am only able to check the first two boxes but not the third one saying "install or remove Windows 7", any solutions ?

    Hi, I am trying to install Windows on my MacBook Pro with bootcamp. Every time I open bootcamp I am only able to check the first two boxes but not the third one saying "install or remove Windows 7". I did this before using the same computer and the same hard drive so I am not sure why this is happening now but did´t happen then. Any solutions ?

    Was your Bootcamp info.plist manipulated to change any options?

  • Why can I not check the 'shuffle images' box in a slide show settings in iPhoto 9.6?

    Why can I not check the 'Shuffle images' box in settings of a slide show in iPhoto 9.6? All other settings I can check but this one.

    Hey Brad,
    If you are unable to select the shuffle images checkbox, follow the steps in this article -
    iPhoto '11: Change slideshow settings
    Specifically -
    To display slides in random order, select “Shuffle slide order.” If you don’t see this option, play the slideshow, move the pointer to make the slideshow controls appear, and then click the Settings button.
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • I have always been able to zoom in on my photo by holding the cmd and space bar, that changed and now it creates a box and zooms in on that area and I can't zoom out using cmd   space bar. How do I change it back to the  original way of zooming?

    i have always been able to zoom in on my photo by holding the cmd and space bar, that changed and now it creates a box and zooms in on that area and I can't zoom out using cmd   space bar. How do I change it back to the  original way of zooming?

    Select the Zoom Tool in the tool box and see if Scrubby Zoom is unchecked or greyed out in the tool options bar.
    (you want Scrubby Zoom checked)

  • How to change the font size of Text box tool ?

    How to change the font size of Text box tool ?
    I am using Acrobat PDF 6.0
    Tools > Advanced Commenting > Text Box Tool
    I need to know how to change the font size. The default font size is too big.
    let me know
    Thanks

    I do not have AA6 available right now (I can check at home this evening). I am also using AA Pro, not Std. In AA7, there is a text box tool that is a commenting tool. When I started typing, a properties toolbar came up that had the font size and such. I haven't figured out how to get the toolbar after the fact. In AA8, I selected the text box tool and then went to view and selected the properties bar (the font size and all showed then), or use Ctrl-E when editing the text. I have not been able to figure out how to edit the text in a text box after you have created it - think it is a mental block right now. Bill

  • Quantity Box not working

    When I check the part -> details -> "quantity box" for a product line master part, it does not work correctly when I add to cart.  I just get qty of 1 instead of the qty I put in.  It works fine with non-product line master parts.  It this supposed to work?

    Hi Stephen
    This should actually be hidden and this is the bug. The idea behind PLM's is they are a representation of an array of items that get added to the cart. I can see how this is confusing.
    Take a look at the partdetail.aspx file and find the line that intanciates the prodlineblock control
    <asp:Content ContentPlaceHolderID="prodlinegrid" ID="plgblock" runat="server">
    <np:ProdLineBlock ID="prodLine" runat="server" Visible="False" ShowPartType="False" ShowPartNo="True" ShowInventory="False"
    ShowPrice="True" ShowThumbnail="True" ShowAddToCart="True" ShowQuantity="False"></np:ProdLineBlock>
    </asp:Content>
    Set the ShowQuantity="True"
    This will show a quantity text box for each child.

  • Apple TV only showing trying to change date and time. I have recently changed to a new wifi provider and need to change the settings in tha ATV box.

    Apple TV only showing trying to change date and time. I have recently changed to a new wifi provider and need to change the settings in tha ATV box.

    Welcome to the Apple Community.
    Assuming this is not the first time you have used your Apple TV
    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Also try restarting the router. (Also try removing it’s power cord for at least 30 seconds)
    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If restoring from the Apple TV doesn't help, try restoring from iTunes using a USB cable.
    If this is a new Apple TV, in addition to trying the above, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • Checking ALL songs (little boxes) in one's library

    I have a minor dilemma. My son has an ipod. I have an ipod. He is ten years old. I do not want him to have his own iTunes library (yet). He has made his own play lists and so on. So have i for myself. Now here is the problem. The little bugger wanted only his songs on his ipod and this i can understand.
    So whilst i wasn't looking (and thinking he was playing mini-games on notdoppler website as he does so often to entertain himself on our iMac).... he unchecked a whole whack of my songs until i found out and i showed him the problem with doing that (meaning good for him, ... bad for me). So how do i go about checking ALL the boxes very quickly without taking three hours to check each unchecked little box?
    Message was edited by: ogopogodude

    Select all songs (click on one, press command-a or choose "Edit" > "Select All"). Control-click (or right-click) on the selected songs to get the context-sensitive menu and choose "Check Selection".
    Needless to say, in the future the "little bugger" should change his sync settings for his ipod so only songs on his playlists should appear on his iPod, rather than using the check box feature.

  • I am trying to backup my Itunes onto my external hard drive. I am at the step where I on Itunes, click on File - Library - Organize library. I am suppose to check mark both boxes there, It won't allow me to check mark the second box, why? How to fix this.

    I am trying to backup my Itunes onto my external hard drive. I am at the step where I on Itunes, click on File ->Library ->Organize library. I am suppose to check mark both boxes there, the first being "Consolidate Files" & the second being "Reorganize files in the folder 'Itunes Media'. I am able to checkmark the first box but It won't allow me to check mark the second box, why? How can i fix this? Please help!

    Well you must have made a mistake somewhere. The last instruction of step four reads:
    When you've found your iTunes library folder, drag that folder to your external hard drive. This will begin the iTunes backup. The amount of time the backup will take depends on the size of your library. When the transfer is done, your backup is complete and your external hard drive can be disconnected.
    Normally dragging content from to a new location on a different drive will result in a copy action which is what you were supposed to do. At a guess you somehow managed to move the iTunes folder. Then when you started iTunes it created a new blank library for you assuming it had just been installed rather that raising a warning.
    Close iTunes. Rename the iTunes folder on the internal drive as iTunes (Empty) then copy the iTunes folder from the external back into the User's Music folder. Start iTunes. All should be well.
    When you've made sure it all works please read my User Tip and use that method to backup in future. Since you already have a folder with the backup in place you can skip the "Make New" operation in the fourth step and simply choose the external folder.
    tt2

  • In the iDVD window, there is a box in the lower left corner.  When I scroll over it, I get the message to hide or show the intro movie.  Checking or unchecking the box seems to do nothing.  Can anyone explain?

    Working with iDVD on a project, there is a box in the lower left corner and sometimes another in the lower right corner.  Scrolling over the one in the lower left corner, I get a message indicating that this box hides or shows the intro movie.  I have checked and unchecked the box, but see nothing different in the project.  Nor can I figure out what is meant by "intro movie."  Can anyone explain?

    Go to iDVD Help and type in Intro Movie, and you will get the full version of this:
    Many iDVD themes have “motion menus” that include animations or video that loop, or play repeatedly, until the viewer clicks a menu button. Themes with motion menus have a motion icon in the lower-right corner.
    In addition to background video, iDVD motion menus may also feature an intro, or short animation, that plays once before the part that loops. Other motion menus also include an “outro” that plays after the viewer clicks a button, serving as a transition between the menu and the selected content.
    An example of an iDVD 6.0 theme with an intro and an outro is Reflection White Main. In this theme, the first drop zones appear in the intro, and the buttons and title appear just before the looping part of the background video. In the outro, everything flies offscreen after the viewer clicks a button.
    iDVD provides tools for viewing these motion menus without going into preview mode, which is especially helpful when you are filling drop zones, and for turning the intro or outro off.
    Here are ways to view and edit the background movie:
    ◼ 
    Drag the diamond-shaped motion playhead along the scrubber bar (shown below), to view the background movie, stopping wherever you like.
    (If you don’t see the motion playhead in iDVD, choose View > Show Motion Playhead.)
    ◼ 
    Deselect the checkboxes at the left and right end of the scrubber bar if you don’t want to use the intro or outro, respectively, in your DVD menu.
    The scrubber bar shows the intro and outro as shaded areas at the beginning and end.
    You can also control the intro and outro from the Menu Info window. With your pointer over the menu (and with no buttons or text objects selected), press Command-I to open that window. Select or deselect the Intro and Outro checkboxes in the Background section of the window.
    NOTE: If you drag your own movie to a motion menu background, the outro is automatically removed. To customize the background and keep the outro, use a still image in the menu background instead of a movie.

Maybe you are looking for

  • How to calculate size of a folder located on different machine(Remote) in sql server 2008?

    DECLARE @TenantId UNIQUEIDENTIFIER ='A79ED820-2E5E-4A9D-B930-B7597DC97081' DECLARE @BusinessName VARCHAR(200) declare @line  varchar(255) ='' declare @path varchar(255)='' declare @command varchar(255)='' DECLARE @folderSizeGB decimal (16,8) = 0 DECL

  • I can't drag and drop the songs around in a playlist I made

    I just made a new playlist and for some reason I can't drag and drop the songs around to change the order. I have two other playlists and I can drag and drop the songs in those playlists just fine. How can I fix this?

  • Wait While Windows Configures TestStand

    Hello everyone, I'm having a problem when I launch TestStand in a couple of Deployment stations, I keep getting the "Please Wait While Windows Configures TestStand 4.1" message everytime I start the User Interface. I followed the instructions of this

  • Defining a new quantity field in SD

    Hi, I added a custom Z....... field to VBAP table . I want this field to be assgined to a user-defined CO-PA quantity field so as to be accumulated for some analysis. However, when I run KE4M (assign SD qty fields-CO-PA Qty fields) transaction, I can

  • Discussion Forum installation problem

    Hi, I'm having trouble installing the discussion forum by Peter Moskovits. The test page (http://server:port/df/providers) gives the message "The page cannot be found". It seems to be looking for a /df/ directory under /htdocs/. Can anyone help me? T