Display No hierarchy for Funds Center in a report painter

Dear Gurus
I would like know how  can I display a NO HIERARCHY although I already choose a '0SAP' Hierarchy as a characteristic in a report painter.
We are upgrading from 4.0 to ECC 6.0 and there in former version I could display that but not now in  version 6.0.When a type in Hierarachy Seletion doesnu2019t appear an option No Hierachy as we would like . Only appear a message   u201CHierachy u20180SAPu2019 chosen for characteristic u2018Funds centeru2019u201D.
Could anybody give me any tip in order I could display an option NO HIERACHY?
Thks in advance, Jose Higino

Thank you Minghong, it works.
Chiheb

Similar Messages

  • Table for Funds Center and Cost Center

    Hi,
    I need to know if there is any table that match Funds Center with Cost Center. Because I am doing an interface on SAP that takes the info of Cost Center, but needs some more info of the Funds Center to process.
    I have been looking but found nothing.
    I hope you can help me.
    Thanks
    Jocelyne Garibaldi

    Hi,
    try this table FM01KT for FUnds center
    or
    table FM01
    Prabhudas

  • System asking for Fund Center for Reconciliatation GL-S.Creditors

    Hi,
    I followed the steps as per the note, Dump Error due to Fund Management module activation now the dump error is gone, but I am getting one more error message while posting any transaction.
    For example- I am posting a Vendor Invoice in F-02.
    I am entering Cost Center in Expense Line. But system is showing error message for Vendor Line, that is Vendor A/C.
    Error Message:
    No funds center entered/derived in item 00001 (TY01/50101400/)
    Message no. FI313
    Diagnosis
    In company code (&2) the component Funds Management is active. This requires the entries or the derivation of a funds center.
    You can use the following elements to derive the funds center: company code TY01/ account 50101400 or CO object .
    Procedure
    Enter a funds center or ensure that the funds center can be derived from the possible assignments by:
    assigning a funds center in the commitment items- master record or maintaining the assigning of a funds center to the CO object.
    Note***GL A/C 50101400 is S.Creditors account. Now, I am not understanding why system needs Fund Center for S.Creditors in Vendor Line while posting Vendor Invoice. We have assigned Statistical Commitment Item in S.Creditor GL and hence there is no Fund Center assigned to it.
    SCN names removed/
    Message was edited by: Eli Klovski

    Sorry for that. Its noted.
    Just for some clarification. Fund Center and Commitment Items are mandatory fields, but the issue I am facing is completely different.
    I checked with FMDERIVE in my system and checked the pattern for Fund Centers and Commitment Items created. Only P/L items and Cost Centers are created as Fund Centers and Commitments Items.
    Also, the S.Creditors GL is not a Cost Element, hence there is no link to Commitment Item- FMRULES.
    1. Even though, the S.Creditors has been assigned with Commitment 1.
    Commitment Item-1 Master Conditions as below:
    Financial trans.-30
    Commitment Item Category- 3
    Is this conditions correct?
    2. We have Fund Center- Dummy as well.
    Can you suggest me, how to configure this in FMDERIVE?

  • Use of the "Display file hierarchy" for docmentation purposes

    In teststand 4.1 the Display file hierarchy was introduced.  I want to use the generated call graph and legend for documentation purposes (preferably in an automated mode).  I have modfied the doc_gen seqence provided with Teststand to suite most of my needs, but I cannot find any methods to access the call graph
    Anyone does this before or have additional information on how to to this
    Regards Øyvind Standal

    A method to retrieve the call graph would be great!
    I just discovered that NI Idea Exchange only has a forum for LabVIEW. Maybe it's time to add TestStand the the Idea Exchange. Where do I suggest this idea?!
    Message Edited by Phillip Brooks on 08-19-2009 01:56 PM
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Re: Analysis period in standard hierarchy for profit center

    Hi All,
    I want to change analysis period "From" in the standard hierarchy in profit center group.When i go and changed the date in the set analysis period "valid from" and save it,the date has not get updated. Please tell me a way to change the date. Used T code KCH6N
    Thanks,
    Ama

    Hi either profit center or cost center, change the analysis period will not work if we do it in between the year. we have to change this at the end of the fiscal year  end. Then only it will allow you to save it..
    Thanks
    Fit 4 Nothing

  • How to display "No data for yesterday" in a scheduled report on Webi

    Hi All,
    In Webi, I am working on scheduling reports and was asked by a user if the scheduled report on Webi can display "No data for yesterday/no orders for yesterday" when the report returns no data due to No Orders submitted or a business holiday. This sounded a good idea to me as this report only looks for previous days orders/sales and there are many instances when the report will return blank page due to no activity the day before.
    Can anyone please guide me on the possibility of achieving something like this on Webi using Bex query.
    Any help will be appreciated .
    Thanks
    Gaurav

    Hi,
    You can format the blocks in the report as "Hide When Empty" or "Hide When [some formula]" and have a blank cell added behind these blocks with a text "No Data for Yesterday"
    Need to set the relative position and ordering for this accordingly.

  • Selection screen control for a field in the report painter report

    Hi,
    Could you please advice me as to how we can add exclude selection functionality for a field on the selection screen of a report made by trhough report painter report.
    Your prompt reply will be really appreciated.
    Thanks,
    Ramesh.

    look at this code and try
    select-options : S_NODEID for ZNODETAB-ZNODEID.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-LOW'.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-HIGH'.
    end-of-selection.
    FORM f4_nodeid  USING    p_field.
      declare it_node.
    select znodeid from ZNODETAB into table it_node.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'ZNODEID'
          dynpprog        = sy-repid
          dynpnr          = sy-dynnr
          dynprofield     = p_field
          value           = space
          value_org       = 'S'
          display         = 'F'
        TABLES
          value_tab       = it_node
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
    endform

  • Time Dependent Hierarchy for Cost Center

    I have searched the entire SDN for this so any help would be really appreciated.
    I am a BI consultant and I am trying to look around for the exact steps on how to make a Cost Center Hierarchy "Time Dependent" in ECC system.
    I am aware of changes to do in BI system but there is no way that I can know what needs to be done in ECC side since we dont have any FI Consultant to help us. All the posts show that there is something to be done on ECC but it seems even no body is sure on what to do.  I think the hierarchy is created in KSH1.
    Please provide any documentation or exact steps on how to do it. I will assign full points to the correct and precise answer.
    Regds
    Girish

    Hi,
    Creation of cost centre:
    Path: Accounting  Controlling  Cost centre accounting  Master data  Cost centre  Individual processing  Create (T. Code KS01)
    Cost centre: Dept A
    Valid from: 01.04.2009 to 31.12.9999
    Enter
    Name: Dept A
    Depart Cost centre: Department A
    Person responsible: A
    Cost centre category: 1 (Production)
    Hierarchy area: XXXXXX
    Business area: XXXX
    Currency: INR
    Save (or) (Ctrl + s)
    Ignore the warning message, press enter
    Cost centre: Dept B
    Valid from: 01.04.2009 to 31.12.9999
    Reference cost centre: Dept A
    Controlling area: XXXX
    Enter
    Name: Department B
    Description: Cost centre department B
    Basic data
    Person responsible: B
    Save (or) (ctrl + s)
    Ignore the warning message, press enter
    Cost centre: Dept C
    Valid from: 01.04.2006 to 31.12.9999
    Reference cost centre: Dept A
    Controlling area: XXXX
    Enter
    Name: Department C
    Description: Cost centre department C
    Basic data
    Person responsible: C
    Save (or) (ctrl +s)
    Ignore the warning message, press enter
    Creation of Cost centre group:
    Path: Accounting  controlling  Cost centre Accounting  Master data  Cost centre group  Create (T. Code KSH1)
    Cost centre group: XXX Produ
    Enter
    XXX Produ u2013 Production department for Co. area XXXX
    Select insert cost centre button (Shift + F4)
    Give the cost centre: Dept A, Dept B
    Save
    Hope It will clear.
    Regards,
    Kishore K
    Edited by: kishore babu on Nov 12, 2009 1:14 PM

  • How to display different text for labels in Group Above Report Oracle Repor

    Hello,
    Is there a way to change the text that is displayed in Labels in a Group Above Report? For example, I have a Group Above report with my columns of data and above the columns I have my column labels, but I would like to be able to display various text, i.e. different labels based on condition. In other words, Column1 label could say Column 1 or This is Column1, based on a condition. This is Oracle Report Builder 10.1.2.0.2.
    Thank you.

    968277 wrote:
    I'm thinking it is possible with a Format Trigger, but I've only ever returned (TRUE) or (FALSE). I am very new to Oracle Reports Builder. Thanks.Hi,
    Yes it's possible. and your are in the right place. use this true and false. For example
    /*true means display, false means don't display */
    if your_criteria_or_condition is ok then
    return (TRUE);
    else
    return (FALSE);
    end if;create as many label as your need and control with the code..
    Hope this works..
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • Displaying different colors for cells/columns in Interactive Report

    Hi,
    I have a requirement to display just the 'cells' in the Interactive Report columns with different colors.
    There are 3 columns in the Interactive report.
    The color coding for all the 3 different columns should be such that:
    <40% - red color
    40-70-orange
    greater than 70%-green
    I tried the highlight option in the report and saved the report as default, but still the color condition ended up getting displayed to the end user. I dont want this.
    Can someone suggest a better way to handle this requirement?

    Perhaps explore similar solutions described here
    Background Colour of Report Cell Issues.
    Scott

  • Display records returned for a query in the Report Region Title

    Hi,
    Is there any variable set that can be referenced to indicate how many records have been returned for a specific query. I have several hide/show regions dealing with various reports, and I would like to add a little info into the region title to display how many records there were returned for the report in this region.
    Thx in Advance,
    cliff

    Hi,
    addendum
    These are simple sql queries BTW. I've seen posts alluding to the SQL%ROWCOUNT when using cursors. Is there any variable we can reference when using a simple sql query?
    thx
    cliff

  • Display hyperlinked icon for long columns in the Report

    Hi All,
    I am new to APEX and i am trying to create report in APEX.
    I have column whose contents are too big and displaying it directly on the report mess up the whole report.
    Instead i want to display an icon/image in the column and if user wants to see the content , he can click on it and it expands.
    Can anyone help me on how can this be done ?
    Thanks.

    Actually detailed_error column is almost equal to 400 char and adding it to the static text of CSS makes it bigger than 4000 it seems.
    But if i change it to
    '<div onclick="showdetail(this,''detail'|| exceptionid ||''')" style="cursor:hand;cursor:pointer;text-decoration:underline;font-weight:bold;">show_detail</div><pre id="detail'|| exceptionid ||'" style="display:none;"> 1234 </pre>' detailed_errorit instead of displaying show_detail hyperlinked on the report , shows the column value as
    <div onclick="showdetail(this,'detail4')" style="cursor:hand;cursor:pointer;text-decoration:underline;font-weight:bold;">show_detail</div><pre id="detail4" style="display:none;">234</pre>Basically my css is not getting interpreted :(
    Edited by: Parul Garg on Feb 2, 2011 3:23 PM
    Edited by: Parul Garg on Feb 2, 2011 3:25 PM
    Edited by: Parul Garg on Feb 2, 2011 3:26 PM

  • How to display balance days for annual leave in payslip report

    hi all,
    cn sm1 let me know how i can display the leave balance days of each employee on their payslip.
    please let me know the tables where i can find the info of the employee annual leave days balance.
    The leave defined is decreasing.
    Plz i need your assistance gurus.
    All comments are welcomed!

    No one out there to response buddies?

  • Fund Center Hierarchy was messed

    Dear all FM expertise,
    I don't know what happens with the Fund Center Hierarchy. I test create fund center and delete fund center. I don't know what happens to the system then now i can't recover the fund center hierarchy. When i use transaction FMSD , now the status of all fund center (excluding top fund center) is no assigned (red label) and is in the same level as top fund center. when i activated it and move it to the right place, the system gives error as "Function not allowed: Budget was assigned for funds center ..." . I check the individual fund center, the hierarchy set is correctly. when display the hierarchy, shows only top fund center. I tried to activate it and save but the system shows Error in the ABAP Application Program.
    Have anybody a good advice?

    Hi,
    I am not sure how familiar are You with sap internal functionality and if it is allowed to use it just so. Look e.g. in the thread
    https://forums.sdn.sap.com/click.jspa?searchID=6455527&messageID=3489098
    Be very carefull with the table fmhisv - if one hierarchy "connection" looses, the hierarchy will be missed. It is very important that parent,next and sibling have correct data in this table. Perform the editing just on Your own risk.
    Good luck
    Alexey

  • Badi for IW31 to keep check on Funds Center and Settlement rule

    Hi,
    My requirement is that While running IW31,if the first four characters of Settlement Rule(Cost Center) and FundsCenter is not equal to Planning Plant then an error message should be raised . Can you suggest any appropriate BADI or User Exit for this?
    Path for Funds Center-->Go to>Assignment--->Funds Management
    Thanks
    K Srinivas

    Hii Srinivas,
    Did you find any solution for this, i am also encountering the same problem.
    Regards,
    meenakshi

Maybe you are looking for