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

Similar Messages

  • Creation of customized Wage Type Reporter

    Hi,
    My client were using the Standard Wage Type reporter i.e.PC00_M11_WTK. Now beacuse of security of not viewing the amounts of the employees , Client has taken away the authorization from the users the standard Tcode.
    They want me to preapare the report for wage type -196E,9IPI,9IPC,9IP3,9IP5,9IP6,9IP7,9IP8,/3F1,/3F2,/3F3 AND /3F4. They dnot want the standard report. They want to customized a new report with above mention wage types?
    I have already defined the FS to my ABAP HR,
    I required your help to know the table from where the amount of the above wage type will pick up?
    Please help.
    Regards
    Sanjib

    Payroll results are kept in cluster. You have to access and read the cluster.
    But instead of creating a report with abap I can suggest you trying this solution.
    Create a payroll infotype by using system standart for the wage types to be reported.
    Assign authorization for this infotype to only related employee
    Put payroll infotype in info group.
    After that employee can have the report by using ad-hoc query.
    About payroll clusters this link will help you:
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HRPayrollClusters
    Regards;
    Okan
    Edited by: Okan Caliskan on Sep 16, 2011 12:07 PM

  • Unable to extract wage types report

    Dear Experts,
    I need your help on the Payroll International module.
    Our HR users have followed the normal payroll run procedures:
    1. Release payroll was done successfully
    2. Simulation run was successful after release of payroll (it showed all the figures including total bank transfer)
    3. Actual Run (Start Payroll) was performed successfully
    4. Reporting comes after actual run (i.e. Systems -> Services -> Reporting ZRPCLGA00)
    5. In the reporting, the figures for the wage types including basic salary and total bank transfer were not shown. It showed 0.00 amount in the wage type statement.
    HR user tried to re-run the payroll process again and still did not manage to extract the wage types figures.
    At this point, we have no idea on how to resolve this issue as this is the first time occurrence.
    Appreciate your helpp and advise.

    Hello All,
    Thanks to all of you for trying to solve my problem but at last the solution was very easy which I could find myself.
    There is a custome table T500L_CUST in which I can configure Zambia country grouping and accordingly create a wage type catalog for Zambia by copying the wage types from other countries 99 or in that matter any country.
    Let me know if anyone has any doubt in this.
    Bye
    Naveen

  • 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

  • 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

  • /4xx wage type error in Payroll Reconciliation Report - wta C941

    We recently updated our 6.04 system to SP74.  Now when we run a Payroll Reconciliation Report with wage type application C941, we get a hard error message as follows:  "You must include the corresponding  /4XX wage type".  Also same error on CCW2 and TAXT wta.
    I have checked table VC_596A_F and it has entries for Y401 - Y406, with corresponding entries for /401 through /406 for all the listed wta's above.
    Any thoughts on what I could check next to find this problem solution?  Any help would be greatly appreciated.
    David Denman

    We recently updated our 6.04 system to SP74.  Now when we run a Payroll Reconciliation Report with wage type application C941, we get a hard error message as follows:  "You must include the corresponding  /4XX wage type".  Also same error on CCW2 and TAXT wta.
    I have checked table VC_596A_F and it has entries for Y401 - Y406, with corresponding entries for /401 through /406 for all the listed wta's above.
    Any thoughts on what I could check next to find this problem solution?  Any help would be greatly appreciated.
    David Denman

  • Problem in posting Er PF Wage Types generated through Retro

    Hello all,
    I am running India Payroll in ECC 6.0 with HR Package level 52.
    We have revised wages for two employees in the month of June with effect from 13.04.2010.
    Retro has run successfully for two months April & May and all the wage types are calculated and passed on for FI Posting correctly except Employer PF Wage Types.
    I am getting error while posting wages to FI as Employer PF Contribution & Employer Pension Contribution generated for April & May are not considered for FI Posting.  Only current month values are taken into account.  Whereas I don't have any problem with Employee Contribution.  /ZF5 is generated with total of past two months contribution and also passed on to FI.
    What might be the problem with Er PF Wage Types /3F3 & /3F4?
    We have not posted June salary till now due to above said posting error.  Now July Payroll is also started.
    Experts, please help me to sort out the issue.
    Thanks in advance.
    Regards,
    Hema

    Hi,
    Thanks for quick reply.
    The error is "Posting balance not cleared".
    We have changed all the components including basic salary.  Payroll program has taken PF Basis correctly and calculated PF amounts, both for Employee & Employer contribution correctly for individual months.
    As I mentioned for all the three months Employee Contribution is considered for FI posting through regular wage type for current month and through /ZF5 for last two months.
    But for Employer Contribution only June amount is considered for posting even though the correct amounts are shown for other two months in RT (three lines for /3F3 & /3F4 each).
    Due to this, total amount for Balance Sheet Accounts is less where as Expense Accounts is shown higher as Employer Contribution is not considered for April & May, causing imbalance in Accounting entries.
    GL Accounts are mapped correctly.  Otherwise even the current month amount will not be carried to FI.
    Hope my explanation is clear.
    Thanks & Regards,
    Hema

  • Report for wage type with number, amount and amount per unit?

    Hi friends.
    I would like to know if there exits a report for wage type (like the PC00_M99_CWTR) that shows the number (anzhl), amount per unit (betpe) and the amount (betrg) of a person for a specific wage type.
    The standar report PC00_M99_CWTR does not display the amount per unit (betpe).
    Thanks in advance.
    Albio.-
    Edited by: Albio Manuel Vivas on Oct 20, 2011 6:13 PM

    Thanks,
    could you tell me what transaction i'll should use?
    thanks in advance
    Albio.-

  • Problem in Wage Type Creation

    Dear Gurus,
    I am going to configure wage types in IDES ECC6. I want to configure Wage Types for Infotype 0014 for Recurring Payments & Deductions. When I configure these wage types, it does not appear in infotype 0014 instead it appears in infotype 0015. I use country grouping 99 and select Recurring Payments and Deductions in SPRO. When I check the wage types in infotype 0014, there only appears CM01,CM02, CM03. Such type of problem has never occured in production servers. Please advise me what is the cause of missing wage type in infotype 0014.
    Best Regards.
    Ali

    Brother I just opened the table  VV_52D7_B_0014_AL0 and then created a wage type again with description of your name (Sikandar"
    Now the wage type appears in info14. Thanks for your kind guidance and hope for the same in my future issues.
    Your brother
    Ali Rahman

  • HR-abap problem in getting wage type in 0008 infotypes

    i am creating sap scripts for appointment letters in that i am coolecting data from table pa0008,
    for that i am using field bet01 , bet02, etc for the diff. allowances .
    if the order of allowances are changed in 0008 infotype then field form which i am getting amount is also getting changed.
    E.G :- i am using perticular order in 0008
                then it gives me wage type in lga02 and corresponding amount in bet02 for first allowance
                                        wage type in lga03 and corresponding amount in bet03 for second allowance
    and now if i interchange order of allowances in pa008  then t gives me
                                   wage type in lga02 and corresponding amount in bet02 for first allowance
                                    wage type in lga03 and corresponding amount in bet03 for second allowance
    i hope you understnad my problem .
    Thanks in advance

    Hi,
    please check thiscode
    call function 'RP_FILL_WAGE_TYPE_TABLE_EXT'
           exporting
                appli                        = 'P'
                pernr                        = p0467-pernr
                infty                        = pinfty
              SUBTY                        = PSUBTY
              OBJPS                        = POBJPS
              SEQNR                        = PSEQNR            "QEAK100596
              waers                        = sy-waers          "XYMK097435
                begda                        = datum
                endda                        = datum
           tables
                pp0001                       = p0001        "input
                pp0007                       = p0007        "input
                pp0008                       = p0008        "input
                ppbwla                       = ppbwla       "output
           exceptions
                error_at_indirect_evaluation = 1.
      check sy-subrc eq 0.
      loop at ppbwla.
        if ppbwla-waers ne q0467-waer2.
          perform convert_to_local_currency using
                  ppbwla-betrg ppbwla-waers
                  q0467-waer2 ppbwla-betrg
                  datum.
          modify ppbwla.
        endif.
      endloop.
    Ref program
    MP046740
    Thanks and regrds
    Durga.K

  • Report to display a wage type and amount

    hi friends,
           From selection screen i have to pick a wage type and for that wage type i have to display a related
    amount . how can i write a report for this?
    its urgent, thanks........
    Moderator message: please search for information and try yourself before asking, do not use terms like "urgent" when posting.
    Edited by: Thomas Zloch on Nov 9, 2011 10:24 AM

    Aarti
    Thanks for your answers,this was the report I was  looking for .
    Full points awarded to you .we can also use this transaction code directly
    PC00_M99_DKON
    regards
    krishna

  • Report for finding wage types using a processing class.

    Hi All,
    Is there any standard report that gives a list of all wage types that use a processing class given as input?.
    Thanks,
    Krish

    You can use the wage type utilization for this.  Go to transaction PC00_M99_DLGA20.  Leave the wage type selection fields blank.  Select "Continuous list" as your output.  Click on the execute button.  You will see the meaning of processing classes and their values.  If you scroll down past this (should be page 3 if you look for the number to the right side of the screen), you will see a list of the processing classes and which wage types are assigned to the class by valuation.  I don't know of any other standard reports to get you this information.  I hope this helps.
    - April King

  • ABAP program for wage type variant report

    Hi experts,
    plz any one sen me the ABAP program for to create wage type variant report plz.
    Thanks
    Rajesh.

    Requesting for code is against forum rules. Please read the rules of the forum before posting.

  • 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

  • Problem with wage type of INVAL B

    hai gurus
    I am running Indian payroll, for one allowance grouping there are 6 wage types, but  a Wagetype (for LTA)  is of INVAL B and its some percentage on Basic pay, I have completed  configurations including allowance grouping, but when I am trying to add that in the IT0008, all the wage types are displaying except  LTA  , only 5 wage types are displaying in 0008. Please let me know why such this is happening
    thanks
    kiran

    dates and control record are ok, in that allowance grouping 6 wts are there, but in 0008 only 5 accepting when i selet the Payscal goup and level  , i am not sure why 6th wagetype its now showing in 0008
    i mean its showing, but this sixth wagtype i have to manually input, it that is tha case its working fine, but all the wage types for that allowance gorouping should be displayed rite?

Maybe you are looking for

  • Stale data error while opening a multiple OAF page .

    Dear Friends , I have a OAF page developed and deployed in server , its basically a search page , it also has several links to go to create page and update page . when the user opens the multiple page using different tabs in the browser like for exam

  • Can't enter text in certain forum dialog boxes (java?)

    On certain forums and sites, I am unable to click on a dialog box and enter text. When I click in the box, it either highlights the line or the whole box but does not allow me to enter any text - the keyboard does not appear. I do not have an option

  • How do I set new tabs to be blank. Yahoo configured it to show their search engine (against my wishes).

    New tabs used to be blank - that's what I want. However, another user on this computer did a software download. I've removed all the software, but now on firefox, whenever a new tab is opened, it defaults to a yahoo search engine. If I can't get it b

  • All user settings lost but UID/PW logs user in OK!

    First time poster, new to Mac's, not computer illiterate- Hope that covered it all! Proficient in Windows XP but we made the switch, now having some challenges! My wife and I are both "Administrators" and 2 profiles exist on the computer. My wife log

  • Installing plug-in in Eclipse for Tomcat

    Hi, I think for using Tomcat in Eclipse IDE, we have to use tomcat plugin. As per this link : "http://www.sysdeo.com/eclipse/tomcatplugin", I have downloaded "tomcatPluginV31.zip" files. Then Installation phase, Plugin activation for Eclipse 3.0 : se