How to fetch Functional Area for FTE (Full Time Equivalent)

Hi
We have a report that needs to be developed--FTEs for each Functional Area.
We are trying to fetch Functional Area from Employee's Master Cost Center. Our structure has Employee; Master Cost Center, Functional Area and FTE. However this structure is not showing any values. What is the way out. We are on BI-7.0 and we are using standard BI Objects [0Employee; 0Cost Center].
Appreciate your suggestion.
Regards
Srinivas

Hi
I wish to provide more information to you.
We are implementing Integrated Planning (BI 7.0).
Even though Functional Area is a Navigational Attribute of Cost Center when I am trying to establish Characteristic Relationship between Cost Center and Functional Area. I am not seeing Functional Area for the Cost Center.
I believe if we could establish the relationship we can fetch the relevant report from the layout.
Regards
Srinivas

Similar Messages

  • Clarification between Full Time Equivalent and headcount

    Hi Experts
    Can anybody please explain, or refer me any relevant link to a documentation, the difference between headcount and FTE .kindly also explain me their relatioship and their effect on employee assignment.
    Thanks in advance!

    FTE - Full Time Equivalent
    Headcount - is the number of actual person assignments
    These might help -
    http://www.hcmaces.com/forums/ubbthreads7/ubbthreads.php/topics/3470/Positions_setup_fte_headcount_
    Position Head Count
    FTE/Head count
    cheers,
    VB

  • Functional Area for WBS Element

    Hi Friends
    While posting Invoices in SRM 7.0 for WBS elements the Functional Area is sometimes picked up from WBS element directly and sometimes from Responsible Cost Center of the WBS.
    Also in cases when we have split account assignment with CC and WBS elements then many times only the COST Center Functional Area is passed for all the account assignment split.
    E.G. we have 1 line item with 10000 value and Account Assignment is split in 4 parts 1 CC and 3 WBS element. For this functional are of the Cost Center is passed for all four account assignments rather than passing 4 different functional areas based on each cost element.
    Can someone help me understand how the standard functionality works or is there any specific condition in which the responsible cost center Functional Area is picked up instead of WBS element Functional Area.
    There are some documents where in case of split accounts system is passing separate functional area for each account assignment. So i am not able to conclude what is the standard function to determine Functional Area.
    Regards
    Ushir

    Hi Akash,
    The scenario you mentioned is correct it will pick up the CC functional area in case there is no functional are on WBS but in our case that is not the case. For all the WBS we have the functional area maintained but still some times the functional area is picked up from responsible cost center of the WBS.
    The problem is we are not able to replicate this in Q or D environment. The documents posted by users in production are pointing to some wrong Functional Area and its not correct.
    Regards
    Ushir

  • How to find function code for buttons on toolbar in oops alv

    Hi experts,
    I want to remove some buttons from toolbar in oops alv, i know the procedure like get function code and pass the value in a table and pass that table to IT_TOOLBAR_EXCLUDING of
    method set_table_for_first_display but I WANT TO KNOW HOW TO FIND FUNCTION CODE FOR BUTTONS ON TOOLBAR IN OOPS ALV

    Hi Prakash,
    -->First you have to set the pf status in your alv program by,
    {FORM pf_status USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'FIRST'.
    ENDFORM.                    "PF_STATUS}
    -->Pass this Subroutine name in the Function module, Reuse_alv_grid_display's parameters i.e,
          i_callback_pf_status_set          = 'PF_STATUS'}
    *-->Then doble click on that pf status,
    From the menu bar, select Extras->Adjust Template->List Viewer,
    This will give you the existing statndard gui status of the program*
    ->Then catch that function codes in the User command Parameter of the Function module Reuse.. i.e,
          i_callback_user_command           = 'COMM'
    And make a subroutine of the name 'COMM'i.e,
    FORM comm USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      DATA: okcode TYPE sy-ucomm.
      okcode = ucomm.
      CASE okcode.
        WHEN 'REF'.
        CALL FUNCTION 'POPUP_TO_INFORM'
          EXPORTING
            titel         = 'MANSI'
            txt1          = 'CREATED BY'
            txt2          = SY-UNAME
          TXT3          = ' '
          TXT4          = ' '
    endcase.
    Hope it helps you
    Regrds
    Mansi

  • How to fetch what are all the tables used in this TR no and Package name of

    Hi Friends,
    I have input of Transport Request no (E070-TRKORR).
    How to fetch what are all the tables used in this TR no and Package name of this Table.

    HI,
    FYI
    SELECT E071OBJECT_NAME, E070MDEVCLASS
    FROM E071, E070M
    WHERE TRKORR = YOU REQUEST NO.

  • How to create info area for process chains?

    How to create info area for process chains?

    Hi,
    If I understand your question clearly, you want to assign display componets.
    once you have created you chain you assign the components by clicking CTRL+F11
    Regards,
    Namrata

  • How to create functional location for IE02

    hi all,
    can anyone please tell me that how to create functional location for IE02?
    Regards saurabh.

    To attach a functional location to an equipment, please make sure the following settings,
    1- You have defined the installation allowed at functional location for the following equipment category.
    2- Make sure status of your equipment is AVLB not ESTO.
    then Goto IE02 in the structure tab ---> click change installation location and install the functional location.
    Regards,
    EJ

  • How to populate tax area for IT 207? what is the common practice?

    Gurus,
    How to populate tax area for IT 207? what is the common practice?
    The residential address IT 0006 is a new your address with ZIP code 10001
    PA30 for IT 207 displays 4 tax areas for the new york address.
    FED     Federal     0000-0001       99999-9999
    NY     State of New York             14999-9999
    NY01     New York City          14999-9999
    NY02     Yonkers                   14999-9999
    I thought, each zip code will map to only one tax area.
    Thanks,

    This is the real world ! SAP does not design tax area based on zip codes. In our company, the tax lady calls the tax authorities to check what zip codes fall under that tax authorities.
    and BTW, with new BSI upgrade, you will find 12 more tax authorities for NY.
    Cheers !!!!
    W

  • Function Modules for Data and Time

    Hi all,
              I need 2 function modules for date and time. when we pass current data(sy-datum) and current time (sy-uzeit) into function modules, shoud get date in <b>dd/mm/yyyy or dd.mm.yyyy</b> and time in<b> HH:MM:SS</b> formats.
    Thanks in advance

    Hi Ranjith,
    i think this will b usefull for you..
    SAP Bar Chart Function Modules and what they are used for
    Function module
    Used for
    BARC_GRAPHIC_PBO
    Starting bar chart at PBO time, using a graphic profile (parameter PROFILE)
    BARC_GRAPHIC_PAI
    Analyzing data returned by the graphic
    BARC_SET_TIME_AXIS
    Setting start and end of time axis
    BARC_SET_OPTIONS
    Setting options
    BARC_ADD_CHART
    Creating a chart
    BARC_SET_CHART_ATTRIB
    Setting chart attributes
    BARC_ADD_SECTION
    Creating a section on the time axis
    BARC_SET_SECTION_ATTRIB
    Setting section attributes
    BARC_ADD_RIBBON
    Adding a ribbon to the time axis
    BARC_SET_RIBBON_ATTRIB
    Setting attributes for ribbons in the chart
    BARC_ADD_GRID
    Adding a time grid
    BARC_SET_GRID_ATTRIB
    Setting grid attributes
    BARC_ADD_LAYER
    Adding a layer (graphic elements)
    BARC_SET_LAYER_ATTRIB
    Setting layer attributes
    BARC_ADD_LINE
    Adding a line
    BARC_ADD_CALENDAR
    Creating a calendar
    BARC_SET_CALENDAR_ATTRIB
    Setting attributes for a calendar
    BARC_ADD_TIME_PROFILE
    Creating time profiles
    BARC_SET_TIME_PROFILE_ATTRIB
    Setting attributes for time profile
    BARC_ADD_INTERVAL
    Adding a time interval
    BARC_SET_INTERVAL_ATTRIB
    Setting time interval attributes
    BARC_ADD_TIME_OBJECT
    Creating a time object
    BARC_CONVERT_DATE
    Creating a date string in bar chart format
    BARC_REVERT_DATE
    Converting a date string in bar chart format to date and time
    BARC_ADD_DATELINE
    Creating a date line
    BARC_SET_DATELINE_ATTRIB
    Setting dateline attributes
    BARC_GET_PROFILE_CONTENTS
    Obtaining profile contents for customizing a chart
    BARC_GET_COLUMN_WIDTH
    Selecting new column width
    BARC_SET_COLUMN_WIDTH
    Setting the column width
    BARC_GET_TEXTINDEX
    Obtaining the text index of a field
    BARC_SET_LABELS
    Positioning the chart display
    BARC_SET_COLUMN_ATTRIB
    Setting column attributes
    BARC_SET_ROW_ATTRIB
    Setting row attributes
    BARC_SET_ROW_HEIGHT
    Setting the line height
    BARC_SET_MAXCHARTS
    Setting the maximum number of charts sent
    <b>If its usefull reward points
    </b>

  • Row 1 Error - Please set the Full Time Equivalent Hours Per Day implementat

    Hi all
    While defining the Enable Workplan Structure in oracle projects i am getting the below error
    Row 1 Error - Please set the Full Time Equivalent Hours Per Day implementation option before enabling the Workplan Structure.
    Plesase can you share and doc or guide where can i set this implementation option
    Thanks in advance

    Hi
    Navigate to Projects> Setup > System > Implementation Options
    There is a tab named - Staffing
    On that form you should enter the Full Time Equivalent Hours - Per Day and Per Week.
    Dina

  • How to create function module for getting customer name

    Hi Experts,
                   How to create function module?  when in import parameter kunnr values to be passed it must give name1 details according to the customer number...
    how to write the logic in source code....
    Regards,
    Thiru. R

    1. First of all create function group.
    2. Create function module using this function group.
    3. If only one kunnr is needed at a time, create import parameter for it. But if many kunnr to be entered at a time,use table.
    4. Fetch name1 for each kunnr from KNA1 table.
    "->> if many kunnr
    if not t_kunnr[] is initial.
    select kunnr as kunnr name1 as name1
    into table t_kunnr_name1
    from kna1
    for all entried in table t_kunnr
    where kunnr = t_kunnr-kunnr.
    endif.       
    sort t_kunnr_name1 by kunnr name1.
    delete adjacent duplicates from t_kunnr_name1 comparing kunnr name1.
    table t_kunnr_name1 will contain kunnr and its name1.
    I hope logic is clear for you now.
    Regards,
    Aparna

  • How to change Functional area in cost center master

    Dear Guru,
    As required, i have to change the Functional area in cost center master data.
    SAP Warning Message :
    Transaction data exists; note long text
    Note
    A change of the functional area can lead to inconsistencies when reversing documents.
    If documents are reversed after the functional area has been changed, in some cases,
    the reversal document may be posted with the new functional area.
    My question is how to change the new functional area to the old one after reversing documents.
    We aren't using Special Purpose Ledger . Please Help me, thanks.

    Hi
    For the transactions already posted you will not be able to change the Functional Area. Also if those documents are getting reversed now after the change, the reversal document will get posted to the new Functional Area only.
    For all those documents which gets reversed after the change, you need to pass FI journal entry by changing the Functional area in the journal entry and not in the Cost Center Master
    Regards,
    Lakshmanan Krishnan

  • How to fetch absences configured for Company Code

    I have to fetch absences configured for a particular company code. In which table are they available? If they are not maintained in a table, how to find them out?
    Thanks,
    Sasi.

    Hi Sasi,
    There is no single table for this pupose.
    You need a three -step solution:
    First goto table T500P and find all personnel area-subarea pairs for your company code.
    Then goto T001P and find personnel subarea grouping for absence & attendance types for the respective personnel area&subarea pairs.
    Finally, goto T554S for that personnel subarea grouping and have the list of absence types.
    Regards,
    Dilek

  • How to delete sales area for a customer?

    Hi Experts,
    Are there any BAPIs or Fucntion modules that can delete sales area for a customer? What are the correct parameters should I fill in?
    If there's no BAPI or Function module... Kindly please assist me on how to execute the correct transaction to delete it.
    Thanks in advance!

    Hi Prasanna,
    I checked transaction VD06, indeed that it shows details for the sales area of a customer... but how can I delete the sales area data? There is a deletion flag for it? I tried to flagged it to deletion but when I tried to display it again through transaction XD03, it just give me the warning message 'Customer 20000702 is marked for deletion in the sales area selected' then it displayed the sales area...
    I checked the KNVV table and the data still exists however the field for deletion flag is raised to 'X'.
    I'm not sure if this is the proper way to delete a sales area. Can you please confirm?
    Thanks in advance!

  • How to get Function Area (or Cost Center) from COSP ?

    Dear experts,
    I am new to FICO and here is one question need your help:
    Now I have table COSP, can anybody let me know how can I get Function Area through joining some other table?
    Or how to get the cost center from COSP, since I know then I can go to CSKS to find the function area.
    Any post would be appreciated and thank you all in advance!
    Tim
    Edited by: ctsiszidane on Feb 12, 2011 4:07 AM

    Ajay,
    Thanks for your reply.
    Actually this is a requirement for our BW system. I checked all the records to find their OBJNR start with "OR", but we need to get the function area information. Do you know how can I get that?
    The link below listed all the fields we have on BW side, actually it has function area, but it returns blank, we tried to apply one OSS note in the source ECC system, but still no value returned for this field. So we have to find another way to get the function area.
    http://help.sap.com/saphelp_em70/helpdata/en/29/5f4cf98c9141488cda37e173549834/content.htm
    Point has been assigned to you and thanks for your time in advance!
    Tim
    Edited by: ctsiszidane on Feb 12, 2011 6:39 AM

Maybe you are looking for

  • Not reading camera at all

    I have an Olympus D-395 digital camera. I tried to download photos today. At first it appeared in the finder, but once in iphoto after selecting import; it just starts spinning, Nothing happened. After that one time, the computer no longer detects th

  • After upgrade to E2, it won't recognize SD card anymore?

    Hi,  I just followed the palm directions to upgrade from a Tungsten E to E2.  Before the hotsync the palm recognized my SD card, but it doesn't recognize it anymore afterwards.  Am I missing something in the hotsync process? Thank you!  Post relates

  • /usr/lib/lwp in Solaris 8

    Okay, I have seen earlier posts that suggests to put /usr/lib/lwp in front of your LD_LIBRARY_PATH for Solaris 8 and for JDK 1.3.1. A lot have said that increased the performance by 10 to 20%. From what I can see, this will effectively use libthread.

  • Mac mail auto populates server info and...

    Once I go back and edit the server info, still getting error sending email. Can pull fine, just error when sending. Yes, I have tripple checked all mail settings online and with tech support, they are correct.  iMac is working just fine.  MacBook is

  • Create editable content area

    hi, i noticed in dreamweaver there is create editable regions etc. how can i create a page that when the user logs in they can input the text and click update and it will change the public index file? dont really want to go and use joomla or anything