How Does System Identifies Attendence in -VE TM?

Hi,
In -VE time management, the days which are not Filed for Absence are taken as Attendance days by default. i would like to know how it is possible...
could any one explain how would system take attendance and absence days in -VE Time?
Thanks.

By default it takes the Planned Working time in Daily work Schedule as Present Days.
unless we maintain LOP system will never consider that the employee is absent
Best Regards,

Similar Messages

  • How does system automatically picks up document type when you enter INV?

    1.How does system automatically picks up document type when you enter Invoice?
    2.What is Algorithms? Where is it used?
    3.What is the use of Customer Ledger Inquiry?

    The document type is hard coded by the system. Look at UDC table 00/DT for the document types in your system. Notice that some of those are marked as hard coded/reserved by JDE. You may wish to dowload the Accounts Receivable manual and read that to learn more about the document types.
    Not sure what you mean by algorithm, unless you are looking for how the system determines what document type to assign on invoice entry.
    These comments apply to accounts receivable and to JDE World, since you posted in the JDE World forum and are talking about the customer ledger inquiry. If you are in Enterprise One and asking about Accounts Payable, then this reply can be ignored (though Enterprise One works pretty similar to World in this respect).
    What is the use of the Customer Ledger Inquiry. To view accounts receivable detail history for a given customer, viewing on line. Whomever works in the accounts receivable department will likely use the Customer Ledger Inquiry quite a bit.
    Hope this helps a bit.
    John Dickey

  • How does System Exec VI identify Standard Error within cmd code?

    I am using the System Exec VI to control a USB to serial adaptor program header, I have sucessfully written a .BAT file to call the CMD commands (the .exe I am running uses "-option" commands and the help file reccomends to do so) and it functions perfectly. My only issue is identifing errors. The "Standard Error Out" on the System Exec VI never outputs anything. Yes the wait until completion is TRUE and my standard output functions fine. I am curious as to how the System Exec VI  identifies errors from the command prompt and  why my errors are not showing up. I am currently using multiple match pattern string functions to identify the possible errors from my standar output for the time being but I would like to simplfy my code a bit and clean it up if at all possible. Not to mention there are most likely several other errors that could occur that I may have not identified. Some examples of stanadrd output errors i can get include include:
    {C:\Documents and Settings\owner\Desktop\RACK LINK>C:\DCRABBIT_10.66\Utilities\clRFU.exe "" -s "0":115200 -v -vp+ -usb+
    .bin not found
    C:\Documents and Settings\owner\Desktop\RACK LINK>pause
    Press any key to continue . . . }
    or
    {C:\Documents and Settings\owner\Desktop\RACK LINK>C:\DCRABBIT_10.66\Utilities\clRFU.exe "C:\Documents and Settings\owner\Desktop\RACK LINK\Calibration_v030.bin" -s "4":115200 -v -vp+ -usb+
    Rabbit Field Utility v4.62
    Installing Calibration v0.3.0
    Sending Coldloader
    Error: No Rabbit Processor Detected.
    C:\Documents and Settings\owner\Desktop\RACK LINK>pause
    Press any key to continue . . . }

    I think you should use error handling in batch programming, see this link http://www.robvanderwoude.com/errorlevel.php
    CLA 2014
    CCVID 2014

  • How does system status influence the crm transactions?

    Dear CRM Experts,
    Can you please clarify the use of system status in the crm transactions?how it's control or influence the crm transactions.can we link  the R/3 and CRM transactions using system or user status?how user status & system status are linked?
    Please provideme the solution for  the above mention points.
    Warm regards,
    Ronnit

    hi
    Using status management, you can find out about the processing status of a business transaction, and change individual statuses. Each status informs you at header and item level that a specific status has occurred (for example, quotation has been released), and specifies which step may be executed next (for example, release is allowed).
    *user status*
    A status set by the user to complement the system status for a given status object.
    You can use only a user status belonging to a status profile (defined in Customizing) and assigned to the relevant status object.
    User statuses enable you to extend the control of business processes managed by the system status. You can set and delete user statuses manually when carrying out business transactions.
    *System Status*
    A status the SAP System sets internally as a part of general status management.
    This status tells the user that a certain business transaction was performed for an object.
    moreover using user status is customised,you can mainatian your own user uset status and control the system response as decided by the system status
    for this you can make your status profile which when you atach to your transaction can be used in particular transaction*
    *Status Profile*
    A profile used to control user statuses.
    A status profile is created by the user in general status management.
    In a status profile you can:
    Define the sequence in which user statuses can be activated*
    Define initial statuses*
    Allow or prohibit certain business transactions*
    *more about system status*
    Each marketing project goes through various system statuses, one of which is always set:
    ·        Created
    ·        Released
    ·        Finished or Rejected
    ·        Locked
    ·        In Process
    ·        Approved
    *System Status Overview*
    *Created (CRTE)*
    Use
    In the Created status, you structure the marketing project and enter plan values and dates.
    Features
    This system status is the initial status for new marketing projects. The status is set automatically when you create a new marketing project.
    The status does not allow you to:
    ·        Transfer to ERP
    ·        Transfer the target group to the channel
    *Released (REL)*
    *Use*
    Structuring is complete and the marketing project is released for the operative execution of the marketing activities.
    Prerequisites
    The marketing project has the Created status.
    Features
    In the Released status, you can create new, lower-level marketing projects and change the hierarchy. The Released status is passed on automatically to lower-level marketing projects.
    *Finished (FINI)*
    Use
    This status identifies a finished/completed marketing project. A marketing project with the Finished status can no longer be changed.
    Prerequisites
    The marketing project has the Released status.
    Features
    Lower-level marketing projects belonging to the same marketing project are also finished automatically. This does not apply to lower-level marketing projects that have the Finished or Rejected status.
    You can revoke the Finished status. The system then automatically revokes the status for all upper-level marketing projects in the relevant marketing project. For this, it is prerequisite that none of the marketing projects on a higher level to the relevant marketing project are finished or rejected.
    more details you can see in
    http://help.sap.com/saphelp_crm50/helpdata/en/81/1ba63a28195840e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/c5/e4aed5453d11d189430000e829fbbd/frameset.htm
    check out table JEST and TBOJ!,for system status and object relationship,along with user status.
    guess i have cleared your doubt
    best regards
    ashish

  • How does System.out.println(). Work inside src.zip file !

    Hello guyz,
    I was just wondering how System.out.println() worked so i opened up the src.zip file and checked the source code. But could not understand it. As written i remember
    "out is an object encapsulated in the System class."
    Thats ok. But i could not understand the code.
        public final static PrintStream out = nullPrintStream();
        private static PrintStream nullPrintStream() throws NullPointerException {
         if (currentTimeMillis() > 0) {
             return null;
         throw new NullPointerException();
        }Also when i ran the DJ Decompiler it decompiled it to this:
    public class One
         public static void main(String args[])
              System.out.println("hello world");
    import java.io.PrintStream;
    public class One
        public One()
        public static void main(String args[])
            System.out.println("hello world");
    }Also, why does it need to import PrintStream ?

    Peter__Lawrey wrote:
    I was just wondering how System.out.println() worked so i opened up the src.zip file and checked the source code.This value is a place holder. This value is changed as soon as enough of the JVM is initialised for printing to work.
    Also, why does it need to import PrintStream ? It doesn't, but it is used in the code so DJ is including it just in case.Sorry,
    But i don't understand at all.

  • How does System.arraycopy() work?

    Anyone know how System.arraycopy() work?
    Does it call constructor of each element of src array to make a deep copy?
    Or does it, somehow, make a copy of content of memori location in which every
    element of src array is stored and than assign that elements to dest array?
    Thanks.

    Hi,
    The method does only copy primitives orreferences,
    it does not create new objects.
    KajSo, if I want to make a copy of an array that stores
    other than primitives I need to do it manualy, not
    using System.arraycopy() ? Right?It depends on if you want a deep copy or not. (Yes, you need to do it by hand if you want a deep copy)
    Kaj

  • How does system finds for a Porg assigned to which companycode in SRM?

    Hi Experts,
    can anyone calrify me.
    I have a company code  Node in my org structure and Pur Org under the same node of company code .
    where my fuction tab of the Pur Org is not having the box checked with the company code and only Pur Org  is ticked and maintained the respective Logical system,Do my system still fetches for the right company code for that particular
    Pur Org or does it throws an error incase if the company code check box is unticked and not maintained any company code and logical system in the function tab of the Purgorg.
    Please clarify me on these lines.
    To be more clear about my claim.
    My claim is that does it required to tick the box of the company code and logical system in the function tab or is it enough if we place the Pur Org node under the Company code node.
    Regards,
    Sairam.

    Hi. It doesn't.
    The company code comes from the company code that the user is under in the org plan.
    For example, if I am under company code X in the org plan, that is the company code that will go in my shopping cart.
    Then, if purchasing org A and purchasing org B are in their own org units separate from my own, and both have responsibility for my part of the org plan, I will actually be able to choose either in the shopping cart. This is done by choosing purchasing group.
    A purchase org is not necessarily only responsible for 1 company code.
    In R/3 / ECC config you do not have to attach a purchase org to a company code, you only have to attach them to plants, and if you attach 1 purchase org to more than 1 plant, the plants can belong to more than 1 company code.
    You can attach a purchase org to a company code in R/3 / ECC. If you do this you must make sure that the purchase orgs in SRM only have responsibilty for the right company code that matches what is in R/3 / ECC.
    You can also integrate the purchase orgs and groups in the org plan above the users that belong to them, by setting the responsibility of the part of the structure that I am under.
    For example, if you have 1 department that is 1 purchasing group, you can set that depertments org unit to have the function of the purchase group, and set resposibility as itself. That means any users under that org unit will have that purchase group and org.
    To sum this up, if your purchase groups actually represent groups of people who are buying, and those groups are in the same org unit, then you can set their org unit to be the purchasing group, and the org unit above to be the purcahse org.
    If however, your purchase groups represent what is being bought, and the people buying these items are scattered around the org plan, you should put the purchase orgs and groups in separate org units on their own, and set the responsibility for the appropriate parts of the org structure.
    Whatever you do you must make sure that the purchase orgs that will be used match the config in R/3 / ECC else you will get an error when trying to create a PO in the backend.
    I Hope this helps.
    Regards,
    Dave.

  • Mvt 301 - How does system allow to use this MVT for sloc to sloc posting

    Hi,
    Using MVT 301 one can post goods from sloc to sloc withing the same plant. Why is SAP not preventing this, when there is 311 available specifically for sloc to sloc transfer?
    Regards

    MVT type 311 is used many transactions . Depend on application Mvt types used In your case your looking material transfer one case only.
    311     CIP5     CC5: Update PDC messages
    311     CIPV     Posting PDC records
    311     HU02     Creating and Changing Handling Units
    311     HUMO     HU Monitor
    311     MB11     Goods Movement
    311     MB1B     Transfer Posting
    311     MB21     Create Reservation
    311     MB26     Picking list
    311     MF60     Pull List
    311     MF65     Stock Transfer for Reservation
    311     PK13     Kanban Board: Demand Source View
    311     PK21     Change Kanban Container Status
    311     PK31     Container Correction
    311     PKBC     Chnge Container Status With Bar Code
    311     QA11     Record usage decision
    311     QA12     Change usage decision with history
    311     QA14     Change UD without history
    311     QA16     Collective UD for accepted lots
    311     QAC2     Transfer stock to insp. lot
    311     VL02N     Change Outbound Delivery
    311     VL32N     Change Inbound Delivery
    311     VLMOVE     HU Goods Movements
    If you can see 301
    301     HUMO     HU Monitor
    301     MB11     Goods Movement
    301     MB1B     Transfer Posting
    301     MB21     Create Reservation
    301     MB26     Picking list
    301     QAC2     Transfer stock to insp. lot
    301     VL02N     Change Outbound Delivery
    301     VL32N     Change Inbound Delivery
    301     VLMOVE     HU Goods Movement.

  • How  does systemn determin pricing procedure of billing type

    How does system determinate pricing procedure of F2???????????????????
    By doc.pric.proc? but in IMG, it is empty!!!
    and I don't think it is reference sales order's pricing procedure
    because if you use OR + TAN, the reference document of billing is delivery order!!!!!!

    Hi zhang
    In pricing procedure determination OVKK , whatever DuPP you maintain that is linked to Billing document
    In VOV8 we can see the CuPP  of the document . so if the DuPP is linked to CuPP in OVKK then the same pricing procedure will be flowing to billing document also  . Apart from that in VOV8 also make sure that , in billing data you are maintaining the billing  type
    Regards
    Srinath

  • How does cycle count recommendation works.

    I setup my cycle count codes as well as assigning them to the item master, when I run cycle count recommendations there are lots of items need to be counted. Here are my questions
    1.     Where do I go to enter the new counts?
    2.     When I enter the count do I enter the difference or what I counted?
    3.     When Do I flag the items counted on cycle count recommendation screen?
    4.     When I am doing cycle counting some transactions could take place at the same time how does system takes care of that so I do not over count or under count?
    5.     Can I get a report of all items which I flagged as counted regardless of qty on hand or not? I need this data for cycle count analysis.
    I have the documentation from SAP but I cannot see these steps.
    Thank You

    Your question is too long. One question for one thread. This is forum rule. Although it can still belong to one big question, it is better spitted to more.
    For first 2 questions:
    1. Where do I go to enter the new counts?
    Go to: Inventory -> Inventory Transactions -> Initial Quantities, Inventory Tracking & Inventory Posting
    2. When I enter the count do I enter the difference or what I counted?
    Enter what your counted.
    Thanks,
    Gordon

  • How does the system identifies whether we use Psotive or Negative Time Mngt

    Dear All,
    How does the system identifies whether we use Psotive or Negative Time Management.
    Appreciate your early response.
    Regards
    Rajesh

    Hi
    1. In positive time management we record the actual time of the employee working in organization and following are the infotypes we need to maintain in master data,
              1. Organztion Assignement [0001]
              2. Personal Data [0002]
              3. Absence Quota [2006]
              4. Planed working time [0007] with the time management status " if you are using PDC then "2" " Or "1. Time evaluation actual time".
              5. Time Recording Info [0050]
    2. In Negative time management we are only recording the time deviation like "Absence, Illness, Leave" and following are the Infotype we need to maintain in master data,
             0001, 0002,0007 with time management status "0" i.e No time evaluation and 2006.
    Best of Luck
    Swapnil

  • I would like to know which app/software in MAC gives us the same feature that is provided by System Restore in Windows, and how does that work

    I would like to know which app/software in MAC gives us the same feature that is provided by System Restore in Windows, and how does that work.

    Time Machine is one such program, although it is a recursive backup program which offers limited archive capability, based on the capacity of the backup destination, and it requires you set it up before you start editing your files.   Some programs are also Versions aware, which offers a kind of restore capability by file.  Again needs to be setup before you start editing.
    Just a for-your-info:
    Mac is not an acronym, it is a nickname for Macintosh.

  • How does  the Logical System GUID get created

    In R3 table CRMPRLS has a logical GUID for its logical system name.  How does this get created/updated?  Is it created during the initial replication of the data between R3 and CRM?   Why I am wondering is my systems where working ok in my QA environment then something happen to change LSGUID in my CRMPRLS table on R3.  So now my middleware is not working.  I will use notes 588701 and 765018 to fix the problem, but I am trying figure out what caused it before it happens again in my production environment.
    We are doing one thing to mention is that our R3 environment is being setup to talk to 2 different CRMs.  I am wondering if the setup of the second CRM caused the guid to change.  If so what step during the middleware setup of CRM would cause that?
    Thanks.
    Matthew

    HI Matthew,
    We are facing a similar issue. Could you please let us know the activities done to get the issue resolved?
    Did you revert back the changes done as suggested in the Note 588701, if yes can you let me know where the changes has been done and how has it is reverted back?
    Also, in the table CRMPRLS in R/3 we do not see an entry for the external SRM system.
    Please note, for replicating material into SRM we use the CRM Middleware.
    BR// 420

  • How does ABAP client proxy determine the sender business system

    When we use ABAP client proxy to send a message in XI-SOAP format to the integration engine, how does the client proxy determine what is the sender business system, i.e. how does it know what value it should insert in the sender service field in the SOAP envelop.
    For example, at first, the business system X8A_105 corresponds to the technical system X8A_105, so when the client proxy sends out a message, the sender service is X8A_105. Then I delete the business system X8A_105 in the SLD, and create a new business system that is associated with the technical system X8A_105.when the client proxy sends out a message, the sender_service is still X8A_105, why?

    Hi Annie,
    Execute the following function module in your business system and see what name it returns..
    LCR_GET_OWN_BUSINESS_SYSTEM.
    You can always debug the code inside the above FM to find out how it gets the business system name...
    I think the issue should be related to cache. I would also suggest you to logoff from your business system and then login again.
    Regards,
    Sumit
    Message was edited by:
            Sumit Khetawat

  • How does one add a personal recorded M4R file to the ring tones in the UK system for iPhone 3GS

    How does one add a personal recorded M4R file to the ring tones in the UK system for iPhone 3GS.
    I have tried all sorts of ways of adding my personal M4R file but can't find the place (within the UK versions of iTunes} to transfer this file so that I can select it as a ring tone.
    I've tried also changing to the US version of iTunes and still can't find a way of doing it, although I have heard that it can be done.

    You should be able to just drop it into the library within iTunes.
    http://cnettv.cnet.com/create-free-iphone-ringtones-using-itunes-8-0/9742-1_53-5 0003920.html
    Check out the video above for a lot good info. The ringtone must be less than 35 seconds.

Maybe you are looking for