Extension in Select-Options is not working

Hi,
The extension of select-options is not working for the following statement........
SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
SELECT-OPTIONS: s_tp_no FOR e070-trkorr.
SELECTION-SCREEN: END OF BLOCK sel.
Please Help.......
Thanks,
Sheel

SELECTION-SCREEN: BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
SELECTION-SCREEN: END OF BLOCK sel.
Remove the colan ':' from ur code after SELECTION-SCREEN
write it as
SELECTION-SCREEN BEGIN OF BLOCK sel WITH FRAME TITLE text-001.
SELECTION-SCREEN END OF BLOCK sel.

Similar Messages

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • Download option is not working

    my nokia x6 00 ,in Nokia Store option ..download option is not working
    Moderator's note: We have provided a subject-related title to help other forum users easily view and respond to this post.

    Hi ahrar3359,
    Welcome to the Nokia Support Discussions!
    Can you further elaborate on your concern? What exactly do you mean by "download option is not working"? Can you select the Download option? If not, can you describe it? Is it grey out? Any error message? Does this happen to all of your apps? BTW, how are you accessing the Nokia Store? Is it via the Nokia Store app or through your phone browser? If you're using the app, try to access it via phone browser to check if the same issue will occur.
    If you are using the app, make sure that it is up to date. You can update it by going to store.nokia.mobi through your phone browser. You can also try to restart the phone to refresh it. Hope this helps.

  • Select button will not work

    My 2gb nano's select button will suddenly not work. The rest of the clickwheel and buttons work find, but not the center select button.
    I restored it to original settings. Then after it restarts, you have to select a language. The select button would still not work, but then I slid the "hold" button back and forth and the select button worked to allow me to chose a language. But at the next screen of options (Music/Photos/Extras, etc.) the select button will again not work. Sliding the hold button back and forth doesn't work. I cannot do a menu+select reset because I can't get the select button to respond.
    I have made sure that I have the most updated softward for the nano.
    Any suggestions?

    My select button has not worked for a loong time.. It will occasionally work if I press for long enough or hard enough.. but not very often. This seems to be a common enough problem so there should be a way to fix it..I hope..

  • Select list pagination not working for big tables

    Hi,
    i am trying to view a table with large amount of data using tabular form. the pagination using select list is not working in this page. i have selected select list kind of pagination but it is showing "row range 1-15 16-30(with set pagination)' type of pagination. when i lowered the amount of data in the table the pagination type will automatically change to select list pagination. could you please tell me why this happens and any possible work around if any.
    Thanks,
    Jo

    Hi Jo,
    I don't know what you call a large amount of records, but the effect you describe might be intentional by apex.
    The select list pagination would generate a selection tag with (number of records in table/15) options in your page HTML.
    Although there isn't a hard limit to the number of options a select list can have there certainly is a limit to what your browser/pc can render.
    Think about it
    Let's say you table contains a million rows. this would result to a select list with 66666 options. Which your browser won't handle :)
    I very possible the apex team resolved this by simply reverting to row range pagination when the number of select options would grow to large.
    Geert

  • Time Machine options are not working. I am unable to schedule automatic backups.

    Time Machine options are not working. I am unable to schedule automatic backups.  The On-Off button is grayed out. I can perform a backup manually.

    Thanks for responding.  I have an external disk with plenty of room.  It is used only for backup of my computer.  I get a backup by clicking on the Time Machine icon at the top of the page and select "Back Up Now."  When I click on Time Machine Preferences, there is a box labeled "Options" which allows me to exclude items from backup and notify after old backups are deleted.  There is no option to schedule a backup.  The "OFF/ON" box is gray.  For "Next Backup:" it says "Automatic backups off."  I would like to turn it on.

  • Video option is not working

    Video option is not working after updating the iOS 7

    I had this problem too on an iPad 2. It seemed to be stuck on the Photo option. (I had thought that tapping the words Video or Square would work but it doesn't.) On another thread it is said that to select Video or Square just swipe up (or down) the screen with one finger. That certainly works on my iPad 2.
    Andrew Spackman

  • Select-options are not destroyed while calling view of used component popup

    Hi Friends ,
    I'm facing a unique problem. I'm calling a view of a component within another component. the view that I'm calling has some select-options. When I close the popup window ( using close 'X' of popup ) and then try to reopen the popup system give me a dump. I debugged and found that select-options are not destroyed by system and once it tries to create the select-options again it dumps because they are already there.  
    This is the source code extract of that dump for your reference .
    1 method if_wd_select_options~add_selection_field.
    2
    3   data:
    4     lr_table_descr       type ref to cl_abap_tabledescr,
    5     lr_struct_descr      type ref to cl_abap_structdescr,
    6     lr_value_field_descr type ref to cl_abap_elemdescr,
    7     added_field          like line of mt_added_fields,
    8     dfies                type dfies,
    9     description          type string,
    10     complex_restrictions type if_wd_select_options=>t_complex_restrictions.
    11
    12   field-symbols:
    13     <it_result> type index table.
    14
    15 * check of someone wants to add a field that already exists
    16   read table mt_fields
    17        with key m_id = i_id
    18        transporting no fields.
    19   if sy-subrc = 0.
    20 *   might be deleted - recreating a field with different setting is of course allowed
    21     read table mt_all_removed_fields
    22          with key table_line = i_id
    23          transporting no fields.
    24     if sy-subrc <> 0.
    >>>       message x000(00).
    26     endif.
    27
    28 *   remove the existing field in order to avoid duplicates
    29     delete table mt_fields with table key m_id = i_id.
    30   endif.
    I've already tried using REMOVE_ALL_SEL_SCREEN_ITEMS( ) method of interface IF_WD_SELECT_OPTIONS before creating new elements ( select-options ). If any one can help me in this It would really help and I'll appreciate it.
    Thanks in advance,
    Laeeq

    I've sloved the problem

  • Is it true that keep options is not working with paragraph span? (CS5)

    Hi all,
    Just wanted to confiem that keep options does not work with Paragraph span.
    thanks,
    shlomit

    That's correct for now. Perhaps in CS6....

  • Filter option is not working in Reuse alv grid

    Hi all,
    Filter option is not working in alv grid properly.
    if i choose one particular field for filter option .it is working .but another field it is not working though it contains different values.please give the answer.whether i have to pass filter option throuogh reuse_alv _grid or not.thanks in advance
    raj

    Hi raja,
    1. The search/filter is
       CASE SENSITIVE
    2. U can give *
       to search for pattern.
      (IN THAT CASE, it is NOT Case Sensitive)
    regards,
    amit m.

  • Select() function is not working properly in solaris 10.

    Hi ,
    We are facing an issue with select() in Solaris 10. we had written a sample program to this issue.
    Program name :- sel.cpp
    int main()
    struct timeval sleeptime;
    sleeptime.tv_sec = 60;
    printf("1\n");
    select(0,NULL,NULL,NULL,&sleeptime);
    printf("2");
    return 0;
    When i run this program in Solaris 9, its printing 1 and after one minute its printing 2.
    When i run this program on Solaris 10, its printing 1 and 2 without waiting for 60 seconds.
    When i tried to print tv_usec, its printing as 0 in solaris 9 and some garbage values in solaris 10.
    I think because of that the above select function is not working properly in solaris 10.
    Why the tv_usec is not taking 0 as default values in Solaris 10?
    We are using our legacy code for past 20 years. So, before going to do any changes we are trying to find why this happenig like this.
    Thanks a lot.
    Regards,
    Srikanth.

    haisrig wrote:
    Hi ,
    We are facing an issue with select() in Solaris 10. we had written a sample program to this issue.
    Program name :- sel.cpp
    int main()
    struct timeval sleeptime;
    sleeptime.tv_sec = 60;
    printf("1\n");
    select(0,NULL,NULL,NULL,&sleeptime);
    printf("2");
    return 0;
    When i run this program in Solaris 9, its printing 1 and after one minute its printing 2.
    When i run this program on Solaris 10, its printing 1 and 2 without waiting for 60 seconds.
    When i tried to print tv_usec, its printing as 0 in solaris 9 and some garbage values in solaris 10.
    I think because of that the above select function is not working properly in solaris 10.
    Why the tv_usec is not taking 0 as default values in Solaris 10?
    We are using our legacy code for past 20 years. So, before going to do any changes we are trying to find why this happenig like this.Hi
    It sounds to me that you've been lucky for 20 years then.
    Local POD variables on the stack that aren't explicitly initialized can contain any value. Here's what I see in your app with dbx
    (dbx) run
    Running: sel
    stopped in main at line 9 in file "sel.cpp"
        9      sleeptime.tv_sec = 60;
    (dbx) print sleeptime
    sleeptime = {
        tv_sec  = -4198732
        tv_usec = 0
    }That's on a Solaris 10 SPARC machine. If I try it on a Solaris 10 x86 box then I get
    (dbx) print sleeptime
    sleeptime = {
    tv_sec = -830490588
    tv_usec = 134510556
    and I see the behaviour that you describe.
    Paul

  • In PHotoshop CC, my blenidng options are not working at all.  A window comes up with the message "

    In PHotoshop CC, my blenidng options are not working at all.  A window comes up with the message "Could not complete your reequest because of a program error.  "
    Linda

    In Photoshop CC whenever I try to apply blending options to a layer, an error message comes up.. In my error message log, this is what comes up
      2013:07:12 16:17:16 : tracked key 0000000000000238 of type struct _ADsc * __ptr64 not found : 1 : REQUIRE failed 2013:07:12 16:17:16 : e:\ps13\ps_14_win_x64_daily_retail\20130423.r.221\photoshop\main\photoshop\interfaces\UTr ackResourceImp.h : 137 : REQUIRE failed 2013:07:18 19:20:19 : tracked key 0000000000000100 of type struct _ADsc * __ptr64 not found : 1 : REQUIRE failed 2013:07:18 19:20:19 : e:\ps13\ps_14_win_x64_daily_retail\20130423.r.221\photoshop\main\photoshop\interfaces\UTr ackResourceImp.h : 137 : REQUIRE failed 2013:09:05 22:42:22 : ..\..\sources\USheetRendererCommands.cpp : 556 : REQUIRE failed 2013:09:16 17:22:13 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:16 17:22:20 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:19:20 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:19:37 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:25:58 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:21 16:28:01 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:34:51 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:19 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:22 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:35:30 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:37:55 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:37:59 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:04 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:08 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:38:22 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 14:43:33 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:25 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:42 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:13:59 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:23 17:14:16 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:25 22:04:18 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 16:58:46 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:46:04 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:47:08 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:47:32 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:05 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:12 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:54:33 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 17:57:02 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:03 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:40 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 18:05:49 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 20:31:17 :
    ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed 2013:09:26 20:31:53 : ..\..\sources\UPattern.cpp : 1679 : REQUIRE failed

  • Select query is not working in BDC Program

    Hi,
    I am working in BDC for update valuation class for T-code mm01.Actually In this BDC i am using two recoding based on material type.
    i am using two internal table : I_DATA and ITAB
    Use I_DATA to hold excle data in which material No, plant , valuation type , valuation No. and ITAB for material No, material type Only.
    So, i am fetching material Type ( MARA-MTART ) through select query. But Select query is not working. and also i did check MARA table according that  Material Number then  material no. exit in Mara Table.
    Note : at run time  I_DATA have 1 row but ITAB have 0 row ....
    DATA: BEGIN OF I_DATA OCCURS 0,
    MATNR TYPE MARA-MATNR,
    WERKS TYPE MARC-WERKS,
    BWTAR TYPE RMMG1-BWTAR,
    VERPR TYPE BMMH1-VERPR,
    BKLAS TYPE MBEW-BKLAS,
    STATUS TYPE C,
    END OF I_DATA.
    DATA : BEGIN OF ITAB OCCURS 0,
    MATNR LIKE MARA-MATNR,
    MTART LIKE MARA-MTART,
    END OF ITAB.
    Loop at I_DATA.
    select matnr mtart from mara into table itab where matnr = I_DATA-matnr.
    endloop.
    Guide me..........

    If you use your
    Loop at I_DATA.
      select matnr mtart from mara into table itab
        where matnr = I_DATA-matnr.
    endloop.
    At end of loop, itab will only contain the result of the last select, so use a
    Loop at I_DATA.
      select matnr mtart from mara APPENDING table itab
        where matnr = I_DATA-matnr.
    endloop.
    better
    if I_DATA[] is not initial.
      select matnr mtart from mara into table itab
        FOR ALL ENTRIES IN i_data where matnr = i_data-matnr.
    endif.
    Some Remarks
    - If actually required (where does I_DATA come from, is it an external format, you need the internal value to use in SELECT statement), check via SE11 the correct [conversion exit|http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm] associated with domain MATNR (Is it truly ALPHA, and not something like MATN1, so [CONVERSION_EXIT_MATN1_INPUT|http://www.sdn.sap.com/irj/scn/advancedsearch?query=conversion_exit_matn1_input])
    - You could try to use BAPI like [BAPI_MATERIAL_SAVEDATA|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_material_savedata] and not BDC
    Regards,
    Raymond

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    These are user forums. You are not speaking to Apple here. Report your problem at Apple Feedback.

Maybe you are looking for

  • X11 environment variables on MacBook Pro

    Hi I have just got my new MacBook Pro and have installed Gimp to run using x11 that came on the apple installation disks however I can't seem to get the xterm to configure correctly. GIMP is installed under /sw/bin but the default PATH for x11 does n

  • How to do a clean windows 7 re- install in a satellite L675D-S7046

    I did the 4 recovery discs when first i used my laptop a year ago and some how i put the first disc in the cd room and nothing hapen. i just burn new 4 recovery discs and still i put it in but nothing happen. please help i want to do a clean install

  • FF will not start for ONE Windows 7 User. All others work fine.

    I try to start FF and it hangs. Loads into Project Manager, but no browser window.

  • Mail button went dead

    I added an email account, a pop 3 acct and mail button on the bottom died, but now I have a mailbox tag on the top, and I cannot access the new account.

  • Multiply vector

    I have a MATLAB code that I want to convert it to LabVIEW code, but I am stuck at the expression    a22=a11.';     pm(ii)=((a22')*a22)./((a22')*LL*a22); how can I implement this code in labVIEW?  Solved! Go to Solution. Attachments: MUSIC %28SubVI%29