How Actual hours for a Particular Activity is getting Calculated in CJ20N?

Hi Experts,
         i have a small issue in PS module.In Cj20n after creation of project, under the activity the actual hours are differing from those of CATS hours.How or from where the actual hours are getting populated.The value is getting stored in AFVGD-ISMNW.
Plz help............

hi
have you transfering the actual time after entering and approval to the PS. by the t code CAT5 - Transfer

Similar Messages

  • How to search for a particular word in a string?

    How to search for a particular word in a string?
    thanks for your help....

    This works fine.
    public class Foo {
        public static void main(String[] args) {
        String s = "Now is the time for all good...";
        String s2 = "the time";
        System.out.println(s.contains(s2));
        System.out.println(s.contains("for al"));
        System.out.println(s.contains("not here"));
    }output:true
    true
    falseYou must have something else wrong in your code.
    JJ

  • How to search for a particular word in a long document?

    How to search for a particular word in a long document?

    What program are you using to read the document?
    Good luck.

  • How to search for a particular pattern in a string

    Hi,

    Hi ,
    How to search for a particular pattern in a string?
    I heard about java.util.regex; and used it in my jsp program.
    Program I used:
    <% page import="java.util.regex"%>
    <% boolean b=Pattern.matches("hello world","hello");
    out.println(b);%>
    I run this program using netbeans and am getting the following error message.
    "Cannot find the symbol : class regex"
    "Cannot find the symbol : variable Pattern "
    How to correct the error?

  • Total Planned and Total Actual Hours for service order

    Hi,
    Is there is any table in which I can directly find the Total Planned and Total Actual Hours for service order.Pl suggest.
    Regards
    SB

    Sorry SB, didn't read your post properly... I thought it was costs you were after...
    AFVV holds the total actual work at operation level.
    PeteA

  • If I charge 100% battery I would to khon how many hour for using mac book retina? I use Hard dish 750 gb Ram 16 mb.

    if I charge 100% battery I would to khon how many hour for using mac book retina? I use Hard dish 750 gb Ram 16 mb.

    It depends on the uses you give to your computer, because the battery will have capacity for less time if you are using professional apps than using Safari. Theoretically, the MacBook Pro with Retina display battery should have capacity for 7 hours, but as I said, this will decrease depending on the apps

  • How many hours 'til my ipod touch 4G get low battery again?

    How many hours 'til my ipod touch 4G get low battery again?

    These are the specs
    Music playback time: Up to 40 hours when fully charged
    Video playback time: Up to 7 hours when fully charged
    Charging times: Fast charge in about 2 hours (80% capacity), full charge in about 4 hours

  • How to search for a particular element within a XML variable using studio?

    All,
    I am using studio 7.0 to develop a webbased application. In this, i need to access
    an oracle db using a WLAI Application View from my Workflow. I get some data back
    from Oracle as an XML variable and then apply an XPath statement to access the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria and
    an empty XML variable is returned to me from the app view. In these cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio? So
    that if there is content i can proceed with XPath and if there is no content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

    If I remember correctly, the adapter will return an XML document that contains
    XML elements for each row. You can just simply check the count of these elements
    with an XPath statement: ie. count(response/row)
    "Sri " <[email protected]> wrote:
    >
    All,
    I am using studio 7.0 to develop a webbased application. In this, i need
    to access
    an oracle db using a WLAI Application View from my Workflow. I get some
    data back
    from Oracle as an XML variable and then apply an XPath statement to access
    the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria
    and
    an empty XML variable is returned to me from the app view. In these
    cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio?
    So
    that if there is content i can proceed with XPath and if there is no
    content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

  • How to search for a particular word in notes app (ios6)

    Sir,
    I can search for a note but i couldnt search for a particular word in a long note in notes app.
    (ios 6)
    is there a way to do it,or is there any app that has this 'search for word' functionality ?

    thank you for your quick reply sir.
    i am asking for other independent notable apps(not notes app) which has this functionality .

  • How to search for the particular ABAP Object

    Hi,
    I am using the SAP 4.6C machine, I need to search for the particular ABAP Object. Plz can anyone help me in this.
    Regards,
    Pralhad P. Teggi

    You'll get a better response if you ask a meaningful question.
    If you want to scan for Business Objects (BOR) use transaction SWO1
    For ABAP classes / objects use a combination of transactions SE24 / SE18 / SE19 and /or SE80
    (SE 18 /  SE 19 are for Badi's)
    Cheers
    Jimbo

  • ¿How i do for unskip an activity by powershell script?

    Hi.
    Im looking a way for unskip an activity from a service request using a powershell script.
    I've obtained for example the review activities.....
    $activities
    = Get-SCSMRelatedObject
    -SMObject
    $srObj
    –Relationship
    $wiContainsActivity
    $reviewAct
    = $activities
    | Where {$_.ID -match
    'RA'}
    Now i need to unskip an specific activity filtering by name for example .
    Regards.

    Thanks Thomas.
    I've tested the solutions but none work. 
    My problem is that im looking a way for dont create many service request templates (only
    one service request template but many activities templates).  I thought about create a classification enum list in a service request template with authoring tool (VALUE EXAMPLES: email, printer, vm creation) and find the way to create a workflow that
    add automatically the activities when i change the list value.
    A member of the community told me this:
    "Hi,
    You can create a single SR template and add additional activities and skip them as by default. Then create a workflow (or use SCORCH) to unskip the required activities. It much easier than adding new activities 'on-fly'."
    And i've created an authoring tool WF that run when a service request is created and execute
    the next pwshell script for unskip the review activities skipped in the service request that by default are skipped in the template but is not running. Can you help me? what's wrong?
    set-executionpolicy -executionPolicy ByPass
    $a = (get-module|%{$_.name}) -join " "
    if(!$a.Contains("SMLets")){Import-Module SMLets -ErrorVariable err -Force}
    $srClass = Get-SCSMClass System.WorkItem.ServiceRequest$
    $srObj = Get-SCSMObject -Class $srClass | Where {$_.ID -eq $srID}
    $wiContainsActivity = Get-SCSMRelationshipClass System.WorkItemContainsActivity
    $activities = Get-SCSMRelatedObject -SMObject $srObj –Relationship $wiContainsActivity
    $reviewAct = $activities | Where {$_.ID -match 'AR'}
    $ACStatusSkipped = Get-SCSMEnumeration ActivityStatusEnum.Skipped
    $ACStatusReRun = Get-SCSMEnumeration ActivityStatusEnum.Rerun$
    If ($reviewAct.Stauts -eq $ACStatusSkipped) { 
      set-SCSMObject $reviewAct -Property Status -Value $ACStatusRerun
    }

  • How to search for data in active directory

    if i have an administrator priviledge, how can i search for user's data if i know his username from active directory.

    What form do you have the user's name in ?
    ANTIPODES\alberteString searchFilter = "(&(objectClass=user)(samAccountName=alberte))";[email protected] searchFilter = "(&(objectClass=user)(userPrincipalName=[email protected]))";Albert EinsteinString searchFilter = (&(objectClass=user)(givenName=Albert)(sn=Einstein))";or using Ambiguous Name Resolution (anr)String searchFilter = "(&(objectClass=user)(anr=Albert Einstein))";or it's even clever enough to useString searchFilter = "(&(objectClass=user)(anr=Einstein Albert))";

  • How to seach for a particular text in comma separated values

    Hi,
    I have one table for eg. TB_Fruits.
    In that i have one column FruitsName(Varchar)
    In that column i am storing string in comma separated values.
    Select FruitsName from tb_fruits;
    Result: orange,banana,apple
    Now the issue is suppose if i try to insert any of these fruits name again then it should not allow me to insert.
    Suppose now if i try to insert ('grapes,banana')
    or
    ('apple,grapes')
    the orange,banana,apple can be in any position.
    How to check if any of these names already exist or not in the column fruitsname?
    I cannot use like or INstr function here. because the position is not fixed not even string.
    Appreciate any help.

    After doing search.
    Got to know <= 3 length in word is in stoplist.
    That's why the value ALL it was not searching in index.
    After modifying the index this problem is solved.
    CREATE INDEX
    Fruitsname_idx ON tb_fruits (FruitsName)
    indextype is ctxsys.context
    PARAMETERS('SYNC ( ON COMMIT)
    stoplist ctxsys.empty_stoplist');
    But now the issue is suppose i have value with space..
    i inserted one more row with value 'FRUITS YELLOW'
    So in the index it is storing two rows....one is for FRUITS and second is for YELLOW.
    select * from tb_fruits t where contains(t.FruitsName,'FRUITS')>0
    I will get record..but actually there should be no record.
    And it should allow me to insert. So i can insert the value FRUITS in more row.
    Any help on how to store the value with space in one row in index??

  • How to look for a particular phrase in a document???

    Hey guys, I'm a little new at this thing... I need to figure out a way to make Java search through a document looking for instances of particular phrases, and replacing them with something else. For example, have it look for "A B C" and replace each such combination of words with "D E F". The search/replace needs to look for a few different phrases at once.

    String.replaceAll is a fine answer, but you are creating Strings left, right & center, tis best to use a StringBuilder/Buffer.
        private static void replaceAll( StringBuilder sb, String search, String replace ) {
         int index = sb.indexOf( search, 0 );
         while( index >= 0 ) {
             sb.replace( index, index+search.length(), replace );
             index = sb.indexOf( search, index );
        }

  • How to find for a particular WBS element thourgh which budget has consumed

    Hi ,
           I have a WBS element C-09864/001/002. In CJ33  system is showing Budget amount 90,000 and distrbuted 90000. So total budget has consumed. Now if i want to know how the budget has consumed ,means in what ways it has consumed like PR or POs and what are those  PR& PO doucment numbers.
    Apart from PR & PO s directly by posting FI documet also , is there chance for consuming budget .If yes how to find ?
    Thanks & regds
    ramachadra

    Apart from PR & PO s directly by posting FI documet also , is there chance for consuming budget .If yes how to find ?
    -> transaction MIRO, CJ88, KO88
    You can use the steps I have provided to check this.
    Regards, Gordon

Maybe you are looking for