Create quotation and contact person

Hello Experts,
I have an <removed by moderator> requirement mentioned below:
Our client will send some Quotation information along with Contact Person data from a E-commerce portal to ECC using Webservice. And then I have to:
1) Create a Contact Person for Bill To Party Customer. 
2) And when Contact Person gets created then assign this Contact Person to Bill To Party
3) create Quotation assigning this contact person.
All this processing has to be done in background mode.
Kindly provide any lead, <removed by moderator>
Thanks,
Message was edited by: Manish Kumar

Hi Malik,
Please refer the below SCN links for creating Contact Person.
http://scn.sap.com/thread/159981
http://scn.sap.com/thread/1237915
To create quotation, use the BAPI - 'BAPI_QUOTATION_CREATEFROMDATA2'.
Hope, this helps.

Similar Messages

  • Replicate Vendor and Contact Person from SRM to ECC

    Hi Expert,
    I'm using SRM 7.0 and ECC 6.0 and using extended classic scenario.
    any required to replicate vendor master and contact person from SRM to ECC, when we create vendor and contact person in portal, the result should display in SRM and ECC.
    My question, Is it possible to replicate vendor and contact person from SRM to ECC? If possible, can you guide me?
    Thanks and Regards,

    Hi,
    sorry..
    this problem solved because our client change the business process.
    we open screen ECC in portal SRM.
    Thanks...

  • Creating activity without referencing Account and Contact Person.

    Hello Experts,
    Our client has such a process, sales employee can perform unplanned visits and they record this visit just entering this prospectsu2019 telephone number and name surname.(without entering account ID as the customer data hasnu2019t been created yet in Sap CRM) They require this in SAP CRM as well.
    I have been looking for a way how can we manage this. When I create a visit the system asks for Account ID and Contact Person ID. My question is that is it possible to create a visit in SAP CRM without indicating contact person and account.
    Kind regads,
    M.

    Hello!
    Every activity in CRM must have activity partner, but you can make this fields non mandatory in CRM - Master Data - Organizational Management - Organizational Data Determination - Change Rules and Profiles - Maintain Organizational Data Profile
    Best regads,
    Artur Litvinov.

  • Email notfication for Customer and Contact person Created In CRM to the User

    Hi All,
    In one of my requirement, when a customer and Contact person is created in ECC or CRM a Mail should send to the user who created. There is
    middleware setting between ECC and CRM. Mail Should trigger in CRM system only.
    I know to trigger email for transaction data using Action Profile.
    Could any One guide me to trigger email notification for Master data (Business Partner).
    Thanks in Advance.
    Regards
    RR Pradhan

    Good afternoon Pradhan
    1.I think it would normally be done through a mini wf which should start on event "partner created".
    Your wf should have another step with a custom method to determine the email address and feed it to a container. You would then use this container in a subsequent  email step with recipient type "email address".  
    2.In the case of actions I think you should use as processing time the option : Processing using the Selection Report (Action Monitor)  (tnx sppfp)
    As processing type you should probably have a method that sends an email.
    Most likely the recipient email address should be determined in the same method by reading the attribute BusinessPartnerERM.CreatedBy. 
    In the scheduling conditions you could use the standard attribute BusinessPartnerERM.CreatedOn, in a combination like BusinessPartnerERM.CreatedOn = Today () ;
    Hope this helps.
    Regards
    Razvan Zainea

  • FM to fill activity partner and Contact person inside a BADI

    Hi,
    When i create an activity i need to check for a condition and process the activity accordingly. The condition is that when an contact person is entered mistakenly on the activity partner field then i need to move to the contact person field and also find out the corresponding activity partner and fill it.
    For example, if i enter 123( assuming this to be a contact person) on the activity partner field, then i need to find what is the corresponding activity partner for this contact person(Assuming ABC to be the activity partner). I need to fill ABC on the acitivity partner field and 123 on the contact person field. I tried using ORDER_SAVE Badi for the same. The badi gets called and  i am able to read the curent value from ORDER_READ FM. I just don't get as to how to fill the activity partner and contact person inside this BADI. I am not able to find any FM for the same. Can i request some help pls?
    Thanks,
    Venkat

    Hi,
    maintain the partner change on document manually and debug this FM to see what should be the inputs.
    Maybe you are missing sth.
    Other way, better, would be using crmv_event tcode. there you can register your FM that will change partner on document.
    you can assign this FM for eg. to event AFTER_CHANGE and object PARTNER, and transaction category like Service Process.
    you can read /people/radoslaw.stefaniak/blog/2009/12/16/crmvevent--what-is-it for more information.
    Regards

  • Search Help for employee and contact person

    Dear expert,
    I'm a BSP fresher. We are using CRM 7.0 now. I'm facing a BP search help pop-up window issue, please help on it.
    We need a search help pop-up window to search employee and contact person at the same time.
    Our user want to search both employee and cantact person (don't include custoemr ->sold-to-party) for activity responsible person. I know the sap standard search help components are different employee, contact person, account.
    For example: employee -> BP_EMPL_SEARCH (component); contact person -> BP_CONT_SEARCH; account -> BP_ACC_SEARCH_E. And the component BP_HEAD_SEARCH is for all BP.
    It seem that there is no search help component for employee and customer contact person combination. I think maybe we can do a filter by BP role. But I don't how to implement it on WebUI.
    Thanks and Best Regards
    Michelle

    Hi Michelle,
    You can create a search help using trx. SE11 and use it in the METHOD GET_V* of your componen/attribute.
    in the get_v* method, * means attribute name put this custom code.
    DATA:
      w_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
      t_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
      t_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      w_map-context_attr = 'STRUCT.ZRESP_FASE'. " Attr name
      w_map-f4_attr      = 'PARTNER'.                     "import/export parameter to search help - search help attr name
      APPEND w_map TO: t_inmap, t_outmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'PRP_BUPA_EMPLOYEE'   "search help name in your case Zname
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping            = t_inmap
          iv_output_mapping           = t_outmap
          iv_trigger_submit           = abap_true.
    Hope this helps!
    Best regards,
    Caíque Escaler

  • Searching in business partner master data (properties and contact persons)

    Hello,
    concerning the need of a customer i am asking for a optimizing of the search in business partner master data.
    It should be possible by a soon coming patch to have the tabs properties and contact persons available in the search modus.
    I hope this is a functionality which SAP looks on like a nice and essential function, too, and can integrate this in a soon coming patch.
    The customer is running SAP B1 2005A PL39
    The same funktion concerning the properties would be great at the item master data.
    This post is concerning the sap support message 842328 / 2008.
    Thank for assistence in solving this nessaccary issue.
    Michael Hubenschmid
    MTF Schaffhausen AG
    Edited by: Michael Hubenschmid on Oct 8, 2008 4:18 PM

    Hi Susana,
    The current system maximum properties are 64. You cannot define more.
    However, as an alternate you can check the "Group" in the Business Partner Master Data and then can define different Properties for different Group of Business Partners.
    Check this if any help in your case.
    Regards,
    Jitin
    SAP Business One Forum Team

  • PCUI - Different Text type for Accounts and Contact Persons

    Hi All,
    While configuring the Text Determination, how can we have different determination procedures for Accounts and Contacts. On the CRM back end side there is no distinction on the objtect type for account & contacts. Instead there is one for BP.
    We defined a Text Det Proc for Object BUT000 (Business Partners) which gives us the same text types in both accounts and contact person screens in PCUI. But we want different text types. Can any one please advise.
    Thanks in advance,
    Raj K

    Hello All,
    Any suggestions in this matter would be greatly appreciated. Thanks,
    Raj Kasa

  • Activation of BP and contact person

    Hello Experts,
    I want to know what is the procedure of activating the Business partner and contact person in IS-Media in ECC6.0. In ECC6, SAP has already given this facility so no need to execute any program but if I want to upgrade from 4.6c TO ECC6 then first we need to convert the customer to BP.
    Please help me to know the procedure.
    Thanks,
    Shyam

    If you want to use the business partner functionalityand migrate all your customers to business partners, you can not directly upgrade the system from 4.6C to ECC 6.
    1. Upgrade SAP either to 4.7 or higher.
    2. Goto t-code [JUPART] and execute all the reports one after another from top to bottom. These should be run only after completing the business partner configuration in SAP.
    3. By running all the reports, the customers are migrated to business partners
    4. Now upgrade the system to ECC 6.
    Hope I am clear enough

  • Central Person and Contact person relationship

    Hello Friends,
    I have HR replicated org.struct.where central user creation was active
    I maintained Table T77SO for local user creation
    HRALX  PBPHR  CREATE
    HRALX  PBPON  ON
    HRALX  HRAC      X
    Now i am able to integrate user thru users_gen in org.structure but system is not generation central person for the user
    I want to form the relation of this user as contact person of vendor , When i try to maintain it system is giving error user is not central person
    Please help
    Thanks in advance
    Diwakar Deshpande

    Hello Nishant,
    Thanks for your reply,we are using release 4.0
    We are not using workflows
    My org.structure is HR Replicated and
    we want to use Bidding functionality
    So i need to create contact person for vendor to login to reply BID
    This contact person has to be locally created in EBP and should be integrated
    in Org.structure so by maintaining switches i could do so by using users_gen
    but since system is not generating central person CP when i am trying to create
    contact person for vendor through "Manage Business Partners" its stopping with
    error "Central Person is not created for Business Partner"
    How to resolve this,please help
    Thanks in advance
    Diwakar Deshpande

  • Account and contact person search in more Work Center pages

    Hi All,
    I have to face the following problem. Currently I am at customer and the customer wants to have four different work centers (broker, cedent, original insured). The work center pages should show the AB SEARCH. In those ABs the links Search Brokers, Search Broker Contacts; Serach Cedent, Search Cedent Contacts etc.)
    I Use the Target IDs MD-BP-SR and MD-CONP-SR for all searches.
    Everything went fine (I checked simultanously in WebUI). After I entered the third ORIGINAL INSURED the AB of all Work Center appeared the same. All had Cedent Accounts, Cedent Contact Person as links in the AB Create. When I make the Cedent links unvisible no Work Center has them in.
    How can I solve this problem? I work on that since two days. Has anyone an idea? Even here in SDN I couldn´t find a solution for that.
    The CRM is a brandnew one? Could it be that the search MD-BP-SR can only be used in one workcenter??
    Thanks to all for your help,
    Martin

    Hi Pieter,
    thx for your answer. AB=Assignment Block. This Search Block.
    I would like to have 4 WC for Cedent, Broker, Original Insured an Prospect (XXX). These WC should have all an AB / Work Center Link Group that includes Search XXX Accounts and Search XXX Contacts. I have an developer here, that would add the role, so that we can search role specific (Roles: Broker Original Insured, Broker etc.). An better idea for that?
    But my problem is, that the WC pages look all the same. Even if I go to WC Prospect, that should incl. the Work Center Linkgroup Create (Link will be Create Prospect) it doesn´t appear, because all work center pages look similar.
    I entered all (LogLingID, WC Link Groups etc.) from scratch, but I compared with standard.
    I would love to help, but it is not really clear to me what you are doing.
    You mention you have 4 workcenters, all with an option to search for accounts and a search for contacts.
    CORRECT.
    How are you planning to differentiate between them all if you use the same target id's (MD-BP-SR and MD-CONP-SR)?
    Is your issue that you changed the description of the links, and they appear the same?
    You also mention 'AB'. What would that be?
    Yes. The Links all have Search Cedent Accounts in every WC Link Group. But why?
    Regards Martin
    I would upload a screenshot or send it, but don´t know how...first time posting a thread.

  • Combined reports: activities and contact person related accounts

    Hello,
    I created a combined report that should show following things:
    Appointment data, all Related Users, all Related Contact Persons and the companies which are assigned to the Contact Persons (not the Appointment-related-Company!)
    I combined it by Activities and shared activities area. To get the account information I combined it also with contact person area.
    Now I have following problems:
    1. The accounts are not displayed in the same line as the rest of the informations. They are only under the Activity Informations and I don't know how to link these informations.
    2. One row is user and the second row is contact. If I have an activity with more contacts and more users, I get every contact shown for every user (some kind of douplicates). How can I solve this Problem?
    3. I need this report as a Pivot-Table, grouped by day. When I do this and put contact and user into the measures area I have no possibility to see more than one Contact/user per activity. Is there any way to measure text?

    Can anyone please help in solving this issue..

  • Delivery address and contact person

    Hello,
    Running ECS SRM 5.0
    Business requirement is to have many delivery addresses pr. org unit (which is fine) and a contact person for each of these addresses. How can I enter a contact person on an address or link these?
    rgds
    GAR

    Hi
    This can be possible by SRM Web transaction - BBPMAININT (Edit Business Partners)...
    Have you used USERS_GEN transaction in SRM to create users ? Please read the SAP documentation in this case associated with the transaction using SRM GUI logon..
    Which option do you use in USERS_GEN : file upload ?
    In your case where the "US" (User) link is missing: is the SU01 user created ? Wasn't is already created before USERS_GEN ?
    If the system is not able to create the CP <-> US relation, you should get back an error message in USERS_GEN.
    Please go through the related very helpful pointers ->
    Central Person
    Re: Error while assigning user to a position
    Re: How to assign contact person user id to Vendor uploaded from ECC?
    Re: Central Person already exists
    Re: Correct relationships not being created from USERS_GEN
    Business Partner(BP) and Central Person(CP) distribution
    Contact person of vendors created inconsistently in my organizative structu
    Do let me know.
    Regards
    - Atul

  • Target group with customers and contact person

    Hello at all,
    I have the following problem:
    I want create a target group from an externel file. This file includs CRM customer numbers and the contact person numbers.
    When I use the standard import functionallity I have only the customers in the target group or the contact person.  But I need both in one target group.
    Is it possible to generate this target group in BW and send it to the CRM?
    Thnaks for help
    Best regards
    Matthias Buchheim

    Hi Werner,.
    I assume you want to select for Organizations (BUT000 Type 2) and you want to see in the Target Group the Contact Persons which are assigned via Relationship to the Orgnizations.
    Create for example a Datasource with  Infoset CRM_MKTTG_BP_ORG, and under Details for Business Partner use BUT000_PER-PARTNER_GUID.
    In Field Function Module maintain CRM_MKTTG_PF_BP_TAB_TO_CP.
    Create an Attribute List an assign the Datasource. After Creating the Target Group you will see the Organizations with all the assigned Contact Persons via Relationsship.
    Regards
    Andreas
    Another Tip: Create a Target Group for Persons, assign it to the Campaign, and now set the B2B Flag. Depending from your SP Level you have to apply a note so that the B2B Flag is visible (1263915)
    If you set the B2B flag you will get Communication Data for letters, for a Call List from the Relationship.
    Regards,
    Andreas
    Edited by: Andreas Pauli on Apr 29, 2009 10:18 AM

  • Target group with customer and contact person

    Hi experts,
    I want to create a target group with customer data and the names of the main contact person to execute a campaign.
    During execution I need the name of the contact person to personalize my forms, the campaign activity should be connected to the customer (and not the contact person).
    Is there a functionality to solve my problem? (CRM 7.0)
    Thanks in advance.
    Werner

    Hi Werner,.
    I assume you want to select for Organizations (BUT000 Type 2) and you want to see in the Target Group the Contact Persons which are assigned via Relationship to the Orgnizations.
    Create for example a Datasource with  Infoset CRM_MKTTG_BP_ORG, and under Details for Business Partner use BUT000_PER-PARTNER_GUID.
    In Field Function Module maintain CRM_MKTTG_PF_BP_TAB_TO_CP.
    Create an Attribute List an assign the Datasource. After Creating the Target Group you will see the Organizations with all the assigned Contact Persons via Relationsship.
    Regards
    Andreas
    Another Tip: Create a Target Group for Persons, assign it to the Campaign, and now set the B2B Flag. Depending from your SP Level you have to apply a note so that the B2B Flag is visible (1263915)
    If you set the B2B flag you will get Communication Data for letters, for a Call List from the Relationship.
    Regards,
    Andreas
    Edited by: Andreas Pauli on Apr 29, 2009 10:18 AM

Maybe you are looking for

  • Change of Data type in Fuction Module

    Hi,    I have a Function Module XYZ and it contains field Custline of datatype char30.    Now I want to change it to Char65 i.e  Character type with 65 length. I get a Error message stating that Type Char65 does not exist whereas when i check in se11

  • Reports to Generate Statistics of Vendors

    Hello. Iu2019m looking some reports to find this;;; 1- Vendors that has emitted the greater quantity of purchase orders  (Top 10). 2- Vendors with PO or Blanket Orders  to which the greater amount of money has been paid to them  (Top 10). 3- Vendors

  • Plz help me!!! I need to create a slide...

    How can I create a button that will slide to one side when click, and then slide back when click again? If someone knows about the coding plz pass me the code. Thanks!!!

  • Get time in milisecond

    I used Java stored procedure that gets the time in milisecond , it returns milisecond but change in time is about 15 milisecond. Example server output 2009-07-22 16:35:39.077 2009-07-22 16:35:39.077 2009-07-22 16:35:39.077 2009-07-22 16:35:39.077 200

  • How to add layers in Dreamweaver CS5

    I am using Dreamweaver CS5 for the first time and cannot find a way to insert layers. One comment I ran across on the internet suggested that layers are a thing of the past. If this is so, can someone please suggest another way to achieve the same re