Customize Selection Screen

Hi,
For one of our reports, we need to display help text in selection screen.
The report filters have a certain combination of default values for multiple fields and unless user keeps all filters active, certain type of information is not displayed. We need to explain the significance of each value.
The user can still change selection criteria if he selects other combination of selection variables. Hence, we cannot add text in report output.
Any pointers on this will be a great help. We are on BI 7.
Regards,
Nikhil

Hi Refer to this conversations:
Re: help button with documentation .
Re: How to add information button on select screen for documentation

Similar Messages

  • Customize selection screen of logical database AFI of report RIAUFK20 ?

    Hi Experts,
    I have to customize the report RIAUFK20 which use logical database AFI.
    I have to do the following:
    - Change the field labels of some fields in the selection screen.
    - Add more field into selection screen which does not appear in the nodes of logical database structure, for example TIDNR in table EQUZ.
    So what is the best way to achieve that result?
    I intended to copy the AFI into ZAFI and change, but still struggle with add fields which does not appear in the structure of logical database.
    Any help is appreciated, thanks!

    Specify your logical database on Program "attributes".
    It will display the standard selection screen of LDB. Now in your report, create selection screen as in other programs for the additional fields.
    It will first display the field of LDB, followed by fields provided by your selection screen.

  • Modification selection screen

    Hello,
      I have to use submit command for my program. Can I change or customize selection-screen of called program as we do in AT selection screen output event. When I do submit it must be able to change the selection screen of the report I have called.
    Regards,
    Satya

    I don't think you can change the selection-screen of another program but you can define a variant and call the abap using the particular variant, which might resolve your issue.
    Also, if you can specify what is exact requirement basically what part of selection-screen do you wish to change, it might be possible to give an another alternative.
    <b>Thats is exactly what I had said in my reply...</b>
    Message was edited by: Anurag Bankley

  • Customizing Selection screen

    Hi all,
      I wanted to customize selection screen. I have prepared a selection screen , which I have called using Call selection screen statement . Now I wanted to avoid check button on that particular selection screen.Please help me
    Regards,
    Prasad

    Hi,
    You can modify the screen..see example below:
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'SC1'.
          screen-invisible = '1'.
          MODIFY SCREEN.
        ENDIF.
        IF screen-group1 = 'SC2'.
          screen-invisible = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    You can use Screen-Surname for field in place of screen-group1.
    -Vishal

  • How to customize the Selection Screen of  Logical DB (PNP)?

    Hi All,
    In LDB selection screen
    PERNR field is not given in ranges and also
    Personal area and subarea are given in single selection field.
    I need to customize this for my report.
    Plz guide me reg this.
    Thx in advance.
    Albert

    -Go to se38 "Give program name " and click "Attributes" ...
    - After that click HR report Category " a pop-up will come again git report category  Here you can create the filds and can attach report category with your program .
    You`ll find more help if you search "create report category on SDN or google ...
    <b>Here you go
    http://www.atomhr.com/know_preview/hr580_Cust_sel_screen_chp1_46.htm</b>
    Hope this’ll give you idea!!
    <b>Pl... award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"
    PS.
    <b>Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.
    Spread the wor(l)d!</b>

  • How to add customize message on the variable selection screen in the query

    Hi all,
    Can we add an customise message on the variable selection screen in the query? If yes please let me know how it can be achevied?
    Thanks,
    Rani

    Hi Rani,
    I faced a similar issue (for what I understand your request is).
    My requirement for the Variable Screen was to do:
       1) place a link to a ppt file
       2) remove buttons "Save", "Save As...), "Delete"... the standard buttons come when running the Query or WebTempl
    We were using a Web Templ for BI7.0
    I struggled trying to find out how to do it. My conclusions are:
    - WAD, not sure we can accomplish it using a Web Template but i did not "play" a lot with the Web_Template Properties in order to know
    - XHTML, I was told in my post HTML modification was the way, but I have close to nil background in HTML and couold not find the way of accessing the Variable Entry screen
    For instance, I had to remove similar buttons and change some font size from a link on the Web Template (WAD), which was pretty straight forward. In WAD the buttons come with its own icon and to increase the Font size for that link we used XHTML (<font size="2" >). But the heck of the variable screen...well, i just did not get trhough to it to modify it in any way.
    Good luck,
    Definetly in a Query I would say that no.
    alex
    PS: If anyone had a better insight, please feel free to share it.

  • Customize PSJ (CJI5 Selection Screen Criteria)

    Hi experts,
    I need to add a customer field to CJI5 Selection Screen criteria. Actually i found the SAP NOTE 188663-Enhancing Selection views and dynamic selection, that describes how you can enhance the dynamic selection (selection screen of a PS report).
    I allocated successfully my field in the D3 Functional Group, and appears when I push on the "optional delimitations" button, but doesn't´t limit the selection.
    Anybody knows why "Optional Delimitations" doesn't´t works?
    I want to allocate my customer field in the "Other Selection Criteria" button because i think that works correctly.
    Anybody knows how can i do this?
    Is other SAP NOTE that describe this enhancement?
    Thanks in advanced.

    Hi,
    I found the SAP NOTE 635711 that resolves my problem.
    Regards.

  • How to customize the selection screen of Get Objec

    hi all,
    I'm developing a program for sap hr.
    I use the 'Get objec' to creat the selection screen.
    and I wanna limit the date selection.
    The defaut display is the 'Period'  of radio-button group.
    and I want only the single field 'Date' for input insead of a period with starting and ending dates (manuelly we need click on a button to switch to 'Date' input).
    How can I switch automatically  to the 'date' when I initilize my program?
    Thanks a lot for your help
    Yimin

    Hi,
    This is possible through program attributes.
    goto attributes, click on 'HR Report category'
    now make sure that, 'Master Data (Infotype)' is changed accordingly your requirement.
    I think it is helpfull to you.
    Regards
    Sai

  • Customizable ABAP Selection Screen with Tabstrips

    Hello everybody,
    we have a ABAP and a MASTER-Selection Screen. In this Selection Screen it should be able for Customers to enhance the MASTER-Selection via a Subscreens (realized in Tabstrips).
    The amount of Tabs has to be dynamic. Ist there a ABAP Sample?
    Does anybody has some ideas to keep this dynamic?
    Thanks
    Regards
    Mario

    Hi,
    examples are in the transaction BIBS.
    regards
    Fred

  • Logical Database (PNPCE) , selection screen hide.

    Hi Gurus,
             i have couple of questions related to logical database pnpce.
    1.Since i know logical database has there own selection screen , my requirement is i want to add my custom fields to the selection screen other than what is provided is it possible or not.
    2. i want to hide the selection screen of the logical database, but i do want to create my own in which i will be declaring some select options of the standard logical database screen has, like pernr, organisation unit, etc, how do i communicate the entered data with the logical database if i dont use the logical database standard selection screen, hope i could able to explain my problem, please see into my problem and let me know thanks in advance,
    hussaini

    Hussain,
    LDB have standard selection screens, if at all you want to customize those standard selection screen you would have to define a report category for your program. You`ll have to configure in the spro settings for your corresponding report category.
    If you would like to declare your own selection criteria, you can very well do it and these criteria are visible below the standard selection criteria. You can process these elements in your program and not in the LDB standard program. Use the normal selection screen events in your program for processing your selection criteria.
    Hope this info is helpful, reward points if convinced.
    Regards

  • SELECTION-SCREEN OUTPUT REGARDING RM07DOCS

    hai,
    IN SELECTIN SCREEN , I AM NOT GETTING LAYOUT VALUE.
    FOR STANDARD  " /GR VKP " VALUE IS DISPLAYING AUTOMATICALLY
    BUT WHEN I COPIED THAT TO CUSTOM IT IS NOT DISPLAYING THAT VALUE
    I DEBUG THE PROGRAM
    IN INCLUDE PROGRAM     RM07ALVI , A FUNCTION MODULE : 
                          CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' .
                        EXPORTING
                              i_save     = 'A'
                       CHANGING
                            cs_variant = alv_variant
                      EXCEPTIONS
                           not_found  = 2.
      IF sy-subrc = 0.
        alv_def = alv_variant-variant.
    HERE SY-SUBRC is not 0.
    CAN ANY ONE PLEASE TELL ME , HOW TO MAKE THE SY-SUBRC VALUE = 0.
    Thanks in advance
    Dastagiri.
    Edited by: Dastagiri on Dec 9, 2011 1:36 PM

    a variant is specific to the report and stored in table VARI.
    Dont just copy an entry in that table.
    Execute your report, customize your layout and save it, then it will add an entry in table VARI that can be used next time in your selection screen.

  • Urgent: Custom Text in Variable Selection Screen

    Hi Experts,
    I know that it is not recommended by SAP to customise the variable screen, I am sorry but that is ridiculous coz there are no alternatives provided for even simple editing. I''ve searched every where in SDN to find a way to simply add a custom text element in this bizarre screen.
    I need to do that because I have to group variables that look similar in a container and add some instructions to users on how to base their selections.
    I am also not sure what exactly the web item whcih is behind this selection screen or perhaps if it is another web template that is being invoked by the standard template ""0analysis_pattern"" and if any what is that web item invoking it.
    If you have any clues of how i can achieve this please adivce as soon as you possibly can.
    Points will be assigned.
    Cheers,
    Jad
    Edited by: Jad on Apr 30, 2008 8:27 AM

    Hello,
    To customize your variable screen you should neeed developer access key..you can see whether you have got or not in table Devaccess..
    Personalisation of variables is for saving all inputs for future use. ( In your case save without any pre determined values )
    Below PDF link will surely answer your doubts.
    http://www.ies.state.pa.us/imaginepa/lib/imaginepa/mso2.pdf
    The personalization option can be activated in the system (using the program RS_PERS_ACTIVATE or the IMG guide (BW Customizing Implementation Guide -> Business Information Warehouse -> Reporting-Relevant Settings -> General Reporting Settings -> Activate personalization in the BEx).
    You can manage your personalization variable through BEX Analyzer "Change Variable Values" menu option "Business Explorer --> change query --> change variable values.
    [variables|http://help.sap.com/saphelp_nw04s/helpdata/en/f1/0a56a7e09411d2acb90000e829fbfe/frameset.htm]
    Go through this link for making cange in Variable selection screen..
    Re: No Text displayed in the Input help in WEB
    For creating the Web Template..
    Go the web application designer, create a new web template in the template
    in the left hand side you will find web items , from there drag and drop table , navigation block for your navigation attributes and in the table you have to assign the data provider
    for that first you have to do
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="SET_DATA_PROVIDER"/>
    <param name="NAME" value="DATAPROVIDER_1"/>
    <param name="QUERY" value="your query name"/>
    <param name="INFOCUBE" value="your cube or multiprovider name "/>
    DATA_PROVIDER: DATAPROVIDER_1
    </object>
    now you can asssign the data provider 1 to the table.
    you can all the neccessary things you want , like check box, radio button group, charts etc.
    while saving this save it in a role.
    If you want to do this for a workbook, which has been created in the BEx Analyzer, do the following:
    After embedding the query in the workbook, right click -> choose 'properties' in the context menu -> click the 'interaction' tab -> check the 'save and reuse variable values' option.
    After doing this, once the workbook or query is refreshed, the already entered variable values are taken.
    Also see
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a5529e09411d2acb90000e829fbfe/frameset.htm
    Hope it helps you,Revert me back if you have any queries
    Assign points if helpful
    Regards
    Bala
    http://help.sap.com/saphelp_nw04/helpdata/en/00/e8d13f7fb44c21e10000000a1550b0/frameset.htm

  • Report RFKQST00 (Withholding Tax Return) Selection Screen

    Good Morning,
    When running report RFKQST00 i need to adapt the selection-screen of this report.
    As you can test, if you change the parameter Country Variant (P_VARIA) the selection-screen is different for each variant.
    What i want to know is if i can change the selection-screen for each variant? Should this be done in the program code (don't want to change standard) or there's any way to customize it?
    Basically i need the Special G/L Indicator selection group included in my selection-screen for my country (PT).
    Best Regards,
    Pedro Gaspar

    Solved it Myself

  • Add customer field in IH08 selection-screen

    Hi guys,
    I need to add 1 customer field ZZ to the selection screen IH08 in order to search equipments by the ZZ field.
    Did anybody know if it is possible?
    Thanks in advance,
    LMS

    I use enhacemente ITOB0001 to add one field to the screen of equipments (IE01, IE02 and IE03) and that is working perfectly.
    In IH08, i put an append structure on structure RIHEQUI_LIST in order to the ZZ field could be seen in the ALV list. But, my problem is to make that ZZ field searchable... I need to search equipment on IH08 by the ZZ field.
    I look on SPRO, for the equipments lists customization, i made tests and tests but nothing works...
    If anybody knows how to solve this, please help me.
    Other chance is to develop a Z program... But i prefer use the IH08...
    Best Regards
    Edited by: Luís Silva on Jul 31, 2009 11:28 AM
    Edited by: Luís Silva on Jul 31, 2009 11:29 AM

  • Reg SELECTION SCREEN BLCOK....

    Hi,
       I have one doubt regarding selection screen. i.e.
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TILE TEXT-001.
    SELECTION-SCREEN : END OF BLCOK B1.
    The above syntax will give standard length of frame in SELECTION SCREEN but i want to customize it, I mean I want to decrease the size of frame as per requirement. So, How will I change the size of frame? regarding this plz give me example coding.
    Regards,
    Kishore.

    refer
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9c2e35c111d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm
    regards,
    srinivas
    <b>*reward for useful answers*</b>

Maybe you are looking for

  • I just purchased a brand new Imac and ITunes doesn't recognize CD names

    Hello, I come to this forum humbly and with gratitude.  These Apple Support Communities have saved my sanity countless times as I was learning Garage Band several years ago.  I recently purchased a new Imac (May '11) to use primarily for Logic record

  • How does jdbc fetch a set of records in oracle

    Hi, Oracle does not support server side cursors,if so how does jdbc fetch a set of records(set by setFetchSize(), which is 10 by default) each time I say rs.next().Does this mean Query is re-executed to fetch the next set of records? Can some body th

  • LOV does not get invoked the second time

    Hi I'm using JSF-ADF-BC with JDeveloper 10.1.3.1 I've been following the Hands-on Practices from Oracle JDeveloper 10g for Forms and PL/SQL Developers. I have an edit page which invokes a LOV page. The first time I click on the flashlight (af:SelectI

  • RSS Feed - Need help!

    Hi. I have a blog via Live Journal. I also have a main websiite. I would like visitors to my main site to be able to press an RSS icon, and by doing so, subscribe to my external Live Journal blog. I don't want to include the actual the content from m

  • Organizer and PS album

    Is the organizer in elements 2 and 3 the same as photo albums 2. If so should I uninstall the Album when I install either Elements 3 or 4? Tello