PCR Simple Operation Amout = Rate + Amount OR AMT = RTE+AMT

Dear HCM Consultants,
I am stuck on this issue for some time now. I have done the required calculations and now 2 values in the amount and rate field of my wagetype have to be added and result has to be placed in amount field. How can i do this?
In simple maths i want to AMT = AMT + RTE
Regards to all.

May be you can try this using variants.
for example let AMT1 and RTE1 are the variants used to store the amount and rate
then the logic goes like this.
Check the wage type and it's the wage type you are trying to manipulate
Then
AMT=*
Addwt&AMT1
RTE=*
ADDWT&RTE1
ZERO= A
AMT=& AMT1
AMT+& RTE1
ADDWT XXXX
(Here XXXX is the wage type)

Similar Messages

  • Exchange Rate amount is not calculating correctly in iProcurement

    Hi All,
    The exchange rate is mismatching when i create a requisition in the iProcurement (11.5.10.2 version).Please find the below test case and suggest me accrodingly.
    Example: on 06-May-09 and 07-May-09 i have create a requisition in the iProcurement with the currency as BHD (Note: Our functional currency is USD). The exchange rate is defined from USD to BHD is .377 and this rate is fixed for the entire month.
    The requisition created in the following manner:
    Requisition created in 06-May-09:
    =======================
    Line #1 120 BHD---the exchange rate amount in USD is 318.22
    Line#2 20BHD---the exchange rate amount in USD is 53.04
    =========
    Total : 371.25
    Requisition Created in 07-May-09:
    ====================
    Line #1 120 BHD---the exchange rate amount in USD is 318.30
    Line #2 20BHD---the exchange rate amount in USD is 53.05
    ============
    Total: 371.35
    Form the above test cases can any one help me why the requisition amount is slightly chagned from 371.25 to 371.35 even though we are using the same conversion rate (.377)..plz help ASAP , this is an very urgent for ME.
    Regards,
    Kevin.
    Edited by: kevin329 on May 7, 2009 4:53 AM

    hi
    check whether you have maintained the exchange rate settings also check whether price is maintained

  • SE 3.0 periodically crashes when performing simple operations.

    During or just after many simple operations, like opening a new Data View, or dragging data from one window to another, or just moving a cursor, SE will periodically crash.  I'm running SE 3.0 on Windows XP.  My .seproj file is 9 MB.

    Hi AEI, Thank you for using our discussion forums.
    Red flags went off in my head when I read that your project file is 9MB.  To me that seems really big, and I would like to know if the project you are using is the source of the crashing, or is it the SE installation.  Do you experience the crash if you open a new project, or does it only happen with the large project file?  If you are only getting the crash with your project then there may be something wrong with it.
    If you experience the crashes regardless of which project is loaded, then the installation may be corrupt.  You can try a few things.  First repair the Signal Express installation from add remove programs.  If you are still getting crashes, then I would suggest uninstalling all of DAQmx, and signal express and then reinstalling the latest DAQmx, which installs SE. 
    Just for my information, which version of DAQmx and what OS are you using. 
    Chris
    National Instruments
    Applications Engineer

  • Clear report in report window of simple operator interface

    Hello,
    hello I want to clear the report-window of the simple operator interface at the beginning of each UUT test.
    I want that there is nothing inside this window while testing a UUT. Only at the end of a test I want to show the actual report
    How is this possible?
    regards samuel

    Report.Reset should replace the current report data with the data in the string you specify, which in your case should be blank.
    Do you have a PreUUT Sequence in your Client Sequence File?
    If not try adding the first step in the attached sequence below the Report.Reset step in your PreUUT sequence.  You may need to add the second step as well (below both new steps).  Not sure if the second step is required.  The first step tells the teststand engine that the report has changed, the second tells it to refresh all windows.
    Regards
    Steve
    There are 10 types of people in the world that understand binary, those that do and those that don't.
    Attachments:
    UI Update.seq ‏18 KB

  • Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency

    Dear Friends,
    The Table data for the Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency(JPY).For ex-The invoice is showing correctly as 3 JPY but the Invoice output shows 300 JPY.This data being fetched from the KBETR shows 300JPY instead of 3JPY.Pl help to resolve this.
    Thanks
    Isaac

    Dear Isaac,
    This may due to condition record maintainenance for that condition type in the VK11 transaction so please go to VK12 transaction check the condition value for that condition type.
    KBETR -- Means Rate (condition amount or percentage) where no scale exists, it exists in KONP table(Condition record table).
    Also Check anybody change the values in the sales order or in invoice from 300 to 3.
    I hope this will help you,
    Regards,
    Murali.

  • Programatically Loading Several Sequences Using LV Simple Operator Interface

    I am playing around with the supplied LV(2009) Simple Operator Interface for running TestStand (4.2) and hoping that someone can point me in the right direction.  I know this may be too generic for a concise solution, but hopefully I can get some suggestions on the best approach for this. Here is a short description of what I am trying to accomplish. 
    I am testing 2 unique UUTs on a single test fixture that is controlled by a PCI-7831R DAQ.  Each UUT will have a unique serial number and report generated.  Therefore, I am using 2 unique sequence files created using TestStand.  Basically, I want to be able to read in a barcode on the test fixture and have the operator interface load the 2 unique sequence files based on information contained in the barcode.  The operator will then hit a button to start the sequence file executions.  I want the first sequence file to run and test the first UUT.  Once the first sequence file is finished, I want the second sequence file to load and run on the second UUT.
    I can use the simple operator interface to load both sequence files.  I then have to select the combo box to select which one I want to run.  This works fine, however, I am trying to automate this so that the operator doesn't have to open the files and continually use the combo box to select sequence files.
    Any ideas or suggestions would be greatly appreciated.

    I have figured out a solution (for my initial application at least) of programmatically loading the sequence files.  When the operator interface first starts, there is a prompt where the user will scan a barcode that is loaded on the front of the fixture.  For all of our product lines, we will have a unique format for the fixture barcode.  Included in this barcode is a product specific software ID number.  I create a folder with the same software ID number and store the sequence files there.  I then parse the barcode and open all *.seq files in that folder.  I have this working correctly now. 
    Once the sequence files are opened, the user must scan each UUT ID barcode before installing them on the fixture.  The intent is to have both UUTs installed on the fixture at the same time so they can be tested serially.  If, however, they do not scan one of the UUTs, it will not be tested.  Basically this is due to the fact that they may want to run only a single board.  Once all of the UUT barcode scanning has been completed, I have another button that will execute the sequence files using the 'Single Pass' execution entry point.  I agree that the 'Single Pass' and 'Test UUTs' points should be hidden from the user.  Once the execute test(s) button is pressed, it will check each UUT barcode to make sure that it is valid.  If both UUT's have valid barcodes, it will run the first UUT and then the second using the 2 sequence files that were previously loaded, otherwise, it will run only one or the other.  The UUT(s) will then be removed and the process starts over again from the UUT ID barcode scanning.  They will not have to scan the fixture barcode again since the correct sequence files have already been loaded.
    Currently I have the UUT/Sequence File associations hard-coded in the UI.  I will need to put my thinking cap on so that as we increase the product lines (several are already in the pipeline) we can use the same UI without any modifications.  Scalability is King!

  • Simple Operator Interface hungs up while executing a testsequence

    Hello,
    My operator interface hungs up sometimes while executing a testsequence.
    It hungs up every time after the PostUUT has passed
    The attached error description is available
    can anybody help me
    regards samuel
    Attachments:
    errors1.rtf ‏2566 KB

    Ray,
    I have created my own PreUUT.
    In this PreUUT I call the dll for the PopUp windows to enter serial numbers and to select specified UUTs etc...
    Yes I have tried to single step through the sequence but then the Problem doesn't occure. (I run it than in the Teststand developer environment) The problem only  occures when I use my modified Operator Interface on the second computer. (on my first computer it works without problems)
    My suspicion is that my modified simple operator interface makes the problem
    what can be the problem? what dlls does the simple operator interface use? Is it possible that on my second computer some standard teststand or Lab Windows CVI dlls are not up to date?
    regards samuel

  • Cannot Apply Simple Operational Plan

    Hi all,
    I'm trying to create/apply a simple Operational Plan I create the plan by first creating an Operational Profile. The profile is called "Email me", Subtype "Server:", EC Shell script, which is a simple perl script which sends me an email.
    I then attempted to apply the Operation Profile to one of our Server assets, an ILOM SP. I select the Plan, click "Apply", select the Server asset and add it to the target list, then click "Next", "Next", "Apply", and get the following error:
    Exception in Create Job - Creation of job(Execute-DeploymentPlan) failed. No Tasks specified for job.. Refer EC cacao logs for more details.
    The log file is just full of Java exception garbage.
    Any ideas?

    Nothing? no one uses this functionality?

  • Simple Operational Profile and Plan does not run against agent

    So i'm attempting to use the Operational Profile function of Ops Center to extend some functionality which it does not have (set up bonded interfaces during build process of OL 6.x)
    However my script is having issues it never seems to run as a remote shell. So I simplified it, and broke my script down to simply
    #!/bin/bash
    /bin/pwd
    /bin/ls
    exit 0
    And it still failed to run.
    I've poured over the documentation, my script runs fine when manually incanted from the command line.
    I've attempted following https://blogs.oracle.com/oem/entry/ops_center_using_operational_profiles but as you can see even my simple of simple plans does not run, let alone anything more complex.
    Full job logs:
    Job ID          : EC-SERVER.com.au.664
    Job Name        : do ls script;AGENT
    Job Type        : Execute-DeploymentPlan
    Job Description        : -
    Run ID          : 1
    Status          : FAILED
    Mode            : Actual run
    Owner           : xvmadm
    Create Date     : 11/11/2014 09:03:04 AM EST
    Start Date      : 11/11/2014 09:03:04 AM EST
    Last Updated    : 11/11/2014 09:03:08 AM EST
    Execution Order : PARALLEL
    Failure Policy  : CONTINUE_ON_FAILURE
        Task   : AGENT
            Task   : CmpExecuteTask
                Task   : ExecuteTask
                Task Run ID : 24369
                Target : AGENT
                Status : FAILED
                Result : Task failed. (15030)
                Logs   :
                    11/11/2014 09:03:04 AM EST INFO EC-SERVER.com.au.664.1.24369 acquired the recursive lock on the target - PC-SERVER.com.au-172a7b21/AGENT.com.au-abf1fc69/com.sun.hss.domain:name=localhost,type=OperatingSystem for the duration of Task
                    11/11/2014 09:03:04 AM EST INFO Task is posted to the Proxy Controller (PC-SERVER.com.au-172a7b21), from the Enterprise Controller. (15011)
                    11/11/2014 09:03:08 AM EST INFO Task is received by the Proxy Controller. (15012)
                    11/11/2014 09:03:08 AM EST INFO Task is posted to the Agent Controller (AGENT.com.au-abf1fc69), from the Proxy Controller. (15013)
                    11/11/2014 09:03:08 AM EST INFO Task is received by the agent controller.
                    11/11/2014 09:03:08 AM EST INFO EC-SERVER.com.au.664.1.24369 released the recursive lock on the target - PC-SERVER.com.au-172a7b21/AGENT.com.au-abf1fc69/com.sun.hss.domain:name=localhost,type=OperatingSystem for the duration of Task
    I wanted to avoid raising an SR for something so potentially trivial, but what the heck is going on here?

    Nothing? no one uses this functionality?

  • Defect Recording for operations in rate routing

    Dear Masters,
    How to record the defects for the operations defined in rate routing of a material once the inspection lot in generated using TCode MFPR in repetative manufacturing?
    Thanks & Regards,
    Ram Kulkarni

    You mean to say tan is available in rate routing itself ?

  • Including Limits, Measurements in Simple Operator Interface UI

    Dear Experts,
    I am in the process of modifying OPerator Interface such at that it must also display Low Limit,High Limits,Measured Value, Units. I am sure that it is possible only through expressions. I want this Limit columns value to be updated during runtime i.e., it must display the same value as we use to enter using Edit limits for Numeric test, Measured value should be the value in Step.Result.Numeric or Step.Result.NumericArrya.
    I could just manage to create a parameters in each Sequence & Subsequence Parameters.Limits.Low, Parameters.Limits.High,,Parameters.Limits.Unit & just hard code the values in these. But for Parameters.Measurements i could get values in runtime using RunState.Sequence.Parameters.Measurement. I know this is not more efficient way. This might work only for Action, Numeric Limit.
    For reference i have attached Simple OI Top Level.vi(where i have made some modifications) all other supporting files you can find in TestExec.llb. I hope i have explained my problem. If anyone find any confusions in understanding please let me know.
    If someone tried this before please share your knowldege. Expecting your greatest support.
    regards,
    Bharat
    Attachments:
    Simple OI - Top-Level VI.vi ‏177 KB

    Hello Bharat,
    Adam is out of town right now. It looks like the error you are getting is occurring because you do not have the TestStand 3.0 UI controls installed for LabVIEW. You can check this by making sure that you have a TestStand subpalette in both your Control Palette and Function Palette. If you do not, you can go to "Start >> Settings >> Control Panel >> Add/Remove Program". Find the entry "National Instruments Software" and click "change". Find "TestStand 3.0" in the list of NI software installed on your computer. Click on "modify". This will launch the installer. Follow the steps and make sure to enable support for LabVIEW 7.0 (there is a step with a tree of features that you choose to install).
    I took the liberty of saving the latest VI that was posted to my computer. I opened it with LabVIEW 7.0. This was verified by going to the "About" LabVIEW Dialog box that displays the version. I was running on the TestStand 3.0 engine. Besides the fact that you can only have one engine active on a computer at a time, I added a message popup to my TestStand 3.0 Front End Callback so that it would display when an instance of the engine is created. I did save the VI again and am not attaching it to this post. It should certainly work with LabVIEW 7.0 and TestStand 3.0 if everything is installed correctly.
    Thank you for contacting National Instruments. Take care and good luck!
    Regards,
    Aaron B.
    National Instruments
    Attachments:
    Simple OI - Top-Level VI.vi ‏177 KB

  • UMOD PCR, MODIF operation

    Hi Experts,
    I am new to US Payroll module,
    Could any one help me in understanding PCR UMOD.
    I have gone through documentation but am not getting how operation MODIF works.
    Thanks & Regards,
    Jignya

    Hi Jignya,
    There are many tables relevant for absence valuation T554C, deduction limits T51D1, wage type valuation T510J, valuation of wage type for month end accrual which varies for employee grouping.
    This grouping is set to read from respective tables that you can look at documentation of MODIF in PCR.
    Employee grouping for different tables are read using this modifier.
    e.g. If your PCR has MODIF A=01 then it would mean that Absence valuation for respective country grouping (determined by Schema for country) would read all absence valuation rules under 01 employee grouping (for some tables also known as payroll modifier).
    Please note that these groupings are different than ESG grouping for PCR.
    Hope this helps.
    Thanks,
    Ameet

  • LabVIEW Simple operator interface deployment

    Hi All,
    I try to deploy a TS 3.1 application with a LV 7.1 Simple OI. I successfully (no errors) built the OI executable and created an installer with default options. I also built the Deploy TestStand System and created an installer with default options, except I selected only User Interface->Simple->Labview (no development system). I installed them on the target machine without any problem. The problem appeared when I ran the OI; it reported "Error 97 occured at Unknown System Error in TestStand-Set TestStand Application Window.vi->Simple OI-Top-LevelVI.vi. Possible reasons: Labview: Null Refnum was passed in as input".
    I beleive this happened because the "Application Manager", "SequenceFileView Manager" and "ExecutionView Ma
    nager" ActiveX Controls, which were required by the OI, were not present on the target PC.
    Obviously, TestStand Deploy did not distribute them.
    Does anybody know how to distribute these ActiveX controls or have a successful experience of distributing the LabVIEW Interface?
    Thanks.

    PPascal,
    We've seen this error before, and it usually fixed by a simple reinstall. You could also possibly just run a repair on the TestStand engine within add/remove programs and this should also fix the problem. Please try this and post back if this does not fix the problem for some reason. Thanks and have a good one.
    Adam B.
    Applications Engineer
    National Instruments

  • Out of Memory Error on simple operations

    Hellooo Apple forums! I have a slightly large project referrencing lots of media. It's a 25+ MB project file (and growing) containing a folder of clips from 100's of master tapes, another folder containing 100's of seperately recorded audio files, and another folder containing sequences syncing the two together (also have 100's of these).
    So nothing too complicated here, with my sync sequences being the most complicated thing (simply audio laid under video).
    I while opening new sequences, placing footage into my timeline, or opening clips in the viewer, i occasionally get an 'Out Of Memory' error. I think that i've only encountered the error during these 3 operations. There doesn't seem to be any consistency to it's appearance. Sometimes I can have 15 sequences open before it pops up when I try to open a 16th. Other times I'll only have one sequence open and it'll appear when I try to put a clip into my timeline.
    My computer is a newly purchased dual 2.0 GHZ PPC G5, with 512 MB of RAM (<-- the problem?), new install of FCP 5.1.2.
    Incase this tidbit helps, one time when I encountered the error, I increased my memory still cache from 10% to 15% (changed to 28 MB), and i was able to resume syncing before it came up again.
    Sometimes I close my other sequences so that only one sequence is open, other times I just wait a bit and I can resume syncing. Any advice on how to make this error go away?

    another question just popped into my mind. Is there a technical explanation of 'why' the project becomes slow to handle after a certain point? E.g. a ~100 MB threshold.
    I super vaguely recall reading something a long time ago that it was due to the way FCP saves the project files, relating to the XML language it uses. Any technical info on the slowness would be awesome to know.
    Also, Shane can you make a random post here so I can mark you with a solved star?

  • Updating system time with simple operator interface

    Hello,
    I need to update system time on the simple OI but when I use "Get system time and date.vi". The indicator on the front panel doesn't get updated every second, there is delay of atleast 5 secs. I tried using parallel while Loop method as well but still the problem persist
    Any ideas guys?
    Regards
    Prav
    Solved!
    Go to Solution.

    See attached simple OI modified to display time and date. When I run It, the update on indicator is like this 16:21:04-->16:21:09 (delay of 5 secs).I tried in time out event as well but no sucesss.
    Attachments:
    example.vi ‏69 KB

Maybe you are looking for