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

Similar Messages

  • 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

  • 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

  • Wage Type Creation in TRM and the use of IT 0017.

    Dear all,
    Can anybody tell me what are the std wage types for creating expenses like
    e.g. (Air/ Train Fare charges, Conveyance, hotel allowances, Traveling Advance, etc.... all types of expenses).
    as we have Std WT MB10 - Basic Salary in SAP for making new customised WT by coping MB10.
    So, in the same way i want to know what are the std. WT in TRM for creating the above expenses.
    And also tell me Friends the use of IT0017- Travel expenses and wat other infotypes we need to maintain in TRM.
    Points will be awarded.
    Eagarly awaiting your feedback.
    Regards,
    Prashant.

    Hi NandaGopal,
    Thanx for your reply.
    As u said there is no std Wt for TRM especially, so can i copy the std wt M233 - Hotel Accomodation for my Travel expenses as mentioned here  or can u pls tell me some std wt like M223 sothat i can coping those and make the new Trvl expenses like (Air/ Train Fare charges, Conveyance, hotel allowances, Traveling Advance, etc.... all types of expenses).
    Waiting for ur reply.
    Thanks & Regards,
    Prashantkumar Tata

  • Other Allowance Wage Type Creation-Indian Payroll,

    Dear Experts,
    Client  wants me to create a new other allowance  (Copy of 1018) wage type, assign to 0008 infotype and then to G/L Accounts without any disturbanes to existing Configuration.
    The process i am planning is to suggest client is to configure entire payroll for the new wage type.
    Please let me know if you could share better ideas than this as it seems to be a critical process.
    regards,
    Surekha

    Dear Experts,
    Client  wants me to create a new other allowance  (Copy of 1018) wage type, assign to 0008 infotype and then to G/L Accounts without any disturbanes to existing Configuration.
    The process i am planning is to suggest client is to configure entire payroll for the new wage type.
    Please let me know if you could share better ideas than this as it seems to be a critical process.
    regards,
    Surekha

  • New Document Type Creation Problem

    Dear All,
    We create a New Document Type FR-Vendor Fright Charges through OBA7, i given no range also, when iam testing the through F-43 system showing the earror massage "Assign an accounting transaction variant to the document type specified"
    Where can i assign accounting transation Variant, we activate document splitting
    Pls help me
    Regards
    KSP

    Hi
    use tcode GSP_VZ3 and assign the Transaction and varient as per your requirement
    check the oss notes 773322, and 850724
    Regards,
    Sreehari

  • OWF location sql*net type creation problem

    Hi,
    on owb design (client side) i tried to create a OWF location with sql*net type
    in test connection get 'Please test connection with host, port, service name' message
    any help?
    Thanks in Advance
    lukx
    OWB 10.2.0.1
    OWF 2.6.4
    RDMBS 10.2.0.4 EE
    Linux redhat 5
    RAC with two node
    tnsnames.ora entry
    COGNOSDW1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = r00orac01-vip)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = cognosdw1.group.net)
    (INSTANCE_NAME = cognosdw1)
    Edited by: lukx on Jan 22, 2011 8:20 AM

    Hi
    Don't think SQL*Net connection to workflow is supported hence the message on host:port:service
    Cheers
    David

  • UK Payroll - Wage Types applicable and mapped to correct areas of RTI

    Hi Friends,
    I am new to UK Payroll and have very least knowledge on RTI.
    The Client wishes to have clarity on
    a) Which Wage Types are mapped for processing in RTI - How to find out that?
    b) Are all Wage types mapped to correct areas of RTI - I am not sure what they meant by correct areas of RTI ?
    c) During giving request for New Wage type creation, client wishes to know of standard format/template which will help in providing the wage type to have correct mapping with RTI
    Basically they wishes to clearly specify the mapping of new wage type with correct area of RTI
    Requesting your kind guidance.
    Thanks in Advance.
    Sunny Singh

    Hi Experts,
    Please provide your expert advices here.
    I need some urgent guidance.
    Many Thanks in Advance
    Sunny Singh

  • How to define a Recur. Paymeny/Ded wage type for an Emp Subgroup

    I have created a Recur. Payment/Deduction (0014) wage type of "Fixed Amount" value 9say, Rs.2000). I want all the employees of an Employee Group to get this amount in salary, periodically (say in periods 2, 4 & 6). I know, thru "Personnel Actions-Maintain", I can set up the "1st Payment Period", "Interval in Periods" etc. for this infotype for a particular employee. But I want the same setting to be applicable for all employees of an employee subgroup. How to acheive this? Because, doing the same setting for all the employees is difficult and also error prone.
    Please help.

    Hi,
    You can do this through User Exit.Ask your ABAPER to do this logic in SMOD->PBAS0001->Components->EXIT_SAPFP50M_002
    INCLUDE ZXPADU02.Do the coding here.
    Manoj.

  • 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

  • Creation of Wage Type Catalog for Luxembourg

    Hello,
    I am looking to create a wage type catalogue with T-Code OH11 to complete my Travel Management customization.
    I launch the transaction, select Luxembourg as a country.
    Then, I would like to copy the MJ30 wage type so I complete the fields and press copy (test run) but I have an error message indicating that the value does not exist in T512W..
    What should I do to solve tis issue? Enter a value directly in the table? I have no idea ..
    Thanks!!

    Hello Remi,
    I can't copy anything since there is not even one wage type in T512W for Luxembourg.
    When I look at other countries, I saw the entries. But where do they come from?
    In the example below are some of WT for Belgium.

  • Problem in passing selection screen values using CALL TRANSACTION.

    Hi All
    I am facing problem in transfering selection screen values to the called transaction. I am trying to pass the path of the transaction filer but to no avail. The variable for filepath is not empty.
    Below is my code:
    DATA: lt_bdcdata TYPE TABLE OF bdcdata,
           wa_bdcdata TYPE bdcdata,
           opt TYPE ctu_params.
    CLEAR wa_bdcdata.
    wa_bdcdata-program  = 'RFBASM00'.
    wa_bdcdata-dynpro   = '1000'.
    wa_bdcdata-dynbegin = 'X'.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'BDC_CURSOR'.
    wa_bdcdata-fval = 'RFPDO1-FEBUMSF'.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'RFPDO1-FEBUMSF'.
    wa_bdcdata-fval = gv_filepath.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'BDC_OKCODE'.
    wa_bdcdata-fval = 'PASS'.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    opt-dismode = 'E'.
    opt-updmode = 'S'.
    CALL TRANSACTION 'FF_5' USING lt_bdcdata OPTIONS FROM opt.
    Please help.
    Harsh

    Hi Harsh,
    I think you have entered wrong main program for tcode 'FF_5' and wrong screen field for the file name. Use the below code instead of yours.
    DATA: lt_bdcdata TYPE TABLE OF bdcdata,
           wa_bdcdata TYPE bdcdata,
           opt TYPE ctu_params,
           gv_filepath type char128 value 'C:\testfile.txt'.
    CLEAR wa_bdcdata.
    wa_bdcdata-program  = 'RFEBKA00'.
    wa_bdcdata-dynpro   = '1000'.
    wa_bdcdata-dynbegin = 'X'.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'BDC_CURSOR'.
    wa_bdcdata-fval = 'UMSFILE'.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam = 'UMSFILE'.
    wa_bdcdata-fval = gv_filepath.
    APPEND wa_bdcdata TO lt_bdcdata.
    CLEAR wa_bdcdata.
    *wa_bdcdata-fnam = 'BDC_OKCODE'.
    *wa_bdcdata-fval = 'PASS'.
    *APPEND wa_bdcdata TO lt_bdcdata.
    *CLEAR wa_bdcdata.
    opt-dismode = 'A'.
    opt-updmode = 'S'.
    CALL TRANSACTION 'FF_5' USING lt_bdcdata OPTIONS FROM opt.
    Thanks.
    Regards,
    Jey

  • Problem in HR Custom Info Type Creation

    Hi,
    Created custom info type from PM01...
    Activated... This is working fine in the System and Client where I created.
    But its not working from other client..?
    I am getting error by saying that Info Type is not created... All the Structure and PAXXXX table got activated in both Clients.
    Earlier we faced same problem, at that time our team made some changes to info type and probelm resolved.
    I don't know where and what exactly we need to do...
    But,
    One of the problem I identified is,
    We are not getting T591A, T591S tables at Subtype Tab, Subtype text tab in INFOTYPE CHARACTERSTICS.
    I can enter these two from TECHNICAL ATTRIBUTES... but when I generate all aobjects from PM01, these two values getting deleted from INFOTYPE CHARACTERSTICS.
    (Above may be the reason)
    Please let me know if any solution for this.
    Thanks,
    Naveen Inuganti

    Hi Gautham,
    I deleted previous one, Created as your blog says. Still same problem.
    Venkat,
    Yes, you are correct. We need to release the Customizing request which contains Subtype , Subtype Text Tables with Info Type Entries.
    Problem with Info type Creation
    Thanks,
    Naveen.I

  • Search help multiple values selection problem

    Hello Friends,
    I am using FM f4_if_int_table_value_request FM to display multiple values on selection screen
    in AT-selection-screen on value request event.
    Multiple values are getting displayed perfectly .
    Then after that I am using DYNP_VALUES_UPDATE FM to return the values back to screen.
    But the problem is in the select-option field . It only picks the last value selected.
    I have a row:
    I EQ 'last value selected from F4 help screen''.
    Is there a way to update multiple rows in the select option selection screen field.
    Thanks.

    Hi Suhas,
    you may try the following:
    TABLES spfli.
    SELECT-OPTIONS: s_carrid FOR spfli-carrid.
    SELECTION-SCREEN: PUSHBUTTON /1(20) but1 USER-COMMAND carr.
    INITIALIZATION.
      but1 = 'Choose CARRID(s)'.
    AT SELECTION-SCREEN.
      CASE sy-ucomm.
        WHEN 'CARR'.
          TYPES: t_return_tab  TYPE ddshretval.
          TYPES: BEGIN OF ty_line,
            carrid   TYPE spfli-carrid,
            carrname TYPE scarr-carrname,
          END OF ty_line.
          DATA: it_list TYPE STANDARD TABLE OF ty_line,
                wa_return_tab TYPE t_return_tab,
                i_return_tab TYPE STANDARD TABLE OF t_return_tab,
                v_repid TYPE sy-repid,
                v_dynnr TYPE sy-dynnr.
          v_repid = sy-repid.
          v_dynnr = sy-dynnr.
          SELECT carrid carrname
          FROM scarr
          INTO TABLE it_list.
          IF sy-subrc = 0.
            CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
              EXPORTING
                retfield        = 'CARRID'
                dynpprog        = v_repid
                dynpnr          = v_dynnr
    *        dynprofield     = 'S_CARRID-LOW'
                value_org       = 'S'
                multiple_choice = 'X'
              TABLES
                value_tab       = it_list
                return_tab      = i_return_tab
              EXCEPTIONS
                parameter_error = 1
                no_values_found = 2
                OTHERS          = 3.
            IF sy-subrc = 0.
              s_carrid-sign = 'I'.
              s_carrid-option = 'EQ'.
              LOOP AT i_return_tab INTO wa_return_tab.
                s_carrid-low = wa_return_tab-fieldval.
                APPEND s_carrid.
              ENDLOOP.
              READ TABLE s_carrid INDEX 1.
            ENDIF.
          ENDIF.
      ENDCASE.
    What I have done is:
    - not linking the result of the F4 search to field S_CARRID-LOW
    - inserting this F4 search into event AT SELECTION SCREEN. This allows to see the select-options filled when its contents are actually populated.
    I hope this helps. Kind regards,
    Alvaro

  • TO FETCH VALUE according to wage type

    Dear Guru's,,,
    Can any one suggest me how to get the amount value relating to wage type and personnel no.
    i tried FM "RP_FILL_WAGE_TYPE_TABLE_EXT" but it does not work for me.
    Regards
    Karthik

    Hi,
    try this out...
    DATA: BEGIN OF wagetypes,
            lga LIKE p0008-lga01,
            bet LIKE p0008-bet01,
            END OF wagetypes.
    SELECT SINGLE *
          FROM pa0008
          INTO i_08
          WHERE pernr = v_pernr AND
                begda = v_begda AND
                endda = v_endda.
          IF sy-subrc = 0.
            DO 40 TIMES VARYING wagetypes-lga
                        FROM i_08-lga01
                        NEXT i_08-lga02
                        VARYING wagetypes-bet
                        FROM  i_08-bet01
                        NEXT  i_08-bet02.
              CASE wagetypes-lga.
                WHEN '5000'.
                  MOVE wagetypes-bet TO v_bet01.
                WHEN '5020'.
                  v_bet02 = v_bet01 * '0.3'.
                WHEN '5030'.
                  v_bet03 = v_bet01 * '0.15'.
                WHEN '5060'.
                  v_bet04 = v_bet01 * '0.0833'.
                  IF v_bet04 GE 1250.
                    v_bet04 = 1250.
                  ENDIF.
                WHEN '5065'.
                  v_bet05 = v_bet01 * '0.0833'.
                  IF v_bet05 GE 833.
                    v_bet05 = 833.
                  ENDIF.
              ENDCASE.
            ENDDO.

Maybe you are looking for