Selection screen shows only 500 values

Hi All,
When I execute a query having a selection option variable (0material) with "single values", I am only shown the first 500 values out of the entire list......how to get the remaining values in the selection screen?
Thanks,
gaurav

You will see an arrow besides 500 on ur screen
Click that
A window will pop up
Check a drop down on this window
It says
All
100
500
Select All

Similar Messages

  • Selection screen / how to clear values in screen parameters parameters

    Hello ,
    I am developing report . It is simple one with standard screen 1000  ( Not Dynpro ).
    On the screen I have several parameters and select options . When I run program , display list
    and press the "Back" Button from tool bar  ,entered values still remain in screen parameters.
    I  code I did 'clear' of parameters  , so after pressing "back" button and before selection screen
    is displayed the parameters show up as initial ( empty ) but once selection screen is displayed
    the values are in parameters again .
    Can you advice how I can clean up the values from  screen parameters  .
    Thank you

    Hi,
    Try the below code....
    DATA: executed TYPE n.
    SELECT-OPTIONS : selop1 FOR sy-datum.
    INITIALIZATION.
    executed = 1.
    AT SELECTION-SCREEN OUTPUT.
      BREAK-POINT.
      IF executed = 1.
        executed = 0.
        REFRESH: selop1.
        CLEAR : selop1.
      ENDIF.
    Regards
    Arbind

  • Crystal Report Formula to select Record  of only MAX Value

    hi Everyone,
    i need a simple crystal report formula to select one department whose recived quantity Maximum.
    for example:
    itemcode    dscription      departmen   op       recived       issue        
      1                   a                ab               2              2              2         
      1                   a                bb              0             2              2          
      1                   a                bc               4             8              2         
      1                   a                cc              2              2              2
    i group by item  the item show just once but i want a formula to show one department who's recived quantity is maximum.i suppress the detail section.and just show the group footer/
    itemcode    dscription      departmen   op       recived       issue        
      1                   a                  bc                 8             14             8 

    Thanks
    Re: Crystal Report Formula to select Record  of only MAX Value
    Abhilash Kumar

  • Selection-screen problem only when in SE80

    Hi Folks,
    I am getting the following information message when the the element SCREENS is double clicked in the SE80's container.
    Element %_R1_%_APP_%-TEXT touches or overlaps
    other element
    The program is running fine without any error.I want to know why such an info message is getting popped up and how to avoid that.
    Thanks,
    K.Kiran.

    Hi,
    Open the Selection scree in SE51, double click on 1000 screen in SE80 and then click on the layout button to open the screen.
    Then there check out the screen element for which you are getting the error.
    Then adjust its size and check if this error is still coming.
    According to me this Screen element corresponds to SELECTION-SCREEN COMMENT statement in the program, you might have given the length of this text there try and reduce the length there and see if this error still remains.
    Generally we should not modify the Selection-Screen's in SE51 as they will always get regenerated when ever you activate the program and your changes will be over written.
    So try to play around with SELECTION-SCREEN statements only in the program, what you can get from SE51 is what this SCREEN ELEMENT corresponds to in the program.
    Regards,
    Sesh

  • HT4623 help me to troubleshoot my ipad2 there is software update and i updated mine from 5.0 to 6 version but now the screen shows only usb cord arrow up sign then itunes and music logo. it has been like this since last night.what i will do?

    help me to troubleshoot my ipad2 there is software update and i updated mine from 5.0 to 6 version but now the screen shows only usb cord arrow up sign then itunes and music logo. it has been like this since last night.what i will do?i even tried turning it off but it doesnt work too. i only see the apple logo and it comes back to cord image and itune then after 30 secs the screen turns black. help me please.

    The iPad is telling you to connect your iPad to iTunes on your computer so do it. You may have to restore the device.
    Restoring iOS Software.
    http://support.apple.com/kb/ht1414
    You may need this as well.
    Unable to update or restore iPad.
    http://support.apple.com/kb/ht4097

  • LOV is showing only few values?

    Hi Everyone,
    I have one oaf page in which one lov is there which is showing only few values not all the values.
    but when i execute the same query in toad its showing 125 values.
    how can i make lov to display all the 125 values?
    can i do this thriugh personalization or i need to customize? plz give me the steps....
    Thanks.

    Kumar ,
    If Lov has 125 records , it will display only few records in first display set when you click on next button(link that appears right top on Lov pop up window )
    it will show remaining set of records , ( 10 / 20 values in each in set ) .
    If you are sure its not displaying entire set of rows , then probably their might be some restriction would have implemented in where clause to filter the records .
    Copy the query associated to LOV region and run from the data base and see what's the number of rows you are getting . If there is any variation then
    some ' where ' is causing the filtration , please look at the java source code of the page to track the issue .
    Keerthi
    Edited by: keerthioaf on Nov 15, 2012 4:39 AM

  • Envy 100 printer. screen shows only hp logo doesn`t respond to touch

    envy 100 printer screen shows only hp logo. Doesn`t respond when it is touched. 

    Hi artie11235,
    I understand the front panel of your HP Envy 100 is unresponsive and you are only able to see the HP logo. Please start here: The HP Printer Won't Turn On or Respond When the Power Button is Pressed. If you have completed all steps listed here with no success, I suggest calling our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www.hp.com/cgi-bin/hpsupport/index.pl
    I hope this helps!
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • IPod screen showing only USB cable to be connect to iTunes after Update and Restore.

    My 4G iPod model no is A1367 and the software version is 4.2.1, so as it’s a very old version i wanted to update the software to iOS 6.1.6, so I have taken backup, then Update my device with iOS 6.1.6 after that I tried to restore my device, it started to downloaded (847.8 mb)  iOS 6.1.6  again and again and iPod screen showing only USB cable to be connect to iTunes. please tell me how should i resolve it.

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device... Re-Sync your Content

  • Selection Screen: change F4 Help values

    HI,
    i using a selection screen with:
    parameters: pstat like edidc-status obligatory.
    is it possible to midify the entries in the case the user is performing the F4 help ?
    example: i want to show the values beginning with "5*" only (in the F4 help screen)
    Edited by: Gordon Breuer on Oct 27, 2008 2:48 PM

    Now, it´s working but without any entries.
    at selection-screen on value-request for p_status.
      data: begin of value_tab occurs 0,
             status type edids-status,
             STATXT type edids-statxt,
                   end of value_tab.
      data : return_tab like ddshretval occurs 0 with header line.
      data : x type string.
      refresh value_tab[].
      refresh return_tab[].
      value_tab-status = '53'.
      value_tab-statxt = 'processed'.
      append value_tab.
      value_tab-status = '51'.
      value_tab-statxt = 'not processed'.
      append value_tab.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
        retfield               = 'STATUS'
       dynpprog               = sy-repid
       dynpnr                 = sy-dynnr
        dynprofield            = 'P_STATUS'
        tables
        value_tab              = value_tab
        RETURN_TAB             = return_tab
       exceptions
         parameter_error        = 1
         no_values_found        = 2
         others                 = 3
    if sy-subrc eq 0.
      p_status = return_tab-fieldval.
    endif.

  • Function Module Changed - Selection Screen still has old values

    Hi All,
    Our data source uses a function module while extraction. (generic)
    We have changed the Text Symbols in our function module.
    In the function module we fill one particular field (master data) as per the logic.
    The changes done are reflected in the dataloads and data is fine in BW.
    our problem is the selection screen in BW and in the reports, it shows the older values as well for that particular field.
    Can anyone help us in this regard?
    thanks
    Sudeepti

    Sudeepti,
    run program
    rsdds_aggregates_maintain for the relevant infoobjects and see if the change is carried over..
    Also check if the text tables for the same refer to the older values...
    Arun
    Assign points if useful

  • How to show only six values in dropdown box in design studio 1.3

    Hi,
    There was an requirement from our client to show only last six months in the drop down, when actually there is almost past 30 months are coming from the database. The data format also looks similar to "2014007", "2014006:..etc. Any idea to achieve this through loop.?
    Thank You,
    Palani

    Hi Karol,
    I like your idea, but i have difficulties to use it
    i have a datasource DS_2 and i just want to show specific Members of my keyfigures.
    When i fill my dropdown with this code it just gets empty and returns an error. Somehow i have to say if i want to show the Key or Text ?
    i also need this infiormation to be able to compare my elements in the if clause ?!
    Can you help me out ?
    Best regards
    Manfred
    DS_2.getMembers("003N81FHQ23D64UTALOPW7MVN",0).forEach(function(element, index) {
    DROPDOWN_2.addItem(index, element);
    /*  if ((element == value1) || (expression2 == value2)) {
       if_statements
      } else {
       else_statements
    EDIT ....
    I've found the way how to access the keys and values ... i have to define an array and then i am able to access the internal keys and Text.
    Just for others searching ....
    var ArrayMem = DS_2.getMembers("003N81FHQ23D64UTALOPW7MVN",0);
    DROPDOWN_2.addItem("#", "No Filter");
    ArrayMem.forEach(function(element, index) {
      if ((element.text == "Anzahl Sätze") || (element.text == "Gepäckgewicht")) {
       DROPDOWN_2.addItem(element.internalKey, element.internalKey + " - " + element.text);
    This SCN article helped me out: http://scn.sap.com/community/businessobjects-design-studio/blog/2014/09/19/learn-about-arrays-in-design-studio-13
    Best regards
    Manfred

  • Submit program with selection screen parameters - getting blank values

    Hi, I'm submitting a program with selection screen parameters. when I pass '000' (I_TPLSCN  )value for Planning Scenario and when this goes to selection screen then I don't see value for Planning scenario as '000'(I_TPLSCN  ) but the value is blank in selection screen. I'm using the below code for this.
    SUBMIT RMCPAMRP WITH MATNR_GL EQ I_MATNR   SIGN 'I'
                      WITH WERKS_GL EQ I_WERKS   SIGN 'I'
                      WITH PLSCN    EQ I_TPLSCN  SIGN 'I'
        via selection-screen        AND RETURN.
    Could anyone please help me how to display value '000' rather than blanks.
    thanks in advance.

    If I_MATNR, I_TPLSCN and I_WERKS are variable then try with
    SUBMIT rmcpamrp
      WITH matnr_gl = i_matnr
      WITH plscn    = i_tplscn
      WITH werks_gl = i_werks
      via selection-screen       
       AND RETURN .
    If I_MATNR, I_TPLSCN and I_WERKS are of type range then try  with
    SUBMIT rmcpamrp
      WITH matnr_gl IN i_matnr
      WITH plscn    IN i_tplscn
      WITH werks_gl IN i_werks
    via selection-screen       
       AND RETURN
    Edited by: Pawan Kesari on Dec 24, 2009 3:33 PM

  • Selection screen fields in which values have been entered

    Hi All,
    Is there any standard function module which enables us to determine which fields on the selection screen have values entered for them. In other words, I wish to determine which selection screen fields are no longer initial.
    Thanks and Regards,
    Vidya.

    Hi,
    Why cant you simply use in this way?
    if sel_screen_field1[] is not initial.  "for selet-options
    endif.
    if sel_screen_field1 is not initial.  "for parameters
    endif.
    is it not suitable for your case?
    //Kothand

  • How to make selection screen display only

    hi all ,
    is there a way can only display the selection screen  , but not modifiable  , i don't want to create a new screen but use the selection screen.
    regards
    Kevin

    Hi,
    Use the Loop at screen...End loop in At selection-screen output event.
    Screen-name should be your selection screen Field names...
    Refer to this link...
    Loop at screen
    try the below code.
    AT SELECTION-SCREEN OUTPUT.
    loop at screen.
    IF screen-name = 'FIELD2' .
    screen-input = 0.
    screen-output = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    loop at screen.
    IF screen-name = 'FIELD1' .
    screen-input = 0.
    screen-output = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Edited by: avinash kodarapu on Dec 8, 2008 12:15 PM

  • Hierarchy in selection screen shows Short Text, I want to change it to Med

    Hi
    It seems that the selection popup of Hier is using the Short Text of the Charc.
    Can I change it to use Med Text?
    I tried in the Query, it only changes the way the Hier is presented in the reort
    and not in the selection screen.
    Thanks
    Edan

    Hi Edan,
    You could select the type of text you want to display on selection screen by choosing the same under the Business Explorer tab of your Hierarchy infoObject.
    Go to RSA1 -> infoObject -> find your hierarchy infoObject -> Display -> Business Explorer tab ->
    Text type -> Medium-length text.
    Hope this helps!
    Regards,
    Saurabh

Maybe you are looking for

  • Report Generation and ActiveX control of MSWord 97

    I had posted this problem sometime ago with no response, but I had a chance to look at it again. I wanted to try some examples using MS Word instead of MS Excel. Well I would always get the attached error. It looks like LabVIEW cannot find MS Word. I

  • Job_close with exception INVALID_STARTDATE

    hi all, when the program call the function module Job_close, it run tun with the sy-subrc 3 INVALID_STARTDATE , can someone tell why this happan? is this releate to any configuration since previously the program wokrs fine. thanks

  • Restrict rows

    Hi, this query is working fine when it has one loan, when i enter multiple loans then it shows me in two lines, how will i stop this. can anyone guide me. select emp_number, emp_name, car_loan, medical_loan, personal_loan, family_visa_bal, personal_t

  • Totals in classical report

    Hi, Please tell how to get totals of a field in classical report. please help with sample code. thanks in advance.

  • New audio function in Lion

    Hi all! I found this useful new shell command in Lion: afconvert I guess if it can be used to *repair* broken wav file. Sometimes i have corrupted wav file which can be opened just as raw, but itunes won't play them, or i can't burn them Just thinkin