LSMW what BAPI to use to load Business Partner?

Could anyone tell me what BAPI to use for business partner? i think its part of CRM..... I'll work out what a BAPI is later! But i gather batch recording is not the go?
I don't know anything about SAP, BAPIs and Idocs and Batch recordings!!! I have a number of flat files, I want to import please show be some direction, would be appreciated.
mike

Thanks,
Yes we have used the recording tool and actually loaded one file in the SAP system, as a test, however we have fields in "tabs" ie one customer has many phone numbers - a multi structure record. I believe the recording tool is no good for such cases!
I'm not sure whether I have need to have one input file or whether I need to have two files one for cutomer and another for phone details.
The 2nd question is my original question what BAPI or other method can I use for customer (business partner) details, as the recording method is no good for data with 1 to many relationships. HELP!

Similar Messages

  • What is the use of the business partner cockpit ?

    Hello All
    What is the use of the business partner cockpit ?
    Regards
    Jacopo Francois

    Hi,
    BP cockpit is also called as BP factsheet. It gives the 360 degree view of the BP transations. Its a BSP application on GUI. To enable the factsheet you will have to activate the relevent BSP services in sicf.
    For more informatio refer
    http://help.sap.com/saphelp_crm50/helpdata/en/8d/b65a42a0836255e10000000a155106/content.htm
    Reward points if helpful.
    Shridhar

  • What BAPI's use the ERM of the SAP GRC AC 5.3 to create the roles in the R/

    Hello,
    Does somebody knows what BAPI's use the ERM of the SAP GRC AC 5.3 to create the roles in the R/3?
    Thank you in advance.
    Pablo Mortera.

    Pablo,
       I don't have access to the system right now. Go to SE38 and search for 'Virsa' BAPIs...it will list all the ERM BAPIs under RE. The naming convention is pretty straightforward so you will be able to find a create role BAPI. If you open this BAPI, you will be able to find the SAP delivered BAPI which is being used in PFCG.
    Alpesh

  • GETWA_NOT_ASSIGNED short dump when load business partner master data

    Hi
    I've this error GETWA_NOT_ASSIGNED short dump when load business partner master data, it's running in BI 7.0 with support package 12.
    The error is because the field symbol is that pointed to the line of an internal table that was deleted.
    I think that it's an incompatibility between subroutine and unicode.
    Do you have idea about correct this error?
    Regards
    Jose.

    Hi Ravi
    Yes, it's a dump
    It's when running a process chain to load Business partner master data
    The error say:
    -.You address a field symbol that pointed to the line of an internal table that was deleted.
    -.You address a field symbol that was previously reset using UNASSIGN or that pointed to a local field that no longer exist.
    -. You address a global function interface, although the respective function module is not active - that is, is not in the list of active calls. the list of active calls can be taken from this short dump.
    I think that it's for the unicode corversion because I've the last support package 12 installed and the rest of the process chain are running perfect.
    My hotmail mail is [email protected] if you need the screen shot.
    Regards and thanks a lot
    Jose

  • IDOC error when using LSMW+XIF to load business partner data

    Hi experts,
        i have configured the LSMW using idoc type 'CRMXIF_PARTNER_SAVE01', but it gives somes errors like below (LSMW_BP456 is the BP no)
    E  Partner LSMW_BP456 (4A01EE5D47261621E10000000A0A0ACB ): the following err
    W Partner data processed with key PartnerGUID 4A01EE5D47261621E10000000A0A0
    W Partner data processed with key PartnerID LSMW_BP456
    E No update is defined for BP role 000000
    E Validation error occurred: Module CRM_BUPA_MAIN_VAL , BDoc type BUPA_MAIN
    E Error status 'A ' calling validation service
    In fact i have loaded product succesfully using this interface, so i am sure the basic setting is done for XIF interface.
    And i found the error messages come when executing below code in fm 'CRMXIF_PARTNER_SAVE' in debug mode. I am not very familiar with BDOC and it seems that the error occured when processing bdoc.
    call MW flow service synchronous (error handled by caller)*
      IF lv_callmode = 'S' OR lv_callmode IS INITIAL.
        CALL METHOD cl_smw_mflow=>validate
    Any advice ? thanks

    Hi,
    I have looked into the issue. If you are trying to create the BP with general role 000000, i think it might not be possible via LSMW.
    The error message is correct, because role 000000 is indeed not relevant for update because if you can see in the customising Tx BUSD, 'FLAG - Do not update' will be active. This is the reason why you are getting the error message of 'No update is defined for the role 000000'.
    When you insert a partner in role "000000 General Business Partner",the error message "BP role cannot be updated" will be returned. This error message is very specific for this issue. You can create BP in different roles apart from the general role.
    Indeed if you try to change the 'Do not update' flag to inactive state and process the LSMW project you will be able to create the BP but it is strictly not recommended.
    This role is a technical role which exists for the creation of BP, and immediately you will fall back to other roles available for the partner.
    So i feel you need to change the role before you create BP with this role via LSMW.
    I hope this helps.
    Regards,
    Venkat

  • What BAPI to use to access table MVKE for materials details

    I am making a product catalog where I need to display our product data. This is stored in the MVKE table. What BAPI would be the correct one to use?
    Henning

    The BAPI 'BAPI_MVKE_ARRAY_READ' has an input field of type text called  TVTA_SPART. What is this?
    The other BAPIs suggested work fine once I figured I needed the required amount of zeros to the material number.
    Thanks
    Henning

  • Business One 8.8 what is the DI property for Business Partner Active filed

    I cannot find the property for the Active ( and Inactive) field
    for the Business Partner for DI
    The item I am talkign abouts is in the bottom lefthand corner of General Tab of Business Partner
    for active the item number is  10002044
    for Inactive it is 10002045
    I need to set values for these using DI.
    Does anyone know what this property is ( or do you know if it is supported with 8.8 )
    I am on 8.8 Australian version SP00 PL12 planning to go PL14 soon.
    Thanks very much.

    Hello
    Use the Frozen property to set the BP to Inactive, and you may use the FrozenFrom/FrozenTo dates to specify a date range. Please Note, the date cannot be cleared via DI API (there is no possibility to set it to NULL):
    Regards
    János

  • BAPI for document tab of business partner

    In Business Partner we have Documents tab. At document tab We can attach some URL
    or some document. Please tell me the BAPI for this functionality.

    Hi Anupam,
    FM SKWV_KWUI_DOC_CREATE requires PACKAGE_ID as mandatory Import Parameter. Do you know how to determine its' value and what does this parameter represent?
    Thank you in advance,
    Maro

  • BAPI to Update Title of Business Partner ( Table BUT000 )

    Hi
    Which BAPI can be used to Update the TITLE field of Business Partner ( Table BUT000 ) ?
    Warm Regards
    Moderator message - this forum is not meant to replace research that can be EASILY done by the OP.  Please read the Research Resources and Rules of Engagement sticky for links.
    Edited by: William Eastman on Nov 16, 2009 2:59 PM

    BAPI_ISUPARTNER_CHANGE
    Use this bapi
    pass corresponding X in PARTNERDATAX along with PARTNERDATA
    Regards,
    Prajakta

  • BAPI in CMR for Vehicle Business Partner Link

    Hi
    Is there a BAPI that I could use in CRM Automotive to create the link between a Vehicle and Business Partner?

    Hi Anne,
    Sorry about that..The correct function is BAPI_TRANSACTION_COMMIT.
    As you are using the BAPI_TRANSACTION_COMMIT before BAPI_BUPA_ROLE_ADD, the BAPI BAPI_BUPA_ROLE_ADD is probably called before the data is actually commited onto the DB.
    So while calling the BAPI_TRANSACTION_COMMIT set the WAIT parameter. This should do the trick.
    Also after the BAPI_BUPA_ROLE_ADD you have to do another COMMIT using BAPI_TRANSACTION_COMMIT.
    Let me know if it worked.
    Regards, Debasish

  • Load business partner (supplier ) from XML

    Hi ,
    I have two similar sap companies demo1 and demo2  I need to copy supplier object ( business partner object with  cardType = supplier  )   from demo1 company to demo2 company. To perform this action i am using code below
    ''''' code to save bp object as xml
    Dim oBP As SAPbobsCOM.BusinessPartners = clsGlobals.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
    clsGlobals.SBOCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
    oBP.GetByKey("bp1")
    oBP.SaveXML("c:\bp1.xml")
    '''' code to load bp object from xml (after connenct to demo2 company)
    Dim oBP As SAPbobsCOM.BusinessPartners = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
    oBP = m_diCompany.GetBusinessObjectFromXML("c:\bp1.xml", 0)
    If oBP.Add() <> 0 Then
          Throw New Exception(oCompany.GetLastErrorDescription)
    i got exception " You cannot set the field if business partner is a vendor "
    Very important note : with bp object with cardType = customer this code working fine
    If any one can help us with this problem?
    Thanks.

    Thanks for all answers ,
    I resolved this issue by adding new bp as supplier , after that i updated the bp from xml .
    source code:
    m_diCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                        Dim oBP As SAPbobsCOM.BusinessPartners = m_diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
                        oBP.CardCode = m_newCardCode
                        oBP.CardType = SAPbobsCOM.BoCardTypes.cSupplier
                        If oBP.Add() <> 0 Then
                            GlobalDll.log.writeToLog("add bp err with cod:" & m_newCardCode & " to db with name:" & check.Caption)
                            errFlag = True
                            sapErr = m_diCompany.GetLastErrorDescription
                            Throw New Exception(sapErr)
                        End If
                        If oBP.UpdateFromXML(xmlFilePath) <> 0 Then
                            GlobalDll.log.writeToLog("update from xml bp err with cod:" & m_newCardCode & " to db with name:" & check.Caption)
                            errFlag = True
                            sapErr = m_diCompany.GetLastErrorDescription
                            Throw New Exception(sapErr)
                        End If
                        If oBP.Update() <> 0 Then
                            GlobalDll.log.writeToLog("update  bp err with cod:" & m_newCardCode & " to db with name:" & check.Caption)
                            errFlag = True
                            sapErr = m_diCompany.GetLastErrorDescription
                            Throw New Exception(sapErr)
                        Else
                            File.Delete(xmlFilePath)
                            GlobalDll.log.writeToLog("bp with cod:" & m_newCardCode & " was added to db with name:" & check.Caption)
                        End If

  • What's the equivalent for "Manage Business Partner" or BBPMAININT in SRM 7

    Hello,
    Where can I launch the "manage business partner" process in SRM 7.0 system, which is equivalent to "Manage Business Partner" menu or BBPMAININT transaction in lower SRM release (<7.0)?
    Thanks.

    Hi,
    It is "Business Partner" for strategic purchaser and "SRM Administration" for administrator.
    You see POWL for Business Partner.
    Regards,
    Masa

  • What functionlity to use for this business requirement ?

    Hi Experts,
    We have following requirements in our system
    1. PRODUCT A will have component that are interchangeable. lets say components X, Y and Z.
    2. PRODUCT B will also have the same component which is interchangeable (X, Y, Z)
         X. Y and Z componets will appear on alternative BOM of A and B.
    3. Product C has component X. This means that unlike the first two cases, C can only have X
    4. There is a generic code W which actually just mapped to X, Y and Z.
    5. All demands of X, Y and Z should sum up to generic code W
    6. Procurement knows that generic code W pertains to X, Y and Z and thought that X, Y and Z are interchangeable so he can order any of these 3 components in any quantity.
    7. Problem is on Product C because unlike in Product A and B, Product C is using component X exclusively. So if procurement ordered only lets say component Z, then Product C will noy have component X to use.
    We thought of using FORM FIT FUNCTION of product interchangeability with components X, Y, Z and generic code W as part of one class and generic code W as the leading material but we end up with the problem we have in item #7.
    I hope you can help me brainstorm what fuctionlaity we can use in order to meet above requirements. Thanks.
    Regards,
    Mylene

    Mylene,
    You have created your own problem.  By your own statement, X/Y/Z are not interchangeable in all cases, and yet you are telling your Purchasing people to treat them like they are.
    I don't know what is a 'generic code', but it sounds like  'W' is outside of your A/B/C BOMs, and you are buying something for which there is no MRP PrReq.......Tsk Tsk. 
    What business benefit are you getting by using "W"?
    If you don't want to change any of your Bills of materials, then make X the primary component on A, B, C.  Forget about W, just buy X every time.  Manually issue Y & Z to the permissable orders as requirements permit.  Once the stock of Y, Z is used up, there is no further issue.
    Or, perhaps X is the more expensive of the three.  Then, turn W into a real part in your BOMs, and stock it as such, separately from X.  The Purchasing specs of W remain: 'either X or Y or Z'.  Put W into your boms for A and B.  Leave X in the BOM for C.
    Regards,
    DB49

  • Deadlock in PDP using source as Business partner relationship.

    I have created a PDP which is to be used for gettting Billing account from Customer account. But on checking the PDP  it is showing message as " Deadlock exits in PDP, partners couldnt be determined. "  Messasge no " COM_PARTNER010".
    I have configured below settings :
    Procedure user BUS2000115 SALES
    Parnter Function 003 Billing account (CRM)
    Acess sequence :
    source CRM_PARTNER_C  Business relationships
    Details on Source:  Function category bill to party & usage CRM.
    Please help.

    Hello,
    the message com_partner 010  is the result of wrong customizing. Please read the long text of this error message.
    I am sure you have a circle reference in your PDP which leads to a dead lock situation  -  therefore automatic determination cannot take place.
    The partner function to be determined and the source that is maintained in the access sequence step cannot be same as this gives the circle reference and one which will give error at the partner determination procedure check level as you are seeing.
    It is not possible to determine the pf out of the the same pf. Accoring to your info, you try to determine the bill-to from the bill-to, this can not work...
    If the system finds that kind of deadlocks, the partner determination
    is stopped immediately and no further partners are determined.
    Best regards
    Rene

  • BAPI / Tool: Upload documents against Business Partner BP

    Hello,
    i've to do a mass upload of documents(f.e. pdf, xls ...) to business partners.
    Is there a standard tool to do that?
    Perhaps you could name me a BAPI?
    Regards,
    TomSd

    solved myself

Maybe you are looking for

  • SharePoint Foundation 2013 Feature Pack and Site Templates

    I have created a site using a site subscription and a SharePoint Foundation 2013 Feature Pack ( used the SP Foundation Feature Pack Script here http://gallery.technet.microsoft.com/office/SharePoint-2013-Foundation-d3d1637f that was created by Spence

  • Html5 del tag support

    Hi, I am very disappointed by the way that Mozilla Firefox support <del> tag. Please, try to display the code below with Firefox then Safari : you will get why I mention that Firefox has a wrong <del> tag support : <pre><nowiki><!DOCTYPE html> <html

  • Legend truncated in charts

    Hello! BI truncates long string in charts legend. How to disable this feature or change length?

  • How can I invite someone to a calendar event after IOS8 update?

    Before the update I could select invitee and invite other icloud users to my events so it would show on their calendar as well. Now I do not see that option. Any advice?

  • Dividing up an iMovie project

    I made a iMovie project that is made up of still pics and ken burns setting. Each pic is 6 seconds long and the entire project is 6 hours with music in the back ground. This is too long for iDVD and needs to be broken up. How do I divide the project