Employee information Upload in HR module

Hello Experts,
      I want to upload Employee Information in database using BDC so can any one send me step by step procedure for doing this.If possible send one example.
Mail me on: "[email protected]"
Thanx and Regards,
Rahul Talele

Hi  ,  i did recording for   one  infotype   ... so normal  we  use to  upload  data  with 1  or  2  infotype  at a time  ..... all most   one infotype  only  ....  where  in th  some rare  case we go for   2 infotypes .
this is  for PA30  transction  code  and infotype   0001 .
like this  you can record for all the  infotypes    and see  ... this one  was  working   i created the file  and uploaded .
report ZTEATRWE
       no standard page heading line-size 255.
include bdcrecx1.
parameters: dataset(132) lower case.
***    DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***
*   If it is nessesary to change the data section use the rules:
*   1.) Each definition of a field exists of two lines
*   2.) The first line shows exactly the comment
*       '* data element: ' followed with the data element
*       which describes the field.
*       If you don't have a data element use the
*       comment without a data element name
*   3.) The second line shows the fieldname of the
*       structure, the fieldname must consist of
*       a fieldname and optional the character '_' and
*       three numbers and the field length in brackets
*   4.) Each field must be type C.
*** Generated data section with specific formatting - DO NOT CHANGE  ***
data: begin of record,
* data element: PERNR_D
        PERNR_001(038),
* data element: TIMRE
        TIMR6_002(001),
* data element: CHOIC
        CHOIC_003(035),
* data element: PERNR_D
        PERNR_004(038),
* data element: TIMRE
        TIMR6_005(001),
* data element: CHOIC
        CHOIC_006(035),
* data element: BEGDA
        BEGDA_007(010),
* data element: ENDDA
        ENDDA_008(010),
* data element: BTRTL
        BTRTL_009(004),
* data element: ABKRS
        ABKRS_010(002),
* data element: ANSVH
        ANSVH_011(002),
* data element: PLANS
        PLANS_012(008),
      end of record.
*** End generated data section ***
start-of-selection.
CALL FUNCTION 'GUI_UPLOAD'
  EXPORTING
    FILENAME                      =   c:/test.txt
   FILETYPE                      = 'ASC'
   HAS_FIELD_SEPARATOR           = 'X'
*   HEADER_LENGTH                 = 0
*   READ_BY_LINE                  = 'X'
*   DAT_MODE                      = ' '
*   CODEPAGE                      = ' '
*   IGNORE_CERR                   = ABAP_TRUE
*   REPLACEMENT                   = '#'
*   CHECK_BOM                     = ' '
*   VIRUS_SCAN_PROFILE            =
*   NO_AUTH_CHECK                 = ' '
* IMPORTING
*   FILELENGTH                    =
*   HEADER                        =
  TABLES
    DATA_TAB                      =  RECORD  .
perform open_dataset using dataset.
perform open_group.
*do.
loop at record
read dataset dataset into record.
if sy-subrc <> 0. exit. endif.
perform bdc_dynpro      using 'SAPMP50A' '1000'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'RP50G-PERNR'
                              record-PERNR_001.
perform bdc_field       using 'RP50G-TIMR6'
                              record-TIMR6_002.
perform bdc_field       using 'BDC_CURSOR'
                              'RP50G-CHOIC'.
perform bdc_field       using 'RP50G-CHOIC'
                              record-CHOIC_003.
perform bdc_dynpro      using 'SAPMP50A' '1000'.
perform bdc_field       using 'BDC_CURSOR'
                              'RP50G-PERNR'.
perform bdc_field       using 'BDC_OKCODE'
                              '=INS'.
perform bdc_field       using 'RP50G-PERNR'
                              record-PERNR_004.
perform bdc_field       using 'RP50G-TIMR6'
                              record-TIMR6_005.
perform bdc_field       using 'RP50G-CHOIC'
                              record-CHOIC_006.
perform bdc_dynpro      using 'MP000100' '2000'.
perform bdc_field       using 'BDC_CURSOR'
                              'P0001-PLANS'.
perform bdc_field       using 'BDC_OKCODE'
                              '=UPD'.
perform bdc_field       using 'P0001-BEGDA'
                              record-BEGDA_007.
perform bdc_field       using 'P0001-ENDDA'
                              record-ENDDA_008.
perform bdc_field       using 'P0001-BTRTL'
                              record-BTRTL_009.
perform bdc_field       using 'P0001-ABKRS'
                              record-ABKRS_010.
perform bdc_field       using 'P0001-ANSVH'
                              record-ANSVH_011.
perform bdc_field       using 'P0001-PLANS'
                              record-PLANS_012.
perform bdc_transaction using 'PA30'.
*enddo.
endlloop .
perform close_group.
perform close_dataset using dataset.

Similar Messages

  • Missing Employee information

    I tried debugging it but could not find a solution as to why one employee information is missing from this code.
    Select UserName, EmpNumber, Product, SubProduct, [1] as 'January', [2] as 'February', [3] as 'March', [4] as 'April', [5] as 'May', [6] as 'June'
    , [7] as 'July', [8] as 'August', [9] as 'September', [10] as 'October', [11] as 'November', [12] as 'December'
    from (
    SELECT 
    Userdata.chUserName as UserName
    ,Month(a.dtInsertDate) as [Month2]
    , datename(mm,a.dtInsertDate) as [Month]
    ,Year(a.dtInsertDate) as [Year]
    ,chRefReferredBy  as EmpNumber
    ,case when Prod.vchParameterDesc like '%Insurance' and Prod.vchParameterDesc <> 'Auto Insurance' then 'Other Insurance'
    when Prod.vchParameterDesc = 'Auto Insurance' then 'Auto Insurance' when Prod.vchParameterDesc = 'Travel' then 'Travel' end as Product
    ,SubProd.vchParameterDesc as SubProduct
    --,count(iCustomerId) as Total
      , iCustomerId
    FROM [CRM_OED].[dbo].[CSuProductReferrals] a (nolock)
    Left Outer Join [CRM_OED].[dbo].[ReferenceParameters] b(nolock)
    on b.iParameterId = a.iRefType
    Left Outer Join [CRM_OED].[dbo].[ReferenceParameters] as Prod(nolock)
    on Prod.iParameterId = a.iRefProduct
    Left Outer Join [CRM_OED].[dbo].[ReferenceParameters] as SubProd(nolock)
    on SubProd.iParameterId = a.iRefSubProduct
    Left Outer Join [CRM_OED].[dbo].[ReferenceParameters] as AccptDec(nolock)
    on AccptDec.iParameterId = a.iStatus
    Left Outer Join [CRM_OED].[dbo].[Users] Userdata(nolock)
    on Userdata.chUserId = a.chRefReferredBy
    Inner Join [CRM_OED].[dbo].[csuEmployeeAttributes] as Attributes(nolock)
    on Attributes.chUserID = chRefReferredBy
    Inner Join [CRM_OED].[dbo].[UDT_GroupsRegion] as Region(nolock)
    on Region.chGroupID = 'RE' + cast(Attributes.iRegioncode as CHAR(10)) 
    where Year(a.dtInsertDate) = @Year
    --and chRefReferredBy in ('643247')
    and AccptDec.vchParameterDesc = 'Accepted'
    and a.tiRecordStatus = 1
    and( Region.chGroupDesc in (@Region) or ' All' = @Region)
    and Prod.vchParameterDesc not in ('Life Insurance', 'Annuities')
    and (cast(Attributes.iClubCode as CHAR(10)) in (@Club) or ' All' = @Club)
    and (Prod.vchParameterDesc like '%Insurance' or Prod.vchParameterDesc = 'Travel')
    ) P
    Pivot
    count(iCustomerId) 
    For [Month2]  in 
    ([1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12])
    ) as pvt
    Order by 
    UserName, Product, SubProduct
    Any help would really be appreciated.

    I was able to resolve the issue. The problem was in the where clause which was filtering out employee data based on region. 
    and( Region.chGroupDesc in (@Region) or ' All' = @Region)
    Thanks for you help Patrick.

  • HR application missing some button in employee information form

    Dear All
    After upgrade from 12.0.6 to 12.1.1, missing some button in employee information form of HR application when using arabic interface but its working for english interface.
    buttons like FIND CANCEL DETAILS SAVEAS CLEAR. these are the buttons missing in arabic interface,
    please advice me
    Thanks

    You can see here how to handle manual processes:
    http://apex.oracle.com/pls/otn/f?p=31517:170
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Employee information missing in CAT2 time entry data view

    Hi,
         We upgrade our system and when we go to time entry data view, we lost the employee information like Personnel number and cost center which displayed before upgrade.
    I checked with Tcode CAC2, nothing found. But My guess is Personnel number and Cost center will be coming default.
    Please let me know, where I can look in to it.
    Thaks
    Ral

    Hey Guys,
    You should ensure that for any configuration, the Modifiable and Influences you have a Hide entry. This way you will not be able to show the field. Kindly check the on CAC2 these both sections:
    - Modifiable
    - Influences.
    Thank you.
    Regards,
    Bentow

  • Employee Information iViews dont display in MSS

    Hi All,
    I installed and configured MSS Business packages. All the MSS is views seems to work fine but for the  <b>Employee Information iViews</b>.
    We have ERP2005, EP7.0 of NW2004s SP9.
    After logging into the Portal as an MSS user I go to Team and when I click either General Information or Compensation Information or Personnel Development under <b>Employee Information</b> I get the pop windiw with all iview but no display.
    However when I click the show in new window option under Show details option on the top right hand corner of the iView page I do get to see the information on the pop window...
    what could be the problem here??
    Thanks for the help in advance
    Regards
    Madhu

    Madhu,
    Did you apply Note 903370 - Missing Customizing leads to failures in Employee-Profile
    Munish

  • Employee information is empty in MSS- Team in NWBC

    Dear all Gurus,
    Before starting I must say I searched on this topic in SCN & found numerous threads on the same. But all are having different solutions & most of them are in portal & using LPD_CUST. In my case we are in NWBC.
    I have already maintained the relationships for employee & manager using pa30 & po13.
    Now if an employee create a leave or travel request, it will appear in the managers work item.
    But in manager id, if we go to team -> employee information. it is showing no data exists.
    We haven't done any customizations or configurations for this.
    What I am missing & what I should do to display the reporting employees for the manager.??
    We are in NW 7.4.
    Regards,
    Namsheed.

    I doubt it is related to NWBC or you using the PFCG roles. Ask your basis/security admins to run a authorization trace, most likely it is a authorization issue maybe even structural/context one.

  • Employee information under MSS

    Dear Experts,
    Would you please help me how to activate the employee information iView under MSS- Team?
    Appreciate you help on this
    Thanks
    Jay

    Check the following link:
    [MSS OADP|http://www.slideshare.net/Juanfe1978/mss-new-objectdataprovideroadp]
    Regards

  • Employee information details in Arabic

    Hi,
    Is it possible to maintain employee information like infotype 0002 and 0006 and all in Arabic language. kindly share the process.
    Regs,
    Brhama

    Hi
    Check T code SMLT and if u have that package u can change the required language.
    Kindly check and revert.
    Regards
    Raahul.

  • Employee photo upload in portal and to be saved in infotype 0002

    Hi Everyone,
           I got an requirement where in ESS Portal, through "Change Own Data" link, employee is uploading his photo and it has to be saved in infotype 0002. Below are the doubts i have,
    1. There is no field for photo in infotype 0002, so how it will be saved in 0002.
    2. After uploading and clicking preview button, error was raising saying 'Error when archiving the photo'.
    3. I seen in many forums that the employee photo is visible from PA30. how it will be visible in that tcode ?

    Hi  Chris McNarney,
          Sorry for long delay for replying.. According to you,
    1. I checked the service under /default_host/sap/bc/conentserver/ it was activated and moreover below is the logon data,
            Client           500
         User             XXXXXX
         Language
         Password Status  Set
    and what is the use of this logon data..
    2. According to your link [https://wiki.sdn.sap.com/wiki/display/ERPHCM/Add%20Employee%20Photo%20on%20Infotype%200002?showChildren=false|https://wiki.sdn.sap.com/wiki/display/ERPHCM/Add%20Employee%20Photo%20on%20Infotype%200002?showChildren=false],
    there it has  4.7 version in that they told to create A2 repository with Tcode: OAC0 with details,,
         While creating the repository, keep the Document Area blank, Storage type as R/3 database, Rep. Sub-type will appear as Normal by default, Version No. as 0046 and in Contents table put 'SDOKCONT1' as the table name.
        With that screen im am not able to find table name field to put 'SDOKCONT1' as input and moreover SAP system database is there instead of getting R/3 database for storage type. Screen detilas below,
    Content Rep.    A2                               Active
    Description
    Document Area
    Storage type
    Version no.     0046   Content Server version 4.6 as the table name.

  • Team - Employee Information, Employee Working Times etc.

    Hi Experts,
    On MSS, I am not able to see Employee Information, Working Times, Performance Management, Competency Management, and Personnel Change Request services under main service of Team. It doesn't display any of above services under Team.
    I can only see Team Calendar, Headcount and Recruiting Position which are available right hand side on portal.
    Is their any specific setting required to view the same? Do we need to do any specific settings on portal?
    Thanks in advance.
    Cheers,
    Aashish

    Hi Chris,
    I am looking for following services which should show-up when we click left hand side on Team link on MSS. (It falls under detail Navigation - Work Overview
    Team
    Budget
    Projects
    Planning)
    I am not able to see services iView which contains following data.
    Employee InformationGeneral Information
    Compensation Information
    Personnel Development
      Employee Working TimesApprove Time Sheet Data
      Performance ManagementMaintain Performance Documents
      Competency ManagementMaintain Position Requirements
      Personnel Change RequestsCreate New Personnel Change Request
      HCM Processes and FormsStart Processes
      RecruitingCreate New Requisition Request
    Create New Candidate Assessment
      OrganizationOrganizational Chart
    Please guide me how to activate this.
    Thanks,
    Aashish

  • Release Employee Information-MSS for a number of employees

    Hi,
    Through the Release Employee Information in MSS, a manager can grant access of an employee's record to another manager.
    There is a requirement where in a Manager can grant access of many employees to a manager at one go.
    Is this possible.
    Thanks

    As per seeded functionality Manager can give access one by one.

  • Odata Service For Employee Information

    Hi Everyone,
    I want to call the odata service related to employee profile. But unable to find that service in my sap system.
    Can anybody tell me the name of the odata service which need to call from the gateway or from where I will get the name of the odata service related to employee information?
    Regards,
    Soumya

    Hi Soumya,
    getting bad request means your URI is not correct. try with
    http://<hostname>:<port>/sap/opu/sdata/iwcnt/employee/EmployeeCollection
    let me know if you get any specific error with above query.
    how can I connect to the HR system with GW? Is that can be done by using GW?
    it depends if you will be getting employee details from SAP HR system which is separate from SAP NW GW or part of it. ie. based on your deployment scenarios(http://help.sap.com/saphelp_nw74/helpdata/en/3e/b1ea508f88bb7ee10000000a445394/content.htm ) and accordingly confuguration should be in place
    you can also refer https://help.sap.com/saphelp_gateway20sp05/helpdata/en/fa/dffd46fc024158927dfdfc2ea68891/content.htm and https://help.sap.com/saphelp_gateway20sp05/helpdata/en/d6/9044e0d1c440148b3bc43d76e22ae4/content.htm

  • Edit My Employee Information from HR Professional Responsibility

    How can we edit My Information details of employee using the HR Professional Responsibility. Please advice
    Thanks
    Siva

    From SSHR implementation refereed below note.
    Note: HR professionals can enter My Employee Information using
    Advanced Search. Add the Advanced Search function to the HR
    Professional menu.
    But using advanced search option could not able to proceed further.In the manage action page.no function are listed
    Please advice.
    Edited by: Siva on Jul 23, 2012 2:24 PM

  • NEED INFORMATION ABOUT "MAX_TEST" FUNCTION MODULE

    HI ABAPERS,
                      I need information about "MAX_TEST" function module . this function module is used in 4.6 version , now system have been shifted to 6.0.....here in 6.0 version this function module is not prasent.can any one tell me which new function module we can use in place of this function module, without changing the functionality........
             Thanks in advance
    regards,
    SUNIL

    The module is not very sophisticated. Profficiency in Java or ABAP will be a great bonus here. There are plenty of good materials regarding XI on SDN. I suggest to start with step-by-step guides and master all basic integration scenarios
    http://wiki.sdn.sap.com/wiki/display/XI/Step-by-Step+Guides
    Opportunities in industry are not bad also, cause PI is rather popular among customers. The best thing is that it fits any type of customer's business. Integration is demanded almost everywhere.

  • HR table for employee information

    Hi All,
    Which is the HR table which stores employee information?
    personal cell number and which salesgroup he related?
    Message was edited by:
            Rakesh Ramanath

    hi rakesh,
       All infotypes stores the employee info
      database tables are listed below , PAnnnn
      IType     Infotype text     1
    0000     Actions     2
    0001     Organizational Assignment     3
    0002     Personal Data     4
    0003     Payroll Status     5
    0004     Challenge     6
    0005     Leave Entitlement     7
    0006     Addresses     8
    0007     Planned working time     9
    0008     Basic pay     10
    0009     Bank details     11
    0010     Capital Formation     12
    0011     Ext. Bank Transfers     13
    0012     Fiscal Data  D     14
    0013     Social Insurance  D     15
    0014     Recur. Payments/Deds.     16
    0015     Additional Payments     17
    0016     Contract Elements     18
    0017     Travel Privileges     19
    0019     Monitoring of Dates     20
    0020     DEUEV     21
    0021     Family/Related Person     22
    0022     Education     23
    0023     Other/Previous Employers     24
    0024     Qualifications     25
    0025     Appraisals     26
    0026     Company Insurance     27
    0027     Cost Distribution     28
    0028     Internal Medical Service     29
    0029     Workers' Compensation     30
    0030     Powers of Attorney     31
    0031     Reference Personnel Numbers     32
    0032     Internal Data     33
    0033     Statistics     34
    0034     Corporate Function     35
    0035     Company Instructions     36
    0036     Social Insurance CH     37
    0037     Insurance     38
    0038     Fiscal Data  CH     39
    0039     Add. Org. Assignment  CH     40
    0040     Objects on Loan     41
    0041     Date Specifications     42
    0042     Fiscal Data  A     43
    0043     Family Allowance  A     44
    0044     Social Insurance  A     45
    0045     Loans     46
    0046     Company Pension Fund CH     47
    0048     Residence Status     48
    0049     Red. Hrs/Bad Weather     49
    0050     Time Recording Info     50
    0051     ASB/SPI Data     51
    0052     Wage Maintenance     52
    0053     Company Pension     53
    0054     Works Councils     54
    0055     Previous Employer  A     55
    0056     Sickness Certificates  A     56
    0057     Membership Fees     57
    0058     Commuter Rate  A     58
    0059     Social Insurance  NL     59
    0060     Fiscal Data  NL     60
    0061     Social Insurance  S     61
    0062     Fiscal Data  S     62
    0063     Social Ins. Funds  NL     63
    0064     Social Insurance  F     64
    0065     Tax Data  GB     65
    0066     Garnishment Order CA     66
    0067     Garnishment Debt CA     67
    0068     Garnishment Adjustment CA     68
    0069     National Ins.  GB     69
    0070     Court Orders  GB     70
    0071     Pension Funds  GB     71
    0072     Fiscal Data  DK     72
    0073     Private Pension  DK     73
    0074     Leave Processing  DK     74
    0075     ATP Pension  DK     75
    0076     Workers' Comp.  NA     76
    0077     Additional Personal Data     77
    0078     Loan Payments     78
    0079     SI Additional Ins.  D     79
    0080     Maternity Protection/Parental Leave     80
    0081     Military Service     81
    0082     Additional Abs. Data     82
    0083     Leave Entitlement Compensation     83
    0084     SSP Control  GB     84
    0085     SSP1(L) Form Data GB     85
    0086     SSP/SMP Exclusions GB     86
    0087           87
    0088     SMP Record  GB     88
    0090     Additional Income  E     89
    0092     Seniority  E     90
    0093     Previous Employers  D     91
    0094     Residence Status     92
    0098     Profit Sharing  F     93
    0100     Social Insurance  B     94
    0101     Fiscal Data B     95
    0102     Grievances NA     96
    0103     Bond Purchases     97
    0104     Bond Denominations     98
    0105     Communication     99
    0106     Family/Related Person     100
    0107     Working Time  B     101
    0108     Personal Data  B     102
    0109     Contract Elements  B     103
    0110     Pensions  NL     104
    0111     Garnishment/Cession  D     105
    0112     Garnishment Claim  D     106
    0113     Garnish. Interest  D     107
    0114     Garnishment Amount D     108
    0115     Garnishment Wages  D     109
    0116     Garn. Transfer  D     110
    0117     Garn. Compensation  D     111
    0118     Child Allowance     112
    0119     Definition of child allow.(pre1996)     113
    0120     Company pension fund transaction CH     114
    0121     RefPerNo Priority     115
    0122     CA Bonus     116
    0125     Garnishment  B     117
    0126     Supplem. Pension  D     118
    0127     Commuter Traffic  NL     119
    0128     Notifications     120
    0130     Test Procedures     121
    0131     Garnishment/Cession     122
    0132     Garnishment Claim  A     123
    0133     Garn. Interest  A     124
    0134     Garnishment Amount A     125
    0135     Spec. Garn. Cond.  A     126
    0136     Garn. Transfer  A     127
    0137     Garn. Compensation  A     128
    0138     Family/Rel. Person  B     129
    0139     EE's Applicant No.     130
    0140     SI Basic Data  JP     131
    0141     SI Premium Data  JP     132
    0142     Residence Tax  JP     133
    0143     Life Ins. Ded.  JP     134
    0144     Property Accum. Sav. JP     135
    0145     Personnel Tax Status JP     136
    0146     Y.E.A. Data  JP     137
    0147     Pers. Appraisals  JP     138
    0148     Family  JP     139
    0149     Taxes  SA     140
    0150     Social Insurance  SA     141
    0151     External Insurance  SA     142
    0154     Social Security data (IT)     143
    0155     Additional administrative data (IT)     144
    0156     Tax Deductions (IT)     145
    0157     User Administration Data (IT)     146
    0158     Amounts paid by Third Parties (IT)     147
    0159     Seniority (IT)     148
    0160     Family allowance (IT)     149
    0161     IRS Limits USA     150
    0162     Ins. Y.E.T.A. Data  JP     151
    0165     Deduction Limits     152
    0167     Health Plans     153
    0168     Insurance Plans     154
    0169     Savings Plans     155
    0170     Flexible Spending Accounts     156
    0171     General Benefits Information     157
    0172     FSA Claims     158
    0173     Tax card information (Norway)     159
    0177     Registration of Country of Birth NL     160
    0179     Tax  SG     161
    0181     Additional Funds  SG     162
    0182     Alternatative Names Asia     163
    0183     Awards     164
    0184     Resume Texts     165
    0185     Personal IDs     166
    0186     CPF     167
    0187     Family Add. (TH)     168
    0188     Tax Australia     169
    0189     Construction Pay: Funds Procedure     170
    0190     Construction Pay: Previous ER     171
    0191     Construction Pay: Expenses     172
    0192     Construction Pay: Assignment     173
    0194     Garnishment Document     174
    0195     Garnishment Order     175
    0196     Employees Provident Fund     176
    0197     Employees' Social Security     177
    0198     Schedular Deduction Tax     178
    0199     Addl. tax deduction     179
    0200     Garnishments  DK     180
    0201     Basic Pension Payments CPS     181
    0202     Entitlements CPS     182
    0203     Pension/Valuation Status BAV     183
    0204     DA/DS Statistics  DK     184
    0207     Residence Tax Area     185
    0208     Work Tax Area     186
    0209     Unemployment State     187
    0210     Withholding Info W4/W5 US     188
    0211     COBRA-Qualified Beneficiary     189
    0212     COBRA Health Plans     190
    0213     additional family info     191
    0214     Loan Supplement, Denmark     192
    0215     CP: Transaction Data     193
    0216     Garnish. Adjustment     194
    0217     Code INSEE  F     195
    0218     Pensioner Fund No.  F     196
    0219     External Organizations     197
    0220     Superannuation Aust.     198
    0221     Payroll Results Adjustment     199
    0222     Company Cars      GB     200
    0224     Canadian Taxation     201
    0225     Company Car Unavail. GB     202
    0227     TFN Australia     203
    0230     Supplement to P0008  PSG     204
    0231     Supplement to P0001  PSG     205
    0232     Child Allowance  D     206
    0233     Bilan Social' (FR)     207
    0234     Add. Withh. Info.  US     208
    0235     Other Taxes  US     209
    0236     Credit Plans     210
    0237     Supplement to P0052  PSG     211
    0241     Tax Data Indonesia     212
    0242     Jamsostek Insurance Indonesia     213
    0261     Loading Leave Aust.     214
    0264     Family  NL     215
    0265     Special Regulations     216
    0266     Supplement to P0027  PSG     217
    0267     One-Time Payments Off-Cycle     218
    0268     Company Loans     JP     219
    0269     ADP File Number     220
    0270     COBRA Payments     221
    0271     Statistics, Public Sector Germany     222
    0272     Garnishment (F)     223
    0273     Taxes - SE     224
    0275     Garnishments - SE     225
    0277     Exceptions - SE     226
    0278     Basic Data Pension Fund (CH)     227
    0279     Individual Values PF (CH)     228
    0280     GB View for Contractual Elements     229
    0281     GB View for Beneficial Loans     230
    0283     Archived Objects     231
    0288     Family CH     232
    0302     Additional Actions     233
    0303     Premium Reduction  NL     234
    0304     Additional Basic Pay Information     235
    0305     Previous Employers (IT)     236
    0306     Family add.     237
    0309     IRD Nbr New Zealand     238
    0310     Superannuation NZ     239
    0311     Leave Balance Adj     240
    0312     Leave History Adj     241
    0313     Tax New Zealand     242
    0315     Time Sheet Defaults     243
    0317     Spec. Provisions NL     244
    0318     Family view Indonesia     245
    0319     Private Insurances Indonesia     246
    0320     Official Housing     247
    0321     Employee Accommodations     248
    0322     Pension Payments     249
    0323     Entitlement Group Type BAV     250
    0326     Imputation of Pension     251
    0329     Sideline Job     252
    0330     Non-Monetary Remuneration     253
    0331     Tax PT     254
    0332     Social Security PT     255
    0333     Disability PT     256
    0334     Suppl. it0016 (PT)     257
    0335     Suppl. it0021 (PT)     258
    0336     Suppl. it0002 (PT)     259
    0337     Prof.Classificat. PT     260
    0338     Absence payment clearing PT     261
    0341     DEUEV Start     262
    0342     Personal Data          HK     263
    0343     Contract Elements      HK     264
    0344     Additional Family      HK     265
    0345     General Tax            HK     266
    0346     Contribution Plan      HK     267
    0347     Entitlement Plan       HK     268
    0348     Appraisal & Bonus      HK     269
    0349     Cont/Ent Eligibility   HK     270
    0351     Country Information     271
    0352     Additional Family Information (TW)     272
    0353     Income Tax (TW)     273
    0354     Labor Insurance (TW)     274
    0355     National Health Insurance (TW)     275
    0356     Empl. Stab. Fund (TW)     276
    0357     Saving Plan (TW)     277
    0358     EE Welfare Fund (TW)     278
    0359     Tax Data Ireland     279
    0360     PRSI Ireland     280
    0361     Pensions Ireland     281
    0362     Membership view Indonesia     282
    0363     Previous Employment Period     283
    0364     Tax TH     284
    0365     Social Security  TH     285
    0366     Provident Fund   TH     286
    0367     SI Notification Supplements A     287
    0368     No longer used     288
    0369     Social Security Data     289
    0370     INFONAVIT Loan     290
    0371     Retenciones en otros empleos     291
    0372     Integrated daily wage     292
    0373     Loan Repayment JP     293
    0374     General Eligibility     294
    0375     HCE Information     295
    0376     Benefits Medical Information     296
    0377     Miscellaneous Plans     297
    0378     Adjustment Reasons     298
    0379     Stock Purchase Plans     299
    0380     Compensation Adjustment     300
    0381     Compensation Eligibility     301
    0382     Awards     302
    0383     Compensation Component     303
    0384     Compensation Package     304
    0386     Health Insurance Ireland     305
    0387     Starters Details Ireland     306
    0388     Union due Ded.  JP     307
    0389     Impuesto a las Ganancias         AR     308
    0390     Impto.Ganancias: Deducciones     AR     309
    0391     Impto.Ganancias: Otro empleador  AR     310
    0392     Seguridad Social                 AR     311
    0393     Datos familia: Ayuda escolar     AR     312
    0394     Datos familia: información adic. AR     313
    0395     External Org. assignment     314
    0396     Expatriate attributes     315
    0397     Dependents                       BR     316
    0398     Contractual Elements             BR     317
    0399     Income Tax     318
    0400     Social Insurance     319
    0401     Prestaciones/Antigüedad     320
    0402     Payroll Results     321
    0403     Payroll Results 2     322
    0404     Military Service (TW)     323
    0405     Absence Event     324
    0406     Pension Information     325
    0407     Absences (Additional information)     326
    0408     CBS NL     327
    0409     External Agencies NL     328
    0410          329
    0411     Taxation Philippines     330
    0412     Reserved PL     331
    0415     Export Status     332
    0416     Time Quota Compensation     333
    0419     Additional tax statement info (NO)     334
    0421     Special remunerations (IT)     335
    0422     Social Security Philippines     336
    0423     HDMF Philippines     337
    0424     Work Stopped (F)     338
    0425     IJSS Summary (F)     339
    0426     Orden jurídica México     340
    0427     Deudas por órden jurídica México     341
    0428     Additional data on beneficiary     342
    0433     GB View for Bank Details     343
    0434     GB view for External Transfers     344
    0435     ITF ADP 309 Free Format     345
    0436     ITF ADP 409 Free Format     346
    0437          347
    0438     Annual Tax additions - SE     348
    0439     Data transfer information     349
    0440     Receipts        HK     350
    0442     Company car     351
    0446     Payroll US Fed Taxes     352
    0447     Payroll US Fed Taxes MTD     353
    0448     Payroll US Fed Taxes QTD     354
    0449     Payroll US Fed Taxes YTD     355
    0450     Payroll US State Taxes     356
    0451     Payroll US State Taxes MTD     357
    0452     Payroll US State Taxes QTD     358
    0453     Payroll US State Taxes YTD     359
    0454     Payroll US Local Taxes     360
    0455     Payroll US Local Taxes MTD     361
    0456     Payroll US Local Taxes QTD     362
    0457     Payroll US Local Taxes YTD     363
    0458     Monthly Cumulations     364
    0459     Quarterly Cumulations     365
    0460     Annual Cumulations     366
    0467     Add'l SI Notif.Data f.Comp.Agts  A     367
    0468     Travel Profile (not specified)     368
    0469     Travel Profile (not specified)     369
    0470     Travel Profile     370
    0471     Flight Preference     371
    0472     Hotel Preference     372
    0473     Rental Car Preference     373
    0474     Train Preference     374
    0475     Customer Program     375
    0476     Garnishments: Order     376
    0477     Garnishments: Debt     377
    0478     Garnishments: Adjustment     378
    0480     Enhancement: Contracts Processing     379
    0482     Addit. data family/related person     380
    0483     CAAF data clearing (IT)     381
    0486     Military Service (PS-SG)     382
    0487     Security/ Medical Clearance     383
    0488     Leave Scheme     384
    0489     Voluntary Service/ ECA     385
    0490     Staff Suggestion Scheme     386
    0491     Reserved RO Social Insurance     387
    0493     Education (PS-SG)     388
    0494     Staff Suggestion Scheme - Evaluator     389
    0496     Payroll US Benefits data     390
    0497     Payroll US Benefits data MTD     391
    0498     Payroll US Benefits data QTD     392
    0499     Payroll US Benefits data YTD     393
    0500     Statistical Data     394
    0501     Other Social Insurance Data     395
    0502     Letter of appointment     396
    0503     Pensioner Definition     397
    0504     Pension Advantage     398
    0505     Holiday certificate (B)     399
    0506     Tip Indicators     400
    0510     Tax-Sheltered Pension (US)     401
    0511     Cost-of-living allowance/amount     402
    0512     Reserved HR     403
    0521     Semiretirement D     404
    0525     Child Care     405
    0526     Work & Remuneration Confirmation A     406
    0527     Payment Upon Leaving A     407
    0546     Termination Data     408
    0548     Supplementary pension funds (IT)     409
    0551           410
    0552     Time Specification/Employ. Period     411
    0553     Calculation of Service     412
    0559     Commuting allowance Info JP     413
    0560     Overseas pay  JP     414
    0561     Datos Impuestos     415
    0565     Retirement Plan Valuation Results     416
    0566     US Pension Plan QDRO Information     417
    0569     Additional Pension Payments     418
    0570     Offshore Tax   GB     419
    0571     Offshore Social Security   GB     420
    0572     Absence Scheme Override     421
    0578     PBS Accumulator Correction     422
    0592     Public Sector - Foreign Service     423
    0593     Rehabilitants     424
    0595     Family-Related Bonuses     425
    0596     PhilHealth Philippines     426
    0602     Retirement Plan Cumulations     427
    0611     Garnishments: Management Data     428
    0612     Garnishments: Interest     429
    0900     Sales and Distribuition Data     430
    0901     Purchasing Data     431
    2001     Absences     432
    2002     Attendances     433
    2003     Substitutions     434
    2004     Availability     435
    2005     Overtime     436
    2006     Absence quotas     437
    2007     Attendance Quotas     438
    2010     Employee Remuneration Info     439
    2011     Time Events     440
    2012     Time Transfer Specifications     441
    2013     Quota Corrections     442
    2050     Annual Calendar     443
    2051     Monthly Calendar     444
    2052     Weekly Entry w/Activity Allocation     445
    2500     Personal Work Schedule Times     446
    2501     Employee Times     447
    2502     Quota Transaction     448
    3003     Materials Management     449
    4000     Applicant Actions     450
    4001     Applications     451
    4002     Vacancy Assignment     452
    4003     Applicant Activities     453
    4004     Applicant Activity Status     454
    4005     Applicant's Personnel Number     455
    thanks
    Naveen
    reward points if useful

Maybe you are looking for