Test scenario for payslip testing

Hi,
please send me some test scenarios for payslip by which payslip can be affected.
eg. retro. means if retro will run then it will affect payslip.
Also send me some unit test cases in case of any payslip requirement.
Regards

Hi,
Just give an entry in infotype 8, 14 or 15 for previous month and run the payroll than retro will run, than compare results using wage type reporter.
When you run the payroll give the sandard SAP Remuneration and compare the results in the SAP payslip and payslip you have developed.
If you have developed payslip using PE51 than the retro amounts are picked authomatically.
Regards,
Ramu N.

Similar Messages

  • ABAP HR-test scenario for payslip-urgent

    Hi,
    please send me some test scenarios for payslip by which payslip can be affected.
    I have designed a PAyslip with retro and i want to test it.
    eg. retro. means if retro will run then it will affect payslip.
    Also send me some unit test cases in case of any payslip requirement.
    Points will be rewarded.
    Regards
    Monika

    Hi,
    Just give an entry in infotype 8, 14 or 15 for previous month and run the payroll than retro will run, than compare results using wage type reporter.
    When you run the payroll give the sandard SAP Remuneration and compare the results in the SAP payslip and payslip you have developed.
    If you have developed payslip using PE51 than the retro amounts are picked authomatically.
    Regards,
    Ramu N.

  • Test scenario for Physical Standby

    Dear Team,
    Could you please share the Test scenario for Physical Standby.
    1. Read only.
    2. Switch Over
    3. Fail Over.
    Many Thanks in Advance
    Arjun.

    You didnt mention the version.
    Oracle10g Release 2, Data Guard Switchover and Failover best practices
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_SwitchoverFailoverBestPractices.pdfOracle9i, Data Guard Switchover & Failover best practices
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_9iSwitchoveFailoverBestPractices.pdfKhurram

  • How to create a test scenario for Extended receiver agreement

    HI, experts,
    I tried to create a test scenario in PI7.1 / Intergration Builder, I already defined 3Operation mapping and 3Message mapping in Enterprise Builder and test good.
    1 Operation mapping is reading input, and output in "ReveiverDetermine" structure.
    other 2 mappings are real mapping program.
    My question is how to create test scenario for it? I know I should create a "Receiver Determine" with "Extended" option, however can anybody point out a good guide with details?
    thanks!

    Hi,
    >>Hence I created 2 MM/OM and one OM/MM (OM3) which uses ReceiverDetermine structure as the target.
    You need to create only one OM (add one source interface and two target interface in this)  and in that use one MM (add source MT and add the 2 receiver MT in the signature tab of the MM )
    >>One bussiness component
    One BC for Source and One for target
    >>One Receiver Determine (set extended option and select the OM 3 ?)
    Yes
    >>One sender aggrement
    Yes
    >>Two or Tree Receiver aggrement
    Two Receiver Agreement
    Also check this wiki page for step-by-step guiide
    https://wiki.sdn.sap.com/wiki/display/SI/StepbyStepguidetoExplainEnhancedReceiver+Determination
    Regards
    Suraj

  • Idoc test scenario for MM invoice verification

    Dear Experts,
       I am doing a scenario for testing the inbound process for Invoice ( MM ).
       If  any body has done this test idoc prcoessing for the scenario, i need your valuable help in how to go about this.
    In simple, how to do the WE19 for MM invoice verification. 
    Regards
    RAj

    hi,
    Pls check this link,Hope it helps
    Test IDOC inbound processing in WE19
    No status record was passed to ALE (Working fine in WE19)
    thanks.

  • Simple test suite for regression testing

    Hi,
    I was wondering if anyone has a simple test suite available.
    I'm after these main areas:
    1. arbitary script lanching (or just firing off ud32 files)
    2. database comms (inserting test data, extracting final status)
    3. comparison (ala diff) for regression tests.
    I have knocked out a partial (i.e. not 100% finished!) one myself in perl, but was wondering what else other people have created .
    i'm Looking for insparation / use what has already been done!
    Thank in adavance,
    Wayne

    Subclass the test case itself, and have a factory method to return instances of the correct class you wish to test, or, use a protected instance variable to put it in
    e.g
    public class TestMyClass extends TestCase {
       public MyClass getMyClass() {
         return new MyClass();
      public void testSomething() {
           MyClass myClass = getMyClass();
           assertTrue(myClass.isWorking());
      public class TestSubclass extends TestMyClass {
         @Override
         public MyClass getMyClass() {
            return new Subclass(); // assume this extends MyClass
         // all the superclass test methods still get run
      }or
    public class TestMyClass extends TestCase {
      protected MyClass myClass;
      public void setup() {
        this.myClass = new MyClass();
      public void testSomething() {
           assertTrue(myClass.isWorking());
      public class TestSubclass extends TestMyClass {
      public void setup() {
        this.myClass = new SubClass();
         // all the superclass test methods still get run
      }

  • How to create test scenario for KIT Item?

    Hi All,
    I want to test how KIT Functionality works in OM. I have tried looking into User Guides / Web but I am not able to get specific functionality related to KIT Item testing in OM.
    If anyone has idea of how KIT item works and what are the setups required to perform in the system related to KIT, which Transaction Type we need to use, etc. it will be great.

    Vishal,
    I'm not sure if you're familiar with the CTO processes in Oracle (if not check out the CTO user guide/manual), but kits work very similarly in that they have a bill of material structure and the components are optionally exploded to the sales order pad on saving/booking (depending on the setting of the profile option OM: Included Item Freeze Method).
    Each line has its own workflow in OM - again, in the same way as a configuration does except that in the case of a kit all of the components are required.
    I've sent you a sample test script to your email address.
    Regards,
    Jon

  • Set of RAW file test images for regression tests

    Hello
    Does anybody own a broad range of test images which can be shared where most RAW file formats are covered to help making a new plugin stable or do regression tests over different versions of Lightroom or plugin revisions?
    Thanks,
    Daniel

    Hi Daniel,
    I haven't seen anyone pull together a complete set of RAWs for this type of testing. Most people only need a few samples of different manufacturers just to ensure their code works OK. I'm curious to know what type of Lightroom plugin would require as an exhaustive a set of tests as you are suggesting.
    You've already looked at the dcraw team's work. Might also want to look at Phil Harvey and his exiftool work to see if he has a set of test files available. Or RawTherapee though they might not bother with their own testing since I'm pretty sure they use dcraw under the covers.
    I suspect you will need to do some downloading of files from review sites unless one of these big players has files ready for testing. Copyright issues might prevent that. Photography Blog makes it as easy as any of the sites I've found to download RAW sample files so keep them in mind if you run out of luck.
    Matt

  • FIXED: I now have a Trial/Test License for Upgrade Test in Lab

    I have a couple DMM servers at version 5.2.3, and I need to test the ability of 5.4 to work with our InformaCast Server.  I installed the 5.4 VM on ESXi, but I need a license to get the VM to send media output to a DMP in my lab setup.  I currently have 60 DMP licenses (30, plus 10 pack, plus another 10 pack), but I'm only using 39 of them, so maybe I could use one of my 10 packs which are currently on my production DMM server -- assuming I could later UNinstall them from the lab and put them back on my production box?
    UPDATE:  I have the license now.  I think I should probably post a separate discussion thread now, because I realize I need to have the DMP on the same major version of software, but I'm not sure if I can downgrade after an upgrade to a DMP (in case the server is not going to work for us, at the new version).
    Message was edited by: Paul Richardson

    You can downgrade a DMP the same way you upgrade it. Just select the older version of code for your player when you have finished testing in your lab environment.
    Sent from Cisco Technical Support iPad App

  • Test Scripts for financials modules

    Hi,
    I am looking for detailed test scripts covering all test scenarios for system testing in financials modules. I am interested in Purchasing, Payables, Cash Management, Projects and Fixed Assets. I also need for Receivables and Order Management.
    Do some body have this please let me know. If there is any website or download place where I can get this. Please let me know.
    I am looking for a test script to show the purpose and results clearly including the gl accounts involved and the results in debiting and crediting the accounts in various transactions while doing the test. For ex. when you validate a PO matched invoice in Payables which accounts get affected and how etc.
    Thanks in advance
    Regards,

    Pl do a search for "financials test scripts" in the forum search - this has been discussed and responded to many times before :-)
    HTH
    Srini

  • Idoc-XI-file test scenario

    i m new to XI,
    i wanna make a test scenario for idoc-XI-file...
    i donno what an idoc is.......
    tell me how to create an idoc from the very basics....like message type, segment, partner profile, port creation, etc,..... and how to fire an idoc from the R3 system to my XI system,
    and ofcourse... ican do the rest of mapping and all, with the file message type

    Hi Sudeep,
    1. steps for creating customized Idocs..
      we31- creation of Segments
      we30- creation idoc types
      we81- creation of Message types
      we82- assigning message type to Idoc type...
    2. R/3 Configuration settings
      SM59 -  creation of RFC destination...
      we20  -  creation of Ports
      We21 -  Creation of Partner profiles..
    3. XI Configuration settings
      SM59  - Maintain RFC destination,
      IDX1    - Maintaining port for XI
      IDx2    - Loading the Idocstructure into metadata repository
    These are the settings to be done before starting ur scenario..
    I think this will help you... points...
    regds,
    vasanth.

  • Best Practice - Hardware requirements for exchange test environment

    Hi Experts,
    I'm new to exchange and I want to have a test environment for learning, testing ,batches and updates.
    In our environment we have co-existence 2010 and 2013 and I need to have a close scenario on my test environment.
    I was thinking of having an isolated (not domain joined) high end workstation laptop with (quad core i7, 32GB RAM, 1T SSD) to implement the environment on it, but the management refused and replied "do it on one of the free servers within the live production
    environment at the Data Center"... !
    I'm afraid of doing so not to corrupt the production environment with any mistake by my configuration "I'm not that exchange expert who could revert back if something wrong happened".
    Is there a documented Microsoft recommendation on how to do it and where to do so to be able to send it to them ??
    OR/ Could someone help with the best practice on where to have my test environment and how to set it up??
    Many Thanks
    Mohamed Ibrahim

    I think this may be useful:
    It's their official test lab set up guide.
    http://social.technet.microsoft.com/wiki/contents/articles/15392.test-lab-guide-install-exchange-server-2013.aspx
    Also, your spec should be fine as long as you run the VMs within their means.

  • Test  scenario and test plan

    Hi  All,
    Can somebody explain what is a test scenario and test plan with an eg ( For eg FB 60). and what are the essential things one needs to incorporate for test scenario and a test plan
    Appreciate your help.
    Thanks
    SM

    Hi,
    I am giving you the information on test plan and test scenario below. Please note that this is with reference to Solution Manager.
    You create a test plan for a project in the SAP Solution Manager if you want to reuse the project structure created in the Business Blueprint for a process-oriented test. You can select all the test cases and transactions which you have assigned to the project structure, for the test plan. These test cases are performed by testers; they can call assigned transactions and run test cases in them.
    Test Scenarios are nothing but the end to end business processes which are to be tested.
    Hope this helps.
    Rgds
    Manish

  • Tax code - test scenario

    I have recently updated an internal tax table applied to stock options for employees. Can someone please guide me on how I will do a test scenario for this?

    The Input and Output Tax has to be specified in FTXP, then go to T.code: OBCL then allocate the Input and output tax code to the company code and save.

  • Need training material / test scripts for MRP and Supply Chain module. Can anyone hel

    Can anyone out there provide me with sample test scripts they may have used for upgrading to Oracle Financials 11i? Need sample scripts for MRP and Supply Chain management. Looking for good test scenarios for testing these modules. Appreciate any help. Email at [email protected]

    Can anyone out there provide me with sample test scripts they may have used for upgrading to Oracle 11i? Need sample scripts for MRP and Supply Chain management. Looking for good test scenarios for testing these modules. Appreciate any help. Email at [email protected]

Maybe you are looking for

  • How to handle data whilst reformatting HDD and external HDD

    Hi folks, I'd like to reformat my external HDD (200GB) back to one partition from two. I'd also like to reformat my Mini's HDD (160GB) back to one partition (I don't want the windows partition). My personal data on the Mini HDD is about 2.7GB, so tha

  • TS1717 ITunes Freezing

    Ok so I've tried opening iTunes in safe mode and creating a new account but neither seems to work. ITunes continues to freeze when I try to sync my ipod up to the computer. I know it isn't my computer because iTunes is the only program that freezes u

  • HT5282 Safari will not download java on my I pad

    Cannot print coupons without Java. Safari will not download on my ipad

  • Opening applications in ML 10.8.2

    I am sure I have asked this question before but cant seem to find the thread in a search, any way every time I open an application on mountain lion it keeps asking if I am sure I want to open it even if I have opened it 1000 times already, how do I t

  • Palm Centro won't connect to computer

    i have a major problem and i have no idea how to get it fix. yesterday when i connected the USB core to my Palm Centro from my Windows computer using HotSynce it worked perfectly but today it is not connecting to my computer.???.. any idea why it doe