CRA: Problemas al implementar nota 1974666 - CRA: Paid Wage Types Report

Buenos días,
Estamos intentando implementar la nota 1974666 por la SNOTE y estamos teniendo problemas con la nota 1982047 - UTIL: General exception and log classes que está como prerrequisito.
¿Os ha pasado lo mismo?
Hemos puesto mensaje a SAP pero no nos contestan.
Muchas gracias y un saludo, David.

Hola:
Supongo que a estas horas ya lo habras solucionado, pero mira a ver en que sp estas, Para la 6.04 debes estar como mínimo en el 51.
Ademas, hay que subir como prerequisito:
1. 1764963 - CL_HRPAYES_PAYROLL_READER class for PY-ES
2. 1924666 - Table reader classes for T5E07 & T5E08 and Exception classesl
3. 1982047 - UTIL: General exception and log classesl
4. 1974653 - CRA: Configuration for the CRA report
Doy por sentado que la 1 y la 2 ya las tienes, y ademas la nota tiene un manual, para que grabes los mensajes directamente.
No sé si esto te puede ayudar,
Saludos

Similar Messages

  • Not able to copy Wage types

    Hi, I am not able to copy wage types while configuring 0008. It says tables are locked for the user. I am not able to scroll down nor click on any function like Copy. When I click on any text, an error message flashes down in red as entry already copied. when I click on Execute Define Wage types and select Copy, I get a message that the tables are locked for this user. Help me understand what caused and how to resolve.
    Thank you.
    Sudha

    Hi
    Kindly close other sessions in your SAP System or check whether any other user using the same table

  • Wage type report problem

    Hello to all
    I am getting a problem.
    In 190(Development)..
    In PA30 and infotype 8 some wage types are included for employees.
    But these wagetypes are not refelecting in PA0008 table.
    When i went into change mode of PA30 and then save ... then these values are
    reflecting in PA0008.
    But in 300 when i am doing this it is not coming..
    Plz guide me..
    I am using these wage types...
    BASIC  LIKE PC207-BETRG,                              "1000 Baisc
          HRA    LIKE PC207-BETRG,     "1002 House Rent Allowance- Del
          PERPAY LIKE PC207-BETRG,     "1001 Personal Pay
          HRA2  LIKE PC207-BETRG,      "1003 House Rent Allowance -Oth
          SPL_ALL LIKE PC207-BETRG,    "1004 Special Allowance
          PRS_ALL LIKE PC207-BETRG,    "1005 Personal Allowance
          CANTEEN LIKE PC207-BETRG,    "1007 Canteen Allowance
          WASHING LIKE PC207-BETRG,    "1008 Washing Allowance
          SPL_PMT LIKE PC207-BETRG,    "1009 Special Payment
          TRANS_ALL LIKE PC207-BETRG,  "1010 Transport Allowance
          STIPEND LIKE PC207-BETRG,    "1011 Stipend
          HRA3    LIKE PC207-BETRG,    "1012 House Rent Allowance -Trn
          SPRT_ALL LIKE PC207-BETRG,   "1014 Supporting Allowance
          OVRS_ALL LIKE PC207-BETRG,   "1015 Overseas Allowance
          VAR_DA  LIKE  PC207-BETRG,   "1016 Variable Dearness Allow.
          CLA     LIKE  PC207-BETRG,   "1017  company leased accom
          COA     LIKE  PC207-BETRG,   "1018 Company owned accom
          FS      LIKE  PC207-BETRG,   "1019 Furniture Scheme
          WAT_DED LIKE PC207-BETRG,    "2000 Water charges deduction
          TRN_DED LIKE PC207-BETRG,    "2001 Transport deduction
          SCH_DED LIKE PC207-BETRG,    "2002 School fees
          SH_REM LIKE PC207-BETRG,     "1023 SHOE REIMBURSEMENT "SOC BY ANUBHAV
          OFF_ALL LIKE PC207-BETRG,    "1064 OFFICIATING ALLOWANCE
          CHLD_ALL LIKE PC207-BETRG,   "1065 CHILD EDUCATION ALLOWANCE
         TWRNTMM_ALL LIKE PC207-BETRG, "1066 TOWNSHIP ALL MM
         TWRNTNM_ALL LIKE PC207-BETRG, "1067 TOWNSHIP ALL NM "EOC BY
          LIC     LIKE PC207-BETRG,                             "2008 LIC
          ADV_ADJ LIKE PC207-BETRG,    "2009 Advance/Adjustment
    and then fetching this values using....
    do 31 times varying lga from p0008-lga01 next p0008-lga02
                 varying bet from p0008-bet01 next p0008-bet02.
        CASE lga.
    *-- Read the value and stored in internal table
          WHEN '1000'.
            ITAB-BASIC = ITAB-BASIC + BET.
          WHEN '1002'.
            ITAB-HRA = ITAB-HRA + BET.
          WHEN '1001'.
            ITAB-PERPAY = ITAB-PERPAY + BET.
          WHEN '1003'.
            ITAB-HRA2 =  ITAB-HRA2 + BET.
          WHEN '1004'.
            ITAB-SPL_ALL = ITAB-SPL_ALL + BET.
          WHEN '1005'.
            ITAB-PRS_ALL = ITAB-PRS_ALL + BET.
          WHEN '1007'.
            ITAB-CANTEEN = ITAB-CANTEEN + BET.
          WHEN   '1008'.
            ITAB-WASHING = ITAB-WASHING + BET.
          WHEN '1009'.
            ITAB-SPL_PMT = ITAB-SPL_PMT + BET.
          WHEN '1010'.
            ITAB-TRANS_ALL = ITAB-TRANS_ALL + BET.
          WHEN '1011'.
            ITAB-STIPEND = ITAB-STIPEND + BET.
          WHEN '1012'.
            ITAB-HRA3    = ITAB-HRA3 + BET.
          WHEN '1016'.
            ITAB-VAR_DA = ITAB-VAR_DA + BET.
          WHEN '1017'.
            ITAB-CLA = ITAB-CLA + BET.
          WHEN '1018'.
            ITAB-COA = ITAB-COA + BET.
          WHEN '1019'.
            ITAB-FS = ITAB-FS + BET.
          WHEN '1023'.                                 "SOC BY ANUBHAV
          ITAB-SH_REM = ITAB-SH_REM + BET.
          WHEN '1064'.
          ITAB-OFF_ALL = ITAB-OFF_ALL + BET.
          WHEN '1065'.
          ITAB-CHLD_ALL = ITAB-CHLD_ALL + BET.
          WHEN '1066'.
          ITAB-TWRNTMM_ALL = ITAB-TWRNTMM_ALL + BET.
          WHEN '1067'.
          ITAB-TWRNTNM_ALL = ITAB-TWRNTNM_ALL + BET.    "EOC BY ANUBHAV
           WHEN '1014'.                               "added for support allowance and overseas allowance
            ITAB-SPRT_ALL = ITAB-SPRT_ALL + BET.
          WHEN '1015'.
            ITAB-OVRS_ALL = ITAB-OVRS_ALL + BET.
        ENDCASE.
      enddo.
      rp-read-infotype pernr-pernr 0014 p0014 p_begda p_endda.
      loop at p0014.
        CASE P0014-subty.
          WHEN '2000'.
            ITAB-WAT_DED = ITAB-WAT_DED + p0014-BETRG.
          WHEN '2001'.
            ITAB-TRN_DED = ITAB-TRN_DED + p0014-BETRG.
          WHEN '2002'.
            ITAB-SCH_DED = ITAB-SCH_DED + p0014-BETRG.
          WHEN '2008'.
            ITAB-LIC = ITAB-LIC + p0014-BETRG.
        ENDCASE.
      ENDLOOP.
    Plz guide me....
    Thanks
    Anubhav

    I suppose Error in HRA info type is because i have not maintained the basic pay info type so far.Once i get able to save the basic pay info type i think i would also be able to save the 581 info type.
    i am still not qable to resolve the issue of basic pay info type.whenever i try to save the basic pay info type system  gives the message "wage type model changed".detail message is as follows
    Wage type model changed on 01.07.2007
    Message no. RP129
    Diagnosis
    You must use the new wage type model as of 01.07.2007 when copying a 'Basic Pay' record (0008). This model depends on the feature 'LGMST'.
    You can display the old record with the overview function.
    System Response
    The new wage type model is displayed.
    Regards

  • Country specific  "Israel " not found while creating wage type in ECC 6

    Hi
    While creating the wage type , I am not able to find Israel as a country in the drill down.
    Should this be taken as Others or what is the procedure when we are unable to find a country to select.
    Thanks
    Vardhini

    Hi Vardhini,
    You dont have payroll driver for Israel.. You have to assign Molga "99" in u r user profile, and u also need assign "99" as molga in the node assignement of personnel area to company code.
    Hope this should resolve ur issue.
    Regards
    <b>Anil.C</b>
    <u><i><b>Reward the points if my answer helps you out.</b></i></u>

  • Not to show the wage type when amount is zero in payslip

    Hi Gurus,
    I am not sure what's wrong with the rule below, my intention is to display the text and the wage type amount when the wage type amount is not Zero, and not to display the text and the amount when wage type amount is zero.
    Below is the rule i apply to the wage type text, but it only works when the wage type amount is not EQ 0. When the WT amount is zero, the WT text text still appear
    rule   no. Table    field  Typ CO   Value1   table     new value
    1      1 RT BETRG N      NE            ' 0       TEXT      10 (TEXT 10 is the WT text)
    1      2 RT BETRG N      EQ            ' 0       TEXT      34 (text 34 is blank line)
    I apply the below rule for the amount and this is working fine
    rule   no.  Table  field    Typ   CO     Value 1    table new value
    2        1       RT   BETRG  N    NE         ' 0           RT      BETRG
    2        2       RT   BETRG  N      EQ       ' 0                      SUPPRESS PRINTING
    I need some pionters to the rules to make it work. Thanks a lot.
    Rgds,
    C
    Edited by: Team HR on Sep 13, 2010 9:29 AM

    if the amount is 0 than there is no wage type in RT right than wht is the need of going through the rule

  • Problem in Tax Exexpiton for Newly created Wage type

    Dear Gurus,
    I Have tried to create a  New Wage type for Allowance with Exemption IT582 created Amount. In pay roll results the IT582 Exemption amount is coming. In Wage type /132 Monthly Exemptions it says the Entire Amount which it created for the Particular wage type.
    Example:
    Newly created wage type 1010 : 10,000
    Exemption Created : 6000
    Payroll Results:
    /132 : showing 10,000+800 Conveyance
    MCAX : 6000 - Custom Allowance
    MCMX :6000 - Custom Allowance.
    By the above result the Gross value reduced to -10,000.
    Please suggest me to complete this process.
    Thanks in Advanc.
    Anbu.

    Hi Anbu,
    I am lil bit confused abt the explanation u had given. anyway i will explain the configuration n step u need to perform-
    configure a wage type in V_T7INA9 and V_T7INT9 view first.
    maintain the amount, which employee has submitted as claim.
    then pass the value in infotype 8 or 14 or 15 through the same wage type u have configure.
    now minimum of 3(entry in V-T7INT9, infotype 8 or 15 or 14 and entry maintained in infotype 582) will b the exemption amount.
    Regards,
    Praveen
    Edited by: Praveen-Sapping in SAP World on Mar 26, 2009 10:11 PM

  • Wage type model in 0008 not invoked in HR_INFOTYPE_OPEARATION

    Hi,
    I am using HR_INFOTYPE_OPEARATION to insert a new record in IT 0008. I am giving the required fields and wagetypes and their amounts. I am testing in dialog mode = '2', but the screen is not getting all the wage types as i do get in PA30. Is it possible to have all the wage types in the model by this FM?

    Well, this is too late since I had posted this question. But still thought of sharing the approach I had taken to solve this problem. Here it is...1) get the wage type model name by reading the feature LGMST (pass each filed inputs required for the feature structure)
    2) Use the wage type model name to read the list of wage types from table T539A.
    3)Now out of these wage types , you have to know which ones are to be included into the p0008 structure that you'll pass in the HR_INFOTYPE_OPERATION FM. So identify those wage types by seeing the frontend behaviour of the wage types from PA30. Include the input wage types into P0008 record and then call HR_INFOTYPE_OPERATION fm.
    well, this is to be noted that to use above steps, you need to make sure that your project is using the LGMST feature and created entries in t539a table.
    Hope this helps a bit. Thanks.

  • Wage type Creation Problem ( No values selected )

    Hi,
    I have a problem creating wagetype. when i go to transaction OH11, when i click on the dropdown list ORIGINAL WAGETYPE, it gives me the following error : "No values selected Maintain entries?"
    Since a wage type cannot be created from scratch and should be copied from original wagetypes,  I am blocked.  Could you please tell me what is the problem.
    Than you.

    Hi,
    Whichever country wage types you required, Create the wage type in the table of V_512W_T, in this table copy the any one wage type or directly you can create the new wage types with the new entries tab.
    If you create the new wage types then you need to maintain the all PC and CC and EC in the table of V_512W_D.
    Otherwise copy the wage type from the existing wage type, then no need to maintain the all PC, Cc, Ec.
    Good luck
    Devi

  • Problem with credit note after excise and tax  paid to govt

    Hi friends,
    Here i have one business scenario from credit note after tax paid to govt. Details are :
    1. I raised one invoice on 01/03/08. And raised excise invoice and updated the registers on that same day.
    2. I paid Excise duty on 15/03/08 to govt.
    3. But customer requested new invoice due to few mistakes     (price/qty) in invoice on 16/03/08.
    4. We used credit memo and settled the difference amount to customer.
    5. Now how to get the excise duty/vat back from govt.
    6. As per rules we can't get it from govt.
    7. But no goods retuns here to carryforward the bed to next month.
    With regards
    lakki

    Hi rajesh, Thankyou for response
    One small clarification here,
    in J1IH - ADJUSTMENT- what is the document number i need to enter in that field( document no field : )
    Is it Ecise invoice number or invoice no or delivery no.
    and one more thing what is the A - Certificate in excise invoice.
    How to maintain it
    with regards
    lakky

  • I had to delete everything on my computer and install the operating system again , but I had to install Snow Leopard because it was the cd that came with the computer when I bought it. The problem is that I had already paid for the OS Lion and even h

    I had to delete everything on my computer and install the operating system again , but I had to install Snow Leopard because it was the cd that came with the computer when I bought it. The problem is that I had already paid for the OS Lion and even had upgraded to the Mavericks . I do not think it's fair to have to pay again and I would like to upgrade my operating system without having to pay again for the same system.

    Hi anatuta, 
    Thanks for visiting Apple Support Communities. 
    It sounds like you are trying to upgrade your Mac to a newer version of OS X, after completing a fresh install of Snow Leopard. 
    If you have already purchased and downloaded OS X Lion and Mavericks, you should be able to find these items in the Purchased section of the Mac App Store. 
    You may find the steps in this article helpful with finding the items:
    Mac App Store: Finding your purchased apps - Apple Support
    If you do not see the items in the Purchased section, they may be hidden:
    Hide and unhide purchases in the Mac App Store - Apple Support
    All the best,
    Jeremy 

  • Not What I Paid For

    Friday, December 21, 2012 Adobe Elements Complaint/Chat
    I have been waiting more than 30 minutes for a chat....This is ridiculous.  So, here is phase one of my complaint!
    Good Afternoon,
    In 2009 I purchased Photoshop Elements 7 and I was excited that I would be able to do wonderful projects for my family and friends.  Sadly my enthusiasm waned and I thought all my problems were user error…even the $54.00 book that I purchased didn’t help much.  And I thought it was user error again.  I kept taking photographs, kept uploading photos, kept sending emails unsuccessfully, kept making slide shows to share with family and friends which was also unsuccessful most of the time.  The last slideshow successfully uploaded was January 24, 2012.   Today I found out after spending $135.00 that my problems were  not always user error.  Not being a techie, I did not know why I was getting the error message when trying to send emails from within Elements…now that is fixed.  But the greater problem is not fixed…and every year I have been paying around $45.00 for services and storage (I have paid for 40 gigabytes of storage for at least two years, maybe three and I have only used 3 gigabytes.  Know that I have tried many, many times to upload and share my photos.  With each unsuccessful posting my frustration grew to the point that my passion for photography was waning. 
    So, this is the situation: I have been paying for a service that I cannot use and the computer tech that worked on my Sony Vaio said it was an Adobe problem…most likely you no longer support the contract that I purchased for the 40 gigabytes of storage.  You had no problem taking my money, and you continued to take my money without notifying me that my contract was no longer supported by Adobe. Actually, the contract is due for renewal in February and I bet you would just send an email saying my credit card has been charged!!!!!
    Since I have not been able to do the projects that I intended to do for the past two years, I request a refund of the monies paid for your service.   I have already spent $135.00 on a problem that was not mine. 
    Anita Friedrich

    You may be able to get into chat via this link, and yes, it may take a long time:
    http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-exchange-order-north-ameri ca.html#main-pars_header

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • TS1702 Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Maybe here:
    IOS 6 App store crash: Apple Support Communities

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • My instant watch for netflixs is not working on my macbook pro. I just shows a black screen. I know that the problem is not Silverlight, so what other type of software or upgrades am I missing?

    Go figure both Apple support and Netflixs support "have never seen a problem quite like mine" the same day my free trial has ended. And no the, problem is not with my Netflixs account because they charged my debit card just fine. I'm trying to play instant movies on my netflixs account and every time I click on a movie or show it just shows up a black screen with no play controls. According to Netflixs I'm either missing a peice of software or I need to uninstall and reinstall a program or plug-in or something. At first they thought it was Microsoft Silverlight, but I've tried uninstalling and reinstalling that several times and nothing has changed, plus since I had no play controls as well the problem is definetly not Silverlight. So I was wondering what other types of software or plug-ins are needed to play Netflixs movies or if anyones else has had the same issue and knew how to fix it. And I know that it is a problem with my Macbook Pro, because my netflixs accout still works on my sister's computers. I've tried restarting my computer, restarting Firefox, signing out and back in on Netflixs, praying to God, clearing my cookies and chache, saying nice things to my laptop, yelling at my laptop, and pretty much everything under the sun. Nothing I do is fixing it. Please someone help me figure this out.

    MacBook Pro  / Mozilla Firefox / Netflix / Silverlight Update solved - DON'T DWNLOAD FROM NETFLIX
    I solved this problem tonight. I have a MacBook Pro with 10.5.8. I know, it's old. But I love my Netflix and I recently noticed that Firefox plays Netflix much better.  Then I suddenly got this message that I needed to download the latest Silverlight - it only takes 30 seconds! - WRONG.   However, after much searching, I finally did the steps in order and it worked.  
    This was after repeatedly downloading Silverlight from the Netflix site without success.  So here's what I did:
    1. Went to http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx
    2. Followed the directions. I felt like such an idiot for not doing it right before.
    3. Go to your hard drive and search for "Silverlight" to locate ANY existing Silverlight files: .dmg, etc.
        [also check your Libary/ Internet Plug-ins, but the above search is faster]
    4. Drag it all to the trash and empty it.
    5. Go back to the Get  Silverlight page and click on the Install on that page, not the Netflix site.
    6. Note the steps for Safari or Mozilla Firefox - I wanted Firefox, so I follwed those instructions.
    7. Once it's installed, close all the browsers and Restart that bad boy. Right away.
    8. Open a browser, go to Netflix and proceed to joyfully rot your brain with Netflix content. Yay!

Maybe you are looking for

  • Win 7 x64 printer driver for old HP LaserJet 5si

    OK, I know everyone's dealt with one of these along the line, and I thought I had these dang printers figured out completely, but this one is a flat out freak, and anyone who can help, I appreciate it.  Working in an environment with several new Dell

  • How can I uninstall leopard ?!!

    I hope someone can help me. I bought Lepoard last week and I want it out of my MacBook Pro. Its slowing my computer down. How can I go back to Tiger? Will all the leopard components be definitely gone? Thanks! regards to all.. / Alexis

  • IPad 2 Memory Space Types???

    Helo folks Ipad 2 .. Is it will be the same memory types like 16 32 64 GB ? Or some new things will pop? Thanks in advance

  • Wlse unknown fault

    does anyone familiar with this message on the wlse faults - "Inconsistent state found for query "interface.radio.config" thanks

  • NUmber of records in query mismatch number of records in file

    Hi  Experts, I am running an APD having as source a query and target file. The issue is that in my query i have 78 records and in my file 138 any possible solutions?? Points will be awarded for useful answers. Kevin