Opportunity search "Status"

Hi,
I have 2 problems with the search u201CStatusu201D in the Opportunity.
1.  In the opportunity search, when  selected User Status and System Status u201CNot completedu201D, besides "In progress", "Open" Opportunities, the result is WON and LOST Opportunities too u2013 Why? What I have to do to appear only the Opportunities really completed?
2.  Why System Status: u201CContains Errorsu201D and u201CNot Completedu201D appears in the user status search? Is It right?
Please help me in solving these issues.
best regards

Hi Louise
Actually I had to open an issue to SAP and the reply is basically below (copy/paste).
Hope it helps you  - Please, let me know if you need more details.
Thank you
Best Regards 
Luciana
31.01.2012 - 14:29:26 CET - Reply by SAP                                   
Hi
Firstly, I must inform you that it is the correct and standard behavior that the drop down list of 
STATUS_COMMON search field contains both system and user status, so there is no problem there.
Secondly, regarding the issue of search by system status 'Not Completed' returning opportunities that have user status Won or Lost, please be advised that search by system status 'Not
Completed' returns all documents that do not have system status I1005 active in table  CRM_JEST. I checked example opportunity 23042, and although the user status is set to Won
E003, the system status I1005 is inactive, as can be seen in
CRM_JEST: OBJNR STAT INACT  CHGNR
DDFE637DD864D6F1A084001F2908FC32 E0001 X 002
DDFE637DD864D6F1A084001F2908FC32 E0003 001
DDFE637DD864D6F1A084001F2908FC32 I1002 X 002
DDFE637DD864D6F1A084001F2908FC32 I1003 001
DDFE637DD864D6F1A084001F2908FC32 I1005 X 002 << Completed  inactive
DDFE637DD864D6F1A084001F2908FC32 I1027 X 002
I hope this explains the issue.                  
So please align your status profile ZCRMOPPT with that of the standard profile CRMOPPOR.
If the system status is still not set to completed when you set user status to Won, then please provide me the steps to create such an opportunity in your T40 system.

Similar Messages

  • Opportunity Search for Status NE (is not) is not supported by SAP Standard

    Hi experts,
    due to wiki entry
    Searching for business transactions in the web ui using the Status criteria - CRM - SCN Wiki
    the opportunity search for a status with operator NE is not supported.
    Is there any SAP proposal for an appropriate workaround?
    Thank you and best regards
    Vanessa

    Hello Vanessa,
    This is a fresh development for my current customer which is not yet completely tested. The last customer had the same requirement, created an OSS-message for it, SAP told him in standard it is not possible and gave up. I think I already heard that too many selection parameters are not supported but I haven't seen it yet in our project. But I have seen that with mabye 100000 excluded transactions there is a time out.
    The alternative would be to create a sub-class of the GENIL-class (I think this is CL_CRM_QOPP_RUN_BTIL in your case - search for CL*OPP*IL* ) where the SQL-statement is triggered and redefine the relevant method (which is normally GET_DYNAMIC_QUERY_RESULT) and enhance the SQL-statement. Somewhere is customizing you have to replace the original class with the new class afterwards but right now I don't know where. I have not yet done this from scratch and I need to investigate this a little bit further.
    The second alternative would be to modify the select statements in a BADI. I guess it is CRM_BADI_RF_Q1O_READ. But there I only the the possibility to change the STATUS_COMMON-criteria to OBJECT_ID criterias as still STATUS_COMMON NE is not supported in the SQL-statement of the GENIL-class.
    Best regards,
    Thomas

  • Need to add more Fields to "List" Tile of MSA Opportunity Search Tileset.

    Hi Experts !
    We are trying to add more fields to the "List" Tile on the Opportunity Search Tileset to view additional information on the search result screen.Ex: Company Name, Product Description, Person Responsible & Channel Partner on Opportunity transaction should be displayed on the Search result screen.
    So far, with the help of Anchor modeling we tried adding the Opportunity BP (BOOPPBusinessPartner) Segment and (BOOPPProduct) Segment to the BOOpportunity Parent segment in the Opportunity_Write Bdoc.And, we added fields from BP & Product segment to the List tile by drag & drop.
    Upon Generating the changes, the system did NOT populate the data for the new fields.
    Please advise us where we are going wrong.
    Thanks & Regards,
    Jagan.

    Hi,
    the way you tried to add some more fields in a list tile is not working.
    In lists the data is not retrieved from Business objects/collections but from record sets which are fetched from the main segment of the underlying query BDoc (I guess sth like OPP_blabla_QUERY).
    Therefore what you could do is to enhance this query BDoc and add these tables by joining them to the opportunity header table. In this case you also need to specify exactly these segment field names in the property of the new list column fields.
    Much faster (but a little bit dirty) would be to use the row loaded2 event where you can calculate the values you want to display. In this case the controls would have to be unbound.
    The second version would cost a little bit more performance, but this depends from the data volume.
    Regards,
    Wolfhard

  • Opportunity payment status is not editable

    Hi,
    In WEBUI opportunity payment status filed is not editable, Is that security issue or configuation issue?
    Please suggest which authorization object can allow for allow change or edit the filed.
    Please guide me to improve the security skills for CRM.
    (I am new to CRM security and doesn't have the crm guide or documents - Need you suggestion)
    Thanks,
    SK

    Hi,
          Please check with the functional person if it is supposed to be editable in standard.
      From technical point of view, there could be multiple things:
    1. press F2 on the field -> open component -> view -> check view config -> field properties (if field is disabled)
    2. go to context node -> field -> GET_I method of the field and check why is it disabled
    3. it may be coming as read only though genil
      It would require some technical expertise to check above things.
    I hope it helps.
    Thanks,
    Rohit

  • Authorizations for Opportunity searches in CRM/EP?

    Need help restricting user results in Opportunity searches.
    Our authorizations scheme defines users by their sales group, but when doing searches in CRM/EP User 1 can see results for users 2 and 3 when doing an opportunity search which are defined outside of user 1's sales group.  Does this require any additional config enhancements such as Account or Territory management?
    Does this need to be solved by authorizations at field level, or is there a table where these restrictions can be maintained? So far I have been trying to restrict values via CRM_ORD_LP and B_BUPA_BZT.
    Not sure if this is the correct forum to post in, if not, is there a forum on here specifically for CRM Authorizations or configuration?
    <removed_by_moderator>
    Edited by: Julius Bussche on Aug 7, 2008 3:10 PM

    Hi Ram,
    The way we ended up resolving this was by adding the authorization object B_BUPA_ATT to each sales user role.  Each user had a secondary role which defined their particular sales group in the org model.
    It involved some programming (which required an outside resource) on our development side, but it worked.
    We basically had the consultant write code to perform a check against custom Z values in the AUTHTYPE field, and then the variables were the data placed in
    the AUTHVAL1 and AUTHVAL2 fields.  And obviously ACTIVITY was whatever the specific user was allowed to do with items in that sales area (postal code, country, etc)
    SAP's preferred solution is something called ACE which creates an extra layer of authorizations, however we didn't have the time and resources to properly implement that.  You may want to look into that if you have the time.
    Hope this information helps!

  • Enhancing Opportunity Search BADI

    Hi all,
    Can anyone tell me the name of the BADI that the Opportunity Search is using? Thanks!
    Regard,
    Patrick

    Look at OSS note 654730 - OIC: Search for partner with * in the fast search area
    Thanks,
    Thirumala.

  • Opportunity search field 'Changed at'

    I have the requirement to enhance the search for opportunities with a date field where you can enter the date when it was changed and a field by whom it was changed the last time
    I checked in GENIL_BOL_BROWSER the component BT and there the search query object BTQOpp - i could not find fields like that there
    Does that mean i will have to do GenIL-Programming or is there a better/simpler way to meet the requirement?
    Thank you

    Hi Marco,
    Check if the below links are useful.
    How to enahance Opportunity search for a custom date type
    Add field to Opportunity Search Criteria
    Regards,
    Karthi M R.

  • Search Enahcement of Opportunity Search

    Hi Experts,
    Can anyone plz provide me a step wise guide as to how do I go about enhancing the Opportunity Search.
    For ex. the standard search does not allow me to search opportunty based on sales org. I would like to enhahnce the search so that search by sales org is available.
    Thanks.

    SJ,
    You will need to create a Role Config Key variant of the component that holds your search.  The following instructions assume you have the role Config Key ID already created.
    Open the Web UI and navigate to the required search screen. 
    Click on one of the search fields and press F2 to bring up technical details
    In the GUI, open transaction BSP_WD_CMPWB
    Enter the component (from technical details) that you wish to change
    Navigate to the view (from technical details) that you wish to change
    Select the appropriate configuration (from technical details) for your object type
    Copy the configuration using your Role config Key
    Amend the view as necessary using the UI Config tool shown
    Save changes and add to transport etc.
    Test in Web UI using a Business Role with your Role config Key assigned to it.
    I hope this helps?  Please award points if useful.
    Thanks,
    Andrew G.
    Edited by: Andrew Griffin on Dec 15, 2008 6:10 PM

  • Adding Z field in Opportunity search and result view BT111S_OPPT/Search

    Hi,
    I have been searching this forum on adding Z fields in search and result view but couldnt find the precise information.
    We have Z field in ultimately residing in BUT000.
    Now when this field is used in BP_HEAD_SEARCH for search and result, it could be easily done via configuration. (since the field was added to CRMT_BUPA_IL_HEADER_SEARCH during EEWB extension.
    Now, the requirement is to add the fields in Opportunity BT111S_OPPT/Search & BT111S_OPPT/Result.
    I am confused with regard to the approach we need to use to get this field in search and result.
    I thought the easiest option is to add the Model node and and give the BOL attribute. This works fine but I can't see this field (with dynamic getter/setter) in the UI configuration.
    During the attribute creation wizard, I gave BOL entity as BTQROpp (system defaulted) and the relation was
    BTADVSOpp/BTOrderHeader/BTHeaderPartnerSet/BTPartnerAll/BTBusinessPartner/ZZZGEOG_REGI
    is this correct? or am I doing something wrong?
    Why can't I see the fields in configuration?
    So alternatively I created a field through AET and i could see this field is in the structure and in UI config, but what logic I need to put to retrieve the value?
    Any advice?
    Many thanks in advance for your help
    Rakesh

    Hi Rakesh,
    Please follow below steps:
    1. Append your custom field to structure associated with your search/result structure.
    2. After you append this field to structure, this field would be available in context node.
    3.  Check if the field is reflected in available fields in configuration.
    4. If field is not present in configuration then please follow steps stated by me in:
    Re: New Column can not be added in chtmlb:configTable
    5. Once you add this field to design layer, you would be able to configure it to your search query. Check if your query works with this field.
    If not then please go through below forum :
    Re: BADI for Claims search in trade promotion management
    Let me know if this helps.
    Regards,
    Bhushan

  • Created By F4 issue in opportunity search

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

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

  • Inbox Search - status for service request not updated

    Hi,
    In inbox search, the status change for a service request does not reflect until the user log offs or opens the service request in edit mode. PFB the steps followed. (Two users are monitoring the service request but is being processed only by one)
    Web UI window 1(User 1): I open the inbox search result page. Service requests are displayed with the status field
    Web UI window 2(User 2): In a separate window, the service request is approved by changing the status of the service request to Approved.
    Web UI window 1(User 1): In the inbox result screen, i click on search for the same search criteria, but still the old status of the service request(updated in window 2) is displayed.
    Observation:
    1. If I open the service request, the service request still has the old status. If i click on edit, the new status is displayed. If i click on Back button (without clicking on edit), the new status is refelected for the service request in the inbox result page now.
    2. If I log off and again open the inbox result, the new status of the service request is reflected.
    3. The status of the service request is updated in the database immediately user 2 changes the status.
    There is no enhancement done for the inbox search. The behavior is for standard inbox result.
    Please provide any pointers to resolve this issue.
    Regards,
    Radhika
    Edited by: Radhika Chuttani on Jan 5, 2011 7:13 AM

    Radhika,
    This is standard behavior in the SAP inbox. The reason is that SAP buffers search results in the Inbox in order to improve performance. So even though you hit "search" again, SAP does not update the search results because this search has already been executed in this session. Clicking "End" or logging off refreshes the buffer.
    SAP released a note to update the "Responsible Employee" in the Inbox without requiring the user to log off. You can see their explanation and the solution here:
    https://service.sap.com/sap/support/notes/1465966
    If you want to enable inbox refresh every time a search is executed, you will probably have to do custom coding. My guess is that you may be able to leverage the CRM_IC_INBOX_BADI. Let me know if this much info is enough or if you want further details on how to technically achieve this.
    Rahul

  • Opportunity System Status

    Hello,
    We are working in CRM 5.0.
    We are implementingthe scenario for the opportunities.
    We have a number of statuses for the opportunity. When the last user status in the flow (ex. "Closed") are set the system should block the changes in the transaction.
    We have tried to assign the correspondent system status to the user status (ex. "Lock" - transaction AM05, or "Complete Actions" - transaction AM26 or "Terminated" - trnasaction C3CA).
    As a result the user status disappeared from the flow and was not anymore allowed to be set by the user.
    Do you know why this problem appears and if there any other transactions that we can use to lock the opportunity for changes?
    Thanks,
    Julia

    You have to customize for your Status Profile (Define status profile for user status) the "Transaction Control".
    Steps:
    1. Select your status profile
    2. Double click on the final status from the selected profile
    3. Create a new entry for transactions control
    4. For business transcation  "Change document" select the check-box "Forbidden".
    BR,
    Florin.

  • CRM 70 WebUI: Quotation Search / Status / CRM_ORDER_INDEX STAT_QUOT

    Hi all,
    at the moment we have the following issue the quotation search in the CRM Web UI.
    We can create correctly the quotation in the CRM Web UI, it is corretly released and replicated to SAP ERP as quote, however it then does not appear in the Quotation Search and Result List in the WebUI (in SAPGUI it is OK), but in the order search
    Having looked in the CRM_ORDER_INDEX the field STAT_QUOT is not marked (which seems to be the search criteria used in the Web UI) and also the report CRM_INDEX_REBUILD did not help.
    As quotation position we use the standard "AGN" position marked with "2-Relevant for quote".
    Is there any new flag / field in CRM 7.0 (as we upgraded from CRM2007 we did not have the issue there.)
    Thanks for the help,
    Bernhard

    Hi,
    You may raise this issue with SAP. Or look for SAP notes on this issue.
    Regards
    Prasenjit

  • I have installed "Search Status' & 'LastPass'. But they are not visible.

    I have installed these ADD-ons from Firefox website. But their icons do not appear anywhere.

    Hi,
    Please try this: '''View''' ('''Alt''' + '''V''') > '''Toolbars''' > '''Customize...''' and drag and place the icons for the add-ons from the mini window onto the toolbar. Additionally you may have to go into the '''View''' ('''Alt''' + '''V''') > '''Toolbars''' menu again and enable (tick) LastPass. Alternatively you can also right-click on the '''+''' on the right edge of the tabs.
    [https://support.mozilla.com/en-US/kb/how-do-i-customize-toolbars?s=customize&r=0&as=s Customize Toolbars]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing video in Firefox without a plugin]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • How to Maintain Reasons for the Opportunity Status in SPRO

    Dear all,
    I want to maintain reasons for the opportunity status. could any of you educate me about this. Your help will be highly rewarded.
    thank you
    Raghu ram

    hi Raja ram,
    u can maintain status reasons for Opportunity SPRO
    CRM-TransactionsSettings for Opportunity--Maintain Status Reason and Status Profile for Opportunities
    in this u need to select cataloge type (O1) in this u can maintain reasons for status
    Regards
    sreedhar

Maybe you are looking for

  • Clicking noise from a laptop HDD

    I'll give you a link for a dead topic in which a user explaines a problem similar to mine: https://bbs.archlinux.org/viewtopic.php?id=39450 I'll also write some similar stuff here. It's been almost two years or so since I get these now-and-then click

  • Payment block configuration..

    Hi Experts Can u please tell me the configuration of Payment block  and how it is used in SAP in different scenarios. Thanks in advance Moderator: Please, search before posting

  • OW4J in JDeveloper

    I am trying to create a business workflow in JDeveloper. I am following the process outlined in the OW4J Modeler Viewlet. After creating the application workspace, the viewlet adds a "Workflow Component" to the project. This "Workflow Component" is a

  • How is the design for this complex requirement ?

    Hi All, I have Customer hierarchy as follow : CustomerCategory CustomerType CustomerGroup Customer Discount can be given to a CustomerCategory, or CustomerType, or a CustomerGroup, or a Customer , or to ALL Customer. Discount is defined in a Promotio

  • Tunning Custom View Definition

    HI All, I have a custom view which i have to tune. That view itself is built over two other views. Since I am new to tunning, can anyone please tell me how to actually start for tunning ? For what all factors I should look for..? I tried Explain Plan