Business Partner Contacts Define new is blank when addon runs

version 2007 PL 15
When my addon is running the business partner contacts tab is missing the "Define New" option and contacts cannot be added.
When the addon is stopped then the businness partner contacts tab functions normally.
There is nothing in the addon that affects or references the business partner form, and the event filters have been set carefully to exclude any unnecessary events.
Has anyone had this strange problem or does anyone have any ideas?
Thanks,
Mel

Mel,
the problem must be in your addon. I think that you dont catch correctly the events or you work on incorrect form. For solution I recomend to find out the item no in BP contact (its 13) and search  through your code where is the 13 and check if is it correct. Maybe the problem is, that contacts in BP are only in ok form mode - check if have somewhere in code changing of formmode for BP form.
Petr

Similar Messages

  • A business partner creates a new employee

    Hi there.
    In transaction u201CBBPMAINEXTu201D (Process user data), a business partner can create a new employee, example a bidder employee.
    When he populates and send request, the system shows us next message: u201CYour registration application was received and will be forwarded to the processor responsibleu201D
    I have some question?
    ¿Is it sent an email to any one?¿Is there any WF in order to approve the creation?¿Is there any transaction in order to supervise the new employee?
    I suppose that there is any way in order to inform the system administration or the buyer. Is it necessary any role in order to receive the email or the WF.
    Thanks in advance.
    Raúl.

    Hi,
    Approval of external user master records (WS10000209)
    Approval of external business partner registration
    (vendor, bidder) and their contact persons.
    The approver must be entered as a possible agent in the agent
    assignment of the standard task TS10008109.
    If the external business partner and employee have not yet been registered, external
    employees can register the company as a vendor, bidder, or portal bidder and register themselves as
    the contact person of that company. When the registration application is saved, the approver
    responsible (a professional purchaser or system administrator) receives a work item in the Enterprise
    Buyer system. Using the work item, approvers reach the application Managing External Business
    Partners, where they can adopt and complete the relevant data from the registration application.
    Approvers must inform the applicant of the approval or rejection of their registration application and
    of the relevant logon data for the Enterprise Buyer system. This can be done via e-mail using the
    application Managing External Business Partners, if necessary. Prerequisites: You must have
    defined the responsible processor. To do this, enter the processor as a possible agent in the agent
    assignment of the standard task TS10008109
    Could be helpful..
    Thanks
    prasad.s

  • No Business Partner generated for new employee transfer from ECC to SRM

    Hi All,
    I am working on SRM 5.0 with ECC 6.0 backend. The HR structure is replicated from ECC using ALE, message type:HRMD_ABA.
    When I am trying to replicate a new employee from ECC to SRM, I run the O-insert first, then the S-insert and then the P-insert using PFAL transaction.
    The Org structure was already in place in SRM, so it just adds the new position to it by A003 relation. The S-insert generated idoc shows status as '53' in both ECC and SRT with the relation A003, B007 and A008. But, when I check the table HRP1001, the A008 entry is missing. Due to this, no CP is generated for this position and also no business partner is generated for this user.
    When I run the P-insert for this employee, the idoc is posted in ECC. But, the status of the idoc in SRT is '52' and the message shown is "The Parameter Country Has Not been Entered During Naming Format Check" Message No. R11206.
    I checked the Name Format for this employee, and it is maintained as 2.
    Where am I going wrong? Why is no CP person generated even when the idoc status is 53? Why isn't the new employee getting transferred to SRM server?
    I have checked the SAP notes related to HR-ECC Org transfer, but I am unable to figure out the reason for this problem.
    Could anyone help me out in this?
    Regards,
    Ancy

    Maintained the name format tables (SA13)on ECC and SRM side.

  • ISU_S_PARTNER_CHANGE - update business partner contact

    Hi There,
    Im trying to update a business partner's contact details.
    Currently I'm using ISU_S_PARTNER_CHANGE but it is not updating the details with the one being entered. and its still displaying the same old detail
    anyone if this is the correct function module to update contact detail or is there other function module to use. thanks.
    regards,
    r3venant

    Hi r3venant,
    Could you tell me in which transaction you are trying to update ?
    Generally, you have to call the Functions in sequence like ;
    1) ISU_O_PARTNER_OPEN
    2) ISU_O_PARTNER_ACTION <- here X_OKCODE will be 'SAVE'
    3) ISU_O_PARTNER_CLOSE
    Hope this helps.
    Regards
    Caglar

  • Output shown blank when we run report in xml publisher using excel template

    Hi,
    1) We have a requirement where we need to run report to shown 100 columns. Since Microsoft word supports only 63 columns. So we are building the report template in Excel.
    2) When I run the report in Excel locally I get the output. But when I uplaod in BIP server and then run the report It gives a blank output.
    BI Publisher version 10.1.3.4.1
    BI Publisher Desktop version 11.1.1.5
    Please look into the issue.
    Please help
    Thanks,
    Nita

    Pl post details of OS, database and EBS versions, along with the database characterset.
    Are you creating PDF output ? Can you print Chinese characters when using US/UK operating units ? Are you using Pasta ?
    How to Generate PDF Output With UTF8 in R12? [ID 778970.1]
    HTH
    Srini

  • Error when addon runs on client workstation

    Hi,
    I have a problem with my addon running on a client wokstation. The addon is created using UIAPI and DIAPI.
    It works fine on the server, but gives the following error on a client workstation.
    "Activex cannot create object"
    What is suspect is that this error is comming when i try to do the following
    Set oDIComp = New SAPbobsCOM.Company
    although i am not sure at this point of time.
    Anyone ever got a similar problem.
    Thanks.
    Satish.

    Hi Ad,
    No i do not create any activex control.
    There is only one object i try to create inside the function which is SAPbobsCOM.Company.
    Set oDIComp = New SAPbobsCOM.Company
    Apart from that no other object.
    Regards,
    Satish.

  • Badi for Business partner contact person creation

    Hi Experts
    Kindly tell me what badi can I use to trigger error while creating the BP in role contact person , the requirement here is to check the email for duplication and throw the error
    Thanks & Regards
    Rajasekhar

    Hi,
    I think you can use BUPR_CONTP_CREATE to create contact persons or Badi BUPR_CONTP_CHANGE to change COntact Person Data. I give you a code example when I have used BUPR_CONTP_CHANGE to change data of contact persons:
    SELECT * FROM but051 INTO TABLE lt_but051 WHERE dprtmnt NE space.
    SORT lt_but051 BY relnr.
    MOVE ls_but051-dprtmnt TO ls_babi_persona_contacto-comments.
    MOVE 'X' TO ls_babi_persona_contacto_x-comments.
        CALL FUNCTION 'BUPR_CONTP_CHANGE'
          EXPORTING
            iv_partner       = ls_but051-partner1
            iv_contactperson = ls_but051-partner2
            iv_date_to       = ls_but051-date_to
            is_data          = ls_babi_persona_contacto
            is_data_x        = ls_babi_persona_contacto_x
          TABLES
            et_return        = lt_return_bapi.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          IMPORTING
            return = lt_return_co.

  • How To - ChooseFromList - Business Partner Contacts

    Hi,
    Does anyone know how to define/create a ChooseFromList (in XML or via code) with BP contacts that can have conditions to filter out the list based on CardCode?  I have looked through the BoLinkedObject list and don't see contacts in there.  I have also troed to set the ObjectType to "OCPR" but SAP raises an Invalid ObjectType error.
    Any ideas?
    Thanks,
    David

    Hi David,
    Try instead of ObjectType = "OCPR" with ObjectType = "11" (obtained with this query "SELECT ObjType FROM OCPR"). That should do it. To have it filtered with the CardCode, just add a condition like this:
    oCon.Alias = "CardCode"
    oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
    oCon.CondVal = "C00001"
    The alias is just the field name.
    Hope this helps,
    Ian

  • Contact Person within Business Partner?

    Hi,
      I have replicated vendors from ECC to SRM, but the contact person for Business Partner didn't come. So, when I go to Shopping Cart, the Vendors List don't show any results.
       Version: SRM 7.0
       Any tips?
       Thanks in advance.

    Hello,
    The functionality of BBPGETVD and BBPUPDVD doesn't include the
    replication of contact persons allocated to a vendor.
    The only way to do this is to maintain the assignment manually.
    Concerning this issue please also see the informations of the following
    note (and related notes to it):
    1384267 SRM Business partner field enhancements: Prerequisites
    I hope this helps.
    Kind Regards,
    Edel.

  • What email d you have permission for in a Business Partner relationship?

    This may not be a typical 'Imagine It' topic, but I wasn't sure where to post it otherwise and I did see some legal-related topics in this section.
    So let's imagine, that you need to communicate with Business Partners of whome you do initially receive an email address to communicate with about business/relationship relevant topics and sometimes even legally-required information, such as product updates or portfolio phase ins/outs. However, at some point you find that this email address is not valid/used anymore and you do actually have another email address for that Business Partner contact.
    But that business partner contact has not opted-in/subscribed using that email address.
    Are you allowed to use that other (valid, but not opted-in) email address for your business partner relevant communications?
    I am in doubt, because there is no specific opt-in for that new email address, but I think most laws do allow e-mail sending if there is an existing business relationship and the content of the email is relevant to that relationship.
    Best regards
    Roger

    If contact name is same and just email has changed then you should be able to have their record updated and keep same permission values but again it should checked with your legal team.
    Normally BPs do get all strategic and exec comms and they cannot unsubscribe from it (this is normally defined in the contract during on-boarding)...however they do have choice to unsubscribe from all other types of comms, which is normally managed through preference center.

  • Problem in Creating a Business Partner Role

    Hi Frns,
    I am trying to create a BP Role from CAC->SAP Business Partner->Business Partner->Business partner Roles->Define BP Roles.
    I copied BUP003 and given my BP Role name as ZEmp.
    When i try to save it, it is giving an error message saying
    "NO STANDARD ASSIGNMENT DEFINED FOR BP ROLE CATEGORY BBP003".
    I have checked in BBP003 Category in the same.
    What could be the problem?
    Thanks in Advance
    Rohan

    Hi Roshan,
             You have Created a BP Role,
    You must also have assgned the Same to a BP Role Category Check the Settings for BP Role Category Assignment and when Appropriate you shall Assign Std Assignment of BP Role Category to your BP Role by Selecting the Check Box
    Referal Notes:
    BP Role Category
    Attribute of a BP role.
    Use
    The role category makes it possible for SAP and customer programs to program on the BP role.
    Dependencies
    The role category depends on a differentiation type.
    Any number of BP roles can be assigned to a role category, with one role always acting as the standard role per role category.
    It is possible to control the update of a role by assigning a role category to a role.
    Hope it Anwers your Queries..
    Thanks and Regards,
    RK.

  • Restrict Search results in Transaction FPP3 Business Partner

    Hallo,
    I need to restrict the search results in transaction code FPP3.
    When an end user calls the transaction code 'FPP3' and in the left side of the screen makes a search for Business partner based on what ever selection cryteria, standard program finds the values and gives the result on ALV grid.
    My problem is I need to check if user has right authorisation to look at Partner and if  not delete the partner from Result table. I have treid by implementing events 'SERC1, SECR2 and SERC3'  in BDT and implemented the BADI to masK the fields which is not right solution.
    Can anybody please give me Tip or an Example how I can solve my problem.
    Thank you and Regards
    Ravi

    Hi Komal,
    you can you this in the following way: IMG -> ...-> Treasury and Risk Management -> Basic Functions -> SAP Business Partner for Financial Services -> General Settings -> Business Partner -> Basic Settings -> Business Partner Roles -> Define BP Roles -> select those BP roles you intend to hide for the selection in F4 -> choose detailed view -> look for the fields group 'General data' - > select the checkbox in the field 'Hide'.
    one note - as those BP roles are used in other SAP modules as well, make sure, you are not making the incorrect settings in this area.
    hope this will help you.
    Rgds,
    Renatas

  • Synchronization from vendor to business partner is not active?

    Hi there
    I am busy performing data migration of business partners and vendor accounts and have hit an issue on the last step of linking the uploaded BP to the uploaded Vendor.
    On execution of the transaction FLBPC2 (Link Vendor to Business Partner), it issues the error "CVIV_UI015 Synchronization from vendor to business partner is not active" which I believe is a product error because:
    1. I have configured BP to a new internal number range (and all other config requirements)
    2. I have configured a new Vendor account group with an external number range which is a duplicate of 1. above
    3. I have enabled BP to Vendor synchronisation in "Master Data Synchronisation" (from BP to VENDOR).
    I have tested my configuration successfully by creating a business partner via transaction BP and extending him to a vendor in a company code perfectly (works like a charm).
    My data migration process includes:
    - Creating a business partner using BAPI BUSISB990/FSCREATEFROMDATA.
    - Creating a vendor using the external number given above using a recording of FK01.
    - Linking the two using a recording of transaction FLBPC2 (Link Vendor to Business Partner).
    I am not trying to synchonise a business partner from vendor, but to synchronise the vendor via the business partner (which works using transaction BP) when the issue is received.
    Any ideas as to why I cannot do the operation manually which works via automation and why the error is not appriate?
    Regards
    Joe

    Good morning,
    I had a similar problem and solved by disabling
    the integration of the PI / XI of the PPO.
    To make sure that the PPO is working properly.
    You can check this setting by BUPA_CALL_FU transaction.
    Checks if the items are BUPA_OUTBOUND_MAIN and BUPA_OUTBOUND_REL
    integration of the disabled for PI / XI, according to the objects you need to be replicated.
    If they are uncheck them and rerun your tests.
    Use MDS_PPO2 the transaction log to check the copy of BP
    to the Vendor.
    I hope it helps, Good luck,

  • Restrict Org details based on the User in Business partner creation..

    Hi Gurus,.
    I have to assign Sales Org , DIV, Distribution Channel to the Business Partner in Sales Area data.  When I try system shows entire Org structure. But I want the Org structure should be displayed based on the user log on. Assume that, I am assigned to Shangai and creating Business partner for Shangai, the system should not show Beijing or other Org Unit since I belong to Shangai.  How to address this scenario thro standard customization?
    Is it common problem in CRM Webui(6.0 and 7.0).
    My Org Structure:
    Global
      China
         Shangai
         Beijing
       Nanjing.
    Thanks in Advance....

    Hi Denis,
       Thanks for your reply. I believe Org determination rule is applicable for Transaction types not for Account Creation. I want to get Sales area data based on login user. It shows complete Sales Area(Sales Org IDDistribution ChannelDivision) when I create an Account.. Assume that you are an employee and assigned to Newyork, when you create New Customer in Newyork, system should not show Boston, Washington Sales areas...Please throw some light on this...
    Thanks in Advance.,

  • ERP -- C4C BUSINESS PARTNER NUMBER RANGE ALIGNMENT

    Hi all,
    is there any way to ensure that Customer, created in ERP and after downloaded in C4C, get the same ID number in both ERP and Cloud for Customer?
    I've tried to download a Customer from ERP to C4C, defining the same range of ERP in Fine Tune-->General Business Partner-->Define Range Number for Business Partner and defining it as External and Manual (I can't change these parameters into Cloud).
    But when I try to download, for testing, this Customer from ERP (with DEBMAS_CFS) it creates the Customer but with an ID which follows the Internal Range Number and so the ID between C4C and ERP are different. I would like to mantain in C4C the same ID number of ERP.
    Can you help me?
    Thanks a lot in advance.
    Carlo

    Hi Carlo, i think you will find useful information in this blog.
    http://scn.sap.com/community/cloud-for-customer/blog/2015/03/19/keeping-accounts-ids-consistent-in-c4c-erp-integration-considering-special-characters
    Let me know how it goes!
    Thanks
    Natalia

Maybe you are looking for

  • Can i connect to bluetooth headsets to a mac mini?

    I am trying to connect two motorola H730 bluetooth headsets two a mac mini for video presentations.  Basically what i am doing is teaching two different groups of people in two places using one computer. Is this possible?  Any assistance would be gre

  • Black border around jpegs even tho frame size set right

    Hi Can a friendly soul please tell me why my images are not the same width as my video footage. The project is set to "standard" at 720 by 576. When I set up the image prior to importing to CS3 i make sure they are the same 720 by 576. Yet after they

  • Compress workspace

    Hi, Some of the benefits of CompressWorkspace are listed below. Runtime performance for Workspace Manager operations is improved. Less disk storage is used for Workspace Manager structures. Is there any way we can test what meta data is being removed

  • H.264 Output Fails in After Effects and AME

    I'm having the same problem - H.264 export crashes around the 1:03 mark every time. DNxHD is fine. Dragging comps to Adobe Media Encoder and trying to render from there doesn't work either. My CS6 install [last week] is on a brand new Dell Precision

  • Does hp 7520 support AirPrint?

    Just bought the 7520 thinking it was capable of AirPrint , not HP ePrint. I am able to print wirelessly from my laptop, but when I go to print from my iPad, the iPad cannot find any AirPrint computers. Did I buy the wrong printer? Or do I need to cha