Problem about replicate the vendor master from R/3 to SRM5.0

Hi guys,
I have vendor in R/3 backend system.And the vendor data has been customized.We have added some customize fields to the table LFA1 which is not exist in the standard R3 system.
Now,
I want to replicate all vendor information to SRM5.0 include these customized fields.I have tried t-cd: BBPGETVD&BBPUPDVD.But it only copy the standard fields.
Then I searched the web and found some information said that at SRM side I should use eewb to make extension for vendor in SRM and create instance for the BAdI:BBP_GET_VMDATA_CF and do some coding in the method GET_DATA & UPDATE_DATA.
At the R/3 side I should create a instance for the BAdI:BBP_MAP_VMDATA_CF and do some coding in the method MAP_DATA.
So at the SRM side I used eewb and it generated some function:
ZZSER_BUPA_DTL_ADD
ZZSER_BUPA_DTL_CHANGE
ZZSER_BUPA_DTL_REMOVE
ZZSER_BUPA_GET
And I created a instance for the BAdI:BBP_GET_VMDATA_CF.
At the R/3 side I created a instance for the BAdI:BBP_MAP_VMDATA_CF.
My problem is
1.I don't how to use those functions(generated by eewb) in the method GET_DATA & UPDATE_DATA.
2.I don't know what should I do to the method MAP_DATA(R/3 side)
3.When will these instance be called?It seems that the t-cd BBPGETVD &BBPUPDVD won't find the BAdI's instance(I didn't find any code such as cl_exithandler=>get_instance in the programe BBP_VENDOR_GET_DATA which is for t-cd BBPGETVD&BBPUPDVD)
4.If there is a solution to the problem 1-3 and all has been done, then from where should the import parameter IT_LFA1(in R/3's BAdi BBP_MAP_VMDATA_CF) get its value?
Can anyone who are familiar with these BAdI help me? Thanks in advance.

Hi
<u>Which R/3 and SRM versions are you using ?</u>
<b>Vendor Master Extension in SRM</b>
<u>Vendor Master Extension in SRM</u>
<b>Look for the OSS Note for more details.</b>
Note 675800 - Business partner enhancement SRM on maintenance screen
<u>Please See this thread for creating customer fields in BBPMAININT Transaction.</u>
Re: Adding new fields in VEndor master data in EBP
Do let me know.
Regards
- Atul

Similar Messages

  • Unable to replicate the Vendor Master Records

    Hi I am using the transaction BBPGETVD to transfer the Vendor Master Records from R/3 ro SRM...but could not able to transfer it as I am getting an error "Organizational unit -
    does not exist; check entries", even through I have created Organisation Structure for Vendor also. I have maintained all the relavent parameters in the Attributes.
    The following attributes I have maintained: System Alias for Accounting Systems, Company Code, Local Currency, Current ITS for an External Partner, Accounting System for Vendor, System Alias for Vendor.
    Can any one tell me is there any other parameters to be maintained or where I am going wrong.
    I am working on SRM5.0.
    Thanks and Regards
    PKM

    Hi
    Please go through these links.
    Re: vendor not intended for a puchasing org
    Re: Vendor replication
    Re: Not able to replicate Vendor from R/3
    Re: What are the steps to me followed to get the vendors from R/3 to SUS
    Re: Vendor replication Error. SAP R/3 to EBP system
    Re: vendor replication
    Re: Vendor replication
    Replication of verdor records
    Regards
    - Atul

  • Update the Vendor master from Employee master - PRAA

    Hi
    I need to know the process of updating multiple vendors from multiple employee data .i.e.bank,address and pernr.
    I was using PRAA transaction but it was not updating ...i think i miss some entries..especially file path...
    what are the steps need to be taken care of ...what should be in the file in the file path?
    please let me know
    Thanks

    Thanks Rob
    I checked the documentation..and found my error...actually the PRAA is updating vendor with employee data only when the employee number(PERNR) is updated in Vendor master...so i updated the field PERNR in Accounting section of Vendor then i ran the transaction PRAA it worked...it created the session and i processed the session..
    My question is ..is the PERNR is mandatory in Vendor master record?
                              and How iam going to update the multiple vendor records with multilple Employee records? since the vendor for Reference is the single filed?
    Please let me know
    Thanks
    Govi

  • *Journal Entries while uploading the vendor master data from legacy system*

    hi SAP Folks,
    can any one of you tell me the journal entries while uploading the vendor master data from legacy system to SAP system.
    Eg: legacy system is having 10000 vendors list, 1 reconciliation account and $ 1000000. while uploading all these data from legacy system to SAP what are the journal entries we get.
    thanks in advance.
    Edited by: ravindranath manikonda on Nov 24, 2008 1:12 PM

    Hi
    you will be having  only one entry logically
    i.e. Opening Bal. clrng A/c Dr.
           To Vendor A/c Cr.
    regards

  • Possibilities to replicate R3 vendor master to CRM

    We are working with SAP ECC and at them moment we are installing CRM 4.0 Best Practices. Replication of customers from R3 to CRM is working but we face a problem with vendor master records:
    In R3 we have setup sales representatives as vendor master records (account group EMPL). In R3 every sold to customer must have 1 sales rep linked as a partner function. In CRM we need to have the same situation.
    Does somebody know what configuration/steps we have to follow to be able to replicate a vendor master record and a sold to-sales rep partner function be able to CRM?
    Another example is forwarders (also vendor master records) that we have to link as a business partner to our ship to's.
    Your help is very much appreciated!
    Kind regards,
    Angélique Heutinck

    Have a look at OSS note 883162, there is a config guide linked and that is what we have used.

  • How to deactivate the vendor master workflow???

    hi
    I need info about how deactivate the vendor master workflow? do we have any Transaction Code for that?

    hi,
    go to tcode XK06, there you can set a deletion flag for that vendor master. Then the basis people will archieve that to delete it permanently from the database.
    Regards,
    Prasath

  • RFC to get the Vendor Master details

    Hi Experts,
    We have a requirement to create an RFC to get the Vendor Master details (Used for Searching the Suppliers), where the Input criteria : Vendor Name(First Name & Last Name), City, Purchase Organisation and the corresponding output is Address Data, Central Data, Bank Information, Sales Data of Customer. Is there any standard report or function module we can use for this requirement.?
    Thanks & Regards
    -Asim

    Hello,
    You may need to write your own RFC with the interface that you want. If all the input parameters are obligatory then you can use the following logic
    Select the vendor numbers from table LFA1 based on the name and city.
    Us these vendor numbers with the purchase organization from the input parameters and filter them using the table LFM1.
    Now the result will be all vendor numbers with the name specified in the city for the specified purchase organization.
    That may be multiple vendors so run a loop and inside the call the RFC BAPI_VENDOR_GETDETAIL and pass the vendor numbers to get the other details.
    Hope this helps in solving your query.
    Regards,
    Sachin

  • Report on field Corporate Group (Group key) of the Vendor Master

    Hi,
    We have a vendor with for example 4 different locations. In SAP we have therefore 4 different vendor masters. We want to report not only per seperate vendor master but also we want to report on the vendors corporate level. Now we have populated the field Corporate group (Group key) on all 4 vendor masters.
    Are there any financial reports where you can use the field Corporate group (Group key) from the vendor master to consolidate on?
    If there are other solutions for reporting in this case then please let me know.
    Regards,
    Roel van Loon

    Hi
    I hope it is corporate group under account control tab in VM general data. If you maintain any data here - you can use vendor open line item report (FBl1n) to get the report on open items cleared items for these vendors collectively. You can see this option in dynamic selection in report - vendor master tab.
    Thanks
    Edited by: Praveen Raghavendra on Jan 16, 2009 2:38 PM

  • New to ABAP -- Need help with any BAPI to update the vendor master record

    I have a requirement to update the vendor master record ( ie purchasing block data inlfa1 and lfm1 table )directly. i have created the report but my problem is i am updating tables directly by using modify which is not correct according to SAP hence i want to use bapi whereby i can change the fields of the table. does anyone know any bapi which can modify the lfa1-sprem field and lfm1-sperm field. Plz hep me. They have specifically asked me to do it using BAPI's.

    MAP2e_lfa1_to_bapivendor_04
    MAP2e_lfa1_to_bapivendor_05
    will be helpful

  • Transaction to have the Report displaying changes done in the Vendor master

    Hi Team,
    We have done some changes in the Vendor master for examle Vendor  currency and Payment terms.
    is there any transaction which will give the Changed list of Vendors with user details ,date and with old 
    and
    New values.
    Regards,
    Adinath Raykar

    xk04
    you have to choose from menu ENVIRONMENT to get a list for many vendors at once
    Edited by: Jürgen L. on May 18, 2009 11:40 AM

  • Withholdin tax portion ont comming in the vendor master

    dear all,
    when I am trying to up date the withholding tax information in the vendor master data I caanot find the with holding tax screen in the vendor master data.
    plshelp me
    rakesh

    hi,
    Activate withholding tax for company code and then you will be able  to see the with holding tax portion in your vendor master.
    Hope this will solve your problem.
    Bye
    Javeed

  • Sustainability in the Vendor Master

    There is much discussion about [sustainability|http://www.sdn.sap.com/irj/bpx/sustainability] in the BPX community and in other sources.  Much of the discussion is about initiatives SAP has taken as a company to become more "Green" or white papers about the topics of CSR and sustainability.
    I've got a much more concrete question.  In the vendor master (ECC6.0) what fields are available to help classify or document sustainability indicators of vendors?  How would you begin to go about creating an evaluative record of practice or performance?  GRI provides a [reporting framework G3|http://www.globalreporting.org/ReportingFramework/ReportingFrameworkDownloads/] and standards for reporting but, where in the vendor master can some of the indicator profiles be recorded?

    Hi
    Sustainability is possible in SAP (vendor master) if you implement GRC module. This module has control all over modules when it comes to Sustainability.
    regards
    Antony

  • Assigning Creation Profile in the Vendor Master

    Help needed to find the release "Creation Profile" in the Vendor Master. I am not able to locate the input box in the Vendor Master "Purchasing Data" Tab.
    Already tried:
    Extras >> additional purchasing data >> data retention at plant level
    Purchasing view >> Extras >> Alternate data for a plant
    - the "Creation profile parameter is not there
    Any help is appreciated.

    Thanks for your reply. I should clarify the issue once again.
    Problem Clarified
    "Release Creation Profile" already exists (defined) in IMG and I need to assign it to a vendor in the Vendor Master on the "Dif. Purchase Data" which is plant specific. I couldn't find the field "Creation Profile" in any of the purchasing data.

  • How to transfer vendor master from MM to SUS?

    Hi friends
    How to transfer vendor master from MM to SUS
    Are the following steps correct
    1.create vendor master in MM
    2.use tcode BD14 in MM and enter partner system as SUS ( to send vendor master)
    3.use BD15 in SRM to accept the master data from MM.
    Please let me know if i am wrong
    Thanks
    Vinny

    Hi Vinny,
    Please follow below steps for transferring vendor master from MM to SUS.
    !) Create a vendor master in MM and assign class type ALV under enviornment-Classification tab.
    2)Go to BD14 and enter following fileds
    Vendor number
    Class
    Message type
    Target System...
    Before doing BD14 hope you have done all the partner profile configuraion as well as model view creation and mapping has been established between MM to XI to SUS.
    Before repliating vendor, please note that vendor root org unit has been created in SUS system.
    After executing BD14 then check in your mm system WE05 whether idoc has been generated and sent to XI system.
    If sent to XI system successfully then please check in SXMB_MONI t-code in XI what is status then finally check  in SUS.....
    If useful points please...
    Thanks
    Ravi

  • Can we use idoc technique to change or delete the vendor master data?

    Hi,gurus,
    Can we use idoc technique to change or delete the vendor master data?You know we can create vendor data using idoc CREMAS03 as the receiver adapter,but when change or delete the specified vendor data,must we use RFC adapter technique?
    Another question:I found the bapi which creates a vendor master data doesn't have the parameter account group,then we turned to idoc technique.But which adapter should I use when change or delete the vendor data?
    Thanks in advance.

    Hi,
    >>>I found the field of the segment of deletion flag at different level,and very appreaciate your help.
    yes - LOEVM  - but remember this will not delete the record but only mark it for deletion
    >>>It's a long time to wait for your new blog,what new and interesting things do you find?
    at least 4 new in my head - 2 simple but important and 2 new + I'd also like to write something for XI guys about
    BO data integrator which can also work as EAI tool (BTW I know it's ETL) but how knows when they will appear
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • Minha página inicial muda toda vez que ligo o pc, ja fiz várias coisas, oq mais posso fazer?

    Ela esta definida como a página original do Mozilla Firefox, mas quando ligo o pc, ela abre a página "www.gamegoogle.com" mesmo a página padrão estando definida... No atalho, (ao clicar com o direito do mouse no ícone do Mozilla, tem uma linha após o

  • Export Dunning letter to PDF

    Hi, When running the Dunning, on the Recommendation Report screens/step, why can we not export a customer letter to PDF? Instead it goes to the PLD screen format. Seems to me I used to be able to do this... currently on SBO2007A SP01 PL07. Thank you,

  • I would like to know why i have to pay a service fee even if my IPOD 4 gen is within the warranty period

    My Ipod touch screen get White there fore i brought it to the premium retailer where i bought it. after 15 days with no anwser of the retailer, i moved to the shop to have more information. they told me that my ipod could not be repaire and i had to

  • Purchase requisition waiting for approval

    Hi , Can you please tel me a table name where i can see a PRs waiting for approval for particular user. Like , when we  see PRs  in ME55 tcode for particular user. From which table we get these entries?? Much thanks in advance., Nilesh.

  • Using adobe 11.0.03

    I've installed adobe 11.0.03.  Now many pdf files appear as a black screen and leave no trace of having been downloaded. What's going wrong!  How can I fix it?