Automatic Employee Vendor Creation while hire employee

Hi,
There is a requirement of finding way that while employee get hired in SAP through HR PA 40 , employee vendor in FI gets created automatically. does any standard place exists to write code for this.

Implement user exit PBAS0002 (SMOD)

Similar Messages

  • Problem in Automatic employee - vendor creation(PRAA)

    Hi Experts,
    Based on the Reference vendor company code Employee vendor need to be created. For single company code its working fine, But for multiple company code it is taking all the employees and checking employee  company code and reference vendor company code. Any one suggest me how to do for multiple company code.
    Thanks,
    Naveen.

    Hi,
    Issue has been solved with Employee number and company code input by adding company code in further selection....
    Thank You.
    Cheers,
    Naveen.

  • Employee vendor creation

    Hi ,matically
    how to create automatic vendor creation via PRAA.
    Is this prgm can run in back ground and will updat enewly hired employees automatically.
    GK

    Hi GK,
    Yes this can be done.
    Follow the steps mentioned in this doc - http://scn.sap.com/docs/DOC-27098
    Thanks
    Vipin

  • Auto Employee vendor creation

    Hi,
    There is a requirement of finding way that while employee get hired in SAP through HR PA 40 , employee vendor in FI gets created automatically. does any standard place exists to write code for this.
    Thanks

    hi
    it is possible via PRAA tcode , pre-requisites are below
    ALL employees for whom  vendor is to be created should have
    1. Infotypes 0,1,2,6,9 maintianed mandatory
    2. Reference vendor should be created from which the program will create a new vendor.
    Then schedule the praa tcode in background and execute the job in sm35 tcode , the vendor should be ready.
    For any automated updation of data  , there are user exits available , this can be done if needed .
    Regards
    sameer

  • Employee Vendor creation - PRAA

    Hi Experts,
    Please can anyone guide me for how we can create Employee vendor by using PRAA.
    I am trying to create it through PRAA but job is not getting crated in SM35.
    Thanks in advance.
    Priyanka Dhuke

    Hi Priyanka,
    As per the documentation in SE38 on program RPRAPA00, the system creates vendor records by reading the infotypes:
    Actions (Infotype 0000)
    Organizational Assignment (Infotype 0001)
    Personal Data (Infotype 0002)
    Permanent Residence (Infotype 0006 Subtype 1)
    Bank Details (Infotype 0009 Subtype 0 or 2)
    The Communication (Infotype 0105) where the email address is stored is not read. Even if the 0105 was read and was able to populate field SMTP_ADDR with an email address in the vendor master record it is actually not possible to email remittance/payment advices to vendors after running the payment run (F110) or creating the DME file. It is only possible to fax or print payment advices. An Alternative suggestion to other customer is to used the User Exit in note 570023 and 407827.
    407827 - RFFO: mail payment advice notes
    570023 - User exits for the generation of vendors with RPRAPA00
    You can use the Interface SAMPLE_PROCESS_00002040 in note 407827.
    Hope this help
    Best regards
    Sarah

  • Auto employee vendor creation report

    HI Experts,
    How to right a program which creates employee as a vendor automatically when HR hires any new employee in SAP, also in future if any detail has been changed in his HR master then the same will be automatically changed in his respective vendor master.
    Thanks in advance
    Regards
    Anita

    Dear Anita,
    Please go through the following url
    http://www.sapfunctional.com/HCM/Vendor/Index.htm
    Have a nice day!
    Regards,
    Rakesh

  • Email Address (SMTP-ADDR) in Employee Vendor Creation through PRAA

    Hi All,
    We have a requirement tp update Vendor Email Address (SMTP-ADDR) from HR master Data (Infotype 0105). I have checked the Available BADI "BADI_EXITS_RPRAPA00" but nothing helpful.
    Can you please suggest on the same ?
    Thanks and Regards,
    -Pooja.

    Hi Pooja,
    Implement the badi : BADI_EXITS_RPRAPA00 and populate the SMTP_ADDR from infotype 105 (sub type : company / Email) in structure BLFB1.
    Now go to Program : RFBIKR00 ( Main Program of batch)
    Sub-Routine : D0111_FUELLEN
    Implement the implicit enhancement point at end of that subroutine.
    Now append bdc internal table FT , with BLFB1-SMTR_ADDR like
    CHECK sy-cprog EQ 'RFBIKR00'.
    CLEAR FT.
    FT-FNAM = 'SZA1_D0100-SMTP_ADDR'.
    FT-FVAL = BLFB1-SMTP_ADDR.
    APPEND FT.
    hope this will solve your purpose.
    Regards,
    Shibashis.

  • Employee vendor creation job cancelled

    When we were trying to create the vendor in backgroud, using the standard program RFBIKR00, job failed. Here is the error message, no idea what happend.
    Job started
    Step 001 started (program RFBIKR00, variant &0000000023327, user ID *******
    Session     1: Special character for 'empty field' is /
    Session     1 session name UP_1700VNDRS was opened
    Trans.     2 record     5: Data record is not flagged as record type 2
    ... Last header record ...
    ... BLF00-STYPE 1
    ... BLF00-TCODE XK02
    ... BLF00-LIFNR 0000410883
    ... BLF00-BUKRS 1700
    ... BLF00-EKORG /
    ... BLF00-KTOKK Z004
    ....Editing was terminated
    Job cancelled

    HI
    Check the Stype value for all the structures you are using in prorgam RFBIKR00.
    since the STYPE = 1 should be only one record,through out the file.
    I think in u r case stype = 2 is missing.
    Regards,
    Raghu

  • Set Posting block and Purchasing block automatically upon vendor creation

    Hi.
    I have a requirement to automatically set the purchasing block and posting block to 'X' upon creation of vendor master. I have seen a user exit to do this but then I can't seem to find a way to set the SPERM field to 'X'.
    Please help. THanks.

    Transaction FIBF start the event manager.
    on menu: environment->info system (P/S) and then execute: it will be displayed all possible events.
    between event 1410 and 1460, you will find all events about vendor.
    click on documentation, it will tell you when the event is reached and what you can do.
    After you have choose an event, you must create a function module, copying it from the sample function module of the event.
    Once you have created your own funcion module, you should go to:
    FIBF->SETTINGS->P/S MODULES.
    This part of customization is not very clear to me, i've never done by myself. Anyway, here you associate at the businness event the function module you have created.
    Sorry for not beeing exaustive, hope anyway could be help you.
    Regards
    Andrea

  • Automatic Creation of Employee Vendor record when hired in HR

    Hi Gurus,
    Any assistance in Automatic creation of Employee vendor record when the employee is hired in HR master data.
    Thanks in Advance
    BLITZZ

    Hi,
    Use the t.code: PRAA. Give reference to an existing employee vendor.
    Or, you can also create a batch job that runs this daily. Before that you need to create a reference employee vendor and input the most common fields in it (like, Recon Account, Payment method, etc.).
    Regards,
    Kiron Kumar T.

  • Freelancers with employee vendors

    Hi SAP Gurus,
    My Client would like to set up the employee vendors with a control that allows only fulltime employees to have an employee vendor set up.
    So when an employee vendor is set up it only allows full time employees in the personnel number field in the employee vendor creation, and no freelancers.
    We want to try and avoid using Validations on basis of Employee subgroup number.
    Is there any other solution to this through configuration?
    Please reply at the earliest.
    Thanks,
    SJ

    I'm with a New York City based company interested in a New York City based freelancer with Digital Production Suite experience.  We are looking for someone to design an interactive application to be used for sales purposes.  If interested, please contact me at [email protected] with your resume and links to your portfolio or any relevant previous work.  Thanks!

  • Employee Vendor Address Issue

    Hello Guys,
    We have issue with Employee vendor. We send employees as vendor to some non-HCM systems. When we are sending one of the employee vendor from HCM system to non HCM system. It sends vendor data and throws iDoc error which is from Function module ADDR_POSTAL_CODE_CHECK.
    It is creating address with one extra entry in POST_CODE2 field. So IDoc is getting failed. Can someone help here? Not sure from where it is creating that extra entry?
    Thanks!

    Hi Sieg,
    Thanks for your reply.
    Company has given Forex advance to employee via third party vendor
    So, We need to debit the amount into Employee Vendor and Credit into Third Party Vendor
    For Ex: Third Party Vendor is Thomas Cook (Forex Provider)
    Please guide me how to post the above entry in Standard.
    Regards
    Shaik

  • Create employee vendor to post net salary

    Hi Experts,
    We have a client requirement where they want to post employee salary net salary to employee vendor. Currently i have configured employee salary to go to balance sheet account.
    Can someone please tell me how to create employee vendor in HR and then post net salary to employee vendor account so the HR and finance can see employee wise ledger.
    Really appreciate any help.
    Regards,
    Jyoti

    Jyoti,
    If you will refer your message, it is cleared that vendor of this PERNR is not created, In FI end, for every pernr they create vendor, so you please coordiante with FI people to resolve the issue,
    This is a very simply issue, dont know why your FI people is treating like.
    1. No creditor with the search key 1000 LFB1 PERNR 00100005 has been found
    2. No vendor found for this selection
    3. Required field GL_ACCOUNT was not transferred in parameter ACCOUNTGL
    4. Error in document: HRPAY 0000000102 CLNTAVD510
    5. No data was transferred in parameter ACCOUNTPAYABLE
    Further read the doc. of Vendor accuount, you will get more clarity, Please go thru the same and discuss with your FI people
    There are two kinds of vendor accounts available:
    Fixed vendor accounts: Employee grouping for account determination offers the most precise means of control for posting to fixed vendor accounts.
    Employee vendor accounts: Posting to employee vendor accounts enables posting for a specific personnel number.
    In this step, you make entries in table T030 for the assignment of vendor accounts to symbolic accounts.
    Example
    Fixed vendor account
    You want to deduct dues to various unions from the employees in your enterprise. For each union, you have set up a specific wage type for dues and a specific symbolic account. In this step, you assign a fixed vendor account to each of these symbolic accounts.
    Employee vendor account
    You want to post dues to a different vendor account for each employee. To this effect, you have created a symbolic account for all employees. In this step, you specify how the corresponding employee vendor accounts are determined.
    Requirements
    You have created the required vendor accounts in Financial Accounting.
    You have carried out the step Define Symbolic Accounts. In that step, you created symbolic accounts with the relevant account assignment types (KF for fixed vendor accounts, K for personal vendor accounts). In that same step, you flagged the indicator EG-depend  for symbolic accounts to which you want to post in line with the Employee grouping for account determination.
    If you want to post to employee vendor accounts, you have entered the relevant personnel number in one of the following fields in the vendor master data of Financial Accounting. We recommend that you use the Personnel number field. If you use another field, you must enter the personnel number with leading zeros.
    Personnel number
    Search term
    Telephone 2
    Data line
    Teletext number
    Standard settings
    There are no standard settings for posting to vendor accounts. If, in the step Define Symbolic Accounts, you have not created any symbolic accounts with the account types KF or K, you do not have to carry out the step Assign Vendor Accounts.
    Activities
    1. Enter the required chart of accounts.
    2. To make settings for the posting procedure Personnel posting to vendors (HRK), choose Rules
    3. Choose Posting key. Enter the posting key for postings to vendor accounts or copy the default values (21 for debit posting and 31 for credit postings).
    4. Choose Accounts. Make the corresponding entries in the table T030.
    a) If you want to assign a fixed vendor account to a symbolic account, and if required, an employee grouping, enter the number of the vendor account in the Acco column.
    b) If you want to assign an employee vendor account to a symbolic account, and, if required a employee grouping, enter the relevant key (see table below) in the Acco column.
    Personnel number in field (Vendor master data) Entry in the Account column (T030)
    Personnel number    *0002
    Search term    *0001
    Telephone 2    *0003
    Data line    *0004
    Teletext number    *0005

  • Error in Vendor Creation

    Hi,
    In Vendor creation , while  selecting  the Country as United States ( US) in Vendor address the following error message is displayed
    "Communication error with the external tax system (VERTEX_MS0018)
    Message no. TAX_TXJCD864 "
    How to solve this issue?????
    Regards,

    Hi,
    Check the following entries.
    OBCO   : Check the schema TAXUSX  (VERTEX Standard Jurisdiction Code)
    OBCP   :  Select the costing sheet TAXUSX, check the tax jurisdiction codes
    IMG>Financial accounting new > Financial accounting Global settings > Tax on sales/puchases >basic settings > External tax calculation.
    Take FI consultant help make necessary settings.
    Regards,
    Chandra

  • Job Scheduling for Employee Vendor master creation

    Hi,
    We want to automate the activity of creating the employee vendor master.
    If an employee is hired today, a job should run tonight and create his vendor master based on the no range set.
    I believe we need to use program PRAA.
    We have 5 company codes with 5 different no ranges.
    Please suggest with steps on how to do this?
    Thanks
    P909922

    Hi
    The reference vendor is given correctly so that it comes under the company code for which the employee is hired....
    the problem is that the system picks up the first pernr (first employee in the system), reference vendor and matches these together and throws the error message
    "Reference vendor 0000pernr , company code XXXX do not exist"
    So I understand that if the employee is hired for the same company code of first pernr, this will become successful....
    But, how do we do this this activity for remaining 4 company codes? for remaining 4 company codes, we will get the same error message.
    Any suggestions?

Maybe you are looking for

  • Can I assign more than one Pricing procedures to the one vendor.

    Hi Gurus, Can I assign more than one Pricing procedures to the one vendor. If possible, where it can assign &give the procedure. My client requirement is : Vendor supply the goods from two different countries. So, pricing procedure is different becau

  • Mac Mini supporting 2 x 30" Cinema Display. How do I?

    I currently have 2 x 30 inch Apple Cinema Displays. I am considering saving space and getting a new mac-mini. I know the displayport/thunderbolt port can power 1 x 30 inch display, but how about dual screens. The HDMI port does not max out past 1920x

  • Help with activation of used iphone 4s

    i just purchased an iphone 4s from craiglist and i am unable to activate the phone...any suggestions?

  • Weird characters in known_hosts file

    We have a Solaris 9 Client system that does ssh to other Solaris servers. StrictHostKeyChecking is set to "No" in /etc/ssh_known_hosts. Even when the public host key of the servers do not change we see that there are multiple entries in $HOME/.ssh/kn

  • Best application design for LOV's with historical values

    Hi, I'm trying to find a way to solve a standard LOV problem the best way in Apex. All over my application I am using LOV's which I like to define on a UI defaults level so I can inherit these definitions on all pages I create on these tables. If I d