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

Similar Messages

  • How to find out last update date for business partner's marketing attribute

    How to find out last update date for business partner's marketing attribute??
    Im freshie for SAP Application and im assigned to find out last update date for marketing attribute changed
    which table is involved??
    Yours kindness will be appreciated
    thanks

    You can take a look at table AUSP as well as CRMD_AUSP_HIST.
    The "changed by" and "changed at" are logged on attribute level, not on attribute value level. When you change one specific value, the system does a "re-insert" of all existing values of this attribute.
    Take a look at the SAP notes 938426 and 966670  these may assit you in resolving the issue.
    Regards,
    William Laverde

  • FM / BAPI to update STEUC field in marc Table basing on material and plant

    Hi,
    I need to to update STEUC field in marc Table basing on material and plant. please suggest FM / BAPI.
    Thanks.
    raviraj.

    Hi
    Try this BAPI function module:
    " BAPI_MATERIAL_MAINTAINDATA_RT "
    Data: LS_HEADDATA TYPE BAPIE1MATHEAD,
             LS_RETURN TYPE BAPIRETURN1,
              LT_PLANT TYPE TABLE OF BAPIE1MARCRT,          LS_PLANT TYPE BAPIE1MARCRT,
              LS_PLANTX TYPE BAPIE1MARCRTX,          LT_PLANTX TYPE TABLE OF BAPIE1MARCRTX.
            CALL FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT'
                   EXPORTING
                       HEADDATA   = LS_HEADDATA
                   IMPORTING
                       RETURN     = LS_RETURN
                   TABLES
                       PLANTDATA  = LT_PLANT
                       PLANTDATAX = LT_PLANTX.
    Check the PLANTDATA in the above fm in which pass your ''STEUC'' to BAPIE1MARCRT-CTRL_CODE......
    Hope this works.....

  • 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 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

  • CRM - update conatct person/business partner

    Hi,
    I have the requierment that whenever a user saves something in BP transaction, we need to send this data to third party system through PI (XI) and update BP external number which comes back from that third party system.
    I have registered a Function module 'ZCRM_EVENTFM_CONT' (with changing parameter of type BUS_EI_EXTERN_T) in transaction --> CRMC_BUT_CALL_FU. I am changing this internal table but the changes are not reflected in CRM.
    When I use a BAPI to update the same field, it gives a dump saying that some nested commit statements.
    Please suggest how to update the external number (BUTOOO-BPEXT)
    Thanks & Regards,
    Manish

    Hi,
    I have the requierment that whenever a user saves something in BP transaction, we need to send this data to third party system through PI (XI) and update BP external number which comes back from that third party system.
    I have registered a Function module 'ZCRM_EVENTFM_CONT' (with changing parameter of type BUS_EI_EXTERN_T) in transaction --> CRMC_BUT_CALL_FU. I am changing this internal table but the changes are not reflected in CRM.
    When I use a BAPI to update the same field, it gives a dump saying that some nested commit statements.
    Please suggest how to update the external number (BUTOOO-BPEXT)
    Thanks & Regards,
    Manish

  • 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!

  • Adding Custom fields in ECC Business partner BP - (BUT000) using BDT or EEW

    Hello BDT / EWWB Gurus,
    We have a requirement to add custom fields to ECC Business partner, which interns create custom fields in But000 table.
    I would be great if anyone could let us know how to add Custom fields using BDT or EEWB.
    Please also elaborate the step by step process.
    thanks.
    Regards,
    Preethi.

    Hi Clemens,
    Thanks for the reply.
    I had read the document and it has given lot of information.
    Actuall my requirement is to add custom fields in But000 table and the data will be controlled through BRFPlus application in TRM. Lot of forum thread suggesting to use EEWB to enhance the Business partner but000 table.
    I would be great if you could let us know which methodalogy should I use to enhance the But000 table and what are all the impacts and also please let us know the process steps to enhance the but000.
    Thanks.
    Regards,
    Preethi.

  • BAPI for updation of  Profit center in table VBRP

    Hello Friends,
    I have to Update the Field 'PRCTR' in the table VBRP. Is there some BAPI available for updating VBRP .
    I tried FM 'RV_INVOICE_ITEM_MAINTAIN'.
            FM RV_INVOICE_DOCUMENT_UPDATE
    But fields are  not getting updated
    Could you please help me, It is  urgent.
    Thanks & Regards,
    Anju N

    RV_INVOICE_DOCUMENT_UPDATE is used to buffer header updates, i don't think you need this. what you most likely need is RV_INVOICE_DOCUMENT_ADD to process the buffered item updates. but its highly recommended to have complete sequence 1. RV_INVOICE_REFRESH 2. RV_INVOICE_DOCUMENT_READ 3. series of RV_INVOICE_ITEM_MAINTAIN, if multiple line update 4.  RV_INVOICE_DOCUMENT_ADD

  • 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

  • Need for SQL to fetch the details of Business Partner table (OCRD)

    Hi,
    I am trying to write a sql that would help me to get all vendors and their Tax ID information. Here is what I wrote...
    select CardName, LicTradNum, Address, City, State1, Country, ZipCode, Phone1, Fax, CntctPrsn, Box1099, CreateDate, UpdateDate, * from OCRD where CardType = 'S'
    In the SAP B1 client I am able to see valid values for fields '1099 Form' and '1099 Box'. When I execute above SQL, I only get a reference to the actual values. I am thinking there is a cross reference to other table to pull this informaiton. Can you help me to get the details for 1099.
    Thanks a lot in advance for your help.
    Manoj.

    Hi Manoj,
    Try:
    select CardName, LicTradNum, Address, City, State1, Country, ZipCode, Phone1, Fax, CntctPrsn, T1.Form1099, Box1099, CreateDate, UpdateDate from OCRD T0
    LEFT JOIN OTNN T1 ON T1.FormCode=T0.FormCode
    where CardType = 'S'
    Thanks,
    Gordon

  • Copying info from business partner to customer

    Dear SD gurus,
    The creation of a new customer is done by Tcode: FPP1 and the XD02 for adding additional information (company code and SD spesific)
    The change will be done thru Tcode: FPP2 or XD02 depending on what information that are going to be changed,
    If we mark a customer for deletion. Then they change the same customer in Tcode: FPP2, the deletion mark disappears from the customer without any warning
    I suspect that the problem is related to the copying of information between the business partner tables (BUT000 etc) and the customer tables (KNA1 etc).
    Is there any customization that define the rules for the transfer of information between business partners and customers ?
    because of this only change log also not updating in customer master.
    dear gurus please any inputs really helpful
    i will reward maximum points
    siva
    Message was edited by:
            siva narayana
    Message was edited by:
            siva narayana

    dear ayub,
    thanks for your reply and i will agree with you 100%
    here there is no point of bribe, its just motivating others to look into this.
    when you people are spending your valuable time on the issue, but not getting the right rewards also not look good since we have the point system here.
    its all to encourage cause no one has come back on my issue, i know you people are masters, thats why you stand in top.
    thanks in advance
    siva

  • Update Business Partner..

    Hi Experts,
    Have a custom Field in Business Partner. I need to update this Custom Field.
    please help me with some bapi to update the custom fields in Business Partner.
    or some way to update the zfield in the table BUT000.
    thanks,
    regards,
    akshay ruia.

    Not sure, may be this thread helps you
    Business partner table update(BUT000)

  • ISU Business Partner Master data Upload using BAPI?

    Hi Experts,
    I used BAPI "BAPI_ISUPARTNER_CREATEFROMDATA" to upload ISU Business Partner master data.
    This BPAI is not uploading the following topics:
    1. Communication Address like Telephone,extension, email and etc., are not uploading.
    2. Middle name, nick name etc, the field which are under the Expand symbol not uploading.
    3. Reference customer also not uploading.
    strctures what I used are:
    for communication : TELEFONDATANONADDRESS, E_MAILDATANONADDRESS
    general data : BAPIISUBPD
    Reference customer: BAPIBPPARA-MUSTER_KUN
    I am passing all the data but not uploading some of the field values (above) using that BAPI.
    Could you please let me know the solution?
    Please help me out!
    Thanks in advance.
    sekhar

    Sekhar:
    Try with below details:
    for communication : BAPIISUBPA & BAPIISUBPAX.
    general data : BAPIISUBPD & BAPIISUBPDX
    Reference customer: BAPIISUBPA-BP_EXT & BAPIISUBPDX-BP_EXT
    Thanks,
    Murali.

  • Which BAPI to list all Business Partner on CRM?

    Hi All,
    Can someone let me know the BAPI which lists all the business partner available on particular CRM system based on some criterion such as country or date Range.
    Regards,
    Naveen

    Use BAPI_BUPA_SEARCH
    It takes input parameters such as:
    Partner Number
    Business Partner Role,
    Partner Category (Person, Org or Group).
    First Name, Last Name
    Telephone
    Email
    Address data etc
    Easwar Ram
    http://www.parxlns.com

Maybe you are looking for