Opportunity Source

Hi everyone,
I may be crazy, but I have no idea where to look to populate the list of Opportunity Sources.  Can someone please point me in the right direction?  I am working in 2007 PL04.
Thanks so much,
Kristen

Hi Kristen,
It may be easiest to create them in B1 and just run a synch.
If you want to create them in WT you can do so by going to the Definitions->Code Definitions in the admin area and entering them manually in the edit boxes at the bottom.
An example might be:
type = opportunitysource
value = cl
sort = 0
name = Craig's List
Then hit the add button on the left.  It doesn't matter whether you have opportunitysource selected in the dropdown.
Weird, I know.

Similar Messages

  • Different sources for different Opportunity transaction types

    Hi Experts,
    We have a requirement where we have two different Opportunity transaction types: Sales and Service Opportunity.
    Now we want to have different surces for these opportunity types i.e. Sales Opportunity Sources should not be viisble in Service Opportunity and vice-versa.
    In SPRO, I checked we can maintain sources but can not link it to a specfic transaction type.
    Any views on how can we achieve this?
    Regards
    Aakshi Suri

    Hi Aakshi,
    You can dynamically determine the follow up transaction types for the sources apart from what is maintained
    in the customizing. It is not the sources that are maintained in the customizing, instead the target transaction types
    are maintained in the sources. So you have to implement your requirement at the source level.
    Regards,
    Leon

  • Patch 10 Available

    Patch 10 for Web tools 6 is now available on the Software Download Center
    Not all notes have been released at this time. Here is an overview of the fixes.
    Note #       Note title
    1226765   New DB indexes added in order to improve performance
    1226764   Zip code in Tax definition could not be removed
    1226763   Search rules modified in order to improve performance
    1226742   Changed redirect on opportunity save
    1226741   Flat Charge tax definition removed from WT
    1226740   New option to display Total Weight on SO of WT
    1226739   Synch reported B1 connection successful when not connected
    1226738   Password representation in config settings was changed
    1226737   Opportunity's customer should not be changed
    1226692   List by manufacturer -Item qty in not moved to shopping cart
    1226691   User profile not synchronized into B1 after amendment
    1226690   Users names were synchronized incorrectly between B1<->WT
    1226689   Threat Level of competitors from B1 is lost in WT
    1226688   Follow up button on closed activity did not work correctly
    1226687   Warranty could not be synchronized between B1 and WT
    1226686   Solution Knowledge Base could not be synchronized well
    1226685   ID link had wrong redirect on support project
    1226684   Changed user of opportunity did not synch
    1226683   It was possible to save support task without subject
    1226672   Service Contract No. could not be synchronized well
    1226671   Origin of service was not be synchronized well
    1226670   Activity was added twice through service call
    1226668   Wrong line items synchronized to Webtools
    1226667   Some sale opp information were missing after sync to B1
    1226666   Synch and Messaging services should be stopped on upgrade
    1226665   "Run Synch" button was enabled when synch was runing
    1226664   Cannot create new profile for SynchManager
    1226663   Payment Method was lost when synch invoice from B1 to WT
    1226662   Quantity of recalculated subitem not correct for sales kit
    1226661   Queue could be synchronized well between B1 and WT
    1226660   SynchManager didn't check presence of 2005 DI API
    1226659   mobile&email information of user didn't merge from prospect
    1226658   Unhandled exception could occur during installation
    1226657   WT Shipping address was wrong when sync back from B1
    1226656   Saving discount on order in admin did not refresh totals
    1226655   Duplicated service contract did not synch to WT
    1226128   Tax on freight in WT caused incorrect order synch to B1 2007
    1226033   The won or closed opportunity is not synch
    1226022   Upgrade selected instance do not work on two servers
    1226021   Activity related to opportunity did not synch WT -> B1
    1226020   Service contract is duplicated if synchronized to B1
    1226019   Wrong method of calculate Handling amount in WT
    1226018   Sending one copy of campaign didn't work
    1226017   Removed unsupported database type (Sybase)
    1226016   Tax on shipping calculated incorrectly
    1226015   Remove source tax type from distribution data
    1226014   Assembly BoM shows child item prices on parent detail
    1226013   A part of Handling was synched to Discount cell of B1
    1225874   Customer tab was not accessible during creation of order
    1225873   Promoting quote to order should show new order number
    1225852   Document series from B1 were not considered in numbering
    1225849   5.9 UPGRADE Adding item to cart causes internal error
    1225848   Wallet in checkout raises error
    1225847   Ogone gateway was temporarily missing field for API User
    1225846   Tax delete icon did not work on tax edit screen
    1225843   Prospecting: Improper control used for 'Industry'
    1225772   Do not synch 'Lead' type business partners to Web Tools
    1225770   Warning message when creating help from archive
    1225710   Shipping type assigned to BP in B1 does not synchronize
    1225707   Coupon is allowed to have Valid From > Valid To
    1225705   Remove language link in Web Tools help
    1225703   Cannot assign existing project as subproject
    1225661   Prospecting: Overwriting of notes (merge) does not work
    1225660   SECURITY Documents from Admin are accessible via URL
    1225659   Quote after complete should show price column
    1225657   Web Tools should not allow address with same label
    1224706   Unexpected logout after modification of address
    1224705   New rules enforced for BoM and variant items
    1224704   URL and Secret Answer removed from Authorize.NET gateway
    1174750   Sales Opportunity source and priority are not synchronized
    1159619   Creating two rates in a row causes internal error
    1158272   Prospecting: prospect merge should allow adding new industry

    Hello I use windows vista, and have been using SAP GUI 6.40.
    But they are trasnactions that i run and I am bumped out of the GUI.
    As a result I have downloaded and Installed SAP GUI 7.10, and also applied the patch, which I downloaded as an .exe file.
    However, when I try to log on to my my SAP system, I have a message 'maximum number of connection handled reached, no more memory available.'
    Can anyone helpme with this Urgently? I really need to continue working.
    Thank you.
    Chuma.

  • Using Axis(1), gives error "Slicer Axis cannot be referenced" in excel pivot table, but works fine ssms

    Hi .. I am using Axis(1) to select all the retrieved records. The MDX query looks like-
    WITH MEMBER [Measures].[New Opportunity Count]
     AS SUM(
             {DESCENDANTS(
              [Opportunity].[Opportunity].CURRENTMEMBER,
              1
            iif([Measures].[Opportunity Sales Days - Invisible] > 0,1,0)
     //HAVING [Measures].[New Opportunity Count] = 1
     MEMBER [Measures].[Latest Opportunity Count]
     AS SUM(
          EXCEPT( AXIS(1),
                    [Opportunity].[Opportunity].[All]
                 ),[Measures].[New Opportunity Count])
    MEMBER [Measures].[Opportunity Sales Days]
    AS iif([Measures].[New Opportunity Count] =0,0,
          iif([Opportunity].[Opportunity].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity].[All].MEMBER_KEY,
            (SUM(
                EXCEPT(AXIS(1),
                    [Opportunity].[Opportunity].[All]
                 ),[Measures].[Opportunity Sales Days - Invisible])/[Measures].[Latest Opportunity Count]),
            [Measures].[Opportunity Sales Days - Invisible]/[Measures].[New Opportunity Count])
    SELECT 
      [Measures].[Latest Opportunity Count],
      [Measures].[New Opportunity Count],
      [Measures].[Opportunity Sales Days]
    }ON COLUMNS,
        [Opportunity].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}],
        [Opportunity].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}],
        [Opportunity].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}],
        [Opportunity].[Opportunity].&[{CA158EE5-C445-E111-975F-00155D032A00}],
        [Opportunity].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}],
        [Opportunity].[Opportunity].&[{D500AE90-606C-E211-83AD-00155D03570D}],
        [Opportunity].[Opportunity].[All]
    //      [Opportunity].[Opportunity].members
    ON ROWS
    FROM [IMGROUP Base]
    It works fine in SSMS editor, but while trying to access the same query from Excel pivot table, it gives the error : "Slicer axis cannot be referenced". I have taken the MDX query from excel and it looks like -
    SELECT NON EMPTY Hierarchize({DrilldownLevel({[Opportunity].[Opportunity Hierarchy].[All]},,,INCLUDE_CALC_MEMBERS)}) DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME,[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Account Manager],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Actual Close Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Age In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Created On Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Created On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Days In Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Delivery
    Owner],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Estimated Project Duration In Months],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Working Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project End Date],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Estimated Project First Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Last Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated
    Project Start Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Lost Competitor],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Originating Lead Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Owning Organisation],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Revenue Spread],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist-Hidden],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Sales Stage Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Source Full Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity State],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Sub Source],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost Description],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost
    Reason] ON COLUMNS  FROM (SELECT ({[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{CA158EE5-C445-E111-975F-00155D032A00}], [Opportunity].[Opportunity
    Hierarchy].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}]})
    ON COLUMNS  FROM [IMGROUP Base]) WHERE ([Measures].[Opportunity Sales Days]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
    Any help, will be greatly apreciated.
    Sayan.

    Sorry, it was a mistake in my query. Now I have corrected each of them and individually each of them works fine. See below-
    CREATE MEMBER CURRENTCUBE.[Measures].[New Opportunity Count]
     AS SUM(
             {DESCENDANTS(
              [Opportunity].[Opportunity].CURRENTMEMBER,
              1
            iif([Measures].[Opportunity Sales Days - Invisible] > 0,1,0)
    VISIBLE = 0 , 
    ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
    CREATE MEMBER CURRENTCUBE.[Measures].[Latest Opportunity Count]
     AS SUM(
          EXCEPT(Axis(0),
                   [Opportunity].[Opportunity Hierarchy].[All]
                 ),[Measures].[New Opportunity Count]), 
    VISIBLE = 0 , 
    ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
    CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Sales Days]
    AS iif([Measures].[New Opportunity Count] =0,0,
          iif([Opportunity].[Opportunity].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity].[All].MEMBER_KEY,
            (SUM(
                EXCEPT(AXIS(0),
                  [Opportunity].[Opportunity Hierarchy].[All]
                 ),[Measures].[Opportunity Sales Days - Invisible])/[Measures].[Latest Opportunity Count]),
            [Measures].[Opportunity Sales Days - Invisible]/[Measures].[New Opportunity Count])
    VISIBLE = 1,  
    DISPLAY_FOLDER = 'Days',  
    ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
    CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Actual Value Home Currency New]
     AS  SUM(
             {DESCENDANTS(
              [Opportunity].[Opportunity].CURRENTMEMBER,
              1
            iif([Measures].[Opportunity Sales Days] > 0,[Measures].[Opportunity Actual Value Home Currency],0)
    VISIBLE = 0,  
    ASSOCIATED_MEASURE_GROUP = 'Opportunity'  ; 
    CREATE MEMBER CURRENTCUBE.[Measures].[Opportunity Actual Revenue Per Sales Day]
    AS iif([Measures].[Opportunity Actual Value Home Currency New] =0,0,
          iif([Opportunity].[Opportunity Hierarchy].CURRENTMEMBER.MEMBER_KEY =[Opportunity].[Opportunity Hierarchy].[All].MEMBER_KEY,
            (SUM(
              EXCEPT( AXIS(0),
                    [Opportunity].[Opportunity Hierarchy].[All]
                 ),[Measures].[Opportunity Actual Value Home Currency New])/[Measures].[Opportunity Sales Days]),
            ([Measures].[Opportunity Actual Value Home Currency New]/[Measures].[Opportunity Sales Days]))
    FORMAT_STRING = "£#,##0.00;-£#,##0.00;#",
    VISIBLE = 1,
    DISPLAY_FOLDER = 'Financial',
    ASSOCIATED_MEASURE_GROUP = 'Opportunity';  
    But, when I want to select them together from Excel, I am geeing the below error-
    CellOrdinal 0
    VALUE #Error MdxScript(IMGROUP Base) (1436, 7) Members, tuples or sets must use the same hierarchies in the EXCEPT function.
    FORMAT_STRING £#,##0.00;-£#,##0.00;#
    LANGUAGE (null)
    BACK_COLOR (null)
    FORE_COLOR (null)
    FONT_FLAGS (null)
    The generated MDX in Excel as -
    SELECT {[Measures].[Opportunity Actual Revenue Per Sales Day],[Measures].[Opportunity Sales Days]} DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME ON COLUMNS , NON EMPTY Hierarchize({DrilldownLevel({[Opportunity].[Opportunity Hierarchy].[All]},,,INCLUDE_CALC_MEMBERS)})
    DIMENSION PROPERTIES PARENT_UNIQUE_NAME,HIERARCHY_UNIQUE_NAME,[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Account Manager],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Actual Close Date Time],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Age In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Created On Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Created On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Days In Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Delivery Owner],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated
    Close Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Duration In Months],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Estimated Project Duration In Working Days],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project End Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project First Working Day Date],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Estimated Project Last Working Day Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Estimated Project Start Date],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Latest News],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Latest News Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Lost Competitor],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Originating Lead Name],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Owning Organisation],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Revenue Spread],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Assist],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Sales Assist-Hidden],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sales Stage Updated On Date Time],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity
    Source Full Name],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity State],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Sub Source],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Updated On Date Time],[Opportunity].[Opportunity
    Hierarchy].[Opportunity].[Opportunity Won Lost Description],[Opportunity].[Opportunity Hierarchy].[Opportunity].[Opportunity Won Lost Reason] ON ROWS  FROM (SELECT ({[Opportunity].[Opportunity Hierarchy].[Opportunity].&[{B69F83EB-832D-E211-9861-00155D032A00}],
    [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{60036FE8-DC48-E111-975F-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{3A2BB124-EE85-E011-8A06-00155D032A00}], [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{E2E48CB7-8463-E411-831D-00155D035708}],
    [Opportunity].[Opportunity Hierarchy].[Opportunity].&[{140D9883-6F49-E011-AEA0-00155D032A00}]}) ON COLUMNS  FROM [IMGROUP]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
    Any help?
    sayan maity

  • CRM Interactive Reports

    Hi,
    Can anyone help me in getting the list of 'SAP delevered Interactive Reports' in SAP CRM 7.0 ?
    Regards
    Ravi

    Hi!
    For CRM 7.0 interactive reporting, SAP delivers the following reports:
    Accounts with Open Activities
    Active Accounts
    Campaign Effectiveness
    Lead Origin Status
    Lead Status Analysis
    Accounts with Open Opportunities
    Closed Opportunities
    Opportunity Pipeline
    Opportunity Sources
    Top 10 Deals
    Top 5 Competitors in Current Opportunities
    US Sales Map
    US Sales Pipeline
    Win/Loss Analysis by Reason
    Average Lead Time of Service Tickets
    Open Service Tickets by Priority
    Service Agreement Compliance
    Service Ticket Closure
    Service Ticket Volume
    These are only to be considered as examples since it is very easy to create new reports based on the delivered report areas (Activities, Campaigns, Leads, Opportunities, Service -- for EhP1 onwards there are 10 additional report areas while there is no additional report).
    Best regards

  • Download customizing crm - cdb - msa ?

    Hello forum,
    where/which objects do I have to download in crm, so that my
    msa-client has the same customizing as my crm-online ?
    I use in msa bp/cp with activity-management.
    Hope someone can help !
    Thanks
    Gerd

    Hi Gerd,
    Below mention is list of adaptor objects to be downloaded from CRM to CDB:
    Object Name     Description
    BOTVAK_OBJECT     BOTVAK_OBJECT
    BOTVAPO_OBJECT     ATP Profile per Item Category
    CRM_DNLPRDOBJFA     Product Object Family
    CRM_DNLPRDSCHEM     Numbering Scheme for Hierarchy
    CRM_DNLPRODTYPE     Definition of Product Types
    CRM_DNLSUBJPROF     Subject Profile
    CRM_DNL_ACT_CAT     Activity Category
    CRM_DNL_ACT_H     Activity
    CRM_DNL_ACT_OBJ     Activity Objective
    CRM_DNL_ACT_PRI     Activity Priority
    CRM_DNL_BNKA     Banking Master
    CRM_DNL_CODEPRG     Code Profile
    CRM_DNL_CODEPRO     Code Profile
    CRM_DNL_COPYCU     Service Transaction Type
    CRM_DNL_CYCLE     Sales Cycle of the Opportunity
    CRM_DNL_CYCPHAS     Sales Cycle of the Opportunity
    CRM_DNL_ICATEG     Service Item Category Group
    CRM_DNL_ITMTYPE     Item Type
    CRM_DNL_IT_ASSG     Item Assignment
    CRM_DNL_OPPIPOR     Opportunity Class
    CRM_DNL_OPPORTH     Opportunity Header customizing
    CRM_DNL_OPPTYPE     Object/Opportunity Sub-Type
    CRM_DNL_ORGMAN     CRM_DNL_ORGMAN
    CRM_DNL_PAR_FCT     Partner Function
    CRM_DNL_PAR_PDD     Partner Determination Definition
    CRM_DNL_PAR_PDP     Partner Determination Procedure
    CRM_DNL_PHASE     Funnel Phase
    CRM_DNL_PPFTCON     PPF: Actions
    CRM_DNL_PPFTCU     PPF: Trigger Type
    CRM_DNL_PRDCT     Service Valuation Types
    CRM_DNL_PRDOBJF     Product Object Family
    CRM_DNL_PROCTYP     Process Type
    CRM_DNL_PRODUCT     Material Number Conversions
    CRM_DNL_PRT_PFT     MSE Partner Function Category
    CRM_DNL_QPC     Code
    CRM_DNL_QPG     Code Group
    CRM_DNL_SCAPPT     Date Type
    CRM_DNL_SLSITEM     Sales Item Customizing
    CRM_DNL_SOURCE     Opportunity Source
    CRM_DNL_SRVCUST     Service Header Customizing
    CRM_DNL_SRV_TY     Service Types
    CRM_DNL_STAREAS     Status Reason
    CRM_DNL_SUBOB     Service Object Types for BTH
    CRM_DNL_SUBOB_I     Service Object Types for BTI
    CRM_DNL_TAXCNT     TB070
    CRM_DNL_TAXCN_T     TB070T
    CRM_DNL_TEXT_O     Text Object Definition
    CRM_DNL_TEXT_P     Text Determination Procedure
    CRM_DNL_TG_TT     TB071
    CRM_DNL_TIMECTE     Date Set Profile
    CRM_DNL_TJ02     System Status
    CRM_DNL_TJ20     Status Profile
    CRM_DNL_TJ30     User Status
    CRM_DNL_TQ15     Code Catalog Type
    CRM_DNL_TTXID     Texts for Text IDs
    CRM_DNL_TTXOB     Defaults for Object Types
    CRM_DNL_VAL_TY     Service Valuation Types
    CRM_TTE_CNTDEP     Country-Dependent Customizing
    CRM_TTE_COMMUNI     Community
    CRM_TTE_INTDATA     Customer Interaction Data
    CRM_TTE_MAP     Customer Mapping
    CRM_TTE_SYSDATA     Customer System Data
    CRM_TTE_TAXABIL     Customer Taxability
    CUST_CHAN_WRITE     Campaign Channels
    CUST_CTYPT_WRT     Campaign Type
    CUST_PCAUT_WRT     Campaign Authorization
    CUST_PCOBJ_WRT     Campaign Objective
    CUST_PCTAC_WRT     Campaign Tactics
    CUST_PRCPROCDET     Determine Pricing Process
    CUST_PRCPROC_DE     CUST_PRCPROC_DET-SalesDoc
    CUST_PRIOR_WRT     Allocation Priority
    CUST_PRIOTX_WRT     Campaign Priority
    CUST_STUS_WRITE     Allocation Item Status
    DNLITEMSTATUS     Opportunity Item status
    DNL_CRM_IBA_CTY     IBase Component Type (Service)
    DNL_CRM_IBA_TYP     IBase Types
    DNL_CUST_ART_NO     Product: Categories
    DNL_CUST_AU_CON     Sales Document Types: Texts
    DNL_CUST_BNKA1     Banking Information CRM->CDB
    DNL_CUST_CLASS     Sales
    DNL_CUST_COUNTR     Business Partner: T005*
    DNL_CUST_CREDIT     Business Partner: TFACT
    DNL_CUST_CURREN     Currency
    DNL_CUST_CUST1     Business Partner: 151,188,189
    DNL_CUST_CUST2     Business Partner: TPRIT
    DNL_CUST_CUST3     Business Partner :TVGFT
    DNL_CUST_GLOBAL     Business Partner: TSAB, TSABT
    DNL_CUST_INDUST     Business Partner: T016T
    DNL_CUST_IT_CAT     Sales Document Item Categories
    DNL_CUST_LANGU     Business Partner: T002, T002T
    DNL_CUST_MAT1     Sales, Shipping
    DNL_CUST_MTART     Item Category Group
    DNL_CUST_PAFUNC     Partner Function Groups
    DNL_CUST_PERS1     Business Partner: TPKFT, SABT
    DNL_CUST_PERS3     Business Partner: TB010
    DNL_CUST_SD_CON     DNL_CUST_SD_CON
    DNL_CUST_SD_OR1     Business Partner: VAST
    DNL_CUST_SD_OR2     Business Partner : VFST
    DNL_CUST_STOCK     Process Type
    DNL_CUST_SYSMSG     Messages
    DNL_CUST_SYS_TB     Contains SMONRIV
    DNL_CUST_UNITS     
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Data source for the Partners in Opportunity

    Hi,
    What is the data source which will get the data for Opportunities with different partners and partner functions.  I want to pull the data to bw for the partners in Sales team and Partners tab of Opportunity.
    thanks
    naveen

    Resolved

  • Getting "Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452)" error after upgradating to siebel Open UI 8.1.1.11

    Hello Team,
    We have upgraded from Siebel 8.1.1.3 to Siebel Open UI  8.1.1.11.
    But after up-gradation we are getting the below error in   "My Account Opportunity" View.
    We detected an Error which may have occurred for one or more of the following reasons:
    Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452).
    Thanks,
    Tirupati Nanda
    Mob:-9742404115

    Hello Team,
    We have upgraded from Siebel 8.1.1.3 to Siebel Open UI  8.1.1.11.
    But after up-gradation we are getting the below error in   "My Account Opportunity" View.
    We detected an Error which may have occurred for one or more of the following reasons:
    Join in business component definition 'CG Opportunity My Accounts' has source fields that come from tables 'S_OPTY' and 'S_ORG_EXT'(SBL-DAT-00452).
    Thanks,
    Tirupati Nanda
    Mob:-9742404115

  • Partner Determination Not Working in Opportunity

    Hi,
      We are using Z-partner Functions Which are Determined using Partner Determination Procedure in Lead but it is not Copied to opprtunity.
    we used Different partner procedure for opportunity but is not coping from Lead. We tried to Modify the partner Procedure used for Lead and use it for Opportunity but it is not working.
    can any one suggest were we might be going wrong.
    With regards,
    Selvam t

    Hello Selvam,
    there is no copy procedure during partner determination. If you create a followup doc or copy an existing document - the partner det. runs again. According to your settings in the PDP the partner are determined by access sequence and source. That means if you want partners which should be copied from predecessor then you should use the source COM_PARTNER_A like i.e. access sequence 0001 in standard.
    I hope this help,
    Regards
    Rene

  • How to get the Relationships data from Opportunity Transaction in CRM

    Hi Friends,
    Could you please let me know the table / class to fetch the relationships data associated with a single(main) opportunity.
    There may be several object types like (activites, sub-opp's..etc) linked to a single  main(source) opportunity.
    I wanted the these fields information from Relationships tab From Opp transaction.
    Source Item No.
    Object Type
    Target Trans/Object
    Description
    Type of Linkage
    Could you please let me know.
    Regards
    Vijay

    Hi Vijay,
    Can you try function module CRM_DOC_FLOW_READ_DB?
    By giving opportunity GUID it will return associated information.
    Kind regards,
    Garcia

  • A verb conjugator in C (was: Ideas for an open source project in C)

    Hi,
    I have to write a relatively complex program in C for my university programming course. We can either use a given topic (a hotel management software - quite some work, but not very challenging) or something of our own choice provided it is not too simple.
    Being a good open source citizen, I want to do something from which other people might profit.
    My first thought was a xmms2 client after an idea I had for a long time, but that's no fun without objects, particularly because xmms2 uses boost as well. I'm not sadistic enough to do this. (I like object orientated programming...:()
    We can use external libraries (e.g. ncurses, GTK2), but should use ansi C (that's C89) and it should run on Windows as well, but I might talk my way out of these two things if necessary.
    I'll do a lot of brainstorming myself, but I would appreciate it a lot if you could give me ideas. It would be a pity to waste this opportunity with a useless hotel management software if I could create something usefull instead.
    Thanks a lot for any ideas.
    kind regards
    Last edited by wuischke (2007-12-27 11:54:57)

    I'm still not very familiar with the Italian conjugation, but judging from Spanish it's a pretty simple thing to do, at least when you only think about outputting all the conjugated forms for an infinitive. I'll make an example with Spanish, but it's almost the same for Italian:
    procedure:
    Step 1: Check for suffix -ar/-er/-ir and the root of the verb and apply the default rules as defined in the data file. (i.e. suffixes -o,-as,-a,-amos,-áis,-an for -ar and present and so on)
    Step 2: Check the data file for an entry for this verb and replace any irregular forms. (This means replacing all forms for a irregular verb or maybe only the participle - imho the most efficient way while still KISS)
    Example: comer
    Step 1: suffix -er, root com; use rules in data file for -er
    Step 2: verb is not in database, regular
    Example: escribir
    Step 1: suffix -ir, root escrib; use rules for -ir
    Step 2: verb is in database, only exception to regular conjugation is the particible "escrito"
    Example: ir
    Step 1: suffix -ir, no root; apply rules for -er (Doesn't make sense, but it is irregular anyway)
    Step 2: verb is in database, about everything is replaced
    Recognizing the forms, i.e. doing a reverse search is a bit harder this way, but actually really interesting.
    ibendiben: I like the idea, but I wouldn't realize this in C, but a follow-up project written in PHP is very well possible. I'll have the data files and algorithms already, so it's not too much work.
    But I wanted to do some work on the aMule skin code as well or we might actually release 2.2.0 before I'm finished...
    Edit: I think I'll use a webfrontend (I'll worry about windows later...): http://www.ibm.com/developerworks/syste … -nweb.html
    Last edited by wuischke (2007-12-27 11:56:14)

  • Creation of an ERP Sales Order or ERP Quotation from CRM Opportunity

    Hello Experts,
    The scenario is as follows:
    I have done the cross-system copy control of transaction types and item categories to enable ERP Quotation and ERP Sales Order creation from CRM Opportunity.  However, after saving the CRM Opportunity, when I click on the follow-up transaction and select ERP Quotation or ERP Sales Order from the list, the screen doesnt change and instead I got the following error:
    "Diagnosis
    An exception occurred during request processing. This was handled centrally. It changed the program flow and the result of the request probably contains errors.
    Procedure
    Contact your system administrator.
    Procedure for System Administration
    Activate checkpoint group BSP_WD_EXCEPTION_DISPLAY. To do this, use transaction SAAB. If the error recurs, further details are displayed.
    Exception Details
    CX_BSP_WD_INCORRECT_IMPLEMENT - Define component usage 'CUERPFollowUp'
    Method: CL_BSP_WD_REPOSITORY=>GET_CMP_USAGE_DEF
    Source Text Row: 20"
    Experts, kindly help me understand what the error is about and pointers to resolve it.
    Points would be awarded.
    Thanks,
    VSK.
    Edited by: venkatskumar on Feb 21, 2011 8:37 PM

    Hello Robert,
    Thanks for the quick reply.
    I have followed your instructions and I wanted to confirm one more thing with you.
    When I enter the component usage it gave a pop-up which said:
    "Enter either a reference or an interface view"
    Any information on what should be entered in the reference or the interface view? What should be the used component name and interface view name in this scenario?
    Kindly confirm.
    Points awarded
    VSK.
    Edited by: venkatskumar on Feb 22, 2011 12:37 PM

  • BI 7.0: Source System upgrade from R/3 Enterprise to ECC 6.0

    Background:
    I am relatively new to BW team and will be going through my 1st source system upgrade.
    We currently have BI 7.0 SPS 17 connected to source system R/3 Enterprise EP1.
    We are upgrading to the source system to ECC 6.0.
    In Development and QA Environments:
    we will have access to both old (R/3 Enterpirse) and the new (ECC 6.0) source systems.
    We have a opportunity to compare the BW Objects, data flow and data loading from
    both source systems.
    In Production, however, we will just upgrade over 3 days downtime.
    One Question that comes to mind in this regard...
    What sort of things, we should be checking for before and after upgrade in Dev/QA and in Prod environments and what tools are available that can help the analysis and validation process ?
    Some of the suggestions that were given to me include following points.
    Before Upgrade:
    1 Check data, taking pre images of it for testing with post upgrade.
    2. Perform proper analysis of Source system related BW objects.
      - A complete listing of actively used Datasources,.. etc.
    3. Make delta queues empty,
    Make sure that all existing deltas are loaded into BW.The last request delta must not deliver any data and must be green in the monitor.
    4. Stop Process chains from BI (remove from schedule) and collection runs from R/3 side
    After Upgrade:
    1 After the OLTP upgrade, refer to note 458305 and other notes that are relevant to the actual upgrade
    (depending on the R/3 system release / R/3 plug-in to BI plug-in compatibility).
    2. Check logical system connections. Transactions SMQS, RSMO and SM59, If no access, then we can use Program RSRFCPIN_NEW for RFC Test.
    3. Check and/or Activate control parameters for data transfer. SBIW ---> General Settings --->
    Maintain Control Parameters for Data Transfer
    http://help.sap.com/saphelp_nw70/helpdata/EN/51/85d6cf842825469a51b9a666442339/frameset.htm
    4. Check for Changes to extract structures in LBWE Customizing Cockpit 
        - OSS Notes 328181, 396647, 380078 and 762951
    5. Check if all the required transfer structures are active. See OSS Note 324520 for mass activation.
    7. Check if all Source system related BW Objects are active - Transfer rules, Communication rules, update rules,DTPs,..etc. 
    Below is a link for some useful programs in this regard.
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=35458
    6. Test all important datasources using RSA3 and check for OLTP Datasources changes .
    As soon as BW notices that the time stamp at the DataSource in the OLTP is newer than the one in the transfer structure, it requests replication of the DataSource and activation of the transfer structure. Transfer the relevant DataSources only if required, and transfer only the ones that have changed (RSA5 -> Delta).
    7. Create Data flow objects (trnasfer rules, infopackages, trnasformations, DTPs) for the Replicate
    new/changed datasources,if needed. 
    8. Check all CMOD enhancements.
    If we are using a customer exit with the extractor in the OLTP, see Note 393492.
    7. Check for unicode (all custom programs or Function Modules for DataSources)
    5.  Check all the queues in RSA7, start delta runs and test data consistency.
    For delta problems:In the BW system, start the 'RSSM_OLTP_INIT_DELTA_UPDATE' program for the DataSource and the source (OLTP) system for which the init selections are then transferred from BW into the ROOSPRMSC and ROOSPRMSF tables in the source system so that the delta can continue.
    9. Take back up of data posted during upgrade for contingency planing.
    10. Run the entire set of process chains once if possible and let it pick up no data or the usual master data.
    Since we have lot of experts in this forum, who have probably gone through such scenario many times, i wanted to request you to Please Please advise if i have stated anything incorrectly or if i am missing additional steps, OSS Notes, important details...

    Thanks Rav for your detailed post and very helpful contribution by posting all the information you had regarding the upgrade.
    We have similar scenario -
    We are upgrading our source system from 4.7 to ECC 6.0. We have our BI system with BI 7.0 at support pack 19 (SAPKW70019).
    Our strategy in ECC deployment  ->
    In development we copied our old DEV 4.7 system DXX to new ECC system DXY (new system ID).
    In production we are going to use same system PRXX upgraded from 4.7 to ECC.
    Now we are in testing phase of ECC with all interfaces like BI in Dev.
    My questions are below ->
    How can we change/transfer mapping of all our datasources in Dev BW system BID to new ECC dev system DXY (Eg. Logical system LOGDXY0040) from Old dev system DXX (Eg. Logical system LOGDXX0040). We donot want to create new datasources or change all transfer rules/Infosources for old BW3.x solutions on our BI.
    Also in new ECC sourcesystem copy  we see all datasources in Red in RSA7 transaction. Do we need to initialize again all the datasources from our BW BID system.
    Is there any easy way for above scenario ?
    Please let me know if you have any further helpful information during your ECC 6.0 upgrade connecting to BI 7.0 system.
    I have found some other links which have some pieces of information regarding the topic -
    Upgrade R/3 4.6C to ECC 6.0 already in BI 7.0
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/sap-r3-migration-and-sap-bw-version-1744205
    BI 7.0: Source System upgrade  from R/3 Enterprise to ECC 6.0
    Re: ECC 6.0 Upgrade
    Re: Impact of ECC 6.0 upgrade on BI/BW Environment.
    ECC 5.0 to ECC 6.0 upgrade
    Thanks
    Prasanth

  • Can a prospect be converted to an opportunity via the web service?

    Hi
    We have successfully integrated an ecommerce website with the Siebel CRM system. Orders feed into Siebel Opportunities and customers expressing an interest in products who fill the "request for more info" form are fed into Siebel prospects.
    We want to upgrade the system such that if a customer placing an order is found in the Siebel prospects table, we want to be able to convert it into an opportunity via the Siebel web service. This would be the equivalent of clicking the [Convert] button on the relevant prospect via the Siebel web admin site, i.e.
    http://demo.bloommedia.co.uk/prospect.jpg
    It's important that we 'convert' it rather than delete/recreate as we want to track the conversion rate.
    We've asked Siebel via the customer support area but they have not answered, does anyone know if this is possible?
    Thanks in advance.
    Message was edited by:
    user596075

    I’m not sure if you’re asking a technical question or a functional question, but I don’t see any reasons why you couldn’t use a web service to generate a Siebel Opportunity.
    Functionally, as long as you have a “Customer” and a “Product” relationship, you have enough information to create an Opportunity in Siebel. Technically, if the data source is external to the Siebel application, then a Web Service is a valid logical integration solution.
    The caveat, of course, is that your technical infrastructure and business model supports this solution.

  • Is it possible to show the campaign name in the opportunity page?

    Hi Everyone,
    I'm wondering if its possible to show the campaign name in the opportunity page as a referrence as to which campaign the opportunity as associated with.
    Thanks,
    Wayne

    there is a Source Campaign field on oppty.

Maybe you are looking for