BADI to qualify lead and generate opportunity..

Hi All,
I am working on an enhancement for qualifying a lead automativally based on the values from Z table.
This is in CRM2007 and the transaction i m using is CRM_ORDER.
If the country and business unit matches from Z table then it should qualify the lead as Hot and generate an opportunity from it.
Which BADI I have to use for this ? or if anybody worked on such requirement then please guide me.
Thanks in advance.\
- Umesh

Hi,
you could also use Badi CRM_LEAD_H_BADI, method CRM_LEAD_H_MERGE to classify the lead as hot.
For generating the opportunity, i would create a separate action in customizing for the lead using copy_document, which creates a follow-up opportunity. As starting condition, you can check if the lead is hot or not
Cheers,
Thimo

Similar Messages

  • Lead and Opportunity management

    Dear all
    I am new in CRM.
    Can anybody send me the documents abt lead and opportunity management?
    pls it very helpful for me
    jayesh patel

    Lead in CRM Online:
    http://help.sap.com/saphelp_crm40/helpdata/en/2a/f31f2c6127e24199df72d17fb014ea/frameset.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/6b/30453cf1fcc85ee10000000a11402f/frameset.htm
    Opportunity in CRM Online:
    http://help.sap.com/saphelp_crm40/helpdata/en/24/bc239801e28940a34545863fe45a6f/content.htm
    Hope this helps.
    Regards,
    Kaushal

  • BADI to add leading zero to material in DP

    Hello,
    I wanted to check if there is a BADI that can be used while generating CVC (/sapapo/mc62) that will add leading zeros to the product number (9amatnr) while uploading CVCs from FLAT FILE.
    Thanks,
    Sanju

    Hello,
    I am basically trying to create CVC from a TAB delimited file using tcode /sapapo/mc62. The file will be loaded on Application server and  /sapapo/mc62 will pick up the tab delimited file in background. I want a FM or BADI that can pad leading zero in front of the material Characteristics when CVCs are generated.
    Please advise.
    I am not planning to load the file into infocube and generate CVC from infocube.
    Thanks

  • Saved Tiffs will not open in CS2 and generate a "Could not complete your request because of a program error".

    this was supplied by Ann Shelbourne.
    Saved Tiffs will not open in CS2 and generate a "Could not complete your request because of a program error".
    These files will often open in Photoshop 7.0.1 or in CS1 but not in CS2.
    The trouble may be caused by bad dates in the EXIF data and can originate from an incorrectly-programmed digital camera; or from a scan that was created after after Jan1 of this year (because of a known bug in some scanner software).
    If someone runs into the "Could not complete your request because of a program error" problem, and does not have CS1, try opening the Tiff in TextEdit.
    The EXIF data is right at the top. Check the EXIF data for bad creation dates and change any incorrect ones there.
    Save and close; and then the file will probably open in CS2 without a murmur.

    > If iPhoto causes problems why not open the images from the Finder?
    I get the error if I open a file from within iPhoto using "OPen in external editor" and then alter it (or do not alter it) and try to save it over itself, or save it anywhere else.
    I get the error if I do "Show file" in iPhoto to see the file in the Finder. Then, if I double-click and it opens in PS, and then alter it (or do not alter it) and try to save it over itself, or save it anywhere else.
    > And with »save it anywhere« You indicate that You use the Save As-command?
    Right.

  • How to create lead follow up opportunity....

    Hello,
    How to create lead follow up opportunity automatically... Also my clients need is when we change the status of Lead from Open or In-Process or Won to Completed then an automatic email should go to the employee responsible in the lead.
    Please help me in this.... I tried doing this by creating Action profile & assigning that action profile to transaction type but didn't get the expected result.
    I would really appreciate some one help on this.... Please describe it in steps for automatic Opportunity creation & also for email.
    Thanks,
    Ajeet

    Using action is correct approach. You just have to configure action properly. For follow-up use in action 'method call' and use method 'copy_document' and as parameter specify transaction type that you want to be created as follow-up.
    For mail, you can use in action trigger_alert method.

  • Linking Surveys with Leads and Opportunities

    Hi,
    We have a survey associated with each lead and opportunity i.e when creating either a lead or an opportunity there is a tab on the GUI in which we can fill up the survey when creating the lead/Opportunity and then save the transaction. The survey goes to a different Infoprovider and leads and opportunity to their respectice Infoproviders.
    We now want to link the survey answers to lead and opportunities. I tried infosets and there doesn't seem to be any linkage between these two . Any ideas or has anyone linked surveys to leads and survey to opportunities. Fyi we are on CRM 4.0 and BW 3.5
    Thanks.

    The CRM Surveys are fed into the cube 0WS_C01. If you have set the correct setting in the transaction CRM_SURVEY_SUITE, the survey results are extracted to the datasource 0SVY_DATA_1. Through the appropriate GUIDs the answers to the survey from the table CRM_SVY_ANSW (do not exactly remember the name) can be linked to the header GUID in CRMD_ORDERADM_H. (May be through the link table CRMD_LINK)
    Doniv

  • How to create a Sales Lead and Sales Lead Contact using Web Services

    Hi,
    I am working on integration of sales lead with third party application. I want to create a sales lead and sales lead contact using web services.
    The question is What WSDLs should I use to create Sales Lead and sales lead Contact? And What are the required parameters to pass to that WSDL?
    Please let me know if any information required.
    Thanks and Regards,
    Jason

    Hi,
      Sample soap messages for creating Sales Lead ::
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/marketing/leadMgmt/leads/leadService/types/" xmlns:lead="http://xmlns.oracle.com/oracle/apps/marketing/leadMgmt/leads/leadService/" xmlns:lead1="http://xmlns.oracle.com/apps/marketing/leadMgmt/leads/leadService/" xmlns:not="http://xmlns.oracle.com/apps/crmCommon/notes/noteService" xmlns:not1="http://xmlns.oracle.com/apps/crmCommon/notes/flex/noteDff/">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:createSalesLead>
             <typ:salesLead>
                <lead:Name>Lead Created For Migrration Test4</lead:Name>
                <lead:Rating_c>A</lead:Rating_c>
             </typ:salesLead>
          </typ:createSalesLead>
       </soapenv:Body>
    </soapenv:Envelope>
      Sample soap messages for creating Opportunity ::
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/sales/opptyMgmt/opportunities/opportunityService/types/" xmlns:opp="http://xmlns.oracle.com/apps/sales/opptyMgmt/opportunities/opportunityService/" xmlns:rev="http://xmlns.oracle.com/apps/sales/opptyMgmt/revenues/revenueService/" xmlns:not="http://xmlns.oracle.com/apps/crmCommon/notes/noteService" xmlns:not1="http://xmlns.oracle.com/apps/crmCommon/notes/flex/noteDff/" xmlns:rev1="http://xmlns.oracle.com/oracle/apps/sales/opptyMgmt/revenues/revenueService/" xmlns:act="http://xmlns.oracle.com/apps/crmCommon/activities/activitiesService/">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:createOpportunity>
             <typ:opportunity>
                <opp:Name>Test Opportunity</opp:Name>
             </typ:opportunity>
          </typ:createOpportunity>
       </soapenv:Body>
    </soapenv:Envelope>
    Please revert if you have any clarifications.
    Best Regards,
    Mohd Sabeer

  • Qualified attributeFormDefault and elementFormDefault issue

    I have a problem with attributeFormDefault and elementFormDefault settings in BPEL. BPEL seems to be ignoring these settings. I have set both to qualified in the following sample schema defintion:
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.org" targetNamespace="http://www.example.org" elementFormDefault="qualified" attributeFormDefault="qualified">
    <xsd:element name="requestObject">
    <xsd:annotation>
    <xsd:documentation>A sample element
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="requestText" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    XML Spy generates the following XML sample correctly with fully qualified elements and attributes.
    <n:requestObject xmlns:n="http://www.example.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org testns.xsd">
         <n:requestText>String</n:requestText>
    </n:requestObject>
    However, when I set the input messagetype to the requestObject in BPEL, the BPEL process does not include qualified attributes and elements in the runtime instance:
    <inputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    <requestObject xmlns="http://www.example.org">
    <requestText>This is my text</requestText>
    </requestObject>
    </part>
    </inputVariable>
    This utimately causes problems with Partnerlink services expecting fully qualified input. The service does not recognize the element. It is NOT and option to change the Partnerlink service schema. Is there something I am not setting correctly in BPEL

    Hi,
    This is an age old bug in Weblogic Server Plug-ins that has never been fixed. You'll probably find lots of examples of people with similar issues, but no solution as so far.
    Variables should be confined within a VirtualHost, but for some reason they aren't for this particular plugin. I'm not sure if LocationMatch stays within a virtual host or not, might be worth giving it a try if it's feasible.
    Mike

  • When I run multiple Microsoft powerpoint files at a time on my MacBook Air, it simply gets hotter and generates little noise (most probably fan noise). Will this make any effect on life span of MBAir??

    When I run multiple Microsoft powerpoint files at a time on my MacBook Air, it simply gets hotter and generates little noise (most probably fan noise). Will this make any effect on life span of MBAir??

    Theoretically, yes.
    Heat, and heat cycling certainly do take a toll on even solid state components. I have several "very old" Macintosh computers, and the logic boards exhibit the effects.
    The fan too, running at higher speeds, does eventually cause wear. More than anything, the higher airflow leads to a higher propensity for dust accumulation on the fan, and the heat exchangers.
    In practical terms though, maybe not so much. If you plan on having your computer exhibit a reasonable useful life before you retire it or upgrade, you may never experience any of the detrimental effects. I rarely use a computer longer than 3 years, before I sell, give it away, or just stop using it.
    Personally, I wouldn't worry about it. Your computer is well designed to give you a long life, even in the manner in which you describe. Take care of it, but use it for what you bought it for. Nothing you mention is in any way, abuse.

  • Why does Photoshop CC Randomly fill leading and tracking after entering a value?

    I've been running into a bug where entering a value into the leading and/or tracking fields in the Character panel generates random numbers. The major problem has come when I'm building banners at large sizes. I enter a value and suddenly I get a min/max warning that I've clearly gone over the maximum value allowed by Photoshop in that field. I press "OK" and another random value is inserted into the field rather than the allowable maximum value, which the warning box promised me it would enter in the field. This generally continues until I force quit Photoshop CC and restart it...hopefully not loosing too much work in the process.
    (I've been burned too many times by Photoshop bugs and issues to know that I should save very frequently...to my desktop.)

    It happens when you have transformed text.
    It's a widely discussed bug, that we've acknowledged and are testing a fix for.

  • CRM report combining leads and opportunities

    Hi,
    I have LEADS and OPPORTUNITIES data in different cubes which are getting data std datasources. Now how do i create a report which shows the list of leads converted to opportunities?

    Hi Madhu,
    If you are using DSO 0CRM_OPPH / Cube 0CRM_C04, you will find IO 0CRMPLEAGUI - GUID of Preceding Lead, which captures the Lead GUID, which I assume is only when a Lead is converted to an Opportunity. You can check your data to confirm such cases. If so, restrict on 0CRMPLEAGUI where not # in your query to report such cases.
    --Priya

  • No. range skipping for leads and opportunities

    Hello,
    I have assigned an internal number range to leads and opportunity, which are own transaction types, i have created by copying standard ones, but it is surprising for me to see that the numbers are being skipped in random intervals.
    Have any one of you have encountered this problem...what solution you applied?
    Regards

    Hi,
    Go to trx. SNRO and change the object to no keep in buffer and select only one number.
    Best regards,
    Caíque Escaler

  • Assignment of leads and opportunities by product

    Hello everyone,
    I need to assign leads and opportunities by product to selected personnel, is there anyway to detect more than 1 product in the lead or opportunity? This is because a lead and opportunity may have several products bundled together and it would be very repetitive for the sales person to create one lead\opportunity for each product they sell to the same customer.
    Any ideas on how to accomplish this? I was initially thinking of using Books, but it allows for only field comparisons of single values and not multi-picklists. So in the end the problem still comes back to having more than 1 product in a lead\opportunity.
    Hope you guys here have some suggestions. Thanks again!

    Hi Venky,
    Yes, the initial thought here is to use a multi-picklist; but unfortunately I don't think the assignment manager supports multi-picklists.
    And yes, I would like to make it accessible to multiple people, not only one.
    Basically, the process goes something like the following:-
    1) Marketing obtains lead and enters into the system
    2) Lead is channeled to a product manager
    3) Product manager reassigns the lead to a salesperson
    4) Salesperson converts the lead into an an opportunity - Product Manager should be able to view this opportunity
    My question here is would the product manager still gain access to the lead once it is reassigned (salesperson is not reporting to the product manager in anyway)? And how can the product manager be able to view all opportunities which have the product he\she is in charge of?
    My initial thought here is that we have to fall back on using Books?
    Thanks.

  • Lent someone mag safe lead and now mac powered but black screen! have reset battery but still nothing. Help please?

    lent someone mag safe lead and now mac is powered but black screen! have reset battery and taken lead out for a few minutes and replugged but still nothing. Help please?

    try pram reset
    http://support.apple.com/kb/ht1379
    if not try recovery mode
    http://support.apple.com/kb/ht4718
    read
    http://www.macworld.com/article/2018853/when-good-macs-go-bad-steps-to-take-when -your-mac-wont-start-up.html

  • My iphone 4 isn not responding the screen is just showing a usb lead and the itunes symbol. When i plug it into my desktop mac and link it to itunes ,itunes is telling me the phone is in a restore mode .can i get it to respond without restoring ?

    my iphone 4 is not responding the screen is just showing a usb lead and the itunes symbol. when i plug it into my desktop mac and try to sync it to itunes ,itunes is telling me the phone is in a restore mode. How do i get it to respond without restoring the phone to new ? there is no option to restore with backup as i have not backed up any of the data on the phone any help would be greatly appreciated thanks

    http://support.apple.com/kb/HT1808
    You can't  not restore if you have reached this point

Maybe you are looking for

  • MacBook will not Boot

    I literally got my macbook yesterday and this is my first major problem A few minutes ago I was watching a YouTube video, while browsing other websites with Adium and Mail and I believe iTunes running in the background (not too processor intensive).

  • Can't print to an HP 3015dn

    I am having a problem printing from Firefox 4 to an HP LaserJet 3015dn. The computer is running Windows XP 32 bit with service pack 3. I get an unknown error occurred but the HP status message shows that a document was printed. The same web page will

  • Call an Application Module deployed as EJB into JServer from a client

    Hi all, I've successfully deployed a BC4J Application Module as EJB Session Bean into Oracle8i 8.1.6. The deployment descriptor (file LoginModule.dd) starts with the foolowing lines: Session Bean ricercalista.server.ejb.LoginModuleServerEJB BeanHomeN

  • The 2d Barcodes on the backs of the new Nokia Phon...

    Does anyone know what format of 2d Barcode Nokia are using on their new phones to store the serial number data etc. of each handset? I only ask as in an attempt to speedup and reduce typos when recording this data inhouse I plan to provide the releve

  • "Last import": no replacement for this?

    A friend emailed 15 photos that I exported to Photos. Problem: I can't find the photos, because they're probably scattered by date among my 20K+ photos. With iPhoto, I'd simply choose "Last Import" and then file then photos to albums, etc.  Now I can