Select options in report painter COPA

In report painter when we go to "maintain selection options", the
"exclude from selection" is greyed out.
Any suggestions?

HI, guess SAPNET 516557 will help.
BR Christian

Similar Messages

  • How to degin a  select-option in screen painter?

    Help me !
    How can i create an object  like select-option  in screen painter.
    I want to input a range ,but there are no button or text   in screen painter  like  select-option?

    hai u can create select options on screen but in little differernt way..
    1st way : if u want to give only 1 interval then declare on screen as two different variables in same line
    and after that append the value in ranges.
    2nd way: here u can define as asingle input vriable  beside that variable u can give a icon as extension in select option and give give some function code to that.if we click on that in user command write following code :
      IF V_OKCODE = 'EXT'.
        CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
            EXPORTING
                 TITLE             = 'Title'
                 TEXT              = 'Text'
                 SIGNED            = 'X'
            LOWER_CASE        = ' '
            NO_INTERVAL_CHECK = ' '
            JUST_DISPLAY      = ' '
            JUST_INCL         = ' '
            EXCLUDED_OPTIONS  =
            DESCRIPTION       =
                 HELP_FIELD        = 'T001W-WERKS'
            SEARCH_HELP       =
             TABLES
                  RANGE             = R_WERKS
            EXCEPTIONS
                 NO_RANGE_TAB      = 1
                 CANCELLED         = 2
                 INTERNAL_ERROR    = 3
                 OTHERS            = 4
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    help field the field reference wich u want to declare and range is where values will be stored atomatically as in select options.
    once we click the icon if we execute the function module a window will open as in selection option in reports.there user can enter the values.once the user enters the values it will stored automatically in ranges declared like r_werks in above example.
    try it..

  • Settinf selection fields in Report painter

    hi,
    i need to know how to select fields in report painter as selection fields or input fields?
    i just have an idea of library where we select fields.
    but how to select selection screen fields?

    hiiii 
    refer to following link..it will help you for report painter
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    regards
    twinkal

  • Printing Selection Variant in Report Painter

    Hi, I am using ECC 5.  There is a requirement for printing the selection variant in Report Painter (GR55) Reports.  Presently there is a provision to print selection fields and values.
    Is any way, I can print a Selection Variant and Name in Report Painter?  I understood that the information is stored in Table VARIT.  This table contains Lang., Report Name, Variant and Short text.  I do not know how to get this info in Report screen.
    Can any one help?
    Advance Thanks
    Venkat

    Hi,Thanks for your reply.  Let me explain.
    When using Transaction Code GR55, enter Report Group, Execute.  This will open a Report Paramenter screen.  In this screen, if you select Goto --> Variant --> Get OR Get Variant icon, this will show the available selection variants.  Select any one of them and run report.
    In report it will pick-up the each selection paramater field and value NOT a variant.
    Is any way to get the variant also printed in report?
    Hope this will is clear.
    Thanks
    Venkat

  • How to declare and work with select-option in screen painter?

    hello there,
    can anybody plz suggest me ,how to declare and work with select-option in screen painter?
    neon

    Hi Blue,
    Please check these threads which will help you a lot..
    module pool programming " to add selection-option on screen"
    Re: Select option in Dialog program screen
    Re: SELECT-OPTIONS in Screen
    Good luck
    Narin

  • How to Modify the Selection Screen in Report Painter

    Hi All,
    I am working on Report painter and writer,
    can any body helpme how to change the selection screen i.e i want add some more  select options to the exisiting roport .
    how can i  add more select options to the exisiting one
    please let me know the Procedure and provide some relevent documents .
    Thanks and Best regards.
    uma

    Hello...
    In the program ...we can find the following chunk of code..
    selection-screen:begin of block B1 with frame title text-001.
    Parameters : ....
    select-options:.....
    selection-screen:end of block b1.
    if we need to add any more user inputs we can write the code inside the existing
    selection screen....end of block .
    or create a new block ..just the block name should be different...
    if we are using select options...we need to declare the table name using the key word for the field on which we are giving select options ....
    Tables : BSIK.
    Please see the following code:
    Imagine :- we have the current selection screen..
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_BUKRS LIKE BSIK-BUKRS DEFAULT SPACE.
    SELECT-OPTIONS: S_LIFNR FOR BSIK-LIFNR.
    SELECTION-SCREEN END OF BLOCK B1.
    we need to add 2 more fields on the selection screen ..this we can do as the following
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_BUKRS LIKE BSIK-BUKRS DEFAULT SPACE.
    SELECT-OPTIONS: S_LIFNR FOR BSIK-LIFNR,
                    S_HKONT FOR BSIK-HKONT.
    PARAMETER: P_DATE LIKE BSIK-BUDAT OBLIGATORY DEFAULT
               SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B1.
    OR...create a new block...
    SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.
    SELECT-OPTIONS:   S_HKONT FOR BSIK-HKONT.
    PARAMETER: P_DATE LIKE RFPDO-ALLGSTID OBLIGATORY DEFAULT
               SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B2.
    there are many options available in selection screens..like creating check box,radio button etc..
    for more info press F1 help on the Selection screen in the ABAP editor
    Revert back if not clear and reward if helpful
    Regards
    Byju

  • Selection Field in Report Painter Report

    Dear All,
    Could any one tell me the procedure to add new field at selection screen for the report painter report ? To change the report painter selection screen i have to change the Report group or Report of the report group?
    Thank in stack

    In general data selection, i have already cost center, but it is not apprearing at selection screen. Only three field are appearing (Year + Period + Forecast),  and i want to add cost center at the selection screen. How to make cost center field at selection field from General data selection option. Please guide me
    Thank in stack
    Nilesh Shete

  • Adding additional field for selection criertoria for report painter

    I am trying to add a new selection criterion for a report which is created from report painter. I have run Transaction Code GRR2 and selected the library 1VK which is cost centers: absorption costing and doubled clicked on the report.
    Clicked on edit on the header à General data selection à I am looking for a option for company code but I cant find it in the list. Is there anywhere I need to flag the field company code as characteristic value or am I missing something??
    Thanks
    E

    hi,
    You might want to try add parameters in general data selection.... in addition you can add variable against this field so that it appears on selection-screen. You can look at standard SAP report for example.
    hope this helps.
    Cheers,
    Gimmo

  • Filter option in Report Painter GRR1

    Dear Experts,
    I have created a report using the the T code: GRR1. The layout is as follows
    Expenditure
    Department A
    Department B
    Department C
    Department D
    Department E
    Power & Fuel
    Other expenses
    Each department having 20 cost centers. I have created the report and assigned in 1SIP report group.
    I am able to get the results in the report S_ALR_87013611.
    I am able to see the department wise costs in that report.
    My Requirement is:
    I am expecting a filter in the departments mean to say I want to select few cost centers in the department A after executing the report.
    I am expecting a filter in the column heading.
    Is it possible. Please guide me.
    Thanks

    Dear Experts,
    Thanks for your responses,
    I hope my requirement is some what critical through report painter (Filter Option).
    Please check the following, is it feasible?
    Expenditure
    Department - A
    Department - B
    Total - 20 cost centers
    Total - 10 cost centers
    Cost center
    Rs
    Cost center
    Rs
    Salaries
    Cost center A1
    1000000
    Cost Center B1
    700000
    Tours & Travel
    Cost center A2
    200000
    Cost Center B2
    140000
    Machine Expenses
    Cost center A3
    6000000
    Cost Center B3
    4200000
    Repairs & Maintenance
    Cost center A4
    70000
    Cost Center B4
    49000
    Labour
    Cost center A5
    800000
    Cost Center B5
    560000
    Total
    8070000
    5649000
    I am going to hard code the cost center group in the cost center report.
    I am expecting the report result as mentioned above.
    Is it possible.....?
    Thanks.....

  • Enabling the set/hierarchy node option in Report painter

    In Report painter how to enable the option to check the set/hierarchy node option in ‘general data selection’. it always displayes in disabled mode.

    sanjay,
    in change mode(GRR2)it wont allow to edit 'set/hierarchy node', only allows for variable.

  • Selection Screen in Report Painter

    Dear Experts,
    I have an issue in the report painter. While executing the report from GRR2, selection screen is not displayed but report is coming as I expected.
    I want to create the selection screen for this report. I have created this report without copying from the standard report.
    Thanks in Advance.
    Regards,
    Aswimn

    Hi,
    Please refer following links.
    <Link farm removed by moderator>
    Regards,
    Renuka S.
    Edited by: Vinod Kumar on May 25, 2011 10:12 AM

  • Selection values in Report Painter Report

    Hi All,
    I am creating a report  painter report for Plan/Actual values using  library 0FL.In my characteristic value column I included fiscal year as a  value and  hard coded the fiscal year so i dont need this parameter in my selction screen.When I execute the report the fiscal year is coming in the selection twice.i.e:
    Fiscal Year
    Fiscal  Year
    Company Code
    Period
    From Profit Center
    To Profit Center
    How do I wipe out this fiscal year from my selection screen? In GRR2 -> EDIT--> General data selection , I only have  profit center values.I dont  know why this fiscal year is coming up as a selction parameter when I hard coded in the column.Any help.Thanks
    Regards
    Shaun

    HI Shaun
    In GRR2, Against the char, there is a check box where in you specify to treat it as a variable.. DId you check that box? Unless you check that, it wont appear in the selection screen
    Regards
    Ajay M

  • Creating Selection screen in Report Painter

    Good day everyone,
      Does anyone know how I could create a selection screen in Report Writer? Thanks!
    >Christian<

    Hi,
    Simple Parameters  or Selec-options statements will suffice.
    Eg : Parameters : p_matnr type mara-matnr.
           select-options : s_matnr for mara-matnr.
    In selection screen, you may have selec-options, parameters, check boxes, radio buttons etc.
    Regards,
    Sujatha.

  • Adding gsber in selection screen of report painter

    To gurus,
    I have a small requirement, I have to get business area  (GSBER) in  selection screen of report.
    I have developed the report using report painter  FGI1 --FAGLFLEXT which is having gsber field.
    In selection screen it self i want this GSBER FIELD .How to achieve it.
    kindly guide me.
    regards,
    padmaja.

    Hi
    What I understand from your question is you want bussiness area value on selection screen you can achive this by just using the by export/import parameter or by get/set  parameter id.
    Please elaborate what exactly you want.
    Regards
    Sagar.

  • Problem in displaying selection options in report

    Hi Team,
    There is a report running in production. It has one select option for data element PROJ-PSPNR.
    But the requirement changes and the selection option should be for PROJ-PSPID instead.
    I started changing the code in development box and deleted the selection text in text element for previous select option and put the description of the new one.
    In development it is showing perfect. I transported the transport request to quality and pre-production.
    In quality also it is looking fine. But in pre-prod, the text option of the select option is not coming. Besides the icon on the button at the right of two text boxes of that select option is also not showing.
    (The button on which we click to input multiple values in the select option).
    Now I am in a fix. Why this is happening and what I should do?
    Mainak

    Hi Mainak,
    Do the follwing steps:
    1) check that selection-text of that select-options are transported or not.
    2) if tranported may be some activation problme.....for that you need to do on thing.
                 go to your pre-production box, there in the report generate the program again by
                 program-->Generate....  it will genereate the your program. so that the missing will appear.
    Thanks!

Maybe you are looking for

  • How can I find my apple ID name?  I changed it to something with a typo and now I cannot log in.

    I changed the email account from an old email address to a new email address about a month ago.  I couldn't log back into the account, and when I tried to retrive the password (which I did not change) the website said that no apple ID existed under e

  • Open documents in libreoffice from chromium [SOLVED]

    Hi everyone, When using chromium, I would like associate .doc(x), .ppt(x), etc. with libreoffice by default (wm - fluxbox).  If I try to click on the file once it has downloaded in chromium (on bar at bottom) I currently get: /usr/bin/xdg-open: line

  • Camera Raw not launching from within Bridge

    When I click the iris button to start camera raw from Br, I get the following message- "Bridges parent application is not active_ Bridge requires that a qualifying product has been launched at leat once to enable this feature" I have launcched bridge

  • Error n°1 with Acrobat Standard + PSE8

    Hello, I have acrobat standard 9 and Photoshop Element 8. It worked well untill my return from vacation. When I open them I receive always error 1 as shown : I cannot reinstall them, as I cannot open them anymore to desactivate them. Any help ? any i

  • Realm authentication not working for usergroups

    Hi... I have a server running 10.4.3 (8F46). I'm running one web site, and also some AFP shares. This server is bound to our corporate Active Directory server. I'm positive the AD integration works because my AFP shares use AD users and groups for th