SAP ISU- Business Partner

Hi All,
I have a couple of queries more pertaining to SAP ISU Business Partner which are as below:
1.Can we delete an exiting Business Partner?If yes, how do we do it?Or is it only marked for deletion.In that case,Can we see a report to view all existing BP and BP marked for deletion?
2.Can we lock an exisiting BP?For example, a BP was created but was not used for any purpose.Can we lock the BP so that nobody can use it accidentally?
Look forward to your responses.
Thanks
Amitav Otta

Hi Amitav,
You have the possibility to delete temporary business partners that are no longer needed, or business partners that were loaded into a system by mistake without archiving these data records beforehand.
In this way the volume of data is reduced and performance is improved
You have two different possibilities to delete business partners from your database.
1.One step procedure
Using the transaction Deletion of business partners (BUPA_DEL), you can remove business partners from your system
a)that you select using the business partner number
b)that have been given a deletion or archiving flag
c)that have the system status deletable
You can also carry out a test run.
2.Two step procedure
a.)     In preparation for the delete operation, you can first determine the data records for deletion and set the relevant system status using the transaction Set deletion or archiving flag (BUPA_PRE_DA).
b.)     Following this, you carry out the actual delete operation using the transaction Deletion of business partners (BUPA_DEL). You should have set the flag deletable as the parameter.
In both cases it is checked beforehand whether the business partners intended for archiving are still being actively used in the system. These checks are defined in the BDT event DELE1. You can also define other checks here.
<b>You can only delete business partner data records as a whole. It is not possible to delete only certain data of business partners.</b>
You have the possibility to delete user-defined tables. To do this you must define function modules for the BDT event DELE2.
The business partners removed from the system, as well as the business partners that are still being used and that cannot be deleted, are recorded in an application log.
In order to evaluate the log, choose the transaction Evaluate application log (SLG1) and enter the object BDT_DATAARCHIVING and the sub-object CA_BUPA.
cheers
kp

Similar Messages

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

  • Table containing link between SAP REFX Business Partner and Customer

    Hi,
    I am stuck up at a requirement wherein i need the name of the table in which i can pass REFX Business Partner number and get the corresponding Customer Code in the output.
    Can anyone help me in this regard.
    Thanks in advance
    Pankaj Wadhwa

    Hi Pankaj,
    release 470: table BD001 contains link between partner and customer
    SAP ERP: table CVI_CUST_LINK contains link between internal partner guid(!) and customer
    Partner guid is field in table BUT000.
    Hope that helps.
    Regards, Franz

  • Datasource for ISU business partner line items from DFKKOP & VBRK

    Gurus,
    I am looking for a datasource that will allow me to report on the individual line items from table DFKKOP. Basically credit/debit posting.
    Bill from VBRK
    Pay from DFKKOP
    My research has led me to 0FC_BP_ITEMS which lacks VBRK
    If there is another one please would you share with me.
    thank you
    Vijay

    Why don't you create your own function module, ensuring you get the best possible index use. There is an index for contract account as well as one for business partner (at least here in ECC 6.0).
    You just need to make sure your, or the standard function module's select statement has values for as many of the index fields as possible. If that's not fast enough you need to look at completely different possibilities.
    As I usually say at that point: CPU is cheap...

  • Sap b1- Business partner master data screen

    Hi to All
          I have try to create business partner master data screen in one vendor(supplier) ill give you details & go to click add button
    The below message will be appear
    "Bank Account Not Defined"
    How to create bank account.
    Regards
    V.Thirumurugan

    Hi,
    First define your house bank details in administration --> Basic initialization --> house bank and assign the house bank to the business partner screen under payment system.  Hope this helps, if not let me know.
    Thanks,
    Balaji

  • How to create ISU Business partner from copying the existing ISU BP

    Hi,
    What is the BAPI used to create the new ISU BP from copying the data of the existing ISU BP? Please help.

    Hi Sreenivas,
    Can you please let me know the BAPI name or else the solution for the above.
    Thanks in Advance,
    Abhishek Ranjan.
    Edited by: abhishek ranjan on Oct 11, 2011 2:07 PM

  • Query regarding Business Partner Address in SAP B1?

    Hi Friends,
    WHile i extract SAP datas for my ETL Product,I found some issues..Hereby i m telling the steps to reproduce that in Demo database of OEC Computers..
    1.Open SAP B1 Business Partner data
    2.Open C40001 Business partner data..
    3.Open Addresses tab of that Business partner
    4.Click Bill to Address..And u can c no datas is present for that BP 'C40001'.
    5.And Open OCRD in Sql Server.. And u can c Address as      '208 Hollywood Av'and ZipCode as '28989'.And it's present in XML of that Business Partner data but not shown in UI in Address tab..
    6.Where these datas are present in Business Partner UI..How can i view those in UI?
        Please give me a clear information for that..
    Thanks in Advance
    regards
    Sooriyakala.P

    Hi Sooriya,
    I was able to reproduce the issue in our demo database.
    This is most likely just an anomaly in that specific database, maybe created by manipulating the database directly.
    The actual data of the BP Addresses grid comes from CRD1. The third shipping address for BP 'C40001' actually seems to have the same information as in OCRD.Address.
    The Address field in OCRD is just a convenience shortcut that should duplicate whatever is written to the single billto address for that customer. You're right that the field should be empty as there are no billto address rows in CRD1 for that customer.
    I'm pretty sure you will not be able to reproduce this in a real live database. However, there are other issues to watch out for with BP addresses. For instance with SBO 2004, there is a issue regarding updating the name of a billto address. If you do it with DI API (or with DTW), you will end up with two billing addresses. This cannot be done in the client, as it is against the validation rules. The nasty part is that DI API does not currently support removal of BP addresses. It's no fun doing it manually for 4000 customers
    Henry

  • Archive Link Authorization problem for Business Partner.

    Hi Experts,
    Currently we are attaching documents to respective objects through Tr. OAWD & these documents are available in service for object as attachment, until this it is working fine.
    But we are facing problem of authorization for archive link of ISU- Business Partner. Letu2019s say we had two users USER-A & USER-B responsible to upload documents of Business partners started with 1 & 2 respectively.
    We needed authorization control for USER A&B so that,
    USER-A should upload documents for Business Partner 1001 to 1999
    & USER-B should upload documents for Business Partner 2001 to 2999
    we need to know can we restrict USER A&B so that they can not upload documents for Business Partner for which they are not responsible. we allready checked the roles "SAP_BC_SRV_ARL_*  " but not found useful to restrict USER A&B.
    Thanks in advance....

    Hi Sam,
    as this sounds like you search for suitable authorization objects I think that the authorization trace in transaction ST01 could be useful for you. For further information please see the following link: http://wiki.sdn.sap.com/wiki/display/PLM/AuthorizationTraceintransactionST01
    Best regards,
    Christoph

  • CRM Business Partner number ranges

    Could anyone comment on the following:
    "The number ranges for Employees, Vendors and Customers must be different <in the backend>.
    In ECC, these 3 are saved in different tables and this allows them to have overlapped number ranges.
    But the CRM design is differs. The three of them are saved as Business Partners in one single table. Therefore you need to design and customize the number ranges in order to avoid the overlapping between these 3 in CRM"

    That is correct. All types of organisations, internal organisations, and persons are saved in one table in crm, BUT000 using the so called SAP Central Business Partner (which exists also in ERP, but is used only for the ISU solutions, not in standard ERP).
    Therefore the number ranges for these objects need to be non-overlapping. However, one needs to evaluate first whether all the objects you mention are really needed. It is also possible to see the original R/3 number in the identification tab (or in table BUT0ID).
    Kai

  • Question about purchasing data of business partner in SRM 7.0

    When we create vendor in ECC with transaction XK01, we can create pruchasing view and company code view of vendor.
    But in SRM 7.0, I have not find any place abount company code and purchasing data about business partner?
    Any one could provide some suggestions?
    Tanks in advance!

    Hi Justin,
    As in previously releases, SRM 5.0 f.e., not all business partner data available in ECC is replicated in to the SRM procurement system (this can be enhanced via developments). The business partner structure in SAP SRM is different from the ECC business partner structure. SAP SRM business partner data only uses 1 view which holds all the data a vendor can have (BP function: vendor). There aren't any views/tabs in SRM.
    Company code and purchasing data is determined via organisational schema (ppoma_bbp) and a company and purchasing organization have their own business partner master record in SAP SRM as well.
    Note: Certain vendor business partner settings/parameters are better to maintain via the web transaction 'maintain business partner'.
    Hope this helps.
    Kind regards,
    Tim
    Edited by: T. Schuffelen on Mar 21, 2011 11:45 AM

  • IS-U/CRM business partner created in SD results in data loss

    Dear experts,
    I have been investigating a strange issue with a customer.
    It concerns a IS-U/CRM architecture, where also the SD customers are exchanged.
    - All IS-U business partners are exchanged. Not all of these business partners have an SD customer (with same number) linked.
    - Some SD customers (some account groups) have no IS-U business partner linked
    Now when in IS-U a business partner is extended for SD (via reference customer) a bdoc is sent to crm, containing next changes :
    - is_customer is set to X
    - Sd account group is filled
    On the R/3-ISU side the customer is created in SD. But when processing the BDoc sent to CRM, crm answers also with a customer create (??) which results in the SD customer to be overwritten
    --> this is clear because we have blocked the queues and after extending the BP in ISU the SD customer was created with userid of the employee (ERNAM), and after processing BDoc the SD customer creator (ERNAM) was changed to the RFC customer.
    This also leads to the fact that data which was copied in from the ref.customer into the SD customer was overwritetn again by the CRM insert.
    Has anybody ever been confronted with a similar problem or can give me some advice how to handle this. As we are already in production, and this leads to data loss, In don't need to say this is a very urgent issue for us.
    Thank you very much, and of course points will be rewarded!!
    Regards,
    Michiel Strybol

    Hi Alin,
    Thank you for your reply.
    I'll try to explain these in some more detail :
    1/ We have a system landscape which includes ECC/IS-U & CRM
    2/ We have different scenarios active:
    - We have a scenario where IS-U is not involved, meaning SD customers (=ECC customers in the Sales & Distribution Module (KNA1)) are replicated to CRM
    - IS-U business partners are replicated to CRM. But not all IS-U business partners have an SD customer record active. When billing needs to be done for such a customer, an SD customer is created for this ISU business partner (from within ISU), using a reference customer in SD. Apparently this also seems to trigger a SD customer create sent from CRM which causes our problem ...
    There is no master system. Business partners can be created both in ISU and CRM, and should the be replicated in the other system
    Hopefully this clarifies it for you.
    Thank you very much in advance!!
    Michiel

  • Create Business Partner - Dump

    Dear All,
    When I try to create business partner with transaction code BP, I got ABAP Programming Error, The ASSERT condition was violated.
    I use SAP standard business partner role UKM000. When I click credit profile tab, I get this dump. What may be the reason?
    BR

    Hi London,
    Firstly have you created the BP in General Role?
    Then you have tried to create it in UKM000 role?
    Also please check ST22... ASSERT condition can be because of different reason, analysis of ST22 message will give you more detail.l

  • Updating extended fields in SRM Business Partner Web Dynpro UI does not work

    Hey community,
    I'd like to extend the SAP SRM Business Partner Web Dynpro (SRM 7.13). I did it like in SAP Note 1386310 described. Everything works fine, the fields show the correct data. But updating these fields does not have any effect.
    I only want to extend the existent fields NAME_ORG3 and NAME_ORG4. I did the following steps:
    - Because of the fact that the fields are existent and not custom, I skipped the extension of structures INCL_EEW_BUT000 and INCL_EEW_BUT000_X (ok, in utter despair I even tried this, but of course I got the message "fields already exist...")
    - I added the 2 fields to the SRM business partner data transfer structure INCL_EEW_BP_CSF_COMPANY_DATA.
    - In Web Dynpro /SAPSRM/WDC_MODC_NAME, view V_PS_OIF_NAME I added the fields NAME_ORG3 and NAME_ORG4 to the context node COMPANY_DATA
    - I added corresponding Input fields and labels to the WD layout.
    - in view /sapsrm/v_mdfsbc I customized the new fields
    -> the new fields are visible in the WD, and, oh wow, they even show the correct data!
    -> Unfortunately, updating the fields does not work, but000 does not get any data.
    Debugging the function "bupa_central_extincl_change" brings up, that function BUP_MEMORY_BUT000_GET gets a but000 structure with filled NAME_ORG1 and NAME_ORG2, but NAME_ORG3 and NAME_ORG4 are empty.
    I also regarded SAP Note 1453747, but the code was already right.
    Any Ideas? Many thanks in advance!
    Steffi

    Hi  Stefanie Krause,
    I am also facing the same problem
    I added the one fields "APPROVAL_EMAIL” to the SRM business partner, data transfer structure '/SAPSRM/S_CLL_BP_COMPANY_DATA ' . I have appended the structure.
    I added corresponding Input fields and labels to the WD layout.
    -> the new fields are visible in the WD,
    -> i am able to visible the input field in WD,
    But if add some value press on next tab and back to the screen the value will be refreshed .
    Kindly help me
    Thanks and Regards,
    Maruthi.M

  • Function module to change the address on the business partner in SAP-ISU.

    Can some one send me the function module to change the address of businees partner in SAP ISU.

    Hi,
    The FM you are looking for is BAPI_BUSINESS_PARTNER_CHANGE
    You can use the table PARTNERADDR to fill the Address of the Partner.
    Hope this helps.

  • Replication of Business Partner from ISU to CRM

    Hello,
    I am creating the Business partner through 'BP' transaction and it is getting replicating to CRM,
    But when I am creating the Buiness Partner through 'Emigall' transaction it is not replicating to CRM.
    Also I added the many fields like u2018TIME_ZONE, ADDR_DATE_TO, ADDR_DATE_FROM, TEL_CNTRY, FAX_CNTRY etc.u2019 in the structure of business partner in 'Emigallu2019 transaction,
    and the business partners were created successfully in ISU, but it is still *not replicating in CRM*.
    Please help me to solve this issue.
    Regards,
    Darshana

    Hi Darshana,
    1st step: Check SAP delivery: IS Migration ->  Settings -> SAP Settings
    CRM_REPL_OFF     X     X     Deactivate CRM Replication (only IS-U)
    2nd step: Check project settings (superseding standard setting): IS Migration ->  Settings -> Customizing Settings
    - if you can't find the parameter CRM_REPL_OFF: standard setting is valid
    - if there is a parameter CRM_REPL_OFF: check whether what the parameter value is (space or X)
    Kind regards,
    Fritz

Maybe you are looking for

  • Error in creating ARE1 document

    while creating are1 document with reference to excise invoice it is showing this excise invoice is meant for local/deemed export so no nt able to proceed further. actually while creating excise invoice i tried to change local option to export under b

  • How to convert PDF to word in UK english

    When I convert it goes straight to USA and there are a lot of gaps between letters etc.

  • Page numbers

    I have just replaced CS3 with CS5 - and am already beginning to regret it.   I have downloaded a 150 page book imported from CS3 - but how do I know which page I am working on.   CS3 had a window which told you which page you were on but with CS5 you

  • TVARV Table Variable Update

    Hi All, We have a requirement to add a new variable to the TVARV Table I am able to do it thru SM30. This variable is used in a variant in a program that runs periodically. the new variant shd be similar to 1001_CURR_MONTH_START_DATE now the month an

  • .JPG file not working in FCP7

    I am using Final Cut Pro 7 at my job a VERIFIED FCP7...I inherited a Project that another person at my job was working on but failed to finish it...So Basically I try to add .Jpg Files in Final Cut Pro than try to render it and I get the error "Codec