LSMW to upload Business Partner through IDOC

Hello,
I have requirement to upload Business partner  through IDOC. I am using below message type and IDOC type.
1:- Message Type :- CRMXIF_PARTNER_SAVE_M
2:- Basic Type :- CRMXIF_PARTNER_SAVE_M02
Could you please tell me what configuration I need to do for this? Like creating partner profile, port etc
Also I need to extend this IDOC segment to take care of my Z fields.
After extending the IDOC segment do I need to write code in order to update this Z filed or it will be take care and also how to extend existing IDOC.
If any one have has done this before then please share the logic.
Kindly help.
Regards
Sachin

Hi,
Try LSMW with the IDOC method.
Message type: BUPAFS_FS_CREATE_FRM_DATA2
Basic type: BUPAFS_FS_CREATE_FRM_DATA201
You will need to setting for IDOC: port, partner type, etc.
Manish

Similar Messages

  • Creation of Business Partner through IDOC

    Dear All,
    I have to create a business partner which happens through Idoc of message type DEBCOR. My problem is that though I am getting the IDOC message as incoming type which is also getting processed however the creation of BP is not happening. Since IDOC is also showing in green as successfully processed, I dont have any clue where to check it. Any idea as to what could be the possible problem ?
    best regds
    Subha

    IDocs and BAPIs sometimes behave differently than transactions. You might need to add a user exit specifically for IDoc processing. Otherwise send a message to SAP and have them look at it.

  • LSMW to upload business partner in SAP

    Hi
    I need upload in SAP many business parter by excel file  How can I do it? The transaction is BP.
    Can I use LSMW?
    Thank you.

    Hi,
    Try LSMW with the IDOC method.
    Message type: BUPAFS_FS_CREATE_FRM_DATA2
    Basic type: BUPAFS_FS_CREATE_FRM_DATA201
    You will need to setting for IDOC: port, partner type, etc.
    Manish

  • Error in creating business partner through transaction FPP1 in ECC6.0

    HI,
    We have upgraded our system from 4.7E to ECC6.0.Now when we are trying to create business partner through transaction FPP1 we are getting error as " Exception condition "NO_ACTIVE_TAB" raised."
    Can any one help us in rectifying the error and tell us the possible causes of error.. .??
    Regards,
    Shruti Singh

    Hello,
    Notes  696189 & 618123 may be of some help to you....:)
    Regards
    Olivia

  • Creating Business Partner Through Code

    Hi Everyone
    I just wanted to know if any of you knew a way to create a business partner through code.
    If there is a way or a sample that anyone can provide that would greatly
    apreciated.
    What would mandatory fields be? I know CardCode would be one mandatory field but what else would be essential?

    Hi Sebastiano,
    If you only need to read the BP data from the 'source' company then you shouldn't need to log in to it. The RecordSet object should be capable of sending a SQL query that references the other database.
    For example:
    string sSQL = "select * from " + sSourceDatabase +"..OCRD where CardCode = '" + sMyBPCode +"'"
    where sSourceDatabase is the Database ID for the source company and sMyBPCode is the BP you wish to copy.
    Using this you should only need to log in to the company where the BP needs to be created. So the whole process should be something like this:
    1) Connect to second company
    2) Run the query to collect the BP data from the first company
    3) Create an instance of the BP object and use the recordset object to assign the properties
    4) Add the BP
    Hope this makes sense
    Owen
    P.S. The other option is to use XML. See this post:
    Copy items between databases

  • Problem in Creating Business Partner through BP

    Hi All,
    I am facing a problem in creating a business partner through transaction BP. I am selecting the Create Person tab. Selecting 'Employee' as BP role, choosing Xxternal Assignment. I am also giving mandatory fields like First name , last name and country. When i am saving it it is getting saved but an error message comes which says "Personal Address does not exist".
    The entry comes in table BUT000 also but when I go to BP transaction again and open the Business partner it is not opening giveing the same error message. Please help in resolving this.
    Thanks & Regards,
    Saket

    Hello Saket,
    The error "Personal Address does not exist" (AM013) indicates a DB inconsistancy. That is the address number in table BUT020 does not have data in table ADRC. Please check whether this is your case.
    If you can recreate such error in a non-modified SAP enverionment, please raise a customer message to SAP.
    To correct the inconsistancies, please use the reports in note 865271 and note 1096330.
    Best regards,
    Maggie

  • Uploading Business Partner Opening Balances

    Hi
        All
               I want upload business partner opening balance by DTW or Import data is it possiable????
    Thanks & Regards
    Amit

    BEST PRACTICE:
    Import all the open documents with Service Invoices/Credit Memos, with the same document number and date than in the legacy system. It does not matter what the client says - they ALWAYS have issues afterwards.
    In this case DTW is the best option.
    Kind regards
    Carin
    Edited by: Carin Botha on Aug 17, 2010 3:05 PM

  • Facing error while uploading Business partner supplier data in MDG

    Hi Experts,
    I am trying to upload Business partner data for supplier in MDG.
    I am following the document: Installing, Configuring, and Using the Excel Up... | SCN
    The system gives an error that : Business partner does not exists. It is not able to create a new BP.
    Please check the error log in the attachment.
    However if I give any existing BP number under the Vendor number in the csv file, this updates the BP successfully.
    Please help me if you have faced similar situation.
    Thanks &regards
    Ashwini

    Hi Paul,
    I was logged on as manager (superuser). So that was not the problem. But your advice to check account settings help me to find the answer:
    In Administration -> Setup -> Financials -> G/L Account Determination in TAB Sales/General the field "Permit Change of Control Accounts" was not filled.
    After filling the field we can change country again.
    So thank you for your helpful answer.
    regards,
    Daniel

  • Assigning mobile number to Business Partner through BADI

    Hi Experts,
    I have to create a business partner(organization) through a badi with the fields like name name1,name2,street, house number,telephone,email,mobile number. I am stuck in mobile number. I was able to create business partner with all the other fields but i dont know how to get hold of mobile number.Please suggest me functional module or the process of assigning mobile number to the BP.
    Edited by: anurag112 on May 18, 2011 2:36 PM

    Hi Anurag,
       There is a field called R3_USER in the telephone structure(IT_ADTEL). If this field is populated with 2 or 3 which means it is a mobile number. You can use BUPA_CREATE_FROM_DATA FM to create BP.
    Regards,
    Lakshmi.Y

  • How To upload business partner into sap crm using xif Adapter by XML File

    HI Guru's,
                 I got Requirement to upload the business partner information into sap crm system using xif adapters from xml file , please give  imformation how can achive this .
    Regards,
    Naveen Kumar MS

    Dear Naveen,
    please see the information given in note 448742 General notes on CRM external interfaces!
    Hope you can find the information!
    Regards, Gerhard

  • Upload Business Partner Attachments

    Hi Experts,
            I am working in CRM7.0, I want know the transaction code to upload attachments for Business Partner. And i also want to know corresponding tables being used to store it. Please suggest some solution to read the attachments of the Business Partner.
    Please help me on this.
    Thanks and Regards,
    Peter Dinesh.

    Hi Peter,
    You can upload documents in trx. BP tab documents.
    Check this thread [;
    Best regards,
    Caíque Escaler

  • Importing Business Partner through DTW

    Hi All...
      When i'm trying to import data through DTW it does not reflect changes in Database...Does anybody having any idea???
    Thanx

    Dear Pari,
    Please check the following :-
    1. Please make sure that the check box test run is not checked.
    2. Please check the database that you have selected before you will start the import.
    3. Please test this issue in the latest patch of SAP Business one and DTW.
    If still you have the same issue, please provide the details information about the
    SAP Business One version and the DTW version in which you are doing the test.
    Regards,
    Rakesh Pati
    SAP Business One Forum Team

  • Issues while adding job title  of a Business Partner through rel ship cate

    Hi friends
    we are getting employees data from R/3 HR . i am trying to assign the job titles to employees in CRM systems through relationship category but here i am getting error "Maintenance is only possible via an external HR system" .here if choose continues i am getting job title in change mode . i can give input for job title but  it is not saving. Could any one please suggest me how to do add the job title.
    whether it can be possible to change job title in CRM or not.
    If it is HR how could i add it.
    Earlier reply would be appreciated
    Thanks in advance
    Rao

    Hi friends
    we are getting employees data from R/3 HR . i am trying to assign the job titles to employees in CRM systems through relationship category but here i am getting error "Maintenance is only possible via an external HR system" .here if choose continues i am getting job title in change mode . i can give input for job title but  it is not saving. Could any one please suggest me how to do add the job title.
    whether it can be possible to change job title in CRM or not.
    If it is HR how could i add it.
    Earlier reply would be appreciated
    Thanks in advance
    Rao

  • Creation of Vendor without Business Partner through MDGS

    Hi
    Can it poosible to create only vendors and not business partners in ECC from MDGS?  I know we can create vendors in MDGS but also creates BP in BUT000 after approval. I want only vendors to be created in LF* tables and no entiry in BP releated tables table..

    Dear Abdullah,
    Please clarify the following doubts.
    "Replication is done after the data is moved to the active area". here active area means the active area of MDG??replication moves the data from the active area of MDG to the tables of ECC in case of BP data model right?.
    Also in the case of co-deployment we still need to replicate from the application tables in the co-deployed system to target system?
    Thanks & Regards,
    Ibrahim.

  • Upload LSMW for Grant Master and Business Partner

    Hi,
    Does anyone have LSMW' for uploading business partners and Grants
    A basic one can be shared. I will build up on that in terms of adding fields etc...
    Regards
    Anish

    Hi,
    As both the Grant master and the business partner have tables in several screens, using LSMW is not recommended.
    For the grant master record I'd use BAPI_0035_CREATE - Works better and faster.
    LSMW cannot support complicated scenarios, such as adding an alternating number of sponsored classes per grant (for example - one grant has 3 classes and another has 4 classes). The BAPI can solve such problems.
    Best regards,
    Shahaf Yaari

Maybe you are looking for

  • Duplicate pages for the same artist

    Hi, In the Indian Classical instrumental music there are two artists with duplicate pages due to slight variation in name or spelling. These are Hariprasad Chaurasia, Pandit Hariprasad Chaurasia Pandit is a title. These should be combined so all albu

  • (Solved) MPD Pulseaudio client no sound

    Hi, I've installed MPD on my server, configured the music path I can play music on clients, but I don't have sound on client ! I've try audio_output HTTP and Icecast, I'm not interrested in these two solutions. So I wanted to broadcast sound over net

  • JSP results on excel (.xls)  file

    Hi all, I want to have a link on a jsp file which would display the contents of the .jsp on an (.xls) file I know some webpages allow this like yahoo finance does. Can anyone please help me with this and let me know how to approach it . Thanks in adv

  • How run live/install linux from usb/sd?

    Hi there, im trying to run in live mode a linux distro (e.g. Backtrack or Ubuntu) from usb key but im experiencing issuess... i tried Uinetboot usb creator and even partitioning the removable drive in hfs and ext4 with rEfit installed in the first on

  • We have a 3rd generation iPod nano which we have forgotten the password to.  How do I reset it to factory settings so I can sync it with our iMac and iTunes?

    How do I reset our iPod nano 3rd generation to factory specs so we can sync it to our iMac and iTunes?  We have forgotten the password and have given up on the guessing game after too many attempts.  I have been through the support, tried trouble sho