How to hide Total value in RFX response webdynpro component

HI experts,
       We are working on SRM 7.0 and there is a requirement to hide the Total Value that appers on RFX Response Header for a particular Role.The webdynpro component is FPM_IDR_COMPONENT and View is IDR_VIEW..I have searched the SDN and found that CL_FPM_IDR class methods can be used to hide the Items.But method SET_ITEMS_VISIBILITY sets the visibility for all items,but i want for a particular pair.Please advise me how to hide this field value pair dynamically.
Regards
Sonika

What you might try is to remove the particular key_value pair from the lt_items table which is passed to the IDR.
So search in(WDA/Assistance class/Feeder class ) and find out the place ,from where this table is filled and called to set items on IDR.
Remove the pair before from table before the call to IDR.

Similar Messages

  • How to hide total value in hierarchy column?

    Hi all,
    My requirment is like this:
    Department--------Sales--------Percentage(%)
    Total---------------600---------(NULL)
    A----------------100---------- 0.5
    B-----------------200-------(NULL)
    C----------------300--------0.33
    Department column is a hierarchy column.
    The expression for Percentage(%) column is:
    CASE WHEN Department ='A' THEN Filter(Sales Using Department='A' )/ Filter(Sales Using Department='B' ) WHEN Department ='C' THEN Filter(Sales Using Department='A' )/ Filter(Sales Using Department='C' ) END
    But the total for Percentage(%) is wrong value, so I want to hide it, So anyone know how to do it?
    Regards,
    Anne

    Hi,
    Not sure about the requirement.
    But didnt you try the column properties >> Hide check box
    Hope this helped/ answered
    Regards
    MuRam

  • How to Show total value in the header 2nd page but based on 1st page footer

    How to show total value in header in report builder but i have the total have related with the total in footer.
    Example
    ===============================================
    Page 1
    Empno Ename Sal
    1 Scott 1000
    2 ALlen 2000
    3 Susi 1000
    Total Sal Page 1: 4000
    ===============================================
    Page 2
    Total Sal Page 1: 4000 --> How to get it?????
    Empno Ename Sal
    4 Budi 1000
    5 Roger 200
    6 George 2000
    Total Sal Page 2: 3200
    Please Help..
    Thanks

    hmm .. what i would do is
    - create a placeholder column
    - create a field in the header and one in the footer
    - have the footer field reference the summary column
    - have the header field reference the placeholder column
    - create a fromat trigger on the footer field to
    store the value of the footer into the placeholder column
    so when the report is executed and the footer field is formatted, the format trigger stores the current value of the summary in the placeholder. then the pagebreak occures and the header field is formatted .. printing the value.
    there might actually be an easier way, just reference the two fields to the same summary column and in theory, since there is nothing happening between the time when the footer is formatted and the header is formatted, the values should be the same .. however this is a theory and i have not actually tested this. since reports does all kinds of fancy optimization this might have unexpected results, but it's worth a try.
    thanks,
    ph.

  • How to get total value from checkbox list?

    I have a list of checkbox items - all number values. I want to then get the total value from all of the check items and add that value to the database. Can this be done?
    Also, anyone know of one source where I can get detailed information on how to best use Web Apps and all of it's possibilities and limitations? Most of the tutorials that I have seen so far say that you can do most anything with Web Apps; however, the tutorial examples leave a lot of questions unanswered. I saw that Adobe has an article that shows how to build a basic web app and that it is "part 1" in a series. Anyone know where to find parts 2, 3, etc?
    Thanks,

    Hi there,
    Good day, i hope this will give you some ideas
    for example this is your html
    <input type="checkbox" name="test" value="1">1
    <input type="checkbox" name="test" value="2">2
    <input type="checkbox" name="test" value="3">3
    <input type="checkbox" name="test" value="4">4
    and this is your jquery script
    <script type="text/javascript">
    jQuery("input@[name='test']").click(function() {
        var istrue = jQuery(this).is(":checked");
        if(istrue == true) {
            var urvalue = jQuery(this).val();
            alert(urvalue);
    </script>
    hope this helps you

  • How to hide net value of $0 on Credit Memos from rejected return?

    We are creating a credit memo request with a second line item which contains rejected returns.  Basically line item 1 contains the actual qty which we are refunding and line item 2 is the qty which we will not be refunding.  When we create the the credit memo from this document in VF04, the line item two is showing on the credit memo with a net value of $0.
    Is there a way to hide this net value of $0 or rejected return items from coming over onto the credit memo.  We would like to just show positive values on the CM.
    - Chuck

    The reason for rejection is set in when the credit memo request is craeted and the net value of $0 still appears on the credit memo.. how ever the pricing values are in an unprocessed (yellow) status.
    So after running a few test when the billing block was set on the credit memo request.. I noticed that the credit memo request was still open after VF04, would appear as unprocessed, and always show up when VF04 is ran.
    Is there some other way to get the net value of $0 to NOT appear on the credit memo beyone reason for rejection and billing block.  Maybe something in the configuration copy control??

  • Bex query question:How to get total value ?

    For material level we can get value(quantityamount), but for the result is total quantitytotal amount, the result is wrong. How to get the total value correctly?
    I checked some material.which need coding. but I want to know if I can get easier way for that.
    Thanks.

    hi, i jus tried. .this works for me..
    set calculate result as summation and formula collision nothing defined...
    *reward if helpful*

  • How to Hide Fields in technical Rfx (C-Folder )

    Hi,
    I want to hide the selected buttons and links in the below screen(C-Folders).
    Can anybody help me how to hide the buttons and links
    Thanks and Regards,
    Lakshmi.

    Hi Laksmi,
    1) There is class called CL_CFX_FOL_UI 
        for Notifications, additional functions ,cancel buttons do enhancement in the method     PG_FOL_DE_INIT_MAIN_GROUP delete the entries in the parameter ES_MAIN_GROUP
    2)  For Copy ,Copy as bookmark Enhance the method GET_FOLDER_LISTING_TABLE  delete the          entries in parameter  EP_FOLDER_LIST .
    Regards
    Jayaprakash Thandavarayan

  • How to calculate total value in categories?

    I know Numbers let you do subtotal in categories.
    However at the end of the table, i want a nice total value in a single row that is not in under any category.
    For example, Number's Home Inventory Template, when you want open a new file.
    It has Master bedroom category and living room category with subtotals for each and total value below both categories. The total value itself is not in under a specific category. Note that C11 is blank yet Numbers does not create another category from that cell.
    The sum formula is pretty simple too in that file. =SUM(total replacement value). However when i tried that, it includes its own cell and giving me error message.
    i hope my question make sense. Please help. THANKS!

    Brownie,
    You appear to be asking about an iOS device in the OSX iWork discussion, but this answer by work for you anyway. Note that the formula in the Total Replacement Value column Footer row is: =SUM(J)
    Since the totals row, Row 12, is a Footer Row, a special type of row in Numbers, it isn't included in the sum. That's handy because then you can use =SUM(J) without row 12 being included in the range. If you explicitely include Row 12 in the SUM expression, you will get an error. For example, =SUM(J2:J12)  written in J12 will fail.
    Jerry

  • How to set the value of something in a component from the main application?

    Hi,
    Maybe I've been working on this too long, but I can't figure
    out how to set the value of the text property of a text input field
    in a component from my main application in an mx:Script block. I
    have a component called Login in the components folder, and I need
    to set the text value of empNum. In my mxml declaration at that the
    top, I've declared these components as xmlns:c="components.*" So
    logically, the property I'm trying to set is c.Login.empNum.text. I
    can't figure out the correct syntax to get this to work, and I've
    tried everything I can think of. Does anyone have any suggestions?
    I'm thinking this should be an easy one, and I'm just missing
    something.
    Thanks!
    Holli

    Did you try giving it an id ?
    <c:MyLogin id="loginScreen" /c>
    So later you can do loginScreen .empNum.text = "my text"
    Laurent,

  • How to pre-set values to iView form WebDynpro

    Hello
    I'm using  MDM 5.5 Business Package with WebDynpro.
    I want to set the values got by WebDynpro to MDM iView.
    for example,
    In the screen(iView) for creating a record, all input fields are empty at first.
    And then, the values will be set on each fields when the customized button clicks.
    ref
    /people/steffen.ulmer/blog/2006/10/05/extending-mdm-55-business-package-functionality-with-web-dynpro-for-java-using-epcf
    /people/steffen.ulmer/blog/2007/01/03/integrating-mdm-item-details-iview-into-a-webdynpro-application
    I read these blogs, but I don't know how to pre-set values to iView.
    Regards.
    Koji

    Hi,
    try this way..
    go to Se09/Se10-->Click on the trnasport request >go to Tab Object>Prog(R3TR) OBJ(TABU)Object name (<Enter table name>)
    >Next press Include Object>Enter write condiiton  for the table field and retrive the data into transport request for specified Keys.
    http://searchsap.techtarget.com/tip/How-to-transport-table-entries
    Prabhudas

  • How to hide parameters values from address way?

    Hello!
    I have a servlet with a simple Authorization Form.
    I want to send the inputted values of login and password to the second servlet and I want to go to that second servlet.
    I see the inputted values of login and password in the address way of the second servlet. How can I hide it from there?
    Thanks beforehand!
    Denis.

    Use doPost() in your second servlet and method="post" in your <form> tag.

  • How to hide singles values while summation

    Hi
    I am facing one issue in my requirement.Can some expert help me out..It will be a great help.
    I need to show the sum of individual values in my report.I require sum only ,not individual values.
    The report shows sum along with all its values.
    when i checked  option "Calculate Single value as = Hide",then those places will be blank  and it shows only result.
    eg   Expired ID                                                                               
                           4
    But i want it to be
    Expired ID     4
    What would be the possible solution .....
    Its urgent.

    Hi
    Thanks a lot for a quick reply
    Actually my query is like
    ID Expired                           41
    ID expire in nxt 7 days         20
    ID Overdue                          14
    All these are based on key figure ZCOUNTER. 
    Even if i hide ZCOUNTER,But the individual entries is coming blank (if i hide them) .I want to hide them completely ...
    also in that case zcounter is calculating the same result for all rows.which is incorrect.
    now its coming like
    ID Expired         13
                             10
                            11
                            7
                           41
    i want to remove these entries....

  • How to display total values of revenue after applying top 5 using rank?

    Dear Team,
    I have a requirement to display sum of all revenues after applying top 5 using rank in Webi.
    for Eg:
    revenue  product
    100      aa
    200      bb
    300      cc
    400      dd
    500      ee
    600      ff
    700      gg
    If i apply top  5 using rank i will be getting in my output:700, 600,500,400, 300.
    But simultaneously i want to get sum of all revenue values (i.e) 2800.
    How to achieve this? ur suggestion is much appreciated.
    Regards,
    Bansi

    Hi Bansi,
    You can use =nofilter([Revenue])
    or sum([Revenue] in report)

  • How to get the value fron the JSF selectoneRadio component  in Javascript ?

    <h:selectOneRadio id="InOrOut" value="#{currentRow.oaInOut}" onclick="setValue(this.id)" >
    <f:selectItem itemLabel="IN" itemValue="I" />
    <f:selectItem itemLabel="OUT" itemValue="O"/>     
    </h:selectOneRadio>
    function setValue(objId)
    alert(document.getElementById(objId).value);
    when i retrive the value, i cud get only "undefined" though i have a value
    Kindly help me out
    Edited by: SOWMIYA on Feb 7, 2009 10:46 PM
    Edited by: SOWMIYA on Feb 7, 2009 10:56 PM

    JSF runs at server side and produces HTML.
    JS runs at client side and intercepts on HTML only.
    With other words, when writing JS you should look at generated HTML output of JSF instead of the raw JSF code.

  • How to move the fields in the standard webdynpro component.

    Hi ,
          I am new to webdynpro dynpro.
    I have a requirement in which i have to move the standard fields to some other place.
    The webdynpro component isn HRRCF_C_PERSONL_DATA_UI.
    In this i have to move the fields location and poastal code above the fields country and region which comes in ADDRESS .
    First i enhanced the application . then i right clicked the field , but the up menu is disabled since it is a standard one.
    kindly give suggestion to move the fields.
    Thanks & Regards,
    S.Velsankar

    Hi
    You need to delete that UIElement from standard component and create similar new UIElement, Now you can move your UIElement as per  your requirement. if you want to come back to original state of your component, delete your enhancement and the deleted UIElement will be back.
    Thanks
    Vishal Kapoor

Maybe you are looking for

  • ASA5505 SOHO public ip range and nat head ache

    Hello Can anyone shed some ligh on a problem im having. We have setup a ASA 5505 with an ISP called Zen that allocates you a subnet of public ip addresses. i have sucessfully  setup the asa to access the internet using nat on the outside interface. w

  • Multiple Problems - Hardware or Software?

    I've been having a lot of problems lately with my MacBook Pro and I have absolutely no idea why. I called one Apple store and was told I should reinstall Leopard, do an Erase and Install, and not restore from my Time Machine backup because my file st

  • Calendars on iCloud

    When trying to set up calendars in iCloud it dies near the end with DAV config has stopped working.

  • Unable to cancel printing

    Following a paper jam & despite sorting it out easily, the printer doesn't function. I keeps informing me of an error. When I turn the printer off & restart, it simply tells me that I now have 7 errors.I have tried to cancel these but am unable to do

  • Employee created by Idoc. But Action 0000 IT not replicating in IT 302

    Hi Experts,                I need to create new employee using IDOC (HRMD_A06) IT 0000, 0001, 0002. Its getting created but its not upated completely I can not view in "overview" and the data is not reflecting in ADditional Actions and IT 302. If I c