Opportunity Stage default values

How do I change the default values that appear in the Stage drop-down menu under Opportunities? I'd like to simplify it down to Lead, Qualify, Demo, Proposal, Closed-Won, Closed-Lost. Cheers

Hi Anthony
You can't change these unfortunately.
You can only edit when you see this icon next to the dropdown field
http://screencast.com/t/gBlWcWClJmNs
Hope you're well
Brett

Similar Messages

  • Default value to notes tab in opportunity

    Hi:
      How to populate the default value to Notes (long text) in opportunity screen(Notes Tab). Any help is appreciating.
    Many Thanks
    Selvam

    Hi Selvam,
    you've marked your question as solved. Please share your solution so you can help others.
    Regards
    Gregor

  • Setting default values for item in opportunity mgmt(crmd_bus2000111)

    Hi All,
    I need to set default values for the field Fiscal Quarter in item level using BADI CRM_CUSTOMER_I_BADI .This Field is created using EEW. The default value is like if the date is nov-2007 the value for this fiscal period is FQ4-2007 .
    Any clue would be great help..

    Why don't you try setting the default value in the List next to the Matrix - item 107
    Item 107 is a matrix (a transposed one), I have no idea what list you mean...  I am using item 107, not 112. Item 112 is used only to detect a click on the "Add Record" button, which is the last row of the matrix 112.
    I don't see the gender column in the grid and I'm also unsure of the id you have for it "12" - are you sure it's correct ( i usually use Item("columnName") )?
    Sorry for the confusion. "12" is the name of the standard column "Password" which we have renamed to store the gender.
    Anton

  • How to set a Default Value in the drop down on Account Creation ?

    Hi,
    i have to set a default value in the drop down as soon as a User in a particular business role clicks on New Account. I have written the following code in do_prepare_output method. But this code is executed in the 2nd server round trip after entering some value or pressing enter. so i am not getting as soon as user clicks on the New Account.
    How to set that default value when user clicks on New Account ? and where should i code ?
      IF lv_icwc_profile = 'ZCSALESPRO' or lv_icwc_profile = 'Z_SALESPRO' .
      try.
                  lr_entity ?= me->typed_context->header->collection_wrapper->get_current( ).
                  lv_current = lr_entity->create_related_entity(
                                                  iv_relation_name = 'BuilRolesRel' ).
                                 lv_current->set_property(
                                    iv_attr_name = 'PARTNERROLE'
                                    iv_value     =  'BUP002' ).
                   CATCH cx_sy_ref_is_initial cx_sy_move_cast_error
                   cx_crm_genil_model_error.
                   return.
            ENDTRY.
    Thanks and Regards
    Raman Khurana

    Hi,
    I have some idea abt it, it is also used in account life cycle.
    Please refer SAP note 1097651, Defaulting a life cycle stage.
    Let me know if useful.
    rgds,
    Vinay

  • Default value for Read-Only Picklist Field

    Hi, all--
    I would like to have a default value ("Undetermined") for the "Associated Account" read-only picklist value. I have an account record of this value for this purpose. This is because if there is no value in the field, the record will not be included in a report that includes the field. I do not want to make the field required at this point.
    Field management doesn't appear to allow any default value for read-only picklists. Does anyone know how to get around this, either at the lead record stage or at the lead report stage (without resorting to an analytic, which won't work for what we are doing)?
    Thanks.

    That's a great question. It doesn't appear as though you can select it from the typical method of Admin | Application Customization | Lead | Lead Field Setup | Associated Account.
    Have you tried creating a workflow to populate the field using Before Modified Record Saved?

  • SRM 7 - defaulting values for multiple line items on shopping cart

    Hi,
    We are using SRM 7 - Employee self service - Punch out catalogues and describe requirements.
    Our scenario is this:
    - User is responsible for creating shopping carts for numerous cost centres/other users
    - Shopping cart will have multiple line items (but the cost centre/other user will be same for all line items)
    - Is it possible to define in a shopping cart that all line items will have a specific value?  E.g. all line items will be assigned to a specific cost centre?
    I know about assigning dedault values in PPOMA_BBP - but our situation is where user does not want to use this default value this time, but another value
    Any suggestions?
    Thanks

    Thanks Alex for quick reply
    To confirm, did you use the BBP_DOC_CHECK_BADI (in conjunction with the BBP_ITEM_CHECK_BADI) to look at different cost centres on the multiple lines on the shopping cart?
    Also - did you use the same BADI to give user opportunity to enter a default cost centre that is then automatically applied to all line items on the cart?
    Thanks
    Azam

  • Set default value to currency in oppt header!!

    hello friends
    On the opportunity header data under frame forecast field total contracted value for the field currency we would like to have EUR as a default value, How is it possible??
    Please provide your helpful suggestions.
    Many thanks
    pankaj arora

    Hi,
    If you would like to default the currency, you could do this by assigning
    the currency to the Business partner and use the same business partner
    in the transaction?
    You would have to maintain the appropriate business partner
    master data to use this.
    The user would create a new opportunity, enter the sales prospect,
    organizational data determination would take place and the currency
    would be populated with the currency in the sales area dependent data
    from the business partner master data.
    Alternatively you can use the BADi CRM_OPPORT_H_BADI.
    In order to implement this functionality, you should fill the currency
    in the OPPORT_H segment. A BAdI implementation can be used for the
    OPPORT_H merge i.e. BAdI CRM_OPPORT_H_BADI interface CRM_OPPORT_H_MERGE.
    At this point fill currency in the pricing segment and  appropriately
    fill and call the PRICING_MAINTAIN_OW.
    Regards, Gerhard

  • How to assign default values to fileds in the org. tab of an oppurtunity

    hi Experts,
    I created a new org data profile and assigned it to a transaction type.
    The org. tab consists of
    org. unit
    sales Org.
    Distribution Channel
    Sales Office
    Sales Group
    out of which first four are mandatory.
    Now I need to populate "10" in the distribution channel field irrespective of whoever logfs in.
    At present a list of sales offices and distribution chaneel popups up for selection by the user.
    In my business scenario, I don't want the distribution channel to be taken from there instead it should hold a default value "10".
    Pls help me in this.
    regards,
    Arul jothi.A

    Hi Arul,
    You can implement BADI 'CRM_ORGMAN_BADI' to populate the distribution channel field by default.You are to code in the method 'CRM_ORGMAN_MERGE' . The code you will have to write for defaulting value will be something like this :
    CODE :
    method IF_EX_CRM_ORGMAN_BADI~CRM_ORGMAN_MERGE.
    data : lv_guid type CRMT_OBJECT_GUID,
           lv_process_type type CRMT_PROCESS_TYPE.
    finding the process type *****
    lv_guid = is_orgman_wrk-REF_GUID.
    CALL FUNCTION 'CRM_ORDERADM_H_READ_OW'
      EXPORTING
        IV_ORDERADM_H_GUID               = lv_guid
    IMPORTING
       EV_PROCESS_TYPE                  = lv_process_type
    EXCEPTIONS
       ADMIN_HEADER_NOT_FOUND           = 1
       OTHERS                           = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *********defaulting value if process type is opportunity(OPPT)
    if lv_PROCESS_TYPE = 'OPPT'.
    cs_orgman_badi-DIVISION = '10'.
    endif.
    endmethod.
    Hope this solves your problem.
    Regards,

  • Perl adcfgclone.pl dbTechStack default values...?

    Hi!
    Our config: DB 10g2.0.2, APPS 11.5.10.2
    When we run "perl adcfgclone.pl dbTechStack" then some default values are shown in screen:
    Do you want to use a virtual hostname for the target node (y/n)
    Target instance is a Real Application Cluster (RAC) instance (y/n)
    *Target system utl_file accessible directories list [var/tmpprod]:*
    Number of DATA_TOP's on the target system [6]:
    ...Where are those settings saved and retrieved in runtime? I'd like to change some default values to some new values (i.e. number of data tops to "7", after adding some luns)... Funny, but I couldn't find the source ... of that pattern.
    THX
    Funky

    Hsawwan
    I hope I'll not disobey some rules...however here it is:
    The script adcfgclone.pl calls CloneContext.class. This java code is responsible for creating the Target
    Context file. The default values for the prompts are read from CTXORIG.xml (a
    copy of the Source context file). There are some exceptions to this, one of
    them being the "number of DATA_TOPs". This default value derives from the
    number of "s_dbhome" variables in
    +$ORACLE_HOME/appsutil/clone/data/stage/addbhomsrc.xml. This file is generated+
    on the Source system by adpreclone.pl, and copied to the Target system during
    the copy phase.
    As you have uploaded your addbhomsrc.xml and it is not working as specified above indicates you may be hitting a bug.
    Your default value appears to equate to "number of "s_dbhome" variables in addbhomsrc.xml 1".+
    +This matches an issue reported in Bug 5345502, where an additional variable+
    +added for 10g was being counted in addition to the s_dbhome variables, making+
    +the default number 1 more than the source. This was fixed for both 11i and R12+
    +in :-+
    +- CloneContext.java 115.204+
    +- CloneContext.java 120.31+
    +As the AutoConfig/RapidClone code is collected from the Applications Tier into+
    +appsutil.zip, please check the following version on your Applications Tier:-+
    +- $JAVA_TOP/oracle/apps/ad/context/CloneContext.class+
    +If the version is < 115.204, then you need to apply the latest RapidClone patch:+
    +6718351 : 11i RAPIDCLONE CONSOLIDATED FIXES JUL/2008+
    +This will deliver CloneContext.java 115.223+
    +Please also check the version(s) on your Database Tier:-+
    +- $ORACLE_HOME/appsutil/java/oracle/apps/ad/context/CloneContext.class+
    +There is also another version on your Database Tier which is copied by adpreclone.pl+
    +into the Clone stage area, so we need to confirm that version:-+
    +- $ORACLE_HOME/appsutil/clone/jlib/java/oracle/apps/ad/context/CloneContext.class+
    +If the version on the Apps Tier is > 115.204 and does not match those on the Database Tier, or you had to apply the suggested patch 6718351, then you need+
    +to recopy the AutoConfig/RapidClone code over to the RDBMS Tier.+
    +Recreate appsutil.zip using this command on the Applications Tier:+
    +- perl $AD_TOP/bin/admkappsutil.pl+
    +Copy the created appsutil.zip to the RDBMS ORACLE_HOME and extract it using "unzip -o" to overwrite the existing+
    +code.+
    +Once you have the latest version, you will need to rerun the "preparation stages" on your Source system by rerunning adpreclone.pl, so the+
    +new code is copied to the clone stage area.+
    +You will also need to rerun adpreclone.pl on the Apps Tier.+
    +Finally, recopy the instance files to your Target system, and when you configure the Target Database Tier, and are+
    +prompted for the "number of DATA_TOPs", you should now see the number match+
    +that on the Source system, or more specifically, match the number of "s_dbhome"+
    +variables in+
    +$ORACLE_HOME/appsutil/clone/data/stage/addbhomsrc.xml.+
    Rg,
    Damir

  • Default Value is not getting displayed in SUN ONE Ldap

    Hello,
    I have created an attribute in slapd.user_at.conf and it is associated in slapd.user_oc.conf.
    The attribute default value is given through SUN ONE Console. But, In our application the default value is not getting displayed.
    We need the default value to run our applicatin. Can anyone help me for this issue
    Regards,
    K. Senthil Kumar

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • How to load a default value in to a column when using sql loader

    Im trying to load from a flat file using sql loader.
    for 1 column i need to update using a default value
    how to go about this?

    Hi!
    try this code --
    LOAD DATA
       INFILE 'sample.dat'
       REPLACE
       INTO TABLE emp
       empno   POSITION(01:04) INTEGER EXTERNAL NULLIF empno=BLANKS,
       ename   POSITION(06:15)  CHAR,
       job         POSITION(17:25)  CHAR,
       mgr       POSITION(27:30)  INTEGER EXTERNAL NULLIF mgr=BLANKS,
       sal        POSITION(32:39)  DECIMAL EXTERNAL NULLIF sal=BLANKS,
       comm   POSITION(41:48)  DECIMAL EXTERNAL DEFAULTIF comm = 100,
       deptno  POSITION(50:51)  INTEGER EXTERNAL NULLIF deptno=BLANKS,
       hiredate POSITION(52:62) CONSTANT SYSDATE
      )-hope this will solve ur purpose.
    Regards.
    Satyaki De.

  • Assigning a default value to a field

    Hello Everyone,
           Could you please tell me how to assign a default value to a field in a transparent table, so that while creating an entry even if we don't enter the value, a default value will be assigned.
    Thanks,
    Anbu.

    Like this
    DATA: BEGIN OF itab OCCURS 0,
            field1 TYPE c VALUE 'X'
            field2 TYPE c,
          END OF itab.
    append itab.
    append itab.
    You will have by default X set in both rows for field1.
    Regards
    Marcin
    PS: Ooops I just noticed you meant transparent table but I wrote about internal one. As long as you maintain that table using maintenance view you can use event 05 - When Creating a New Entry and set fixed value for a field there. So whenever you create new entry it will receive that value.
    Edited by: Marcin Pciak on Jun 23, 2010 8:57 AM

  • SQLLDR - how to set a default value for an empty string

    I'm using SQLLDR to load data from a flat file on Oracle 10g 10.2.0.4 EE, Linux RHEL 4 update 6. Seems like my question is simple, but darned if I can't find the solution.
    My source file (comma delimited extracted form a different RDBMS) has some (not all) rows where the output for a string is "", and not NULL. How do I check for empty string and add a default value in the control file? The target column is non-nullable
    Here's my current control file - however, the column attributeName where sometimes the source record is "" does not get evaluated as NULL.
    load data
    infile 'mydata.del'
    badfile 'mydata.bad'
    discardfile 'mydata.dsc'
    into table mydata
    fields terminated by "," optionally enclosed by '"'
       TRAILING NULLCOLS           
    (l_metadata,
    company,
    className,
    attributeName "decode(:vc_attributeName,null, 'none')",
    attributeDefault)
    {code}
    When I tried decode with "", I received the following error:
    {code}SQL*Loader-350: Syntax error at line 11.
    Expecting "," or ")", found ", 'none')".
    attributeName "decode(:vc_attributeName,"", 'none')", {code}
    This does not work either:
    {code}
    load data
    infile 'mydata.del'
    badfile 'mydata.bad'
    discardfile 'mydata.dsc'
    into table mydata
    fields terminated by "," optionally enclosed by '"'
       TRAILING NULLCOLS           
    (l_metadata,
    company,
    className,
    attributeName NULLIF attributeName = BLANKS ,"decode(:vc_attributeName,null, 'none')",
    attributeDefault) I get the following in the log:
    Table COMPANYMETADATA, loaded from every logical record.
    Insert option in effect for this table: INSERT
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    L_METADATA                          FIRST     *   ,  O(") CHARACTER
    COMPANY                            NEXT     *   ,  O(") CHARACTER
    CLASSNAME                         NEXT     *   ,  O(") CHARACTER
    ATTRIBUTENAME                     NEXT     *   ,  O(") CHARACTER
        NULL if ATTRIBUTENAME = BLANKS
        SQL string for column : "decode(:attributeName,null, 'none')"
    ATTRIBUTEDEFAULT                  NEXT     *   ,  O(") CHARACTER
    Record 1: Rejected - Error on table COMPANYMETADATA, column ATTRIBUTENAME.
    ORA-01400: cannot insert NULL into ("SRV5"."COMPANYMETADATA"."ATTRIBUTENAME")
    {code}
    Any help is appreciated -
    Edited by: kpw on Feb 9, 2009 11:10 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    I just loaded following data successfully in my_data table using the same control file I posted. Yes it will evaluate "" as null and replace with none, remember in control file you have this option, "optionally enclosed by '"'.
    #my_data.dat
    "myname1", "attribname1"
    "myname2", "attribname2"
    "myname3", "attribname3"
    "myname4", ""
    #my_data.ctl
    load data
    into table my_data
    fields terminated by "," optionally enclosed by '"'
    TRAILING NULLCOLS           
    my_name char(30),
    vc_attributeName "decode(:vc_attributeName,null, 'none', :vc_attributeName)"
    {code}
    Here is the output log file
    {code}
    Control File:   my_data.ctl
    Data File:      mydata.dat
      Bad File:     mydata.bad
      Discard File:  none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array:     64 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    Table MY_DATA, loaded from every logical record.
    Insert option in effect for this table: INSERT
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    MY_NAME                             FIRST    30   ,  O(") CHARACTER           
    VC_ATTRIBUTENAME                     NEXT     *   ,  O(") CHARACTER           
        SQL string for column : "decode(:vc_attributeName,null, 'none', :vc_attributeName)"
    Table MY_DATA:
      4 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
    Space allocated for bind array:                  18560 bytes(64 rows)
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:             4
    Total logical records rejected:         0
    Total logical records discarded:        0
    Run began on Mon Feb 09 18:17:35 2009
    Run ended on Mon Feb 09 18:17:36 2009
    Elapsed time was:     00:00:00.98
    CPU time was:         00:00:00.10
    {code}
    Hope this helps clearing your dobuts
    Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Multiple Default Values in a Multi-Select LOV Parameter?

    Hi,
    I have a report in BI Publisher standalone version 10.1.3.4. The report has a list of values called org_lov. This lov is attached to a multi-selection p_org_code parameter from which it is desirable to also have multiple default values.
    For example, if org_lov has the following values:
    100
    101
    102
    103
    104
    105
    106
    I would like to have 3 default values and have 100, 101,105 as the defaults if the user doesn't specifically select anything from the LOV. So far my testing has only allowed a single default value.
    Here are my settings:
    Data type = string
    Multiple Selection = checked
    Can select All = checked (all values passed)
    On the Default Value field, I have tried the following:
    1. 100, 101,105
    2. [100, 101,105]
    3. '100', '101','105'
    4. (100, 101,105)
    5. ['100', '101','105']
    6. ('100', '101','105')
    I don't need these default values highlighted in the LOV, I just need it passed correctly to the query (a data template).
    Thank you in advance for any input.

    Hi,
    Sorry for the delayed reply. I tried what you suggested but the problem is that by having the "Multiple Selection" property of the parameter unchecked, the result is that it allows the user to only have a single value passed. The user wants the option to select multiple values AND also have the multiple default values.
    Thanks anyway.

  • Default value of BeX customer Exit variable not Displayed in WeBI??

    Hello Experts,
    We are stuck with a problem where WeBI report is created on top of BeX query and we are not able to see the default value of Bex Customer exit variable in WeBI run. Here is the complete scenario:
    1. One restricted KF is created in BeX, restricted with Customer exit variable on net Due date. And this variable is mandatory, ready for input, and Default value in calculated is user exit as current Week's Monday.
    2. So, by default KF data should be restricted to Monday of current week, if user does not change this value.
    3. Now, WeBI report is created on top of this Bex query, and all is working fine, i.e. we are getting variable as Prompt in WeBI, but Default value is not shown while Running the Webi Report.
    So, need your inputs on the same, if default values from BeX in WeBI is supported or not? If yes, why this is happening, and how to resolve it?
    Please notice, the restrcition is in KF only, it is not a separate restrcition on Net Due date in Filter area or in Defualt area of BeX
    and we are on SAP BW 7.1 and BOXI 3.1 SP4.
    Regards,
    Vipul
    Edited by: VIPUL GOYAL on Nov 23, 2011 9:44 PM

    Hi,
    See 1285993 - Support of Customer Exit Variables from BEx query into WebIntelligence via OLAP universe
    WebI will prompt when executed, but the default values calculated by the user exit  - do not appear.
    Note: If the BEx variable has property 'ready for input' set / enabled, then its WebI prompt shows ok, but no default value appears.
    Cause
    This behaviour expected 'by design' (in the context of the product's current limitations) as explained in the online guide below:
    Please refer to Chapter 7, page 44, document link here: http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_sap_olap_universes_en.pdf
    Characteristic variable > processing type > Customer Exit  is "Supported, without user entry"                                                                               
    -->  This should be understood as meaning "User will not be shown a prompt"
    regards,
    H

Maybe you are looking for

  • I Want My Smart Playlists To Update On MY iPod

    Hi, I have a fifth generation ipod with software version 1.3, which no longer updates smart playlists on the go. I was hoping that apple would release an update, but it looks like they've moved on. So, I'm hoping that I can download and install 1.2 (

  • Pass the BPEL Input Payload to Embedded Java Program

    Please let me know how can we pass the Input to a BPEL process to the embedded Java Program. Requirement: To pass the payload recieved by the BPEL process to a Java method using embedded java activity where we can parse/modify this payload I tried th

  • SQL shortdump during activation of Infocube Standard

    Hi guy, I have a little problem in <b>activation of a standard infocube</b>: the error runtime is <b>DBIF_RSQL_SQL_ERROR</b> and the exception is: <b>CX_SY_OPEN_SQL_DB</b> the short text says: SQL error in the database when accessing a table and the

  • Aperture 3: Lion Server Photo Storage

    I'm attempting to store my photo library, which is referenced, on our Lion server here at home. I've ran into a problem; I cannot delete files. When I attempt to empty Aperture's trash I get the following error message: I've ran out of ideas on how t

  • N73 error message after restore from PC Suite

    Hi, I have recently received an insurance replacement for my damaged N73. I restored my settings etc via the PC suite. Now I have two problems: - The programmable buttons have no function assigned to them - When I try and access tools then settings I