Reporting / Sales Stages and Sales Processus

Hello,
I have 2 Sales Processus.
In each Sales Processus I have the same name for the Sales Stage ("Closed/Won").
When I created a simple report showing the Sales Stage and the Name of the opportunity,I have 2 blocks with the 2 items "Closed/Won".
How could I manage to have only 1 block "Closed/Won" ?
Thanks for your help.
ML

ML, in addition to Sales Stage and Opportunity Name bring in Sales Process Name. Now you should be able to filter on the correct sales process.

Similar Messages

  • How to include Sales Office and Sales Group into FI report?

    Hi,
    I have a requirement to add Customer characteristics u201CSales Groupu201D and u201CSales Officeu201D into a FI report which is based on the InfoCube 0COOM_C02. The values that needs to be presented is actual data (Customer Master Data; NOT transactional value.
    In the DataSource u201C0COORDER_ATTRu201D, fields Sales Organization and Sales Group are present and it is brought to BW from R3. But I am not able to find the way to get the field Sales Office into SAP BW.
    I checked the extraction program for the DataSource u201C0COORDER_ATTRu201D, the fields Sales Org and Sales Group are coming from a table u201CCE41000u201D but in this particular table there is no Sales Office present.
    So can anyone guide me out in getting the Sales Office to the DataSource u201C0COORDER_ATTRu201D, or is there any way of getting it in BW directly by reading some Master Data table.
    Thanks in advance
    Prasapbi

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • Sales atage and sales category

    Hi,
    Can anyone explain me what is the relation between sales category and sales stage while creating sales process and how to use different sales process.

    Yes the sales process used is determined by the oppty type or user role, an oppty can only use one sales process at a point in time.
    Sales category is a grouping capability for reporting, a couple of scenarios are;
    1) as mentioned before, if you have multiple sales processes and want to bring them to a common higher level common view.
    2) You need an alternate reporting structure/name
    eg multiple divisions manage their own pipeline and sales process. But head-office want to see a consolidated pipeline with common sales stages - sales category facilitates consolidation of the pipeline to the corporate standard. Also you may have a single sales process, which sales management use, but the CFO wants to see an aggregate view of sales processes in different buckets, sales category can be used for that.
    Obviously sales process is the lowest level (without the use of custom fields), and sales category is only available to aggregate the sales process, ie its hierarchical.

  • Inheritance on Sales Offices and Sales Groups (PPOMA_CRM)

    HI All
    We have replicated the Org Model from ECC to CRM using the report CRMC_R3_ORG_GENERATE.
    Under PPOMA_CRM upon selecting the Sales Org unit, we see that some of the attributes (Tupels and Distribution Channels) are assigned to the Sales Organization but not to Sales Offices and Sales Groups under the Sales Organization.
    We need to achieve that any attribute assigned the Sales Organization needs to be inherited to all the Sales Offices and Sales Groups under it.
    Any pointers in this regard would be of great help.
    Thanks in advance
    Best Regards
    Ram Sushanth

    Generally, an attribute assigned to the top Sales Organization is automatically inherited to its subordinate Sales Offices and Sales Groups.
    But, this is not happening in our case. Pl help.
    Thanks in advance
    Best Regards
    Ram Sushanth

  • Copy functionality of Sales office and sales group

    Standard SAP does not allow sales office and sales group information to flow between documents. Say, quotation to order.
    I'm not able to understand the reason for this, can someone explain please

    Hi ,
    The reason for not coping the sales group and sale office from preceding document to subsequent is to avoid the errors in MIS reporting for sales and billing.For example inquiry has received from sales org.A ,then company will send  the quotation to A from different sales office and after that company A might be having different sales offices and sales groups in that sales area.Due to this ,again system will expect the entries from user who is creating the order.
    Hope it helps.
    Regards,
    Pasapula.

  • Sales office and Sales Groups

    <b>Please clarify some of my doubts.
    What is the definition for Sales Office and Sales Groups?What are the advantages of having Sales Office?Any reporting by Sales Office and SalesGroups is possible if yes then what is the advantage?Is Salesgroup same as salesperson?</b>

    Hi Sunil
    <b>1)  Sales Office</b>
    A physical location (for example, a branch office) that has responsibility for the sale of certain products or services within a given geographical area.
    <b>Use</b>
    When you create sales statistics, you can use a sales office as one of the selection criteria. When you print out order confirmations, you can include the address of the sales office.
    <b>Procedure</b>
    You can assign each customer to a sales office in the customer master record.
    <b>Note</b>
    Within a sales office you can establish sales groups (for example, departments) with specific sales responsibilities. Each person who works in the sales office can be assigned to a sales group in his or her user master record. Each customer can also be assigned to a particular sales group in the customer master record.
    <b>2) Sales Groups</b>
    <b>Sales group</b>
    A group of sales people who are responsible for processing sales of certain products or services.
    <b>Use</b>
    By using sales groups you can designate different areas of responsibility within a sales office.  When you generate sales statistics, you can use the sales group as one of the selection criteria.
    <b>Example</b>
    If sales office personnel service both retail and wholesale markets, you can assign a sales group to each market.
    <b>Procedure</b>
    You assign each salesperson to a sales group in his or her user master record. You assign each customer to a particular sales group in the customer's master record.
    Thanks
    G. Lakshmipathi

  • How to restrict Sales office and Sales Group.

    Hi All,
    I want to restrict the users from changing the sales office and sales group in the sales order.
    Is there any standard way to achieve this or do we need to do with User exit??
    Please help.
    Thanks,
    Pavan.

    hi
    there is no standard settings for estrict the users from changing the sales office and sales group in the sales order
    so you have to write the logic in userexit
    DATA: lt_user_list   TYPE STANDARD TABLE OF tvarvc,
           lw_user_list   TYPE tvarvc,
           lr_user        TYPE RANGE OF syuname,
           lw_user        LIKE LINE OF lr_user.
    IF screen-name EQ ' VBAK-VKBUR' and   VBAK-VKGRP.
    * IF sy-tcode EQ 'VA02'.
    **Get list of users who are allowed to change SO - only they can change payment terms
         SELECT *
           FROM tvarvc
           INTO TABLE lt_user_list
          WHERE name = 'ZSD_VA02_ALLOWED'
            AND type = 'S'.
         IF sy-subrc = 0.
           LOOP AT lt_user_list INTO lw_user_list.
             lw_user-sign = lw_user_list-sign.
             lw_user-option = lw_user_list-opti.
             lw_user-low    = lw_user_list-low.
             lw_user-high   = lw_user_list-high.
             APPEND lw_user TO lr_user.
             CLEAR lw_user.
           ENDLOOP.
    **    If user is not in the users listed for change allowed
           IF sy-uname NOT IN lr_user.
             screen-input = 0.
           ELSE.
             screen-input = 1.
           ENDIF.
         ENDIF.
       ENDIF.
    ENDIF.
    go to STVARV t code here you check the NAME and give the user ids who need to change

  • Sales office and sales group are not copied from quotation to sales order

    Hi All,
    I have maintained sales office and sales group in quotation maually at header level.while  coping to sales order sales office and sales group are missing.
    Please let me know what would be reason for missing those twoand whether i should check anything in copy controls.
    Regards
    Mohan

    As its a standard functionality to have the Sales Group & Sales Office from Quotation to Order. But in your case, check the Copy Control settings at Header Level .
    DataT 051 General header data       Copying requirements 001 Header-same customer
    DataT 101 Header business data
    DataT 001 Partner header
    In case , they are also same, then check if any Logic is added in the Existing Routine.
    Best Regards,
    Ankur

  • How to add sales office and sales group code in Badi Order_Save?

    Hi,
    i have a requirement .
    the concept is like this ,we have S>D>G lay out.
    initially the sales office and sales group were fetching  values from "G".
    But my requirement is the sales office and sales group should fetch values from "D"..when the transacion is "ZGRW"..
    This is in CRM platform...So how shud i assign values of D to sales office and sales area??
    how to code this...
    help me out
    Edited by: VARUN VADNALA on Jun 25, 2009 1:35 PM

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • How to authorization sales office and sales group in VA21 and VA01 t-code

    I need to authorization sales office and sales group in va21,va22,va23 and va01, va02, va03 to control users access the sales order.
    I found some articles how to resolve this problem.I have created new authorization object Z_VBAK_ VKO, and add these fields to the object: VKORG: Sales Organization, VTWEG:Distribution Channel, SPART: Division, VKBUR:Sales Office, VKGRP: Sales Group, AUART:Sales Document Type, ACTVT:Activity
    I have add the object Z_VBAK_VKO to va01, va02, va03 in SU24 translation.
    I test the authorization , but fail, va01 and va02 do not check the authorization.
    Why? what can i do? please help me .
    thanks

    Dear Wu
    I think you are using the concept of Master Roles and Derived Roles.If ur using then create a master role and derived role for the authorisation group you want. And in the derived role assign the specifics to the respective logins ID. If you want to attach the authorisation to the T-Codes Va01 or VA21 etc then you have to use Exit.
    Correct me if i am wrong.
    Regards
    Jyotsana

  • How to restrict sales group and sales office in va01?

    in transaction "va01" ,I want to restrict "sales group" and "sales office", but there is no
    relative authorization object. I create a role named "z1000test001" with va01 , there are only "division","sales organization"
    and "distribution channel" which could be restricted.
    the authorization object with va01 is : V_VBAK_VKO.
    and I find another authorization:V_VBKA_VKO ,which contains:"sales group" and "sales office",
    but this one seems have no relationship with va01.
    Is there any method to restrict "sales group" and "sales office" in va01?
    Could anybody help me?

    Hello,
    This has been discussed before and there's a solution available.
    Have a look at this thread: Authorization for Sales Office and Sales Group
    Cheers
    Jurjen

  • How to download ECC customers without Sales Office and Sales Group values

    Dear all,
    In SD Customer master record we enter Sales Office and Sales Group fields under Sales Area tab-->Sales Tab.
    While downloading customers form ECC to CRM, How can I exclude this Sales Office and Sales Group Data from the download.
    I want to download customers without this sales office and Sales group data...Kindly suggest me how can I do this.
    Your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    Hi Chandrakanth,
    I have removed 'Object Permitted in determination' checkbox for all Sales Offices, but still the problem persist.
    I am getting following problem in SMW01 while downloading customers.
    "Sales office O 50000004 sales group O 50000057 not maintained for sales area O 50000001 C5 Z0
    Message no. CRM_BUPA_FRG0140204."
    This problem is coming for all customers, so I though of excluding Sales Office and Sales groups from downloading.
    Can we use Filters functionality for this, if so what sort of settings need to be maintained for Customer_Main object in R3AC1 transaction.
    Please suggest, your suggestions will be highly appreciated.
    Best regards
    Raghu ram

  • Sales office and sales group in STO scenario

    We need to populate the sales group and sales office in intercompany billing originating from a STO (PO>STOdelivery>IV invoice). However, the sales office and sales group is blank despite both the customer masters of both plant customer (shipto) and Intercompany Payer (ininvoice) containing this. Wanted to understand any configaration settings for these or Userexit is the only option
    regards
    Nagappa

    If you can, try & maintain the Sales Office & Sales Group in sold to party.
    But as per my knowledge in billing you can only find Sales district.
    Regards
    JP

  • Sales office and sales group

    Hi Experts,
    I have a question here. When ever we try to edit the business partner data in Customer/Prospect role in CRM. We are getting error message " please fill the sales office and sales group data in sales area xxx. We  go to corresponding sales area and fill the data so that we avoid the error.
    My question is sales office and sales group fields are not mandatory fields in field group settings in Customizing but how  are we getting this error. How can we avoid this error permanently. Kindly help in this issue.
    Regards,

    Hi,
    Where r u seeing it is maintained as the mandatory field. I mean here:--
    Another thing You can go to SPRO-Cross-Application ComponentsSAP Business PartnerBusiness PartnerBasic SettingsField Groupings--Configure Field Attributes per Activity
    Then double click on change and double click on CRM Organization. There it will be maintained as required field. Change it to Opt. Entry.
    Or
    While pressing F2 in that particular field..
    Thanx
    Chinmaya

  • Sales office and sales group and sales district

    what is the difference between Sales office and sales group and sales district,
    please explain,
    Thanks

    hi
    sales office
    A organizational unit in a geographical area of a sales organization.
    A sales office establishes contact between the firm and the regional market.
    sales group
    A organizational unit that performs and is responsible for sales transactions.
    sales district
    A geographical sales district or sales region.
    You can assign customers to a sales district and use the sales district to generate sales statistics.
    regards

Maybe you are looking for

  • Change of Purchase order after Goods Receipt

    Hi Guys, Can the Purchase order be changed after the Goods Receipt?? If then what is the transaction Code used or what are the steps followed for the change of PO after GR(goods receipt)??? Regards Jino

  • Out type

    Hi ALL,I maintain one out type but i have one doubt about the Processing Routines in that i give the program,formroutine and form here 5 options available what is purpose of for 5,give me some more detailes on this. Thanks and Regards Rajen

  • 2012 Virtual Machine Black Screens Whenever Promoting to Domain Controller

    I have a brand new 2012 cluster with 2 hyper-v host nodes running Server 2012 (not R2). I have successfully spun up several virtual machines from templates via VMM 2012R2.  I added the AD DS role today to my DC01 server running server 2012 (not R2).

  • Lenovo G510 BSOD on Windows 7 after installing RST Driver

    Hello, I was hoping to figure this out without having to post but unfortunately I cannot seem to get around the problem. I purchased my laptop (Lenovo G510) last month and immediately upgraded to a SSD and then downgraded to Windows 7. There have bee

  • Sat A10-131: Keyboard doesn't work

    Hi, I have satellite A10-131, my Keyboard are not work because I wash it by fomclean .so I think maybe an error in ship keyboard or notebook. What the possible in keyboard or notebook? If error in keyboard I want to buy a new keyboard, where can I ge