Restricting a value to appear

Hi Gurus
We have a field "Entry Source" in which we have several values which appear and we dont want one particular value to appear which is "Consolidation".
How do i achieve this in RPD? This is not subject to one report but on a whole as none of the users should be able to see this value , when they query the results.
Please help me on this as this is quite urgent .
Thanks as usual and i count on you guyz , please help me.
Regds
Mano

In your RPD , for that particular logical table..Open properties and Open the content tab and add the where condition.

Similar Messages

  • How to add round image inside the table column? with different background color, column value should appear in the middle of the round portion.

    Hi
    This question is related to table component implementation.
    I want to display the column values inside the small round image with different colors and value should appear in the middle.

    Hi,
    >>1. how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    2. how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    3.how to make my column headers in bold?<<
    I’m sorry for the issue that you are hitting now.
    This itextsharp is third party control, for this issue, I recommended to consult the control provider directly, I think they can give more precise troubleshooting.
    http://sourceforge.net/projects/itextsharp/
    Thanks for your understanding.
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I restrict certain plans from appearing during Open Enrollment?

    We have 15 benefit plans for which all employees are eligible.  We do not want to change the groupings or settings for our Open Enrollment period but would like to restrict the plans that appear for Open Enrollment so that only 12 out of the 15 plans are displayed and available to employees in ESS.  Can this be done?  I know I can restrict which plans are available when using IT0378 Adjustment Reasons but cannot find a way to restrict the list for Open Enrollment.  Thanks for any suggestions.

    I had that exact same delima, but one of our consultants pointed us to the transaction: HRBEN00ADJRSN
    This is a mass load of adjustment reasons.  You just need to feed the program the total time allowed for adjustments and things like start of records date and end of records date.  Because of the dates and the potential for different plans to have different dates, we actually have two open enrollment adjustment reasons.  We have one for Flexible spending where I give the 1/1 begin date and a 12/31 end date since it is only effective for the year in question.  Then we have our main open enrollment for all other plans where the begin date is 1/1 of the new year and 12/31/9999 for the endda.  I then run the HRBEN00ADJRSN twice for the population:  once for the flex enrollment, and then again for the main open enrollment adjustment reason.
    DP

  • How to restrict the values in seach helps

    Dear All,
                   I am new to the BSP concept.I have a requirement
    where in the BSP i need to restrict the values of the search help.i.e. 2 values are coming in the help i need to display only 1 value.
    can anybody please explain how to do it.
    Cheers,
    Deepthee Kasal
    Edited by: Craig Cmehil on Sep 2, 2008 8:21 AM

    Hi,
    I assume that you read values for the search help with function 'F4IF_FIELD_VALUE_REQUEST' and in a later step you display values with <htmlb:tableview>. If that is true and the function is delivering too many records as you mention, you could then restrict the output table of values like this:
    TABLES mara.
    DATA: mytable TYPE TABLE OF ddshretval WITH HEADER LINE.
    DATA l_repid TYPE syrepid.
    PARAMETERS p_mtart LIKE mara-mtart.
    AT SELECTION-SCREEN ON VALUE-REQUEST
    FOR p_mtart.
    l_repid = sy-repid.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
    tabname = 'MARA'
    fieldname = 'MTART'
    dynpprog = l_repid
    callback_program = l_repid
    callback_form = 'F4CALLBACK'
    TABLES
    return_tab = mytable
    EXCEPTIONS
    field_not_found = 1
    no_help_for_field = 2
    inconsistent_help = 3
    no_values_found = 4
    OTHERS = 5.
    START-OF-SELECTION.
    blah, blah, blah
    * Form F4_form
    * Exclude all material types that start with F & H
    FORM f4callback
    TABLES record_tab STRUCTURE seahlpres
    CHANGING shlp TYPE shlp_descr
    callcontrol LIKE ddshf4ctrl.
    DATA: aux_struc TYPE ddshselopt.
    MOVE: 'H_T134' to aux_struc-shlpname,
    'MTART' TO aux_struc-shlpfield,
    'E' TO aux_struc-sign,
    'CP' TO aux_struc-option,
    'F*' TO aux_struc-low.
    append aux_struc to SHLP-SELOPT.
    MOVE: 'H_T134' to aux_struc-shlpname,
    'MTART' TO aux_struc-shlpfield,
    'E' TO aux_struc-sign,
    'CP' TO aux_struc-option,
    'H*' TO aux_struc-low.
    append aux_struc to SHLP-SELOPT.
    ENDFORM. "F4_form
    Mark points if helpful

  • How to restrict Option values for a particular metadata in profile checkin

    How to restrict Option values (drop down) for a particular metadata in profile checkin-
    Metadata field Color is having options dropdown values (stored in table/views)-
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    Display name - Green, Value=4
    Display name - Black, Value=5
    For a particular profile checkin form, for the metadata field Color I want the dropdown value consist of only top three options
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    But this should be done on profile level only, should not impact the standrad checkin form and other profile checkin forms.
    Please help me if any one having any suggestion to implement the above secnario
    Thanks,
    Sumit

    Hi,
    Into the rule containing the Color metadata, you can restrict the values of the list.
    In "Has restricted list and pane", list the values 1, 2 and 3 (new line for each value) :
    1
    2
    3
    Romain.

  • Restrict variable values in the pop-up selection screen

    Hi,
    I have a variable based on a caracteristic that has 0COMP_CODE as attribute in a Web Report (BW 3.1B).
    This variable has to be accessible so that users can select a value.
    I need to restrict the values that users can see on the selection screen according to their 0COMP_CODE value, even in the pop-up.
    I have tryed authorization variable and user exit, but none worked.
    The best I could do was a "several single values" variable that was preselected with the caracteristics of their 0COMP_CODE, but it didn't worked in the pop-up.
    Does anybody knows how to handle this?

    As far as I could find out, it should be made through customer exit.
    The point is : I have to use a customer exit variable that has been check as "ready for input".
    I can't find a way to restrict the values displayed in the variable selection screen (in the help pop-up window for this variable).
    The exit can pre-fill the selection fields with values, but whenever the user opens the window, he sees all the values.
    I have tryed all the values for I_STEP (0,1,2 and 3) but none did it.
    Does anybody knows how to limit those values?

  • How to restrict the values during extraction?

    Hi everyone,
    I want to restrict the values while extracting data from R/3 Datasource... For example:
    I have MATNR, which have around 10 materials out of which i want to extract the data for only 5 materials. My Selection screen is disabled, i mean we cant do anything in selection screen... Can anyone plz tell me how to go abt this issue?
    Advance thanks,
    chintu..

    Hi KJ,
    Am saying that its not available in Selection screen in R/3 side.. am not talking abt the BW side.. Then also i want to extract the data.. How to do this? this is an interview question asked by HP today morning..
    Regards,
    Chintu.

  • Need to restrict KFF values on Charge Account Screen in Oracle Apps 11i

    Hi,
    I have a requirement to restrict KFF values based on certain criteria in the charge account screen in Oracle Apps 11i..
    Could you pls advise on how this can be achieved.
    Thanks,
    Shashank
    Edited by: Shashank Senan on May 23, 2012 2:53 PM

    Can you please mark my answers correct......if they were helpful to you.....
    That would be so nice of you....:-)
    and regarding your next requirement, You should create a new table which will contain Date, Worker Number and any other details that you want.
    In the form, for every date for which you want to enter the data, you will select the max(date) before the current date and maximum worker number for that selected date and then from that number you can select next 15/20 workers or whatever your number is.
    e.g. for the first time if you want to enter data for 01-jul-2010 and you have work for 15 workers, you will select max(date) where date<01-jul-2010, but you will not find any bcoz this is your first entry. So wat you will do is will start popupating your grid from number 1-15.
    Next day you will select max(date) where date<02-jul-2010, you will find 01-jul-2010. Then you will select max(number) for 01-jul-2010, you will find 15. So populate your grid from number 16-30 (whatever your number is). and so on.
    Hope it helps you...
    Please mark my answer Helpful or correct and Please create a new thread for new question
    Thanks
    Nishu

  • Restrict the values in the Query Designer

    Hi Guru’s,
    I want to Restrict PLANT or  SALES ORG  values in the Query Designer, in the Query, PLANT has selected in the rows and having variable and SALES ORG is display attribute of the PLANT. In this scenario How can we Restrict the values?
    Thanks in Advance,
    Ravi.

    Hi Ravi,
    You cannot restrict values on the display attributes. Better change it to navigational attribute and check the box as navigational in the cube.
    Regards
    Ram

  • Value not appearing in the workbook

    Hi Friends,
    There are some values in the workbook which are prob appear through cell references. In dev sys its fine. We have moved the workbook to Quality, but here the values are not appearing. The value is period value which is not comming from either query columns or rows. I am unable to track down from where this value is appearing in the workbook. This period value appears where this (Layout ->display text elements ->General) appears ofcourse in Dev not Quality. There are many tabs(Queries) in the workbook.
    How to know/check from where this value is getting populated.
    Thanks & Regards,
    Shreesh.

    After adding 'trip type expenses in the layout' in the layout, save the layout as a variant and give it a name.
    Next time when you run the report, put that variant and then run
    Values will come

  • SCCM 2012 R2 - Software metering Reports Parameters Value not appear to choice

    Hello Every Body
    I hope to get answer as soon as possible
    I have SCCM 2012 R2 & SQL Server 2012 SP1, my problem is ( all software metering Reports Parameters Values Not appear so I cannot select
    Note:-
    ( All parameters Available Value set to Get Values From a Query) 

    Has it been over 45 days since you created the active SWM rules? Do all (most) other SWM reports
    work?
    all other reporting in SWM which doesn't ask for month and year working
    only the problem in year & Month Parameters Values
    note:-
    these reports doesn't need a 45 days to work, alwasy when i install SCCM reports working only from the second day of installation

  • L.C value not appearing in MB51 report

    Dear gurus,
    The l.c value not appearing in MB51 t.code,are there any other reports to see this values if so,plz explain in detail

    Dear Jay,
    It will be available in MB51, may be check your variant for hidden fields or your authorization, You will get in MR51 also
    In Standard SAP System Asset GR will not have any Finance document at the time of Goods Receipt, So you are not getting Amount in LC, If you want to trigger finance document at the time of GR, you have to change the account assignment category A properties like i.e., remove the tick of GR Non valuated  in the below path
    SPRO-->Materials Management-->Purchasing-->Account Assignment-->Maintain Account Assignment Categories, Select A
    Goods receipt made after this change will be triggered the finance document.
    R,
    amala

  • Restricting the values in Drop Down list for ESS application

    Hello Experts,
    We are trying to restrict the values in the drop down list box for payment method field for direct deposit iview.
    Here Payment is the Zlsch field.
    here we are trying to have only 3 vlaues in the drop down. Do I have to do it from java code or can this be restricted on the ECC side?
    Plese let me know.
    Thanks,
    James.

    James,
    What you have to do is create a DropDown ByIndex element instead of by Key and create a context node PaymentMethodNode and a value attribute PaymentAttribute under it ....then write the following code in the wdDoInit() method as :
    //Add whatever values you want in the DropDown
    String[] priority_options= new String[]{"Payroll/Corp/Partner Check","Employee Payroll ACH(PPD)"};
              List ListOfPriorities = new ArrayList();
              for(int i=0;i<priority_options.length;i++)
                   IPrivateDetailView.IPayment_MethodNodeElement pr= wdContext.createPayment_MethodNodeElement();
                   pr.setPaymentAttribute(priority_options<i>);
                   ListOfPriorities.add(pr);
              wdContext.nodePayment_MethodNode().bind(ListOfPriorities);
              for(int e=0;e<wdContext.nodePayment_MethodNode().size();++e)
                   wdContext.nodePayment_MethodNode().setSelected(e,e>=0 && e<=1);
    and then write the following code in wdDoModifyView() method:
    IWDDropDownByIndex di =(IWDDropDownByIndex)view.getElement("DropDownByIndex");
             di.bindTexts("Payment_MethodNode.PaymentAttribute");
    then create an Action and bind it to the onselect property of the DropDown and write the following code in the onAction method :
    if(wdContext.currentPayment_MethodNodeElement().getPaymentAttribute().equalsIgnoreCase("Payroll/Corp/Partner Check"))
        wdContext.currentSelectedInfotypeElement().setZlsch("C");
        else
         wdContext.currentSelectedInfotypeElement().setZlsch("P");
    I am sure it will work..

  • Fright condition & value sholud appear  in purchase order printout

    Dear Sir,
    I have made a smartform for purchase order , i want to add fright condition in purchase condition , now my client want this condition value should appear in purchase order printout aginst fright condition,
    What setting i have to do in MM confrigartion for doing this , and also what changes should ABAP do in smartform so this condition should appear and its value.
    thanks & regards
    Shailendra

    Hi
    In pricing procedure against this freight condition type select/tick print
    then only abaper can make appear in print
    Functinal speciciation for Abaper need to give as
    1. SE11 - EKKO u2013 contents- PO number, take doc. condition no.
    2. SE11 - KONV u2013 contents -  doc. condition no.
    3. Take condition value against condition type "FREIGHT" & Item no.
    Raju

  • In Excise invoice (export) values arenot appearing-

    Hi,
    Experts
    In my export pricing procedure all the excise condition types are statistical - while creating Invoice through (vf01) only net value is calculated and rest excise wont calculate due to statistical. then while creating Excise invoice through (j1iin) the excise values arenot appearing if wont appear then how can i creat ARE1 document- for this in excise invoice excise values are must unless untill wont creat ARE1 DOC. Why it isnot coming in Excise invoice(values) can you help me regarding that.Also as per my customisatoin for default no bond settof only excise under letter of undertaking and assigned default setting for series group. Pls tell me for this purpose how the excise values will be coming in my excise invoice.
    thanks
    sunil

    Hi,
    As per your informations  everything is ok so apart from that if anything pls let me to know.
    In my domestic procedure i have no problem and all my excise values are also flowing at the creation of EXCISE INVOICE.That means my DLFC transction type is ok and a/c determination is also ok.
    0008000100     Accounting document
    0001000040     Accounting document
    0000001691     Profit center doc.
    0000001690     Profit center doc.
    0100000145     Controlling Document
    Generally at the end of billing (vf01) a/c should be generated- if 1st line item will come that means value should be flowing to Excise invoice .This should happen in domestic procedure, but incase of Foreign trade 1st line item wont display thats why it isnot flowing- pls confirm it how it will come incase of Foreign trade.This is coming through excise transction a/c determination.
    thanks
    sunil

Maybe you are looking for