Multiple w-2's

Sort:
You are not authorized to post a reply.
Author
Messages
slm4
Basic Member
Posts: 13
Basic Member
    I am reading QUARTDED table, adding up wages to produce w-2's to send to third party.
    I am doing a DB-BEG-RNG read using QTDSET1.  This does not work properly for people who should be getting multiple w-2's because they worked in multiple companys with different tax-ids.  How can I solve this problem?
    Margie Gyurisin
    Veteran Member
    Posts: 538
    Veteran Member
      Have you considered running the PR297 and then sending the output from that program? 
      slm4
      Basic Member
      Posts: 13
      Basic Member
        The vendor has to have it in their format.  I am new to Lawson, can you save the output of PR297 in a format that can be read and reformated? 

        stephanie
        Veteran Member
        Posts: 330
        Veteran Member
          The PR297 allows you to create a csv file format
          slm4
          Basic Member
          Posts: 13
          Basic Member
            I really need to add a sort of the quartded table to my program does anyone know how to do that?
            Carolyn Lee
            Veteran Member
            Posts: 53
            Veteran Member
              Group by report_entity which will split out the data by company. But you will need more than quartded to recreate the w-2's. As Stephanie suggested the PR297 already creates a w2 csv in the print file, already split by company as long as you ran it for all.
              Vijay S
              Veteran Member
              Posts: 174
              Veteran Member
                Recently we worked on the same. We used PR297 output (csv) as i/p and formatted it according to the third Party requirement. The o/p of PR297 is in CSV format. You can write a 4 GL code to format the o/p of PR297. Just have a look on o/p PR297.

                Thanks,
                Vijay
                You are not authorized to post a reply.