Which 'Values' need to Export in START-OF-SELECTION for Hotspot

I develop a small Test Report for Hotspot, and it's working fine.
Actually, Here - Error is at START-OF-SELECTION.
I tried many combinations for passing the Parameters but It's Not Working.
Which 'Values' I need to Export ?
START-OF-SELECTION.
  CREATE OBJECT lr_details.
  lr_details->data_gathering( ).
  IF gi_final IS NOT INITIAL.
    lr_details->display_alv( ).
    lr_details->on_double_click( EXPORTING row = ? column = '?' ). " ?
    lr_details->on_link_click( EXPORTING row = ? column = '?' ).     " ?
  ELSE.
    MESSAGE 'No Data for the Selection Critaria' TYPE 'S' DISPLAY LIKE 'E'.
  ENDIF.
Here row & column are obligatory fileds - I need to pass the Values
(I am already passing the Values with Form get_aufnr_info.)
I try with Hard Coding row = 1 & column = 'AUFNR'
    lr_details->on_double_click( EXPORTING row = 1 column = 'AUFNR' ).
    lr_details->on_link_click( EXPORTING row = 1 column = 'AUFNR' ).
One may find it Silly, But in this Case - Hotspot is not working & when I go for 'BACK' it's showing IW33 (req. Tcode).
The Complete code for HOTSPOT is as follow.
METHODS:  data_gathering,
              display_alv,
              on_double_click FOR EVENT double_click OF cl_salv_events_table IMPORTING row column,
              on_link_click FOR EVENT link_click OF cl_salv_events_table IMPORTING row column.
METHOD on_double_click.
    PERFORM get_aufnr_info USING row column.
  ENDMETHOD.                   
  METHOD on_link_click.
    PERFORM get_aufnr_info USING row column.
  ENDMETHOD.
FORM get_aufnr_info  USING row TYPE salv_de_row
                        column TYPE salv_de_column.
  IF column = 'AUFNR'.
    CLEAR: gwa_final.
    READ TABLE gi_final INTO gwa_final INDEX row.
    IF sy-subrc EQ 0.
      SET PARAMETER ID 'ANR' FIELD gwa_final-aufnr.
      CALL TRANSACTION 'IW33' AND SKIP FIRST SCREEN.
    ENDIF.
  ENDIF.
ENDFORM.      

Thanks Clemens & Lakshmi,
But Here I am not taking a FieldCat and
cl_gui_custom_container, "Detail container
cl_gui_alv_grid        , "Detail ALV instance
I am taking display as -->code
DATA:  lr_table     TYPE REF TO cl_salv_table,
           lr_layout    TYPE REF TO cl_salv_layout,
           lr_functions TYPE REF TO cl_salv_functions_list,
           lr_columns   TYPE REF TO cl_salv_columns_table,
           lr_column1   TYPE REF TO cl_salv_column_table,
           lr_column    TYPE REF TO cl_salv_column,
           lr_events    TYPE REF TO cl_salv_events_table .
    DATA  : gr_events TYPE REF TO get_details.
    DATA: ls_layout TYPE salv_s_layout_key.
    ls_layout-report = sy-repid.
      TRY.
        CALL METHOD cl_salv_table=>factory           " call factory method of alv
*        EXPORTING
          IMPORTING
            r_salv_table   = lr_table
          CHANGING
            t_table        = gi_final.
      CATCH cx_salv_not_found .
    ENDTRY.
    lr_functions = lr_table->get_functions( ).    " activate the alv funcationality
    lr_layout  = lr_table->get_layout( ).
    lr_table->display( ).
      TRY.
        CALL METHOD pr_columns->get_column
          EXPORTING
            columnname = 'AUFNR'
          RECEIVING
            value      = lr_column.
      CATCH cx_salv_not_found.
    ENDTRY.
    lr_column->set_long_text( text-006 ).
I already developed Reports With FIELDCAT(set_table_for_first_display) with double_click
And also created a small Test Report where I am taking double_click in CLASS DEF.
Both are working.
But when I am using double_click in Reports with  START-OF-SELECTION it's not working. -
If I need not Use double_click in START-OF-SELECTION, THEN HOW I SHOULD CALL IT ??

Similar Messages

  • I have a 5minute video in iMovie'11. I need to export in the highest quality for projection in a cinema theatre. Please advise as to best setting to accomplish this.

    I have a 5minute video in iMovie'11.
    I need to export in the highest quality for projection in a cinema theatre.
    Please advise as to best setting to accomplish this.

    If it looks good on your tv it will look good at the cinema.
    The resolution will still be 720x480/576 if a dvd player is hooked up to the projector.

  • I have a 5x7 invitation I made in illustrator. I need to export it to a friend for her to print but everytime I export to jpeg it comes out as a 8x10. How do I send a high quality 5x7 image to someone?

    I have a 5x7 invitation I made in illustrator. I need to export a high quality image it to a friend for her to print but everytime I export to jpeg it comes out way bigger than a 5x7. How do I send a specific size to someone? Do i need to use photoshop? Please help. Thanks!!

    Elizabeth,
    It sounds as if the Artboard is 8 x 10. It should fit the Artwork (at 5 x 7).

  • Start Data Selection for Header Tabels fail

    Hi!
    The above mentioned activity fails because tabels COEP and COBK are vergy large and it seems that I run into a time out.
    I found the note:
    1166229 - Customizing the select statement within Fill Header Reports
    I' am not a CO spezialist and I don't know which field I could take to add additional selection criterias on this tabels.
    As much as I understand this tabel save CO data and since I transfer with TDMS just the last 2 month of our production system, my idea is to select e.g. just year 2009 for COEP and COBK.
    Any hint or proposals??
    BR
    Werner

    Hi,
    1. Check if all the recommendations as per note 890797 are followed.
    2. If yes, run the troubleshooter for the activity.
    3. Here, under "Change Technical Settings for Conversion Objects", change the size category for the table to Large.
    4. Go back to the Troubleshooter screen and run "Troubleshooter for Conversion Objects" -> "Automatic Repair"
    5. Restart Data Selection
    Hope this resolves the issue.
    Regards,
    Suman

  • Help! I am getting: Quicktime error -50...when trying to use the "Share" and "Send to Compressor" function. I need to export my show! Thanks for your suggestions! (using FCP7)

    Help!  I am trying to export my show and commercials from the timeline. Both Share and Send to compressor are not working.
    Its starts compressing then I get Failed"Quicktime Error -50". I appreciate any suggestions.
    SYSTEM INFO
    Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.4 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per core):          256 KB
      L3 Cache (per processor):          12 MB
      Memory:          10 GB
      Processor Interconnect Speed:          5.86 GT/s
      Boot ROM Version:          MP51.007F.B00
      SMC Version (system):          1.39f11
      SMC Version (processor tray):          1.39f11

    First try exporting a self-contained movie from FCP, the using the resulting file in Compressor.  To do it, go to File->Export->QuickTime Movie (do NOT use QuickTime Conversion).  In the export window, check the self-contained option but do not "recompress all frames."
    Once the export is finished, launch Compressor then use the self-contained file as the source.  If that fails, you may want to try using theis: http://www.digitalrebellion.com/compressorrepair/
    -DH

  • Need simple copy UI command (without selection) for KM items

    In a list of documents in KM I want to be able to do a simple copy operation without having to choose the target folder to put the copied item in. I simply want to duplicate an item in the folder it resides.
    I cannot find other relevant copy commands in the flex UI than the ones that are under the category 'UI Commands with Selection'.
    Anyone?
    Henning

    Hi,
    Well, I don't think there is one but you can implement one pretty easily.
    If you need help with that let me know.
    Best regards,
    Avishai Zamir

  • Need a little help with antenna selection for a COW

    Hello fella's...
    Ok, so I've gotten myself a little confused here and would like some recommendations.  We are ordering new COWs (Computer On Wheels) for the hospital and they will be using an Intel 6205 Wireless Chip which is a/b/g/n 2x2.  The two new floors these devices will be going on will be our first internal hospital entry into 802.11n which I force the clients to run in the 5ghz range for N.   Previous to this, all of my cows are G clients and use a 2.2dbi rubber duck for 2.4ghz.   I will be using 1142 AP's, if not 3502 and no I have not performed a survey yet as the floor is still in early construction, but equipment is required to be ordered now.  I can tell you that I will be surveying for a voice grade.  I suppose my confusion comes from what is the best antenna (obvious open ended question) for this card, being it has two connectors for the 2x2.  Again, typically I would use a 2.2 dbi rubber duck for either 2 GHz or dual band 2/5 GHz.  Is dual rubber ducks at 6inch spacing (half wavelength met on 2.4 GHz fall back) suffecient or are there other factors involved with the N.
    Thanks,
    Raun

    I guess I'm under the impression that if you put a dual band antenna on a device, regardless wether it's a 2.4 radio or 5GHz radio, that the antenna would work, as it's well, dual band.  Am I wrong in that assumption leolaohoo?
    I have heard back from wyse today with a little information on their provided antenna, but no radiation pattern.  This antenna would be referred to as the 'rubber duckie' style 'dipole'.  I'm not really having much of a choice as it stands now, as I am limited on space(height) to place the antenna and time (chinese new year for manufacturer).  However, one other question. I note that the 1142 and 3502's are horizontally polarized and this omni is vertically polarized.  With my limited understanding of antenna's, that's not a good thing... what is the typical associated 'cost' of a vertical to a horizontal?
    •1.      Electrical Properties
    1.1 Frequency                             2.4GHz ~ 2.5GHz ;4.9GHz~5.825GHz
    1.2Impedance……………………50 Nominal
    1.3 VSWR …………………………1.92 :1Max.
    1.4 Return Loss……………………-10 dB Max.
    1.5 Radiation………………………Omni-directional
    1.6 Gain(peak)………….………… [email protected]~2.5GHz
    [email protected]~5.825GHz
    1.7 Polarization……………………Linear; Vertical
    1.8 Admitted Power………………1W
    1.9 Cable……………………………RG-178 Coaxial Cable
    1.10 Connector…...…………………SMA Plug Reverse
    2. Physical Properties :
    2.1 Antenna Body……………. ……TPE
    2.2 Antenna Base……………. ……PC
    2.3 Antenna Base……………. ……PBT
    2.4 Operating Temp. ………………-10 ~ +60
    2.5 Storage Temp. …………………-10 ~ +70
    2.6 Color …………………………Black

  • Unable to run BDC due to start-of-selection

    Hi Experts,
    I am running BDC for ROH type.
    The data is in the excel file so I am performing the below operation.
    In the BDC recording before perform open group there is "START-OF-SELECTION" and I also have a START-OF-SELECTION for excel uploading now how wud both would go together..
    My requirement is  to select the file through F4 then choose BDC type session or call transaction
    and upload the data
    Since I have 2 start-of-selection nothing happens after F8.
    Help is really appreciated and rewarded.
    Selection-screen begin of block b1 with frame title text-001.
    parameter: f_name type rlgrap-filename default 'D:\Cost_element_KS06.xls'.
    parameter : p_begcol type i default 1 no-display,
                p_begrow type i default 2 no-display,
                p_endcol type i default 8 no-display,
                p_endrow type i default 46 no-display.
    selection-screen end of block b1.
    at selection-screen on value-request for f_name.
    perform f_get_file using f_name.
    start-of-selection.
    perform f_xls_itab using f_name changing it_excel.
    perform f_move_data.
    include bdcrecx1.
    start-of-selection.
    perform open_group.
    loop at t_ks06 to wa.
    " Here I have the BDC recording recorderd through SHDB for ROH
    endloop.
    perform close_group.
    Ranjith N.

    Hi Avinash,
    I have made the following modification but stil the same.
    report ZNRD_BDC_UPD_COSTELEMENT
           no standard page heading line-size 255.
    * Declaring work area and internal tables
    data : begin of t_ks06 occurs 0,
           KOKRS type KOKRS,      " Controlling area
           KSTAR type KSTAR,      " Cost element
           DATAB type DATAB,      " Valid from date
           DATBI type DATBI,      " Valid to  date
           KTEXT type KTEXT,      " Name
           LTEXT type LTEXT,      " Description
           KATYP type KATYP,      " Cost element cat
           KOSTL type KOSTL,      " Cost center
           end of t_ks06.
    data : wa like line of t_ks06.
    data : it_excel type alsmex_tabline occurs 0 with header line.
    *data : flg_mv(1) type n value 0.    " Flag to check data Moved.
    selection-screen begin of block b1 with frame title text-001.
    parameter: f_name type rlgrap-filename default 'C:\Documents and Settings\Administrator\Desktop\Project_data\Cost_element_KS06.xls'.
    parameter : p_begcol type i default 1 no-display,
                p_begrow type i default 2 no-display,
                p_endcol type i default 8 no-display,
                p_endrow type i default 46 no-display.
    selection-screen end of block b1.
    " Iam performing all subroutines under at selection-screen and under start-of-selection Iam calling the bdc
    but still nothing happens. please help
    at selection-screen on value-request for f_name.
    perform f_get_file using f_name.
    perform f_xls_itab using f_name changing it_excel.
    perform f_move_data.
    *perform f_display_data.
    start-of-selection.
    perform open_group.
    loop at t_ks06 to wa.
    perform bdc_dynpro      using 'SAPLKMA4' '0200'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'CSKBZ-KOKRS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'CSKBZ-KOKRS'
                                  wa-KOKRS.
    perform bdc_field       using 'CSKBZ-KSTAR'
                                  wa-KSTAR.
    perform bdc_field       using 'CSKBZ-DATAB_ANFO'
                                  wa-DATAB.
    perform bdc_field       using 'CSKBZ-DATBI_ANFO'
                                  wa-DATBI.
    perform bdc_dynpro      using 'SAPLKMA4' '0299'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'CSKBZ-EIGEN'.
    perform bdc_field       using 'CSKBZ-KTEXT'
                                  wa-KTEXT.
    perform bdc_field       using 'CSKBZ-LTEXT'
                                  wa-LTEXT.
    perform bdc_field       using 'CSKBZ-KATYP'
                                  wa-KATYP.
    perform bdc_dynpro      using 'SAPLKMA4' '0299'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=VKON'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'CSKBZ-KTEXT'.
    perform bdc_field       using 'CSKBZ-KTEXT'
                                  wa-KTEXT.
    perform bdc_field       using 'CSKBZ-LTEXT'
                                  wa-LTEXT.
    perform bdc_field       using 'CSKBZ-KATYP'
                                  wa-KATYP.
    perform bdc_dynpro      using 'SAPLKMA4' '0299'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'CSKBZ-KOSTL'.
    perform bdc_field       using 'CSKBZ-KOSTL'
                                  wa-KOSTL.
    perform bdc_dynpro      using 'SAPLKMA4' '0299'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BU'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'CSKBZ-KOSTL'.
    perform bdc_field       using 'CSKBZ-KOSTL'
                                  wa-KOSTL.
    perform bdc_transaction using 'KA06'.
    endloop.
    perform close_group.
    include bdcrecx1.
    *&      Form  f_get_file
    *       text
    *      -->P_FILE_NAM  text
    form f_get_file  using    p_file_nam.
    call function 'KD_GET_FILENAME_ON_F4'
    exporting
       program_name        = syst-repid
       dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
    *   STATIC              = ' '
    *   MASK                = ' '
      changing
        file_name           = f_name
    exceptions
       mask_too_long       = 1
       others              = 2.
    endform.                    " f_get_file
    *&      Form  f_xls_itab
    *       text
    *      -->P_FILE_NAM  text
    *      <--P_IT_EXCEL  text
    form f_xls_itab  using    p_file_nam changing p_it_excel.
    call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      exporting
        filename                      = f_name
        i_begin_col                   = p_begcol
        i_begin_row                   = p_begrow
        i_end_col                     = p_endcol
        i_end_row                     = p_endrow
      tables
        intern                        = it_excel
    exceptions
       inconsistent_parameters       = 1
       upload_ole                    = 2
       others                        = 3.
    endform.                    " f_xls_itab
    *&      Form  f_move_data
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form f_move_data.
    data : lv_index type i.
    field-symbols <fs>.
    * Sorting the internal table
    sort it_excel by row col.
    clear it_excel.
    loop at it_excel.
      move it_excel-col to lv_index.
    * Assigning each record to the internal table row.
      assign component lv_index of structure wa to <fs>.
    * Assigning the field value to a field symbol
      move it_excel-value to <fs>.
      at end of row.
      append wa to t_ks06.
    *   flg_mv = 1.
      clear wa.
      endat.
    endloop.
    endform.                    " f_move_data
    *&      Form  f_display_data
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form f_display_data.
      write:/1 sy-uline(140).
      write:/1 sy-vline,  'Cont area',        " Controlling area
             16 sy-vline, 'Cost ele',         " Cost element
             31 sy-vline, 'Valid from',       " Valid from  date
             46 sy-vline, 'Valid to '  ,      " Valid to date
             61 sy-vline, 'Name',             "Cost element cat
             76 sy-vline, 'Description',      " Cost center
             101 sy-vline,  'Cost ele cat',   " Cost element cat
             126 sy-vline, 'Cost center',     " Cost center
             140 sy-vline.
    write:/1 sy-uline(140).
    skip 1.
    clear wa.
    loop at t_ks06 into wa.
      write:/2 sy-uline(139).
      write:/2  sy-vline,  wa-KOKRS,      " Controlling area
             16 sy-vline, wa-KSTAR,      " Cost element
             31 sy-vline, wa-DATAB,      " Valid from date
             46 sy-vline, wa-DATBI,      " Valid to date
             61 sy-vline, wa-KTEXT,      " Name
             76 sy-vline, wa-LTEXT,      " Description
             101 sy-vline, wa-KATYP,     " Cost element cat
             120 sy-vline, wa-KOSTL,     " Cost center
             140 sy-vline.
    endloop.
    endform.                    " f_display_data
    Regards,
    Ranjith

  • Export DV Steam (.dv file) for Video Server Problem

    From Final Cut, I need to export a DV Stream file for our Video Server. It accepts .dv files. Problem is: the exported clip "inherits" just over 5 minutes of black or the last frame of video on the tail. This creates obvious timing problems for our on-air playback.
    I've seen other posts on this forum with identical problems, but none of them were solved. It was however suggest to NOT use DV Stream file. Unfortunately this is not an option for my station, as our server requires those files.
    So in summary, exporting a 30 sec spot to a DV Stream becomes a 5 minute 37 sec spot. No good.
    Thanks in advance,
    TOR
    Mac Pro   Mac OS X (10.4.8)   8 GB RAM

    Sounds weird enough! What servers are you using, and will they not accept a MPEG-2 transport stream as well? Most I've seen do and that can save a tremendous amount of space.
    But back to your problem of the added 5 minutes of black; as I understand your description, you're saying that the extra 5 minutes is added at the tail end ... correct? If so, won't the programming aspect of your set up switch to another stream at the programmed time regardless if the first program is still playing? ie; you enter the start and end time of each event for playback. Say event 105 starts at 8:00:00 PM and ends at 8:00:30 PM. Event 106 starts at 8:00:30 and ends at 8:01:00. Each spot is programmed to air for 30 seconds so at 30 seconds into event 105, event 106 SHOULD start playback and be switched to air - even though event 105 still has 5 minutes of black to go.
    -DH

  • Start up disk for Macintosh Plus

    I need to make a start up disk for a Macintosh Plus I recently acquired. I have a Mac Classic that works. I have tried copying the System and Finder files onto a floppy using the Classic but I always get the message that the files are too large to fit on the floppy disk. What files are essential to a start up disk? Can I actually make one for the plus that will fit on one disk? I am using system 6.x. Thanks for your help.
    Stu

    Stu,
    First of all, remember that the Macintosh Plus only can handle 800K Mac floppies (DSDD/2DD), while the Macintosh Classic is capable of using 1.44 MB (HD). It is possible to format/write/read 800K disks on the Classic.
    If necessary, you can find 800 K disk images containing system disks at the Apple download site. However, these are in a MacBinary format (.bin) that has to be decoded (via an appropriate version of StuffIt Expander or StuffIt) on a suitable Mac. The disk images then have to be written to floppies by Disk Copy 4.2 (here).
    Jan

  • I am receiving excel files, which I need to convert with my macbook pro...I did this with export, but the file I got didnt show graphs as it should...can you help...do I need to buy excel for Apple computer, or is there any easier way of dealing with it..

    I am receiving excel files, which I need to convert with my macbook pro...I did this with export, but the file I got didnt show graphs as it should...can you help...do I need to buy excel for Apple computer, or is there any easier way of dealing with it..does App  "Numbers" help here?

    Numbers should be able to read Excel files without any problems.    If Numbers does not read the graphics properly then you can try Excel Online. https://office.live.com/start/Excel.aspx

  • I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    I am looking to start developing apps for the iTunes Store, but I have no previous experience. What is the best way for me to start on this? As in which programs and materials must I need and what I need to know. Thanks!

    You will need a Mac, with OS X 10.6+ on it, to be able to develop iOS apps.
    There is some info on these pages :
    developer site : https://developer.apple.com
    developing for iOS 7 : https://developer.apple.com/ios7/
    developer support : https://developer.apple.com/support/
    developer forums : https://devforums.apple.com/index.jspa (you will need to be a registered developer to access them)

  • I need to export a photo at around 1meg file size,and dont seem to be able to do it in the presets can anyone help please ,I shoot on a canon 5d

    I need to export a photo at around 1meg file size,and dont seem to be able to do it in the presets can anyone help please ,I shoot on a canon 5d

    I believe Frank is referring to the end use (e.g., for print or on-screen use).
    Until he returns, I can tell you that I ran a quick test using an image from the Aperture 3 training book library which was as follows:
    Camera = Canon EOS 5D Mark II
    Master resolution = 5616 x 3744 (21 MP)
    I was able to export to a JPEG with end file size of 1 MB as follows:
    Export Presets drop-down > select 'Edit' option
    Selected preset name 'JPEG - 50% of Original Size' > change percentage value to 40% > change DPI value to '300' > click OK to set as current default > Export version to desktop.
    The exported JPEG has a resolution of 2246 x 1498 and appears on screen to have the same image quality of the original in Aperture.
    Note - I did not change the default Image Quality slider in the Export Preset dialog (which left it at 10).
    Basically, you will need to play around with the settings until you find the appropriate values to arrive at an image version you want.

  • What is the Firefox start page looking for when it tells me I'm not using the most current version and need to update Firefox? The check for updates button says my version is up to date, but the start page disagrees. Is there a setting I need to adjust?

    Okay: My start page is the one Google provides: http://www.google.ca/firefox?client=firefox-a&rls=org.mozilla:en-US:official and frequently it has a note underneath the search box that "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" But when I check for updates on the About Firefox window, it says my Firefox is up to date. So what is the start page looking for? Is there some setting I need to adjust? Or is this a Google marketing ploy to get me to switch to Chrome?

    I tentatively think I have the solution; this is for when the session id value 'thing', in about:config, referred to in other answers is already on the default/rest state.
    I am assuming, I don't what to imply certainty in-case there is a value wrong in our browsers, that the problem stems from the fact that our homepage is no longer the default for Firefox.
    So, go to 'Options'>'General' and delete the homepage. This will reset it to the new address, which is 'about:home'.
    I hope this helps some people.

  • How to give a value range in export parameter (global class)

    hi all,
    I have created a class-method called get_po_date. In this i had export parameter as qmfe-qmnum. If i give qmfe-qmnum in import parameter in class, i am able to give only one value at one time, but i need a range of values at a time. Instead of qmfe-qmnum in associated type, i have given 'LXHME_RANGE_C12' ( a range table for char 12 ). the thing is i wanted to select this range in select-options. but still iam getting <b>not type compatible syntax error</b>. can any body solve my problem,
    feel free to ask if any confusion with my question.
    Best Regards,
    abhilash.

    Hello Abhilash
    Instead of using a specific range (where field LOW and HIGH are of type QMNUM) you can use a <b>generic </b>select option (of type <b>RSDSSELOPT</b>). Have a look at the following sample report <b>ZUS_SDN_SELOPTIONS</b>.
    *& Report  ZUS_SDN_SELOPTIONS
    REPORT  zus_sdn_seloptions.
    TABLES: qmfe.
    DATA:
      gt_data          TYPE STANDARD TABLE OF qmfe,
      gt_data_x        TYPE STANDARD TABLE OF qmfe,
      gt_selopt        TYPE rseloption,  " generic table type for selopts
      gs_selopt        TYPE rsdsselopt.
    START-OF-SELECTION.
      SELECT        * FROM  qmfe INTO TABLE gt_data
             WHERE ( qmnum BETWEEN '000000000001' AND '000000000500' ).
      gs_selopt-sign   = 'I'.
      gs_selopt-option = 'BT'.
      gs_selopt-low    = '000000000001'.
      gs_selopt-high   = '000000000500'.
      APPEND gs_selopt TO gt_selopt.
      SELECT * FROM qmfe INTO TABLE gt_data_x
        WHERE ( qmnum IN gt_selopt ).
      IF ( gt_data = gt_data_x ).
        WRITE: 'Selected data are equal.'.
      ELSE.
        WRITE: 'Selected data are NOT equal.'.
      ENDIF.
    END-OF-SELECTION.
    Since RSDSSELOPT and RSELOPTION are global DDIC objects they can be used in <i>public </i>methods.
    Regards
      Uwe

Maybe you are looking for

  • Mac Mini, Audacity and recording from vinyl and CD

    I'd like to record some of my vinyl and CD collection but I've tried following the Audacity instructions but I can't get them to work. Either I don't seem to have the right Line In / Line Out or I seem to have everything right but it just doesn't wor

  • User Decision step in BPM

    Hi, I have requirement.PI is reading data from source and after transformation sending one mail to approver .If Approver approves it then messgae will be sent to target system.For approval and rejection ,I am using user decision step in BPM. My quest

  • Rso2 infoset query  generation procedure

    How to generate data source in rso2 using infoset query to get distinct record

  • Differenece between oracle streams and oracle Replication

    Hi all, Can anyone tell me difference between oracle streams and oracle replication? Regards

  • My Zen Microphoto is screwed up!Please He

    Alright here it goes. My Microphoto won't turn on. I have tried everything on the internet. I don't know what to do. Please Help. It was charging then it was fully charged on it turned off, which it usually does. But it usually turns on! So anything