CTC Cal in basic pay IT 0008

Hi,
my qst was already in previous thread but dint get proper resolution.
I want to cal IT 0008 based on CTC.
Exp: CTC of an employee is 60,000p/m it shld breakup like
Basic pay 50% of CTC
HRA 50% of basic etc
So for that i have copied /tpa wt to custome wt 5550 - as CTC WT and other regular componend with mb10
i have assigned WT 5550 to v_t510 as
3     I3G1     01     5550(ctc)       01.01.1990     31.12.9999     40,000.00      INR
3     I3G1     01     5553(conv)     01.01.1990     31.12.9999     800.00              INR
And in table v_t539j as
PRZNT     /TPA        Total Package     1     01.01.1900     31.12.9999     5550     CTC                 100.00 %
PRZNT     5551     Basic Pay     1     01.01.1900     31.12.9999     5550     CTC                    50.00 %
PRZNT     5552     HRA               1      01.01.1900     31.12.9999     5551     Basic Pay     50.00 %
and when i cheCK IT 0008 values are not trigerring so plz tell me where i went wrong plz
Req is for indian payroll
Thanks
Edited by: Vibinsap on Feb 21, 2012 10:32 AM

Hi,
Please configure the flexible benifit package as per your requirement.
Bhairava

Similar Messages

  • Regd Wagetype and basic pay from 0008 thru internal table in smartform..

    Hi,
    I have a requirement where i have to display in my smartform the values for basic pay and different wagetypes from infotype 0008. In my smartform for 1 employee, only those values of wagetype and basic pay should print which are maintained in 0008. If no value then it should not display in my smartform at all (No even like 0.00).
    For this i have made an internal table in my smartform. Plesae advice how can i pass these vales in my smartform.
    Note* -  There is a filed in my custom inftyope 9003 - "Salary details as on (P9003-ZZDATE1). The value for basic pay and wagetype should be less than or equal to this date.

    Hello Preethi,
    From your thread ,what i understood is that you have created a able in the smartform.right?You can loop this table and put a condition for checking whether there any records in the internal table.
    Hope this will help you !!!
    Reward points if it found useful!!
    Regards,
    Manoj.

  • Need Multiple Currencies while maintaining Basic Pay (IT 0008)

    Hello Friends,
    User wants to maintain some Wage-types with currency INR and some in GBP, for some Employees in IT0008.
    How can we have this functionality ?
    Regards,
    Dhruv S.

    Hi Ram,
    Thanks for replying ! By maintaining this View Im able to get default currency value in IT0008, but applies to all wage-types. However, I want different currencies for wage-types.
    For eg:- In IT 0008, 2 wage types are to be recorded with INR and 2 are to be recorded in GBP.
    Regards,
    Dhruv S.

  • Need help in basic pay retrival

    hi frends,
    how to retrieve the data from BASIC PAY(infotype 0008)?????????????
    need it urgently

    Hi
    use the code
    form get_pay_data.
    Get the Payroll data from Respective Infotypes
      rp_provide_from_last p0008 space pnpbegda pnpendda.
      pay_tab-pernr    = pernr-pernr.
      call function 'RP_FILL_WAGE_TYPE_TABLE_EXT'
        exporting
         appli                              = 'E'
         begda                              = p0008-begda
         endda                              = p0008-endda
         infty                              = '0008'
         objps                              = '  '
         tclas                              = 'A'
         pernr                              = pernr-pernr
         seqnr                              = '   '
         subty                              = '0   '
         dlspl                              = 'X'
         msgflg                             = ''
         nordct                             = ''
        tables
          pp0001                             = p0001
          pp0007                             = p0007
          pp0008                             = p0008
          ppbwla                             = wage_tab
      PP0230                             =
      PP0014                             =
      PP0015                             =
      PP0052                             =
    EXCEPTIONS
      ERROR_AT_INDIRECT_EVALUATION       = 1
      OTHERS                             = 2
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      loop at wage_tab.
        pay_tab-waers = wage_tab-waers.
        case wage_tab-lgart.
          when c_lga01.
            pay_tab-basic = wage_tab-betrg.
          when c_lga02.
            pay_tab-sup_allow = wage_tab-betrg.
          when c_lga03.
            pay_tab-hra_allow = wage_tab-betrg.
          when c_lga04.
            pay_tab-chl_allow = wage_tab-betrg.
          when c_lga05.
            pay_tab-soc_allow = wage_tab-betrg.
          when c_lga06.
            pay_tab-fix_allow = wage_tab-betrg.
          when c_lga07.
            pay_tab-ra_allow = wage_tab-betrg.
          when c_lga08.
            pay_tab-per_allow = wage_tab-betrg.
          when c_lga09.
            pay_tab-pen_allow = wage_tab-betrg.
          when others.
            pay_tab-oth_allow = pay_tab-oth_allow + wage_tab-betrg.
        endcase.
        pay_tab-tot_allow = pay_tab-basic + pay_tab-sup_allow +
                            pay_tab-hra_allow + pay_tab-chl_allow +
                            pay_tab-soc_allow + pay_tab-fix_allow +
                            pay_tab-ra_allow + pay_tab-per_allow +
                            pay_tab-oth_allow - pay_tab-pen_allow.
      endloop.
      append pay_tab.
      clear  pay_tab.
    endform.          "get_pay_data
    Reward points if useful
    Regards
    Anji

  • Function Module Error In Uploading Data for Basic Pay Infotype

    Hi All,
    I'm trying to upload data into Basic Pay Infotype 0008 Using LSMW Subtype 0(Basic Contract). While we are trying to input values into ANSAL(Annual Salary) field directly using default wage type as 1000.
    We are gettting a error in function module RP_ANSAL_FROM_WAGETYPES.
    and eventhough we are inputting values into ANSAL field it is taking it as 0.00 by default .
    Kidly suggest me solution.
    Thanks,
    Vasanth

    Hi ..
    check this
    765785
    673372
    730976
    note 1032950
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm
    Message was edited by:
            hari kv

  • Error while entering Basic Pay 0008

    Hi Experts ,
    In  Transaction code  PA40, while hiring an employee, In Basic Pay 0008 Info type, Following Wage types are to be entered
    1001 -Basic Pay   4000 INR
    2000  conveyance
    2005  House Rent Allowance
    2010 Transport Allowance
    2015  City compensatory Allowance
    W. Type 2000, 2005, 2010, 2015 are based on PRZNT of  Basic Pay
    i.e. Different % valuations for these wage types
    In Table T539J , the % weightage has been entered for wage type 2001, 2005,2010 & 2015 & other wage types.
    The value of the wagetypes based on PRZNT should be calculated based on Basic Pay 1001 wagetype.
    But, the following error is displayed  “IndVal of wage type 2005: No entry in table T7INA9 for key 40E2M12005A on 20070820 Message no. RP032 ”
    In Table  T7INA9 , the entries of  Wage types 2000 to 2018 (PRZNT based) is not there. Do I need to enter the other wage types in Table  T7INA9.
    Allowance Grouping  has been defined.
    Pls advice ,
    Thanks in anticipation
    Pratik

    Dear  All,
    Thanks a lot for the support, some changes were required in Table T539J
    which i made and now i am getting desired entries.
    The position of two wagetypes to be entered in the table was in wrong  manner
    ie; HRA 2001    PRZNT Basic 1001  10%
    II had entered in a opposite way. now
    AFTER CHANGING THE ERROR IS RECTIFIED
    Also in RAP changes were made.
    Thanks for the support given
    Regards
    Pratik

  • Wage type in basic pay (0008) group

    Hi
    How to add one wage type (newly added) in to payroll schema, which forms the basic pay element. It is already included in wage type group 0008
    Regards
    DInabandhu

    Dear Dinabandhu,
    1) The WT needs to be added to WT Model and LGMST Feature
    2) IF India, thn it also need to be added in Allowance Grouping and A9 table.
    3) can u tel mewhat do u mean by "We want the this wage type to be included in a calculation which is inturn update another wage type".
       do u mean, say XXXX=200 u assign in IT8, then calculate YYYY=XXXX/20 ? for such kind of calculation u can use INVAL B in V_T511 table, and this can be achived at Infotype maitnaince level only.
    But, if u want this to happen at Paryoll Process level, you may then need to use some PCR's. this is not adivisable until unless there is no alternative.
    Regards
    ...SAdhu

  • Error in Infotype 0008 Basic Pay

    Hi,
    I got an error in Infotype 0008 Basic Pay : as below
    "Basic salary is not part of the pay components
    Message no. HRPADIN01135"
    I've copied the below 4 wage types and configured in IMG Activity, but when I tried to enter in Infotype 0008 Basic Pay, got the above message as Basic Salary is not part of the pay Components.
    1000-Basic Pay
    1001-HRA
    1002-Convance allowance
    1003-Fixed DA
    Kindly inform me where might be the problem, in which configuration.
    Awaiting your suggestions.
    Regards,
    Sree.

    Hi Prashanth,
    Firstly thank you for your reply.
    After entering i get another error message with regard to Retroactive Accounting period, as below:
    "Enter data for payroll past (retroactive accounting)
    Message no. PG131
    Diagnosis
    The current entry begins on 15.03.2009. Either this date is before the 'accounted to' date, or payroll has not been run for the employee.
    System Response
    The recalculation date in infotype 0003, Payroll Status, is set to the begin date of the current entry.
    A recalculation will be triggered for this employee in the next payroll run."
    And if I still go for saving the same, ABAP Runtime Error will come and it shows as below:
    Runtime Errors      :  WRITE_TO_OFFSET_TOOLARGE
    Date and Time       :  20.03.2011  17:53:56
    Program error: Offset in WRITE TO in program "SAPFP500" is too large.
    Kindly suggest me, awaiting your reply,
    Regards,
    Sree.

  • Update three wage type out of seven wage types in Infotype BASIC PAY(0008).

    Dear All SAP HR Experts,
    I am trying to create LSMW to update 3 wage types amount out of total seven wage types.But it was not update amount after creating LSMW.
    Please suggest.
    Regards,
    Mahendra
    Pune

    Remi,
    Are those 3 WTs in IT0008 indirectly valuated (through Salary Grids in T510) or do they require manual input of the amount (direct valuation) ?
    Ans Wage type calculation rule already defined,only we have to put wages standard amount in basic pay infotype. for all employees.It will diectly calculated  amount according to their attendance data
    Are those 3 WTs always in the same position (ie. Lines 2, 5 & 7) in the IT0008 of all the employees ?
    Ans:Yes, they are in same line(4,5,8,9)  and positions for all employees.
    regards
    Mahendra
    Pune

  • PS Group in Basic Pay

    Hi Expert,
    I am facing issue in "Basic Pay" screen related to "PS Group".
    Can you help me to understand what is "PS Group", where to configure it and how to use it.
    Your prompt reply appreciated.
    Thanks in Advance.
    Sejal

    Hi,
    The Grouping determines the eligibility  & amount for various allowance, reimbursements and perks for an employees.
    Above is depending the company specified rules.
    Step are as following
    01. Define Pay Scale Grouping for Allowance - V_T7INA1 or SPRO =>  Payroll India => Pay Scale Grouping => Define Pay Scale Grouping for Allowance - for country & allowance grouping are based on category & Grade of employees   
    Example : 01M1- Assistant Manager create this type of grouping
    02. Assign Pay Scale of Grouping for Allowance  - V_7INA3 & Path is also same only select Assign PS of Grouping - Pay Scale grouping are assigned to Pay Scale Groups.
    Example :
    PS Area : 01
    PS Type : 01
    ESG/CAP : 3
    PS Group : L2
    PS Level : M1
    AlGrp : 01M1
    03. Maintain Pay Scale of Grouping & Levels - T_510 -  in this the Wage type belongs to particular payscale area and type.  ESG & CAP should have record in the screen. they will select the IT-0008 for creating basic record for employee & then you can get default amount in IT-0008.
    Example :
    Grpg : 3
    PS Grpg : L2
    Lv : M1
    Wage type : all wages types which is related for asst.mgr which will updated in IT-0008.
    start date :01.01.1900
    End date : 31.12.9999
    Amount : As per company i.e. basic should be 40 % on CTC then give the value in the same screen.
    Currency :
    04. Assign Wage type module for Pay Scale Grouping for allowance : V_T7INA5  : In this you should assign wage type model to payscale grouping for allowance.
    Wage type can be earning & deduction  & it must be prefix with 20/ to indicate that maximum 20 wage type you can stored in particular wage type module
    Example :
    AlGrp : 02M1
    WT Model : 20/02M1
    05. Maintain default wage type for basic pay : - V_T539A : in this wage type you can create the each record for each wage type belongs to particular wage type.
    06. Maintain valuation of base wage types :  V_T539J  :  herewith you define for indirect valuation (INVAL)
    07.seting required  : V_503_ALL : you can assign value assigned for different employee subgroup you can see herewith all details.
    Hope This process you can understand & solve your query.
    Regards,
    Santosh Shivane

  • Report for Hiring Action Along with BASIC Pay

    Dear
    I have created a BDC for hiring action for which data is updated in infotypes 0,1,2,6,7,8,9,14,15,16,41,105,587,588 mentioned in the infogroup.
    Earlier we are  not creating entries in 0008 now we need to BASIC PAY  in the hring Action.
    What should be the best apporch.
    Either we create perner by giving infotype values 0,1,2. and put this values in internal table and then update other infotypes.
                     OR
    In a single fo we provide all the data related to infotypes by using PA40.
    Now record need to be created of few of additonal infotypes which is not part of hiring action infogroup like 19,21,22,23,185.
    Thanks & Regards,
    Ravi

    Thanks for your valueable comment.
    AS hiring action it is must to input values of infotype 0,1,2.
    So acccording to you firstly, i need to hire a person through bdc.
    So for next infotypes i need to do by PA30. But for this i need pernr which i created in first step.
    how it is possible to  get perner created and then go for one by one infotypes sepratley.
    Rav Jordan
    Edited by: Rav Jordan on Dec 14, 2011 7:15 AM

  • Question about:Job Pricing & Basic Pay Range Restriction...

    Hi Experts,
    I did servral settings to acheive Basic Pay Range Restriction(Warning) which uses Job Pricing concept:
    1-Define Pay Grades And Levels
        In this step, I build a records to describe a payment range for  certain evaluation points
    2-Create a record of infotype 1050(Evaluation Results) for certain position(let it be 10000001), in which I evaluate this position as 20 points.
    3-Assign 10000001 to an employee
    But when I input 0008 baisc pay amount for this employee,  range check does not happen as expected. Is there any steps I missed?
    It's urgent.
    Thanks in adv.
    Br,Kee

    In-line to tht check the IT1005
    http://help.sap.com/saphelp_47x200/helpdata/en/66/9bb8923aff11d189370000e829fbbd/frameset.htm

  • Subtype in infotype 8(basic pay)

    Hi experts..
    I have one question.What is purpose subtype in infotype 8.
    Thanks in advance.

    The subtype on Infotype 0008 is used to specify the Payment type. pl read the following <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3a/1a5204304e11d2958f00a0c9308b52/frameset.htm">SAP Help</a> for additional info on the Basic Pay infotype.
    Arya

  • Multiple currencies in basic pay

    Hi all,
    our client keeps uses the basic pay infotype only as information (no payroll). They want to be able to use multiple currencies in the different wage types (e.g. one in USD, the other in EUR).
    Is this possible ?
    thanks in advance !

    I too agree with our friend.
    It is not possible to use two different currencies in Basic Pay.
    I think it not possible in SAP standard.
    i assume your client is using IT0008 for reporting purpose to solve this You can create 'Z' table pass IT 0008 values to that table. Write reports based on that table.

  • Problem in Basic Pay creation in pa30

    Hi all
    can anybody help me out to solve this problem .
    whatever configured I have done in img  for wage types i could not find in infotype 0008 and also iam getting message of basic salary is not part of the pay components. 
    Kindly give me your valuable suggestions on the same..
    Regards
    Raju

    Hi
    Check the configration steps of basic pay  especially wgae type creation steps and features tariff and lgmst  and  groupings 
    reward  points if use full
    Praveen

Maybe you are looking for

  • Battery lasts only 4 hours

    My I phone 3 helded a charge much longer. does anyone know why these don't. I shut the apps. any other suggestions?

  • Opening all folders in a folder

    In OS9 you could open and close all folders in a folder with key strokes. It's been years since I did it, now I have to do it in OS10.3.9 to show all files on disc's I'm creating. Sure could use a little help.

  • MBP Freezes (have erased and installed, ran disk utility, and inc fan speed

    Hi Guys, Any advice on this issue would be very much appreciated please. Have had an original mbp for about 2 and a half years. Last few weeks it's been freezing between 1 and 5 times a day. By freezing I mean that the screen freezes and there's no c

  • What is best method to archive movies?

    Appreciate any advice as to how to best transfer my iMovies off of my MacBook Pro running Mtn Lion, to an external device (thinking of a 1 or 2 GB G Drive) for archive purposes. Once my old VHS home movies are transfered & digital on iMovie, I'll edi

  • Excise Duties in subcontracting challan

    Dear Friends I am creating subcontracting challan57f4 in ref to material transfer document.MY query is, should duties also appear while creating subcontracting challan i my case this is not happening. Can anybody help me on this issue Regards VIvek