FM to create an opportunity

Hi All
I wanted to know if there is any FM to create an opportunity? If so which one is it?
Just like how there is crmxif_partner_save to create a BP, is there any such FM to create an opportunity?
Thanks and regards
Preeti Viswanath

Hi Joaquin
Thanks for your reply.
I think with that only the header details can be populated. I need it for the item level details as well for the creation. Is there any other FM also needs to be called?
Thanks and regards
Preeti Viswanath

Similar Messages

  • To Create a Opportunity Using the FM

    Hi ,
    I want to create a Opportunity by usinig the FM CRM_ORDER_MAINTAIN
    i want to pass
    In sales cycle phase , status, phase since , status since , Reason
    In relationships  Campaign , Referance Object
    so What are all the EXPORTING tables and CHANGING table ?
    Can i have a Tables for the Campaign ID & Reason ?
    Is there any Relation Between the Campaignid and GUID.?
    Regards
    srinivas M

    Hi Srinivas,
    I will suggest you do this way.
    1. Create an opportunity with all the data elements you want
    2. Once you have saved this, use the report program ( SE38 ) - CRM_ORDER_READ to explore this transaction you created.
    3. The report gives you insight into all the structures that contain data, which also means that when you create a transaction using maintain function modules, you have to input those elements.
    Easwar Ram
    http://www.parxlns.com

  • ERROR Creating Web Form with "Create Sales Opportunity" checked

    When I create a new web form and choose to "Create Sales Opportunity" I get an error upon saving:
    "- Probability (%) must be a number and may contain a decimal point.
    - Amount must be a number and cannot be empty."

    Never mind, I see the problem. Mac OS X's scroll bars don't show up by default any more. Didn't see the extra fields to fill out.

  • How to create an opportunity

    Hi,
    How can I create an opportunity?
    Can anyone please provide step-by-step process or sample code?
    Actually I need to learn Opportunity Management.
    Thanks,
    Anup Garg

    Hi,
    I need to create some opportunities at CRM 5.2 for practicing.
    It is related to Opportunity Management Creation.
    Is there any transaction code it?
    Opportunity Management
    Opportunity Management creates a framework for pursuing sales projects from the start, and as they progress, and provides the basis for a target-oriented analysis and optimization of your sales processes.
    Thanks,
    Anup Garg

  • Creating an opportunity linked to a contact via API

    Hi,
    We are trying to create opportunity records against a contact but don't understand how to link the 2 objects via API as my development team can't find a direct link when looking in the WSDL.
    I can see in the UI that the primary contact can be stored against the object, would just like to know how to do this via API.
    Thanks for your help in advance.
    Leslie

    Hello Leslie,
    There are a number of ways to accomplish this. As you mentioned in your post there are often Id fields exposed on a parent object that allow one to associate to a record of a different type, in this case you can send a request for the parent object, in this case Contact and specify the ID of an existing Opportunity record.
    You can also use the child object structure to create an association. For example, if you are entering a new Contact and a new Opportunity you can use the <ListOfOpportunity> within a Contact Insert request to also insert a new Opportunity. I have attached a sample SOAP request below.
    I would recommend your team review the WS User Guide as well as the sample code provided at samplecode.oracle.com for further details. Please see the announcements at the top of the forum for additional links.
    I hope this helps.
    Thanks,
    Sean
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <ContactWS_ContactInsert_Input xmlns="urn:crmondemand/ws/contact/10/2004">
    <ListOfContact>
    <Contact>
    <ContactFirstName>Bruce</ContactFirstName>
    <ContactLastName>Wayne</ContactLastName>
    <ListOfOpportunity>
    <Opportunity>
    <OpportunityName>Capture the Joker!</OpportunityName>
    <CloseDate>04/10/2011</CloseDate>
    <Priority>High</Priority>
    <Status>Pending</Status>
    <SalesStage>Selected</SalesStage>
    </Opportunity>
    </ListOfOpportunity>
    </Contact></ListOfContact></ContactWS_ContactInsert_Input></soap:Body></soap:Envelope>

  • Need help to read the item details while creating the Opportunity in SAP CR

    Hi,
    I need to read the values entered at item level while creating a new opportunity in SAP CRM 5.0.
    Is there any function modle to do that ? I need to read the custom fields (developed by EEWB)
    and sum  them up and populate at the header level.
    As the data is not saved yet, I cannot read from database in the present scenario.
    Thanks and regards

    Hi,
      U can use CRM_ORDER_READ.
    1) Pass the values for the ITEM guid which u want to read.
    2) ignore the other header guid and object id because it is for whole contract
    3) if u had custmize any table it will be available in the internal table returned by the function module.
    4) u have to identify which internal table will contain the field since many internal table are available with similar meaning.
    4) CRM_ORDER_ORDER is heavy function module it reads entire contract hence u need to specify which internal table u have to read any only those values will be read. for that u have to fill in <b>it_requested_objects</b>
    fill requested ogject with below statement
    INSERT gc_object_name-orderadm_h  INTO TABLE lit_import_tab.
    gc_object_name is constant structure u have to include
    *-Standard Include
      INCLUDE crm_object_names_con.
    Mark helpfull answers
    Regards
    Manoj

  • Hi..I have a requirement to create An opportunity for the multiple campains

    I have a requirement to create an single opportunity for the multiple campaingns..how can we do this..??
    regards
    B.Mani

    Hi Nizam,
                       You can check the component 'BT111H_OPPT' view 'BT111H_OPPT/ItemsList ', context node 'BTADMINI' has onclick action implemented for item list in opporrtunity transaction. In the same way you can do the coding.
    Hope this helps.
    Regards,
    Ruby.

  • Created By F4 issue in opportunity search

    Hi,
    In opportunuty search we have search attribute as 'CREATED_BY'. This gives the user name who has created the opportunity.
    For this field we have F4 help window and the logic is as follows in GET_DQUERY_VALUEHELPS:
    when 'CREATED_BY'.
            <rs_result>-output_mapping-context_attr = 'CREATED_BY'.
            <rs_result>-output_mapping-f4_attr      = 'BNAME'.
            <rs_result>-help_id-help_id             = 'USER_ADDR'.
            <rs_result>-help_id-help_id_kind        = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name.
    Above ''USER_ADDR' is an elementary search help which is assigned for this field.
    Now When we press F4 on the CREATED_BY field, we have First name and Last name fields on it. And user is able to search the user ids when he/she knows the exact first/last name.
    We can use wildcard operator * on it, but our users are not used to using it as for other applications they have operators.
    Now the requirement is to make the First name and last name by "Start With" as default parameter in BACK GROUND.
    As I have mentioned above, our search help for CREATED_BY uses the ''USER_ADDR' search help and the search help has the first name and last name field.
    Is there any way to make the 'STARTS WITH' parametr as default for FIRST NAME and LAST NAME field in BACK GROUND or if there is any other solution, please guide me.
    Thanks.

    You can use the suggest feature which is available in any airline website. You can type in 3 characters and you can get suggestions for the name based on first name or last name in your case.
    This is easy to implement where you have fetch either all the data from the search help and filter based on your key word entered or  fetch data from the search help based on filter parameters entered by the user. Basically you have to use 'CP' keyword in ABAP to filter out desired criteria.
    Starts_with is just an extension of what I have mentioned.
    It would be a customer delight if you can implement it like this.
    Regards
    Kavindra

  • Web Applet Report that creates email for Opportunity Details

    Hi,
    I'm trying to create a report that creates an opportunity detail report. My Web applet works. The only issue is the HTML tags show up in the email, instead of formatting the narrative fields.
    Any input is appreciated.
    Regards,
    Jo Ann

    Were you able to at least insert column values into the email (subject line, body)? I've got this to work in the Custom Text Format field of a user's email column:
    @[html]<**a href="mailto:"@"?subject=Good%20Morning">@<**/a>
    (Ignore the asterisks)
    It does popup a blank email with the user's email in the To: line but what I want to do is pull in other column values from the record into the subject line and body of the email. How do I do that?
    Edited by: user729346 on Apr 11, 2011 8:53 AM
    Edited by: user729346 on Apr 11, 2011 8:54 AM
    Edited by: user729346 on Apr 11, 2011 8:55 AM

  • Report to Create Opportunity

    Hi Experts,
    I have a requirement that, to write a report program to "create or update opportunity".
    I am new in CRM, Can anybody help me to do this?
    Thanks in advance,
    Saju.

    Hello Saju Mohanv,
               You can use BAPI_OPPORTUNITY_CREATEMULTY to create an opportunity and to change BAPI_OPPORTUNITY_CHANGEMULTI. Before you create or change please check weather you have authorization to create or change any business transaction. T.Code : CRMD_ORDER open this and create opportunity by using proper inputs.
                Well comes to report program use above bapi which i have given. Well before this you have to check what all the inputs you have provide for that bapi's. For that you can check in CRM_ORDER_MAINTAIN fm. Put a break point in that FM and create opportunity in CRMD_ORDER t.code. Check what all the inputs coming in ADMINH, OPPORH, PARTNER,  INPUT_FIELDS ect.,  Related your report. You pass the same inputs to your bapis. Let me know your status after this.
    Regards,
    Nizamuddin.

  • Need Standard BAPI To Create Opportunity in SAP Using Java Connector.

    Hi All,
         What is the standard BAPI to create an opportunity in SAP CRM through Java Connector.
    Please share code if available for doing same. I have found BAPI_OPPORTUNITY_CREATE_MULTI .
    How to create opportunity in SAP through java connector using BAPI_OPPORTUNITY_CREATE_MULTI .

    Hi,
    I think you can search for it or you can create a thread at ABAP section.

  • Create opportunity using workflow rule

    Hi,
    Is there a way to create an opportunity record using a workflow rule.
    We want to be able to create a service opportunity to be triggered automatically by the sales person by either updating a flag or check box which inturn triggers
    a workflow rule that can create an opportunity.
    I am aware of using a web link to copy an existing opportunity.
    Any ideas ?
    Thanks
    Swami

    At this time this is possible by using Integration Events and using web services. CRMOD does not support Workflows that will automatically create an opportunity using a workflow

  • Object id for opportunity is created  through se38 but that object id doesnt exist in sap crm webui

    Hello All,,
      i am creating  an opportunity from report program (se38) using fm bapi_opportunity_createmulti.
    object id is  created successfully without any error .
    but that object id does not exist when i am giving that object id to sap crm .
    please help me out what i am missing or what happen.
    Ahmad....

    Thanks Arden now its  creating i left logical keys and handle in my  FM modules.
    but i am getting eroor which i have attch please tell me how can i do this .

  • Org determination problem for an Opportunity created through CIC0.

    Dear all,
    I have a problem with org determination in an opportunity createde through CIC0. I initially created a BP, then a contact person for the same BP and then created an opportunity for the BP where in system is not picking up the Org Data.
    The determination rule says that
    if BP has sales area data --> present those sales areas
    if BP has no sales area data --> pick up from the user assignement in the org structure.
    Now case 2 should be applicable to me. I have maintianed a user as BP under Sales Org. I have activated obj permitted for determination at sales org level.
    When I am creating opp from cic0, user is getting picked properly. However, org data is not getting picked.
    The scenario works fine when opportunity is created through CRMD_ORDER
    What is that I am missing out??? PLEASE HELP ME OUT...
    Regards,
    Rajesh

    Dear Rajesh,
    this might be caused by wrong partner determination customizing for CIC0. please check note 600116
    and related. Also please check note 487734 regarding missing pop-ups in CIC0.
    Regards, Gerhard

  • Auto create Opportunity record

    Hi all,
    I have a requirement when there is a new Lead record created, I want to trigger a workflow to auto create the Opportunity attach to the Lead?
    Can this be done in CRMOD? If yes, can I know how to do it?
    Thanks in advance.

    I guess you will have to trigger an integration event using a workflow based on the new record saved trigger event. Then a custom built webservice would invoke on the integration event registered in the integration event queue and finally would create the necessary oppty record.
    Thanks
    Naren

Maybe you are looking for

  • Schedule a report in BI SE1

    I can schedule a report in BI EE using Delivers, but BI SE1 does not contain Delivers, am I right? How can I schedule a report in BI SE1? Thanks

  • Stacked charts question

    Hi! I have an application where it would be convenient to be able to switch between stacked and overlayed display while the VI is running. Since in LV5.1.1 there does not seem to be a way of changing that via an attribute node, I could just add anoth

  • Z10 Bluetooth error: "Failed to find service"

    1. I tried to transfer a file from my Z10 to Macbook Air (Mac OS Mavericks). 2. When I select a file and then try to send it through Bluetooth - i get a message: "Failed to find service" 3. I have checked all settings on Macbook and Z10 are ok. 4. I

  • Include an interactive Youtube player in Edge Animate - Not working properly!

    Hi folks! I am working on a new project which is based on a interactive web video. In the Edge Animate proyect I have implemented a Youtube fullscreen player which has interactivity. On the one side, in the Edge project I have included a JS which con

  • ICNV STOP EVERYTHING

    We are partitioning a large table using ICNV.  Data Transfer initally ended, 100% done.   Outage for switch is scheduled at a future date. We needed to alter a partition limitkey without business outage.   We executed Control > Stop Everything. Then