Reduce the no of inputs in LDB report

Hi
I have copied a standard progarm into a zprogram.It's a LDB report and it's having so many inputs.I would like to remove some unwanted input parameters and select-option from the selection-screen. I thing there is a function module <b>select_options_restrict</b>.How can i use this function module or is there any other way ?
Thanks
P.Thangaraj

You can use the sel scr events..ie
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
CASE SCREEN-NAME.
WHEN <FLD2>.
SCREEN-ACTIVE = 0.
MIDIFY SCREEN.
WHEN <FLD4>.
SCREEN-ACTIVE = 0.
MIDIFY SCREEN.
WHEN OTHERS.
ENDCASE.
ENDLOOP.
~Suresh

Similar Messages

  • I need to reduce the size of a 150 page report

    I need to reduce the size of my 150 page report.
    Presently I have opened and copied about 25 MS Outlook 2007 personal e-mail messages into the Word document. Please advise if one of your programs would solve my problem. If so please recommend the correct program. This is a one shot report of this size.
    I am using MS 2007 Word, Outlook, Excel and Google Chrome.
    Thank you for your support.
    Regards,

    Hi Earle Rheaume ,
    Using Adobe Acrobat you can directly convert the emails to PDF which would be less in size as compared to a DOC or Excel.
    Also, you can convert the existing word or excel file to PDF.
    Thanks,
    Vikrantt Singh

  • Reduce the size of Input box comingby  default with search query

    Hi,
    I have created one EO and VO and one jsp for that . Inside that VO , there is one option Named Criteria, which is having All Queriable Attributes option , on drag and drop of this option i have got default search page for all the attributes which i had in my form , But with every dropdown am getting one input box to specify the value of my search, i want to reduce the size of that input box . there is no code in the jsp for those attributes.
    Please help
    Regards
    shadab

    Filed bug# 6501297 to track this issue. Thanks for reporting it.
    For now you'll need to manually add an additional facet to the content of the query component's "valueStamp" facet with the id of the same name as the attribute and manually set the properties on an <af:inputText> to the desired width.
    Between Tech Preview 2 and production the Query form component is being simplified to be more metadata driven, so this temporary workaround is applicable only to the TP2 release.

  • How to reduce the size of Input Schedule (Excel Template)

    Hi,
    I am preparing Static Input Schedule (Due to complexity, I am unable to use EvDRE). Due to many EvSND's and Formulas used in the template, the file size is almost more than 10 MB.
    So it takes a lot of time while opening the template. So is there any way to reduce the size of the excel file (Input Schedule template).

    Here are some suggestions on ways to reduce the size of your static input template, which sounds to be rather large.  Please note that these suggestions are not in any order with regards to being the most effective in reducing the template, but overall should help in reducing the size.
    -  Make the EvSNDS as dynamic as possible.  Even though it is a static template, try not to use an EvSND formula which contains a reference to each dimension you are loading to.  I'm not sure how many dimensions you have in you application, but if you are referencing 12 dimensions in each EvSND, and you have thousands of EvSNDS, that takes alot of size.  So, if you are doing this, see if there is any commonality with any dimension with the input schedule and hardcode that dimension's member in the control panel.  For example, if all the evsnds are going to the same Category (i.e. BUDGET), you do not need to reference the cell with memberid BUDGET in each evsnd cell, but instead be sure it is set in the Control Panel of the Template correctly.
    - Only have base level members in the input template.  Many input templates are built so that after the data is sent, the summary level (or parent level members), are retrieved in the template so users can see summarized results after a send.  If possible, build the report with base level members only, and build a report to view summarized report.
    - Keep the number of Woksheets in the template to a minimum.
    - Make the layout of the report as simple as possible.  Try to keep the Conditional Formatting to a minimum.
    - With regards to the formulas in the template which you mention, I'm not sure if you are referring to Excel calculation formulas, or something else, however you do want to keep the use of formulas to a minimum.
    I hope this information helps.

  • How to decrease the column size in a tabular report

    Hi ,
    How can i reduce the column size in a tabular report in oracle apex.
    my report is having 90 coulmns and i want that should come in once sceen so i want to decrease the size of columns as well as the font size of values + column_name..
    any suggestion ?
    Thanks
    Nitin

    Hello,
    Oracle APEX OTN Forum is here : Oracle Application Express (APEX)
    Regards

  • How to display properties of dimension on the input form and report in bpc

    Dear Expert,
    Please tell me how to display properties of dimension on the input form and report in bpc. I can only display dimension number.
    thanks so much
    hungth

    Hi Hungh,
    If your are using BPC 10 with EPM add in client, you can use the function:
    EPMDimensionProperty ()
    This function retrieves the properties of a specified dimension in a specified cell range.
    Thanks, Safa

  • Web report for opening it takes long time how to reduce the time?

    HI Experts,
    I created report using webi. For next time while opening it takes more time. How to reduce the time.

    Hi Manikandan,
    There could be multiple reason behind the bad performance.
    1. Are you using supported JVM version to run Webi reports?
    2. Do the reports contain prompts? Are the LOVs set to "Automatic refresh before use"? If yes, uncheck it.
    3. How many queries do the report has? Can you run the queries one by one and check which query is taking much time?
    4. If it based on relational database, copy and run it against the database directly and check how much time it takes. If more, you may have to fix the issue at database level like using temporary tables, indices, etc.
    5. Also check if there are firewalls or proxy server between client and server communication. if yes, try to refresh the report directly on BO server and check.
    6. Check if there is any hinderance between BO server and Database server communcation.
    Hope it will help.
    Regards,
    Yuvraj

  • TO REDUCE THE EXECUTION TIME OF REPORT

    HI,
         CAN ANYONE TELL ME THAT, HOW CAN I REDUCE THE EXECUTION TIME OF THE REPORT. IS THERE ANY IDEA TO IMPROVE THE PERFORMANCE OF THE REPORT.

    Hi Santosh,
    Good check out the following documentation
    <b>Performance tuning</b>
    For all entries
    Nested selects
    Select using JOINS
    Use the selection criteria
    Use the aggregated functions
    Select with view
    Select with index support
    Select … Into table
    Select with selection list
    Key access to multiple lines
    Copying internal tables
    Modifying a set of lines
    Deleting a sequence of lines
    Linear search vs. binary
    Comparison of internal tables
    Modify selected components
    Appending two internal tables
    Deleting a set of lines
    Tools available in SAP to pin-point a performance problem
    <b>Optimizing the load of the database</b>
    For all entries
    The for all entries creates a where clause, where all the entries in the driver table are combined with OR. If the number of entries in the driver table is larger than rsdb/max_blocking_factor, several similar SQL statements are executed to limit the length of the WHERE clause.
    The plus
    Large amount of data
    Mixing processing and reading of data
    Fast internal reprocessing of data
    Fast
    The Minus
    Difficult to program/understand
    Memory could be critical (use FREE or PACKAGE size)
    Some steps that might make FOR ALL ENTRIES more efficient:
    Removing duplicates from the the driver table
    Sorting the driver table
    If possible, convert the data in the driver table to ranges so a BETWEEN statement is used instead of and OR statement:
    FOR ALL ENTRIES IN i_tab
      WHERE mykey >= i_tab-low and
            mykey <= i_tab-high.
    Nested selects
    The plus:
    Small amount of data
    Mixing processing and reading of data
    Easy to code - and understand
    The minus:
    Large amount of data
    when mixed processing isn’t needed
    Performance killer no. 1
    Select using JOINS
    The plus
    Very large amount of data
    Similar to Nested selects - when the accesses are planned by the programmer
    In some cases the fastest
    Not so memory critical
    The minus
    Very difficult to program/understand
    Mixing processing and reading of data not possible
    Use the selection criteria
    SELECT * FROM SBOOK.                   
      CHECK: SBOOK-CARRID = 'LH' AND       
                      SBOOK-CONNID = '0400'.        
    ENDSELECT.                             
    SELECT * FROM SBOOK                     
      WHERE CARRID = 'LH' AND               
            CONNID = '0400'.                
    ENDSELECT.                              
    Use the aggregated functions
    C4A = '000'.              
    SELECT * FROM T100        
      WHERE SPRSL = 'D' AND   
            ARBGB = '00'.     
      CHECK: T100-MSGNR > C4A.
      C4A = T100-MSGNR.       
    ENDSELECT.                
    SELECT MAX( MSGNR ) FROM T100 INTO C4A 
    WHERE SPRSL = 'D' AND                
           ARBGB = '00'.                  
    Select with view
    SELECT * FROM DD01L                    
      WHERE DOMNAME LIKE 'CHAR%'           
            AND AS4LOCAL = 'A'.            
      SELECT SINGLE * FROM DD01T           
        WHERE   DOMNAME    = DD01L-DOMNAME 
            AND AS4LOCAL   = 'A'           
            AND AS4VERS    = DD01L-AS4VERS 
            AND DDLANGUAGE = SY-LANGU.     
    ENDSELECT.                             
    SELECT * FROM DD01V                    
    WHERE DOMNAME LIKE 'CHAR%'           
           AND DDLANGUAGE = SY-LANGU.     
    ENDSELECT.                             
    Select with index support
    SELECT * FROM T100            
    WHERE     ARBGB = '00'      
           AND MSGNR = '999'.    
    ENDSELECT.                    
    SELECT * FROM T002.             
      SELECT * FROM T100            
        WHERE     SPRSL = T002-SPRAS
              AND ARBGB = '00'      
              AND MSGNR = '999'.    
      ENDSELECT.                    
    ENDSELECT.                      
    Select … Into table
    REFRESH X006.                 
    SELECT * FROM T006 INTO X006. 
      APPEND X006.                
    ENDSELECT
    SELECT * FROM T006 INTO TABLE X006.
    Select with selection list
    SELECT * FROM DD01L              
      WHERE DOMNAME LIKE 'CHAR%'     
            AND AS4LOCAL = 'A'.      
    ENDSELECT
    SELECT DOMNAME FROM DD01L    
    INTO DD01L-DOMNAME         
    WHERE DOMNAME LIKE 'CHAR%' 
           AND AS4LOCAL = 'A'.  
    ENDSELECT
    Key access to multiple lines
    LOOP AT TAB.          
    CHECK TAB-K = KVAL. 
    ENDLOOP.              
    LOOP AT TAB WHERE K = KVAL.     
    ENDLOOP.                        
    Copying internal tables
    REFRESH TAB_DEST.              
    LOOP AT TAB_SRC INTO TAB_DEST. 
      APPEND TAB_DEST.             
    ENDLOOP.                       
    TAB_DEST[] = TAB_SRC[].
    Modifying a set of lines
    LOOP AT TAB.             
      IF TAB-FLAG IS INITIAL.
        TAB-FLAG = 'X'.      
      ENDIF.                 
      MODIFY TAB.            
    ENDLOOP.                 
    TAB-FLAG = 'X'.                  
    MODIFY TAB TRANSPORTING FLAG     
               WHERE FLAG IS INITIAL.
    Deleting a sequence of lines
    DO 101 TIMES.               
      DELETE TAB_DEST INDEX 450.
    ENDDO.                      
    DELETE TAB_DEST FROM 450 TO 550.
    Linear search vs. binary
    READ TABLE TAB WITH KEY K = 'X'.
    READ TABLE TAB WITH KEY K = 'X' BINARY SEARCH.
    Comparison of internal tables
    DESCRIBE TABLE: TAB1 LINES L1,      
                    TAB2 LINES L2.      
    IF L1 <> L2.                        
      TAB_DIFFERENT = 'X'.              
    ELSE.                               
      TAB_DIFFERENT = SPACE.            
      LOOP AT TAB1.                     
        READ TABLE TAB2 INDEX SY-TABIX. 
        IF TAB1 <> TAB2.                
          TAB_DIFFERENT = 'X'. EXIT.    
        ENDIF.                          
      ENDLOOP.                          
    ENDIF.                              
    IF TAB_DIFFERENT = SPACE.           
    ENDIF.                              
    IF TAB1[] = TAB2[].  
    ENDIF.               
    Modify selected components
    LOOP AT TAB.           
    TAB-DATE = SY-DATUM. 
    MODIFY TAB.          
    ENDLOOP.               
    WA-DATE = SY-DATUM.                    
    LOOP AT TAB.                           
    MODIFY TAB FROM WA TRANSPORTING DATE.
    ENDLOOP.                               
    Appending two internal tables
    LOOP AT TAB_SRC.              
      APPEND TAB_SRC TO TAB_DEST. 
    ENDLOOP
    APPEND LINES OF TAB_SRC TO TAB_DEST.
    Deleting a set of lines
    LOOP AT TAB_DEST WHERE K = KVAL. 
      DELETE TAB_DEST.               
    ENDLOOP
    DELETE TAB_DEST WHERE K = KVAL.
    Tools available in SAP to pin-point a performance problem
    The runtime analysis (SE30)
    SQL Trace (ST05)
    Tips and Tricks tool
    The performance database
    Optimizing the load of the database
    Using table buffering
    Using buffered tables improves the performance considerably. Note that in some cases a stament can not be used with a buffered table, so when using these staments the buffer will be bypassed. These staments are:
    Select DISTINCT
    ORDER BY / GROUP BY / HAVING clause
    Any WHERE clasuse that contains a subquery or IS NULL expression
    JOIN s
    A SELECT... FOR UPDATE
    If you wnat to explicitly bypass the bufer, use the BYPASS BUFFER addition to the SELECR clause.
    Use the ABAP SORT Clause Instead of ORDER BY
    The ORDER BY clause is executed on the database server while the ABAP SORT statement is executed on the application server. The datbase server will usually be the bottleneck, so sometimes it is better to move thje sort from the datsbase server to the application server.
    If you are not sorting by the primary key ( E.g. using the ORDER BY PRIMARY key statement) but are sorting by another key, it could be better to use the ABAP SORT stament to sort the data in an internal table. Note however that for very large result sets it might not be a feasible solution and you would want to let the datbase server sort it.
    Avoid ther SELECT DISTINCT Statement
    As with the ORDER BY clause it could be better to avoid using SELECT DISTINCT, if some of the fields are not part of an index. Instead use ABAP SORT + DELETE ADJACENT DUPLICATES on an internal table, to delete duplciate rows.
    Good Luck and thanks
    AK

  • Reports 6i: Unable to reduce the spacing between records

    Hello all,
    We have a report that displays tons of records in several layers of grouping. I need to reduce the (padding) space between the fields and the edge of the repeating frame they are in (in the layout model) so the total number of pages are reduced in the output report. I have the confine mode on (lock icon closed) so as to keep things in proper grouping (like a field cannot come out of its enclosing frame). The problem I have is, when moving fields near to the edge of the enclosing frame, the report would not let me move it to the edge of the enclosing frame. It would keep a (padding) distance between the field and the edge and would not move any closer. Strangely, in some of the other rdfs we have, I could move the enclosed field to completely near the edge of enclosing frame while in confine mode. I noticed no difference in the properties between the two rdfs. I also tried Tools--&gt;Preferences--&gt;Wizards Horizontal/Vertical Gap properties but to no avail. Please note that this problem exists for both repeating and non-repeating frames.
    Thanks in advance,
    Srinivas

    Please try View->Snap to Grid,Unselected this property.Then test if this problem is resolved.

  • Best tool to reduce the network bandwidth for WEBI reports

    Hi Experts,
    We have a central BO XI server installed in Head Office. Few users are needed to connet to Head Office from their place (Regions) to access the WEBI reports.
    For this we have two options to refresh the report.
              1. BO InfoView
              2. Web Intelligence Rich Client
    My question is , which is the best way to reduce the internet bandwidth. Since my users are on remote location and doesn't have good link, which one is the best option to reduce the bandwidth consumtion.
    Regards,
    Suresh

    If you're launching Webi Rich Client in 3-tier (ZABO) mode there should be no difference from Infoview refresh, as WRC will utilize same webi report servers for refresh as Infoview does.
    If you use 2-tier mode with WRC, then refresh will be local, using local connection to the reporting DB.
    I'd say Infoview will be less bandwith intensive and you will be sending only structured and prepared data tot he client browser, not the rough data report needs.
    To further decrease bandwith, you can design your server infrastructure to have regional processing, that way most communicatyions with be local and requests go to central location only for main data...

  • Need to reduce the report size.

    Hi all,
    I am using CR2008, i have total 4 images(jpeg) in the header and footer. My problem is  size of the rpt file. i am getting 8MB for the blank report itself. so i cant able to export this file properly from my  application(.net)into .doc and RTF formats if the report having more than 20 pages. When i remove the whole images from the rpt the size is getting down to around 150KB.
        The DPI of the Image is 600 with same height and diffrent width.but the total image size is only 160Kb.i cant able to compromise the resolution of the image. While i am reducing the DPI, the size of the rpt is also decreasing. How can i overcome this problem without reducing the image resolution.
    Hope anyone will give the solution for this,
    Thanks in Advance,
    Salah.

    I ran into the same issue and was able solve the problem.
    When you insert a jpeg into a report, the jpeg is converted to a  bitmap so  for example a 200K jpg file can explode to 3 megs.
    I was able to solve the problem by opening my bitmap(which was black and white) in photoshop and converting the  bitmap to grayscale. Then when saving the converted bitmap I compressed the file.
    Then I inserted the image into the report as a OLE object which keep the new size of the file.
    Then the other thing you need to do is make sure you have Retain Original Color Depth check on under your report options so that the image will retain it resolution.

  • Reports / intranet/ In some detail,  the user will input a date range from and 2 and will out put the records in the int

    Hello there,
    I am totally green in web development.
    my goal is to, for the user will input a date range from and
    to and will out put the records in the intranet when they press a
    button.
    However, the good news is: I have experience in programming.
    I have written applications for desktop in VB>NET and I
    understand RDBMS /sql concepts .
    But CF and WEB development is new to me.
    My current projects involves in connecting to DB and testing
    it. (it works fine)
    And outputting reports by to a intranet page. (records)
    i need help on how to start this asap. I will even do some
    practice at home.
    Tools I have at work
    • Development server(test)
    • Home site.
    • Toad for db connection.
    • Html reference guide
    • Cf dummies book.
    How can start my projects.
    (ex. Create cf, outputpage?)
    seriously, I am new to this.
    Thanks.

    Well, I had a really nice response with some concepts and
    ideas for you to practise on etc, but these dumb forums timed out
    and I lost it all
    If you want to pop me an email we could probably do a few
    exercises together that way - or even by MSN Messenger if you want.

  • Reduce The Gap Between Reports

    Hi,
    I designed a dashboard which consists of several reports and i tried to fit all these reports in to single dashboard page without any need of scrolling down to see the reports but i am still some way short of this requirement plzz help me how we can reduce the gap between reprots to the maximum extent in a dashboard.
    Thanks in Advance

    will this helpful?
    Re: Eliminating the space between two reports in OBIEE dashboard page Section
    thanks,
    Saichand.v

  • When I look in Add/Remove Programs in the Control Panel it reports Firefox as 5.44GB. Could this be true? If so how do I reduce the amount of space it is taking up?

    When I look in Add/Remove Programs in the Control Panel it reports Firefox as 5.44GB. Could this be true? If so how do I reduce the amount of space it is taking up?

    It is quite common for the program size listings to be wrong. To check the actual size of the Firefox installation, you can manually check the size of the Firefox [http://kb.mozillazine.org/Installation_directory installation directory]. It is is typically around 26-30Mb, and the default location on 32 bit Windows is C:\Program Files\Mozilla Firefox\
    There are also a couple of other locations where Firefox stores data, check the size of the following folders as well.
    Firefox also stores user data such as bookmarks and passwords in the [[profiles|profile folder]]. It should be inside this folder C:\Users\''username''\AppData\Roaming\Mozilla\Firefox\Profiles\
    Firefox stores temporary files in the cache. To find the location of the cache, type '''about:cache''' into the location bar. It should be inside this folder C:\Users\''username''\AppData\Local\Mozilla\Firefox\Profiles\
    The last 2 folders are normally hidden, you may need to set Vista to [http://www.bleepingcomputer.com/tutorials/tutorial130.html show hidden files and folders].

  • Any way to reduce the resolution when exporting to .pdf

    We are emailing reports.  On some reports with a large number of jpegs we are hitting a size limitation.  It would be helpful to reduce the resolution on the jpegs when exporting to .pdf.  Any way that would be possible?

    Hi,
    Need more info-
    VS version? or the developing application?
    CR Version? Are you directly emailing your reports from CR designer?
    Also once the image is fetched by the report, we can not make any changes in the image, as a work around you need to do required changes in the image before adding it to the reports, and as far as I know it is not possible through code, but we can wait for other responses though.
    Sincerely,
    Amit

Maybe you are looking for

  • IMac 18" G4 Flat Panel - Tiger 10.4.9 Install Crashing

    Newbie to this forum coz I've never had a problem with my iMac since I bought it new all those years ago. I got Final Cut Pro as a gift and needed to upgrade from 10.2.8 as supplied with my iMac to 10.4 according to the FCP instructions, so I duly bo

  • User xyz does not exist/not attached in this period

    _we checked InfoType 0105, SubType 0001 the value was correct,date range covering the period of validity also not expire. so any one suggest solution for this issue ?_ User xyz does not exist/not attached in this period. [EXCEPTION] com.sap.pcuigp.xs

  • Oracle Reports Java API link Error

    The Oracle Reports Java API link on the Oracle Reports page produces an error. http://www.oracle.com/technology/products/reports/htdocs/getstart/docs/index.html

  • Power point slides

    Hi, I am new using captative and I will appreciate your help in this situation I exported a power point file to captative, I added audio, but during the preliminar preview all is ok, but I need to click next to go to next slide, How can it be automat

  • Query with BW SD Content

    Hi Experts, Suppose, I am using 0SD_C03 InfoCube, having four InfoSources attached 2LIS_01_S260 2LIS_01_S261 2LIS_01_S262 2LIS_01_S263 I have two Queries: 1- For the above scenario, I need to create 4 different InfoPackages and scedule it one by one