CIC0: change Business partner in our workspace.

Hi everybody.
is it possible to set BP of CIC0 , from some custom  workspace?.
Thanks.
Message was edited by: Gustavo Navas Sánchez

Hi Johnnie
We have an workspace in which we are going to make "patients" in R/3-ISH, and then we´ll copy in CRM, so we want to change the active bussines partners* in CIC0 to the new one - In the case when we don´t have a valid bussines partners -.
So we want to pass to the BP Search component a BP when we "are" proceeding with any businees and don´t end it.
Of-chance could be end bussines and then confirm the new one.
Thanks.
*For us, a patient in ISH have the same number than a  Bussines partners in CRM.
Message was edited by: Gustavo Navas Sánchez
Message was edited by: Gustavo Navas Sánchez
Message was edited by: Gustavo Navas Sánchez
Message was edited by: Gustavo Navas Sánchez

Similar Messages

  • How to change Business partner PERSON in GTS system

    Hi,
    I have developed an program to create business partner (Person, Contact person and Organization). But now I have to include code for changing Business partner.
    I have used BAPI_BUPA_FS_CREATE_FROM_DATA2   BAPI for Person creation. But now I am not finding any BAPI to change PERSON business partner.
    Let me know a BAPI or any other way to change PERSON BP.
    Thanks
    Atanu Das

    Hi experts,
    I am facing the exact same issue and was wondering:
    1.  Are there specific authorization objects that I can use to limit access on the web UI based on BP roles?  I found authorization object B_BUPA_RLT.  But does this work for just SAP GUI or web GUI as well?
    2.  I have read threads relating to another solution, to use a BADI to alternate configuration views.  Are there any other alternative solutions that are purely configuration based?
    Vinay,
    Could you provide details on which solution you eventually went with to solve your problem?
    Thanks,
    jo

  • To change business partner ( RFC enabled  Function Module )in CRM.

    Hi All;
    While sending a Business partner from R/3 to CRM. I would like to change business partner ( RFC enabled  Function Module )in CRM.
    Is there any exit or a BAdI which i can use to do this?
    Regards
    Yusuf Dagyeli
    Message was edited by: Yusuf Dagyeli
    Message was edited by: Yusuf Dagyeli

    Hi RAMS,
    1. Under the SWCV Go to the Imported Objects.
    2. Right click on the RFC and click on the Import of SAP object.
    3. Give the logon server name, system number the user name and pasword.
    4. Select the RFC u want to import.
    5. Execute the import and the RFC is imported under the SWCV.
    Now u can use this Imported RFC in the scenarios of that SWCV.
    Regards
    Santhosh
    Remember to set the thread to solved when you have received a solution

  • IC intermittent SAPSQL_ARRAY_INSERT_DUPREC error after changing business partner

    Hello,
    after upgrading from CRM5 to CRM7 (Service for Employee), our Interaction Centre users started getting intermittent SAPSQL_ARRAY_INSERT_DUPREC screen dumps when clicking on the 'Save' button after having changed a partner number in the Partners Table of a Service Ticket.
    On encountering one of these screen dumps, the user then has to close their IC session and then restart it - after which it is then possible to successfully 'Save' the same change to the same business partner on the same Service Ticket.
    I have not been able to reproduce this error due to its intermittent nature.
    Details of the source code extract from the ST22 dump is given below.
    Has anyone else encountered such an issue themselves?
    thanks,
    Martin
    Category ABAP Programming Error
    Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
    Except. CX_SY_OPEN_SQL_DB
    ABAP Program SAPLCOM_PARTNER_DU
    Application Component CRM-BF-PD
    Date and Time 20.08.2014 11:15:25
    Line SourceCde
      41 * data definitions
      42 DATA: BEGIN OF ls_attribute_record_to_use,
      43 partner_guid TYPE crmt_partner_guid,
      44 values TYPE text255. "has to be as long as the longest
      45 "attribute structure
      46 DATA: END OF ls_attribute_record_to_use.
      47
      48 DATA: lt_attribute_records_to_use LIKE SORTED TABLE OF
      49 ls_attribute_record_to_use WITH UNIQUE KEY partner_guid,
      50
      51 lv_tablename TYPE tabname,
      52 ls_attribute_record TYPE crmt_partner_attr_du,
      53 lv_name TYPE char64.
      54
      55 FIELD-SYMBOLS: <values> TYPE ANY,
      56 <address> TYPE crmt_partner_address,
      57 <fs_insert_record> TYPE crmd_partner,
      58 <fs_addr_ref_data> TYPE crmt_partner_address_reference.
      59
      60 FIELD-SYMBOLS: <wa_to_proceed> TYPE ANY,
      61 <table_to_proceed> TYPE ANY TABLE.
      62
      63 DATA: wa_to_proceed TYPE REF TO data.
      64 DATA: lt_wa_table TYPE REF TO data.
      65
      66 *** MAINTAIN PARTNER RECORDS *******************************************
      67
      68 *** records to insert
      69 IF NOT it_partner_records_to_insert IS INITIAL.
      70
    >>>>> INSERT crmd_partner FROM TABLE it_partner_records_to_insert.
      72 IF sy-subrc NE 0.
      73 MESSAGE a002(com_partner) WITH gc_object_name_partner.
      74 ENDIF.
      75
      76 ENDIF.
      77
      78 *** records to delete
      79 IF NOT it_partner_records_to_delete IS INITIAL.
      80 DELETE crmd_partner FROM TABLE it_partner_records_to_delete.
      81 IF sy-subrc NE 0.
      82 MESSAGE a002(com_partner) WITH gc_object_name_partner.
      83 ENDIF.

    Hello Atul,
    thanks for your message. I have had a look at the SAP notes that you have pointed me to, however they unfortunately do not relate to the functionality where we are encountering this problem:
    1914117 - Relates to Sales (not Service {Employee})
    1823316 - This error occurs in the wrong FM (BUR_BUPR_UPDATE) rather than FM COM_PARTNER_UPDATE_DU.
    1809361 - Relevant for the SAP GUI transaction, 'BP', not the Interaction Centre which iswhere this error is occuring.
    SAP have not been able to help because of its intermittent nature, it is not possible to create this error on demand, and as I am working on a secure site SAP cannot open a remote connection.
    thanks,
    Martin

  • Change Business Partner in CRM to trigger OutBound IDOC in R/3 system

    Hi Team,
    I am stuck on a requirement, We have a scenario were the Business Partner is created in CRM system
    which creates a BDOC and is passed to R/3 system through an Inbound IDOC which  triggers the Outbound IDOC to PI system. So far good.
    The scenario we are getting stuck is when a Business partner is changed in CRM an IDOC triggered in R/3 system but this being a change the Change pointers are not called hence the IDOC which is supposed to be triggered for the PI system is not getting triggered.
    Can you please tell me what steps should I take to trigger this Outbound IDOC from R/3 system?
    I did some anlyasis and found a table which COM_BUPA_CALL_FU which contains a set of function module which is triggered in the sequence. Is this the solution or if you have any different do let me know.
    Thanks,
    Imran

    Hi,
    Did you add the entry for your new custom 'Z' long text inPITX Tcode in R3 side. Every long texts in CRM should be linked to R3 long text here. If there is no entry please add one and try changing the text in CRM.
    Hope this helps,
    Karuna.

  • Configurations to post 850 from Business partner to our SAP system

    Hey Guys
    i m doing a EDI 850 to IDOC scenario and need to send Functional acknowledgment back to the business partner.
    The business partner sends us the Purchase order via VAN ,we do the message mapping within XI and then post it to our SAP R/3 system as ORDERS05.
    so this scenario is a simple 850->XI->ORDERS05.
    so i configured a Seeburger FTP sender adapter,gave the mapping name under modules tab ,configured a received IDOC adapter and posted the message to SAP R/3 system.
    Now the issue is in sending the acknowledgement 997 back to the business partner.
    My questions are:
    1)How will the acknowledgement be triggered,is it automatically triggered or we need to do something with IDOC STATUS.SYSTAT01?
    2)How will i configure my adapters to send the acknowledgement back to the Business partner.i guess i need to use split997,will it be configured as sender or receiver?
    Thanx
    Saif
    Pl:I have gone through all the links on seeburger.

    Hi Saif,
    if you have to do a functional ack. This is a standard functionality available in Seeburger.
    If you see your sender communication channel ther will be modules ....like
    Classifer-> BIC>Spliter--->CallAdapter
    the BIC will do the Main mapping (for the fun. ack. 997)  and child mapping ( for your PO) and post two messages into XI server.
    You can map the main mapping payload and send it back to the business partner as a functional acknowledgement (997)
    if you are refering to Orders Ack. ie, the ack. of successfully posted Orders in the backend.
    You have to trigger an outbound ORDERSP  onces the inbound ORDERS05 idoc posted by maintaing the proper Out put types .
    Map this outbound ORDERS idoc to EDI 855 structures and send it to the VAN of business partner.
    Regards,
    Sunil.

  • Change business partner code

    Hi All,
       I have a prospect who wants to have the business partner code of 20 characters, as you may know 15 is the current. Do you know what is the best way to workaround this? He doesn't like the idea of using user defined fields.
    thanks to all
    Hector

    Hi Hector,
    You cannot change the length of the Business Partner Code (CardCode) field built into SBO. You need to use another field if that one is not good enough. You have various options and the best is probably to use a user-defined field. You can also use any other field on the BP Master Data which they don't use internally (like Foreign Name for example).
    Hope it helps,
    Adele

  • Change Business Partner Number or copy

    Hi experts!,
    I need to change some business partner numbers or in another hand creates a copy of business partner but different number.
    It's possible?
    A lot of thanks in advance.
    Regards.

    Hi,
    There is no standard way to do this, but you can write a simple report to achieve this functionality.
    Moreover - copying is not that simple - e.g. : you can copy the data such as name ,etc..but you still needs to generate a new person number as well ! For this, you need to involve address management also.
    Again, you can copy the address data, but you will need to generate new address numbers as well.This also requires Address Management.
    The solution is to use a report using BAPIs.
    E.g : Fetch data of existing BP using BUPA_CENTRAL_GET_DETAIL.
    Remove fields such as partner number and peson number from this ,and feed it to the BAPI BUPA_CREATE_FROM_DATA. A new BP will be created, with the same data, but new number GID, etc.
    Similarly , you need to fetch all datasets and then create them again.
    Let me know if you need more info regarding this.
    Cheers,
    Rishu.

  • Dynpro not found when create or change business partner

    Dear friends,
    I try to do some maintenance of business partner using tcode BP. An error has occur as below:
    Anyone can help me.
    Thanks in advance.
    Runtime Errors DYNPRO_NOT_FOUND
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLBUSS" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    The program had to be terminated.
    Error analysis
    Program "SAPLBUSS" tried to use screen 7015.
    The screen does not exist.
    Trigger Location of Runtime Error
    Program SAPLBUSS
    Include LBUSSO00
    Row 1,543
    Module type (MODULE PBO)
    Module Name PBO_START_SUBSCREEN

    Hi,
    Please check the screen 7015, is active or not.
    Regards
    HM

  • My business partner created our website on her personal computer, then downloaded it on a USB drive. I pluggeed in my drive, after I upgraded my MAC to Lion,and now only see the initial start up in 2009. HELP!

    I upgraded my computer to Lion recently and have been having major problems, Most importantly with managing my website on iweb.
    my website is managed from a USB Drive, since the original creation was made on an ex-partners computer.
    When I plugged the drive in today, the original set up of the website from 2009 comes up.

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • ISA Reference business partner is changing!!

    Hello everyone,
    we have a strange and confusing problem:
    we have a refence business partner for our internet sales application. Somehow, some fields like zip code, region, and tax jurusdiction code are getting changed. This is being dome by our CIC reps (according to the BP change history) without theri knowledge.
    This results in many stopped orders which go into manual credit review.
    Does anyone know how this is happening? and to prevent it?
    Thanks
    Surya

    Hi Surya,
    Create and assign authorizations to the BP, so that only authorized users can change the BP. Talk to your BASIS team and they will advice accordingly
    Thanks,
    Paul Kondaveeti

  • Business content - Customer, Business Partner or both

    Hi
    We have a task where we need to decide which business content to choose: Customer or Business Partner. Our current requirements points out that we can fulfill 90% of the requirement by utilizing the Customer information modell in SAP ECC.
    Our MDM scenario (decentralized MDM strategy) looks like this:
    Customer created in SAP ECC and then sent via SAP PI to SAP MDM. From SAP MDM the customer data is then distributed to SAP CRM and other non-SAP systems.
    Should we utilize both the business content (Customer, Business Partner) in SAP MDM as templates since the business content for Customer is based on ECC and business content for Business Partner is based on SAP CRM. If so I assume that we need to create a syndication to the Business Partner repository for each customer created in the Customer repository. Then we need to initiate a syndication to SAP CRM from the Business Partner repository. Is it better in this scenario to have Customer- and Business Partner in the same repository?
    So two questions based on the above input:
    Which Business content to use Business Partner, Customer or both?
    Should they be in separate repositories or in the same? (I understand that by keeping them in the same we create a more tight connection so that if you want to make changes in the Customer repository we need to unload the repository and thereby also influencing the Business Parter related harmonization processes).
    Br
    Göran
    Edited by: Göran Westin on Feb 11, 2011 5:19 PM

    Hello Göran,
    Customer created in SAP ECC and then sent via SAP PI to SAP MDM.
    From SAP MDM the customer data is then distributed to SAP CRM and other non-SAP systems.
    I would suggest to consider Centralized MDM strategy (Still like to know the thought behind Decentralized MDM Strategy).
    Customer should be created first in SAP MDM and then it should be syndicated to other systems.
    Benefits of having Centralized MDM strategy are...
    1. You can differentiate between potential Customers and Actual Customer by implementing Approval process.
    2. You can use MDM key strength, that is Match & Merge feature which help avoiding duplicates.
    3. You cat get most out of SAP MDM using Centralized MDM strategy.
    Which Business content to use Business Partner, Customer or both?
    Depends on your business need.
    Should they be in separate repositories or in the same?
    Having them in two independent repositories will be beneficial, because...
    1. For avoiding tight connection (as you stated)
    2. You can use SAP Business Content very well.
    3. Repositories created based on SAP Business Content will be flexible from long term perspective (Upgrade, Maintenance etc).

  • Automatic synchronization of Collection Profile in Business Partner

    I'm in the process of implementing FSCM Collections Management in ECC 6.0 single system scenario.
    I configured automatic synchronization of customers with business partners. Whenever a new customer is created, SAP is automatically creating corresponding business partners with general and collection profile tabs. If a customer is changed, SAP is automatically changing business partner general data. This process is working fine for general data.
    However, I would like system to automatically update business partner collection profile data based on certain parameters maintained in customer master company code view. Is there any BAdI available for this purpose? I do know that it can be done through transactions UDM_BP_PROF or UDM_BP_GRP or enhancing these transactions through BAdI, but I prefer to do it at the time customer is created or updated.
    Any suggestion will be appreciated.

    Hi,
    You can directly change the Coll specialist in the BP it self
    Regards,
    D vasanth
    Edited by: vasanth_y18 on Jan 18, 2011 11:50 AM

  • Organizational objects do not create a Business Partner ID

    I am setting up SRM org structure with PPOCA_BBP/PPOMA_BBP transaction. I am creating, companies, plants, purchase orgs, purchasing groups and positions and the problem is that SRM is not assigning a Business Partner number to any of those.
    I have already checked that there is an internal and external number range setup for Business Partners. Do you have any hints why this could be happening? Your help will be appreciated.
    Thank you.

    Hi
    Which SRM version are you using ?
    I imagine you would like to synchronize business partner data, which are created in backend, into SRM. You can use Tcode BBPGETVD or BBPUPDVD or run/schedule bbp_vendor_sync (need customizing).
    You can create BP:->
    1) Either via middleware replication from R/3 to SRM - BBPGETVD.
    2) Either manually directly in SRM web transaction - BBPMAININT.
    <u>Please go through these pointers, which will definitely help -></u>
    Re: Errors: Business partner of organizational unit 50024549 has no address
    Re: Assinging users to Business Partners in EBP Org Structure
    Missing Business Partner
    Re: Error Changing Business partner address
    Re: Problem with BP. Assignment: Business partner person to user not unique
    Error in creation of Employee for Business Partner
    Re: Business Partner not created in PPOMA_BBP
    delete company code in ppoma_bbp
    Re: Business partner relationships -- "Is Identical To"
    Re: PPOMA_BBP / PPOCA /PPOSA without Address field
    Do let me know.
    Regards
    - Atul

  • Reg: removing business partner

    Hi Experts,
    Can you tell me is there any  Standard bapi for deleting business partner,
    iam created business partner using standard interface BAPI_BUPA_CREATE_FROM_DATA.
    now i want remove that field using standard bapi only,
    i found  one bapi ,that is  removing address info(BAPI_BUPA_ADDRESS_REMOVE)...
    please let me know is there any bapi for removing businesspartner  ..
    and tell me mandatory fields for that bapi...
    please respond urgent.......
    Thanks in Advance
    Sumalatha K.
    Edited by: Alvaro Tejada Galindo on Feb 5, 2008 5:17 PM

    hi
    good
    i dont think there is any such BAPI to delete the business partner.
    check this bapi
    BAPI_BUSINESS_PARTNER_MODIFY CBP: BAPI for Modifying (Creating/Changing) Business Partner
    thanks
    mrutyun^

Maybe you are looking for

  • My downloaded tv shows will not show up on iTunes

    I bought a season of heros last night and this morning I only see 20 out of 23 episods that are listed under my iTunes. Then I look on support and it asked me to go to Stores menu and then click on "Check Purchases" which I did, and it tells me that

  • Balance Carried Forward in Document Currency

    Hi, Experts, In My Customer Account Statement I need the Field in "Balance Carried Forward in Document Currency" Present in my Report "Balance Carried Forward in Local Currency" In this field Having the table KNC1. But in this table "Balance Carried

  • Leopard and the Mini G4

    I tried to upgrade my old mini (G4 with 256MB) to Leopard this morning. I put the Leopard DVD into the optical drive and the start install screen came up. I told it to restart and the mini restarte3d from the DVD. The gray apple and spinning circle c

  • Results Of The Oracle Certification 2009 Salary Survey

    !http://blogs.oracle.com/certification/0116.jpg! *<p>The results of the Oracle Certification Program's 2009 Salary Survey, which was administered via the Internet earlier this year have been released.</p>*<p align="justify">Responses from Oracle Cert

  • MY ITUNES KEEPS CRASHING WHEN IT TRIES TO DOWNLOAD SONGS TO MY COMPUTER. HOW DO I FIX THIS???

    EVERYTIME I OPEN ITUNES, IT TRIES TO DOWNLOAD SONGS TO MY COMPUTER AND THEN CRASHES AFTER A FEW MINUTES OR LESS.