Capacity Utilization by network activity for each period

Hi all,
How do i find out the capacity utilization at the network activity level. My requirement is to findout the remaining requirement/capacity of a workcenter for each period, which will be the cumulative value of the non utilized resources/hours for the previous months, based on distribution key.
The same functionality is there in CM07, but what is the exact functionality and how it can be reimplemented in a report?

Hi,
Check if table KAKO helps. You may have to calculate the remaining capacity from available and utilised.
Regards

Similar Messages

  • Planned depreciation value for each period

    Hi,
    Where can I get the planned depreciation value for each period? I need the fields for customised report.
    Thank you

    Hi,
    You can get the dep planned values for the each period by using SAP standard report S_ALR_87012936.
    In the selection screen of that report, click on All selections button on application tool bar. Then you will be able to see the all the available fields for selection.
    Choose evaluation period as Month.
    Now execute it. After getting output, you need to go for change layout and adopt fileds like Dep 01-2010, Dep 02-2010, Dep 03-2010....Etc till Dep 12-2010.
    This will fix your requirement.
    Thanks,
    Srinu

  • How to carry forward  RE prior year for each period?

    Hi,
    I have a Retained Earning (RE) prior year. How do i carry forward the opening balance for each period?
    I have tried to use the copy method (using the same version but copy from period 1 to 2) however encountered message stating that " Posting in identical currencies: Amount disagree".
    Please advise.
    Regards, Renee

    Renee,
    What has remained unclear
    how SEM BCS handled balance carried forward?
    Re: BCS Calculation for retained earnings

  • How to remove a network activity for one employee from the worklist?

    Hi,
    We are using the SAP project system where project resources are assigned network activities. In the worklist in the ESS timesheet, the assigned network activities are displayed for the employee. The problem is when several employees are assigned for a network activity, and one of them no longer should register hours on this activity. How can you remove the assignment (using dates etc.) for only one person so that the network activity no longer is present in his worklist in the timesheet?
    Regards,
    Petter

    Well for this pernr you need to have a special coding to check for network and pernr.
    other would be a simple way using cats0003 to validate data an employee records here you can have a individual check
    for this pernr that he doesnt record for this activity and throw an error when he does! this is simpler

  • Closing Stock For Each Period in Inventory Infocube

    Hello Guru's,
    Can we have closing stock of each material  for entire period in Invnetory Infocube ? or through any logic or transformation routine can we create this keyfigure  at infocube level ?
    I know that to get Closing Stock  ( Opening Stock + Goods Receipt - Goods Issue), we have to have Opening Stock as well for each month. in 0IC_C03 infocube, we only have Goods Receipt Qty and Goods Issue Qty keyfigures. We don't have Opening Stock and Closing Stock keyfigures as those are calculation which works during run time of query but still we want to have this information at Infocube Level.
    Do please let me know your thought as i appreciate your help in advance.
    Regards,
    Komik Shah

    hi,
    I will check that t code.
    thanks and regards,
    Devina

  • Find disk and network IO for each process

    Hi,
    In WMI, i seek the way to get informations we can see in disk and network tab in the resource monitor.
    in find PerfFormattedData_PerfPro_Process but we can only have all IO access not for each type of IO.
    I have to do that in C++ not managed.
    Thanks by advance for all informations you can give to me.
    Regards.

    Hi Ice02 - I believe this question would be better posted in the following MSDN forum:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=wptkv5&filter=alltypes&sort=lastpostdesc

  • Assigned Capacity for a network activity

    Hi all,
    I need to get a table or FM through which i can findout the remaining workcenter capacity(work) assigned with the network order for each period. In RPSQT table i can get only planned capacity.
    The transaction for the same is CM07 and in the settings we have planned or remaining option.
    I need to findout from where the remaining capacity data is coming into CM07 transaction.

    Hi,
    Check if table KAKO helps. You may have to calculate the remaining capacity from available and utilised.
    Regards

  • BAPI or Function to plan costs on Network activity

    Hi Gurus,
    weu2019re using PS (Wbs and activities network) to manage Investment Projects.
    In our model planning process is carried out by internal activities and costs activities network throught unit costing; in both types of activities we use equal distribution of planned costs. We would like to know if itu2019s possible planned manual values in our activities network for each period to align planned costs to actual costs in planning version 000. Are there any Bapi or other standard functions to solve this problem?
    We canu2019t use standard forecast tool because, in our model, all network types are defined in customizing with planning flag set.
    Best regards
    Nicola

    Hi Gurus,
    weu2019re using PS (Wbs and activities network) to manage Investment Projects.
    In our model planning process is carried out by internal activities and costs activities network throught unit costing; in both types of activities we use equal distribution of planned costs. We would like to know if itu2019s possible planned manual values in our activities network for each period to align planned costs to actual costs in planning version 000. Are there any Bapi or other standard functions to solve this problem?
    We canu2019t use standard forecast tool because, in our model, all network types are defined in customizing with planning flag set.
    Best regards
    Nicola

  • Qmaster network rendering for AE?

    I was browsing the Final Cut Studio 2 site over at Apple.com and ran into this little tidbit...
    http://www.apple.com/finalcutstudio/compressor/encoding.html
    "Qmaster uses the processing capacity of your network computers for a wide range of tasks, including encoding and rendering for motion graphics produced by applications such as Apple Shake, Adobe After Effects, and Autodesk Maya. Configure Qmaster clusters to run jobs for encoding, rendering, or both,"
    So does this mean the new FCS2 Qmaster can network render AE projects?

    Final Cut Studio 1 can network render After Effects projects. This isn't new functionality in FCS2. The biggest caveat is that each rendering node needs an installed copy of After Effects as well as any AE plug-ins used in your project.

  • For each action in OSB

    Hi,
    I am new to Oracle Service Bus 11g. Could you please explain how the for each action in osb can be used.
    I have xml which is received from another service. I want to loop for each item and send this userId to particular callout.
    <execute service="myHistory">
    <input>
    <param name="userList" type="list">
    <item>
    <param name="userId">143<param>
    </item>
    <item>
    <param name="userId">14<param>
    </item>
    <item>
    <param name="userId">14<param>
    </item>
    <item>
    <param name="userId">143<param>
    </item>
    </param>
    <param name="dateFrom">01/01/2001</param>
    <param name="dateTo">01/01/2009</param>
    </input>
    </execute>
    Thank you
    Edited by: OlegS on Apr 20, 2011 4:38 AM
    Edited by: OlegS on Apr 20, 2011 4:39 AM
    Edited by: OlegS on Apr 20, 2011 5:30 AM

    Is it a part of for each activity? Where should I put it in ?
    I see only these fields in each activity:
    -for each variable
    -xpath
    -index variable
    -count variable.
    I can't find any example how to use this kind of activity. Could you please explain how to fill these fields for my case.
    Thank you.
    Edited by: OlegS on Apr 20, 2011 6:27 AM

  • How to convert the table with separate fields for every period

    Hi there,
    I have the table in R/3 called COSP. The table contains the separate fields for values of separate reporting periods, let's say Amount01, Amount02 etc. I need to extract this data to BW and load it into ODS, which contains the data like common key figure for amount and info object Fiscal Period. How to extract and tansform the data to be able to load it there?
    I mean, how to change the row like:
    100 100 200 200....
    for rows like:
    001 100
    002 100
    003 200
    004 200
    I hope you'll help,
    Kooyot

    Hi,
    you need to implement a bit of coding for that.
    With the 'do varying' statement abap provides a loop over those fields. Within this loop you can build up a new internal table with one entry for each period and amount.
    kind regards
    Siggi
    PS: I am not very familiar with CO, but I guess there will be a standard extractor for that.

  • How to make cost element field appear when create network activity service

    Hi All,
    Please help. We create a project ,wbs and network activity using external service. How can we make appear the cost element when the service master appear. The system require cost element but we cannot see the cost element field.
    Steps :
    *. CJ20n.
    *. Create WBS and network header
    *. Then network activity for external service.
    *. Then it appears service specifications : ext specs Task List Maintain
    *. I Put Service no, and the error message appears :
    Please enter a cost element
    Message no. SE121
    *. But we can find where the cost element is. It seems the field disappear.
    PLease help.
    Thank you.
    Nies

    Hi,
    Yes. It is already blank. But the cost element field still not appears when we create activity service. It shows :
    Please specify a valid account assignment
    Message no. SE181
    Diagnosis
    You have entered an account assignment category in the document item for which an account assignment is mandatory.
    All account assignment lines in the service specifications either have been deleted or are inactive (e.g. account assignment lines of a contingency item).
    Procedure
    Please enter an account assignment for the services or value limits.
    The entry of an account assignment is unnecessary if you choose "unknown account assignment" in the document item.

  • EC-CS-currency translation key 5 - Translation of each period at applicable

    Hi,
    When using translation key 5 (Translation of each period at applicable rate for the period) in our methods, for this to translate local currencies per period, do we have to run our currency translation methods EVERY period, or can we run it just once, say at year-end, and it will re-compute the group currency values for each period using applicable exchange rate for those periods?
    For instance,
    period 1: LC value = 100,
                 GC value = 150
    period 3: LC value = 200
                 GC value = 300
    No currency translation method is run at this point, the GC values are just given values.
    If we decide to change the exchange rate for period 1 to 1LC = 2LC, and we run currency translation at year-end using translation key 5, will the system recompute the GC value in period 1 from 150 to 200?
    Thank you in advance.
    Regards,
    Peter

    Hi Sudhir,
    From the accounting point of view, the purpose of currency translation is basically to adjust the local currency into the group currency. I can say that, it's actually a "simplified" version of on-line paralel currenty as we have in on-line SAP R/3.
    In your case, you said that there is no "off line companies" in the group. I assume that R/3 will be the 100 percent source of your consolidation system.
    If your feeder system (FI, and probably CO), has been equiped with the paralel currency, then there's no need for you to activate the currency translation since the translated amount is there already in the paralel currency.
    Hope can clarify.
    regards,

  • Need single record for single period. Modify the select query.

    Requirement
    THere are 6 programs for each company for each billing period. If anyof the program for one billing period and period_balance>0 then display outstanding balance YES. if period_balance <=0 for all the programs for one period then outstanding balance=NO
    Below is the query i have used but i have to modify the query to get single record for each period whether outstandignbalance yes or no. Please help to resolve this issue. OR modify the query.
    select distinct B_Billing_key, B_COMPANY_ID company ,
    to_char(to_date('01/'||trim(substr(B_REPORT_PERIOD,5,2))||'/'||
    trim(substr(B_REPORT_PERIOD,1,4)),'DD/MM/YYYY'),'Month YYYY') Billing,
    Max(to_char(P_RECEIVED_DATE,'MM/DD/YY')) lastPaymentdate,
    SURCH_AMOUNT,ADJUST_AMOUNT,PI_AMOUNT,AMOUNT,
    (nvl(SURCH_AMOUNT,0)+nvl(ADJUST_AMOUNT,0)+nvl(PI_AMOUNT,0))-(nvl(sum(AMOUNT),0))"Period_Balance",
    decode(sign((nvl(SURCH_AMOUNT,0)+nvl(ADJUST_AMOUNT,0)+nvl(PI_AMOUNT,0))-(nvl(sum(AMOUNT),0))),1, 'Yes'
    ,'No'
    ) outstandingbalance
    p.PROGRAM_NAME_ID programname
    FROM tuff_balance_view,MV_PROG_SURCH S,MV_PAYMENT_HOLDING H,MV_PROGRAM_DICT P where
    b_company_id = 'U-7052-C'
    and B_Billing_key=s.BILLING_KEY
    and S.PROGRAM_KEY = P.PROGRAM_KEY
    and P.PROGRAM_KEY= H.PROGRAM_KEY
    GROUP BY B_Billing_key,B_COMPANY_ID,B_REPORT_PERIOD,SURCH_AMOUNT,ADJUST_AMOUNT,PI_AMOUNT,PROG_SURCH_KEY,
    S.PROGRAM_KEY,p.PROGRAM_NAME_ID,AMOUNT
    order by B_Billing_key desc
    B_Billing_key is the primary key. I am looking for the output only one record for each biling perid. there are 6 programs for each billing period. if any of the program has period balance >0 then outstanding balance should be yes. For sample i am giving 2 programs.
    Actual output from the above
    biling_key company billing period period_balance outstandingbalance programname
    123 xyz January 2011 $4 Yes ABC
    123 xyz January 2011 $-5 NO DEF
    456 xyz February 2011 $-3 NO ABC
    456 xyz February 2011 $- 2 NO DEF
    Need the output as below from the above query. Can you please help to simplify query. If anyof theprogram having outstanding balance for that particular period show the outstandigbalance as yes. Else NO.
    Expected output as below
    company billing period outstandingbalance programname
    xyz January 2011 Yes ABC
    xyz February 2011 No DEF
    Thanks,
    vi

    Hi G,
    With the same query i am gettting outs as NO for all months which is not true. can you pelase look at the following data.
    SELECT DISTINCT B_BILLING_KEY,
    to_char(to_date('01/'||trim(substr(B_REPORT_PERIOD,5,2))||'/'||
    trim(substr(B_REPORT_PERIOD,1,4)),'DD/MM/YYYY'),'Month YYYY') Billing,
    B_company_id company,
    sum((nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))) "PeriodBalance",
    Max(to_char(P_RECEIVED_DATE,'MM/DD/YY')) LastPaymentDate,
    decode(sign(
    (nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))), 1,'Yes','No') Outs
    FROM mv_program_dict P, tuff_balance_view T WHERE
    b_company_id = 'U-7052-C' group by B_REPORT_PERIOD,B_company_id,B_BILLING_KEY,B_ORG_SURCH_AMOUNT,
    B_ORG_PI_AMOUNT,P_AMOUNT
    order by B_BILLING_KEY desc
    Actual
    Billing key Billing company periodbalance lastpayment date outs
    110631534073     November 2010     U-7052-C     270          Yes
    110631534073     November 2010     U-7052-C     690          Yes
    110631534073     November 2010     U-7052-C     66          Yes
    110461533197     October 2010     U-7052-C     4740          Yes
    110461533197     October 2010     U-7052-C     27000          Yes
    110461533197     October 2010     U-7052-C     0          No
    110251532527     September 2010     U-7052-C     0     09/13/10     No
    110251532527     September 2010     U-7052-C     0          No
    110251532527     September 2010     U-7052-C     -18     09/13/10     No
    110251532484     August 2010     U-7052-C     0     09/13/10     No
    110251532484     August 2010     U-7052-C     2001     09/13/10     Yes
    110251532484     August 2010     U-7052-C     0          No
    Expectedoutput(need only following columns)
    Billing key Billing company lastpayment date outs
    110631534073     November 2010     U-7052-C               Yes
    110461533197     October 2010     U-7052-C               Yes
    110251532527     September 2010     U-7052-C          09/13/10     No
    110251532484     August 2010     U-7052-C          09/13/10     YES
    By using below query i am getting all output as NO. HOw to modify it.
    SELECT company,
    billing,LastPaymentDate,
    CASE
    WHEN SUM (DECODE (outs, 'YES', 1, 0)) > 0 THEN 'YES'
    ELSE 'NO'
    END Outstanding
    FROM (
    SELECT DISTINCT B_BILLING_KEY,
    to_char(to_date('01/'||trim(substr(B_REPORT_PERIOD,5,2))||'/'||
    trim(substr(B_REPORT_PERIOD,1,4)),'DD/MM/YYYY'),'Month YYYY') Billing,
    B_company_id company,
    sum((nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))) "PeriodBalance",
    Max(to_char(P_RECEIVED_DATE,'MM/DD/YY')) LastPaymentDate,
    decode(sign(
    (nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))), 1,'Yes','No') Outs
    FROM mv_program_dict P, tuff_balance_view T WHERE
    b_company_id = 'U-7052-C' group by B_REPORT_PERIOD,B_company_id,B_BILLING_KEY,B_ORG_SURCH_AMOUNT,
    B_ORG_PI_AMOUNT,P_AMOUNT
    order by B_BILLING_KEY desc)
    GROUP BY company, billing,LastPaymentDate;
    Note:in the actual out put max(lastpayment date) is returing null values. if there is any date in one billing return that date only remove null example is september. in september it should return only 09/13/10 this date not null date. but if there is no other within one biling then consider that as null example november..
    Thanks,
    v

  • MM-SRV:  CAT2 Posting to Network Activities for external employees

    Dear All
    I am working on an ECC6.0 implementation and trying to post CAT2 timesheet data to a Network Activity for external employee.  I have used this process extensively on 4.6c and it works fine, even though SAP Note 653209 says this is not possible.
    Before I contact SAP directly I wondered if anyone else out there has overcome the problem of booking to a NWA for external employee.  My error messages are LR103 “Enter an account assignment”.  Strangely, if the plant is different the posting is allowed but no NWA assignment is transferred during CATM.
    Thanks for any help anyone can give.
    Jules

    Hi,
    In control key (PS02 for ext. act.) settings, Tcode: OPSU, you can define confirmation parameter. Generally it is maintained as "Confirmation possible but not necessary".
    You are already aware about this setting and there is no specific different setting for ext. act. in CATS entry profile.
    Reward points if useful.
    Regards
    Edited by: Shrikant Rakate on Dec 19, 2007 8:23 AM

Maybe you are looking for

  • The specified module could not be found

    This error box pops up when I try to open an image     (the specified module could not be found) also the icon for photoshop would not respond on the taskbar.I can open my images in other programmes,would reinstalling photoshop be a good idea. Thanks

  • Can't receive any results from TaskManager

    I can't receive message from TaskManager when initiate new task. There is always time out. From BPEL Console I've got only this message: "Your test request generated the following exception/fault: java.rmi.RemoteException: No Exception - originate fr

  • What are the questions they will  ask for output determination?

    hi gurus very good evening, pls... can anybody give the details for output determination. what are the settings we to configure in the system for o/p determination? thanks all arun Message was edited by:         arunteja vasan

  • IPhoto/iMovie won't open - exc_breakpoint (SIGTRAP)

    Hi all, iMac G5, running OSX Leopard iPhoto and iMovie have stopped working and won't open.  This occurred after an attempt to transfer files from a laptop across the the G5.  I have deleted the iLife suite and reloaded iLife08 which is what was on t

  • Change the form size when using 9ias v 1.0.22 - Forms 6i to web

    I have a form created in Forms 6i. When I run this on web the viewable size is only 1/4 of avaible screen space and I need to use the scroll bars to see the entire form. Currently using 9iAS v 1.0.22 Are there settings that I can set to change this?