Can i do assessment in WBS

Hi,
Can i do Assessment with WBS or only setllement. if so what is the tcode.
Bye,
Ramesh

Hi Ramesh
You can only do settlement of WBS , How ever you can do periodic reposting through transaction KSWI. You can assess from a cost center to WBS through the regular cost center assessment KSU5
Anand

Similar Messages

  • Can only partially assess the health of this computer..

    After I enabled Azure online backup, and upgraded the backup software, my Win 7 Pro machines (only) throw up this error:
    Can only partially assess the health of this computer. The failing components are: Microsoft Online Backup\Definition.xml..
    and this is repeated 6 times. Oh am running Win2012 R2 Essentials.
    Any thoughts? Thanks

    Do the client backups still work as expected? Everything else working ok on the client, does it appear in the dashboard correctly?
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • HT4623 popup 'photo stream' has appeared & not allowing it to open & blocked my ipad mini. it says photos for iCloud account can not be assessed. review your account information in settings. IGNORE & SETTINGS ARE NO WORKING

    popup 'photo stream' has appeared & not allowing it to open & blocked my ipad mini. it says photos for iCloud account can not be assessed. review your account information in settings. IGNORE & SETTINGS are not working

    Try this now.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • [new-GL]How can I make "order" and "WBS" field visible in KSV7 or KSU7?

    Hi,
    I found that sender/reciever screen of KSV7 or KSU7 is different from that of KSV1 or KSU1. There were no fields to enter order and wbs in KSV7 and KSU7.
    How can I add those field in KSV7 and KSU7?
    I tried t-code GCA6 but couldn't find what to do. Hel~~~~~~~~~p me plz.
    thanks

    Goto SPRO ..for IMG .. Controlling --> General Controlling --> Organization --> Maintain Versions. Select the version and then select the Controlling Area settings..Again select the version within and click on settings by fiscal year from the left hand side panel under Controlling Area Settings. Highlight the year you are considering for plan. and then enable the checkbox under Orders/projects named Integrated planning with cost centers/bus.processes. Then try KSU or KSV7

  • Assessment from WBS to WBS

    Hi,
    we need to run assessment cycle from WBS to other WBS. We added WBS as sender and receiver in assessment cycle, but it does not work - short dump occurs. Do you have any experience with assessment within project system? Assessment from cost center to wbs and vice versa is working fine.
    Thanks,
    m.

    Error message was something like MESSAGE_TYPE_X, with text "ERROR IN COIOB MISSING OWAER CURRENCY OF OBJECT PR00012903" and yes we use transaction KSU5. Cycle contains one segment with one WBS as receiver and one as sender.
    |    Program                                 SAPLKALP                                              |
    |    Include                                 LKALPF0H                                              |
    |    Row                                     38                                                    |
    |    Module type                             (FORM)                                                |
    |    Module Name                             GET_OWAER_FROM_COIOB                                  |
    |   31|                             'ERROR IN COIOB'               "#EC NOTEXT                     |
    |   32|                             'MISSING OWAER'                "#EC NOTEXT                     |
    |   33|                             'CURRENCY OF OBJECT'           "#EC NOTEXT                     |
    |   34|                             R_COIOB-OBJNR.                                                 |
    |   35|*      C_SUBRC = 4.                                         "P99K053054                     |
    |   36|       EXIT.                                                                                |
    |   37|     ELSE.                                                                                |
    |>>>>>|       MESSAGE X011(K5) WITH 'ERROR IN COIOB'               "#EC NOTEXT                     |
    |   39|               'MISSING OWAER' 'CURRENCY OF OBJECT'         "#EC NOTEXT                     |
    |   40|               R_COIOB-OBJNR.                                                               |

  • Revenue can be entered to   Billing WBS  after TECO status

    Dear Friends
    The scenario is like Resource related billing  via SD order item account assigned to Billing WBS element.
    Invoice has been created against sales order item while WBS is having status release.
    If I change the status of  WBS ? What would be effect of it ? I mean can  open invoice can be cleared / new invoice can be created against same TECO status WBs element etc.
    Please clerify.
    Edited by: Nitin  Patoliya on Oct 7, 2008 6:07 PM

    go to transaction BS23
    enter I0045 in the bottom left corner on the screen and enter
    now double click on I0045
    you will be able to see what you can and cannot do when TECO

  • ITunes won't let me sync my iPhone without entering that passcode, but I've forgotten my passcode. How can I get assess to my phone again?

    Unfortunatly my friend was being stupid and stole my iPhone and put a passcode of it, but he made it a random code that he doesn't know himself. I tried to sync it with iTunes but since I never synced it with that computer it won't give me acess to anything, the computer I origanally sync it to was wipped and got restated from scratch. I never had the need to sync it to it again so I never did (Which I'm now really regreating.)
    So is there a way I can get back into my phone again? (And if there is how do I do it? and will it erase everything on it?)
    Thanks so much for your help

    LOST PASSCODE
    You may be able to reset the passcode by restoring the device.
    Connect the device to the computer with which you normally sync and open iTunes.
    Note: If iTunes prompts you to enter the passcode, try another computer that you have synced with. Otherwise, go to "If you have never synced your device with iTunes", below.
    Right-click the device in the left column and select Back up.
    When the backup is complete, select Restore.
    When finished, restore from your most recent backup.
    Otherwise read this
    If that doesn’t work  you will need to perform a factory restore to remove it. Or read:
    Enter Wrong passcode
    http://support.apple.com/kb/ht1212

  • Can't see newly created WBS Hierarchy

    When using info object 0WBS_ELEMT_WBSH_HIER we are not able to see a new wbs group/hierarchy created in our r/3 system. But for cost center hierarchy we see everything the users create. Is there a setting on 0WBS_ELEMT_WBSH_HIER that we missed to allow multiples?
    on the cost center hierarchy object it allows "intervals". Thats the only difference I see.
    Thanks
    Richard

    Yes, It works perfect if you just write a quick abap program.
    Here are the statements we used.
    declare the hierarchy catalog table
    tables roohiecat .
    write / '*******************' .
    Write / 'Before Table Update' .
    write / '*******************' .
      clear roohiecat .
      Select single * from roohiecat
       where oltpsource = '4R_PS_POSID_0000_HIER' and
              objvers = 'A'.
      Write: / roohiecat-OLTPSOURCE ,roohiecat-OBJVERS ,
              roohiecat-TYPEHC .
    this table holds the Hierarchy class code.
    after creating the generic hierarchy with class code 0000
    the update statement below will run and change the class code
    to 0110 which represents WBS group.
    You must then replicate the datasource to use it in BW.
    Clear sy-subrc.
    Update roohiecat
       set typehc = '0110'
        where oltpsource = '4R_PS_POSID_0000_HIER' and
              objvers = 'A'.
    if sy-subrc = 0 .
      write / '*******************' .
      Write / 'After Table Update' .
      write / '*******************' .
      clear roohiecat .
      Select single * from roohiecat
       where oltpsource = '4R_PS_POSID_0000_HIER' and
              objvers = 'A'.
    Write: / roohiecat-OLTPSOURCE ,roohiecat-OBJVERS ,
              roohiecat-TYPEHC .
    endif .

  • How can I change Cost Code (WBS Code) separator?

    Hi,
    I was thinking that cost code separator is always dash "-".
    But in our Demo database I saw that code separator is slash "/"
    Where can I set the separator for cost codes?

    There is a data definition called Cost Code Separator. You can change the default value to what you want the separator to be.

  • Assessment tool (free/opon source) or any tool that i can buy?

    hi,
    Does anyone know about the tool(free/open source) that can help us assess a current SharePoint environment without
    even logging into the server
                                             OR
    we should put together a series of PowerShell scripts to extract these type of information from the farm programmatically:
    1. Name of all servers (including DB server)
    2. Service Pack level of each (aka. version number).
    3. Count and list of web application URL, site collections, content databases.
    4. List of managed accounts/service accounts used.
    5. List of service applications that are configured/turned on (e.g. Search, User Profile Sync, App Domain, WorkflowManager, Office WebApp, XLS/Visio/Powerpoint/WordAutomation, BCS, etc.)
    6. For EACH site collection:
    a. Actual storage used
    b. # of site at root level
    c. # of subsites (including the root sites) and how many has security inheritance broken.
    d. Deepest sub-site level.
    e. Names of site collection administrators.
    f. # of document libraries
    g. # of Infopath form libraries
    h. # of lists
    i. Top 5 list/library with most item counts.
    j. Number of documents with more than 20 versions.
    7. List of solutions deployed in Central Admin (if possible, all URL of site/subsites they’re activated at)
    8. List of error showing in Central Admin (under “Health Analyzer”)
    9. Current settings of:
    a. Default ULS log location.
    b. Current settings for Search Crawl schedule.
    c. Current setting for User Profile Sync schedule.
    d. Recycle Bin policy.
    e. Site quota templates configured
    Please help
    chirag

    Please check out http://www.codeplex.com/ and search for SharePoint Tools.  You're not going to find one tool but you'll find a few that do the what you need.
    Kris Wagner, MVP, MCITP, MCTS Twitter @sharepointkris Blog: http://www.sharepointkris.com/blog

  • Can assessment be done on event package bases

    Hello All,
    Module appraisal can be done on event per event package but assessment can be done on program and module base. i want to know can i do assessment event package base. i know turn around solution for event package base it it is difficult.
    Is there any way that event package can be displayed on the selection screen and assessment can be done on the event pcakge base.
    regards,
    jin dal

    in our case, eveny module have more than one event package and module appraisal must be done on the event package bases. so it would be nice if assessement can be done on the event package bases.
    in summary,
    if module appraisal can be done on the event pacjage why not in the assessment ?.
    it would be nice if assessment can be done on the event package base not module base.
    regards,
    jin dal

  • Assessments expenses and revenues / orders and wbs elements

    Hello gurus,
    I have created two different structures:
    - Statistical WBS Elements for allocating all the planing data.
    - Internal Orders assigned to the WBS Elements for allocating all the actual data (expenses and reveues: item category of cost elements is 1).
    The issue is that periodically i need to distribute these things:
    - Plan data from one Statistical WBS element to others Statistical WBS elements. As the WBS Elements are statstical i really do not know how i can distribute those plan costs, i mean, how i can create the assessment cycle? which steps i must follow up? which transactions allow me to do this?
    - Actual data from internal orders to others internal orders. Exactly the same questions that in the paragraph before... The problem here is that i know how to create assessment cycles using cost centres as senders, but the transaction (KSV5, KSU5) do not allow me put order as a sender
    Thanks in advance for your help.

    Plan data for Statistical wbs elements are not eligible for assesments/distributions and settlements.
    In actuals , orders can be set as senders and receivers. Use trans KCAU to customize yur assesments.
    I hope it helps.
    Pan

  • WBS element and Cost Center

    Hi Gurus,
    As far as I know, when the a/c assignment category is P in a PO, the costs are assessed on the cost object WBS element and when the a/c assignment category is K in a PO, the costs are assessed on the cost object cost center. But, as I drill down a WBS element, I find Requesting and responsible cost center.
    So, can I say that a WBS element is actually a child of the responsible cost center ?
          And all the costs assessed on a WBS element are eventually assessed on the responsible cost center?
    Please help in clearing my concepts.
    Thanks,
    Kumar

    hi,
    You assign the account assignment to WBS element based on the OPERATIVE INDICATOR...
    By this you specify the attributes of a WBS element and determine which tasks the WBS element can carry out in the project...
    Please check the LInk given for futher explainations:
    [WBS ELEMENT|http://help.sap.com/erp2005_ehp_04/helpdata/EN/4c/225e2a46e611d189470000e829fbbd/frameset.htm]
    check the table given at the bottom...
    Regards
    Priyanka.P

  • Difference between Distribution and Assessment cycle

    Hi,
    Can any one help me regarding the above(Difference between Distribution and Assessment cycle)
    Thanks in advance
    Rajani

    HI,
    Assessment:
    Assessment was created to transfer primary and secondary costs from a sender cost center to receiving controlling objects. During assessment, cost centers or business processes can be used as senders .n The receivers for an assessment can be a cost center, WBS element, internal order, cost object, or a
    business process. You can restrict the number of receiver categories in customizing. n Primary and secondary postings are allocated at the end of the period by means of the user-defined
    key.
    n During assessment, the original cost elements are summarized into assessment cost elements
    (secondary cost element category = 42). As the system writes fewer totals records, the assessment
    has a better performance than periodic reposting and distribution.
    n Line items are posted for the sender as well as for the receiver, enabling the allocation to be recorded
    exactly. The system does not display the original cost elements in the receivers. Therefore,
    assessment is useful if the cost drilldown for the receiver is not important, for example, as in the case
    of the allocation for the "cafeteria" cost center.
    n Similar to distribution, the partner is updated in the totals record during distribution.
    n You can reverse assessments as often as required.
    n You use the Cycle -Segment method to define sender-receiver relationships.
    Distribution:
    Differences between periodic reposting and distribution are due to information content and
    performance.
    n For periodic reposting, no separate credit record is written on the sender for the cost element in the
    summary report. Instead, the totals record for the cost element is reduced on the debit side, which
    means that the original debit amount can no longer be checked there ("unclean credit"). However,
    during distribution, the system writes a totals record for the credit ("clean credit"). The information
    on the receiver is the same for periodic reposting and distribution ("clean debit").
    n Compared with periodic reposting, during distribution, the system also updates the partner in the
    totals record for the sender. This means that the partner can be displayed in the information system
    on the totals record level.
    n As fewer totals records are written during periodic reposting, performance is better than during
    distribution. See customizing for an example with figures that illustrates this aspect. Under utilities,
    make settings for the SAPscript text display, then call up the text by choosing Periodic reposting,
    Distribution, or Assessment from the menu.
    Regards,
    Meenakshi

  • DIFFERENCE BETWEEN ASSESSMENT AND DISTRIBUTION

    Dear Friends,
    What is the main difference between Assesment and Distribution?
    Thanks in advances.

    Hello,
    Please follow the forum rules
    1. No capital letters
    2. Search before posting
    DISTRIBUTION =========== Distribution was created for transfer primary costs from a sender cost center to receiving controlling objects. During distribution, only cost centers or business process can be used as sender. A distribution receiver can be a cost center, WBS element, internal order, cost object, or a business process. You can restrict the number of receiver categories in customizing. Primary Postings (such as, energy costs) are collected on a cost center, and allocated at the end of the period by means of the user-defined key. You can only distribute primary costs. During this process, the original cost element remains the same. Line items are posted for the sender as well as for the receiver, enabling the allocation to be recorded exactly. You can reverse distributions as often as required. You use the Cycle-Segment method to define sender-receiver relationships. PERIODIC REPOSTING ================= Differences between periodic reposting and distribution are due to information content and performance. For periodic reposting, no separate credit record is written on the sender for the cost element in the summary report. Instead, the totals record for the cost element is reduced on the debit side, which means that the original debit amount can no longer be checked there (u201Cunclean creditu201D). However, during distribution, the system writes a totals record for the credit (u201Cclean creditu201D). The information on the receiver is the same for periodic reposting and distribution (u201Cclean debitu201D). Compared with periodic reposting, during distribution, the system also updates the partner in the totals record for the sender. This means that the partner can be displayed in the information system on the totals record level. As fewer totals records are written during periodic reposting, performance is better than during distribution. ASSESSMENT =========== Assessment was created to transfer primary and secondary costs from a sender cost center to receiving controlling objects. During assessment, cost center or business processes can be used as senders. The receivers for an assessment can be a cost center, WBS element, internal order, cost object, or a business process. You can restrict the number of receiver categories in customizing. Primary and secondary posting are allocated at the end of the period by the user-defined key. During assessment, the original cost elements are summarized into assessment cost elements (secondary cost element category = 42). As the system writes fewer total records, the assessment has a better performance than periodic reposting and distribution. The system does not display the original cost elements in the receivers. Therefore, assessment is useful if the cost drilldown for the receiver is not important. Similar to distribution, the partner is updated in the totals record during distribution You can reverse assessments as often as required. You use the Cycle-Segment method to define sender-receiver relationships. Regards, Ravi

Maybe you are looking for

  • Traffic Between 2 Ports on Different VLANs on the Same Switch

    Hi, This question probably results from a flaw in my understanding of network layer 2 versus layer 3 and VLANs so any additional context in that regard would be very welcome If I've got 2 systems on difference VLANs that are connected to ports on the

  • Converting PDF file contents to base64Binary format

    Hi All, I have a requirement where I need to convert PDF form contents to base64Binary format and call the webservice to send it to outside world. Detail Description: I have two buttons on my application one "DISPLAY" & another "SEND". If user clicks

  • How to Configure Displayed flds,Sort criteria,Grouping crit-Cap Planning

    Hi All, Please let me know How to Configure Displayed flds,Sort criteria,Grouping crit under Capacity Planning (Profile for List Variant-Sub Profile) I want to create new Displayed flds,Sort criteria,Grouping crit Prabakaran K

  • Mesh tool - Fish

    Hi! I going through a tutorial where I am going to make a... fish! Step 3 on: http://www.tutorialized.com/view/tutorial/How-to-Create-a-Vector-Goldfish-in-Six-Steps/551 93 I have just made a Clipping Mask of a rectangel and the fishbody, I don't know

  • Clearing a Chart/Grap​h programati​cally

    Hello, Is there a way to clear a graph or chart at the time the program starts. I have looked at the attribute node values but there is nothing I can see that would do this. The problem is when I restart the program the charts x axis keeps growing an