Quote creation by sales rep should show error

Hi All,
I have a requirement in Quotation creation such that whenever a sales rep say belonging to Europe region if he tries creating quotation for say India or Asia region he should get an error. I have suggested to use CRM ACE but they are not implementing ACE. Can someone please let me know that apart from ACE how it can be implemented.
Regards,
VRao

Hi Rao,
I am not 100 % sure with this senario . But you can implement this by using user level authorisation.
Such a way that, authorisation object assigned to a user will restrict him from not creating quotation belongs to other region.
Or if you are creating Quotation as the followup of any other transaction , you can put restriction there itself................
Regards
Ravi

Similar Messages

  • Internet Sales Rep (ISR) Analytics Error

    HI,
    Can any one point me to the right direction as to where to look for an error I am getting in Internet Sales Rep business package.
    when i launch the ISR and click on Anlytics, I dont see anything in the screen.
    first of all, what does the Analytics point to.... second, does it need any configuration or adding authorization in the backend system.
    Thanks,
    MK

    hi
    sorry for the delay..yep i configured it already with BW system with alias SAP_BW, ofcourse i dont have any crm data loaded in bw.
    what i expect to see is a form giving a criteria for searching (for ex: startdate and enddate). but i see this error there.
    any suggestions

  • Manager - Sales-rep drill down report

    [code]
    SELECT 
    FSU.parentsystemuseridname AS Manager
    , FSU.fullname AS 'Sales Rep'
    , FSU3.fullname AS 'Level 3'
    FROM FilteredSystemUser AS FSU
    LEFT JOIN FilteredSystemUser AS FSU3
    ON FSU.fullname = FSU3.parentsystemuseridname
    [\/code]
    There are multiple levels in the hierarchy but i am showing 3 levels only in the sample query above. I am trying to create a drill down SSRS report which shows the hierarchy. It works fine with a small problem.
    Problem:
    1.) Manager is a sales rep himself so in the "sales rep " column manager should be shown along with his associates with a null value for the "Level 3 " column.
    2.) In the same way Sales rep should also be present along with his associates in "Level 3 " column.
    Please help me with your ideas for the query. Thanks in advance.
    Oracle 11g database.

    Hi,
    If you can show what you need to do using commonly available tables, such as those in the scott schema, then you don't need to post any sample data; just the results you want from the given data, and an explanation of how you get those results from that data.
    For example, using the scott.emp table (where the relevant raw data, which you can get from this query:
    SELECT    empno, ename, mgr
    FROM   scott.emp
    ORDER BY  empno;
    is
         EMPNO ENAME             MGR
          7369 SMITH            7902
          7499 ALLEN            7698
          7521 WARD             7698
          7566 JONES            7839
          7654 MARTIN           7698
          7698 BLAKE            7839
          7782 CLARK            7839
          7788 SCOTT            7566
          7839 KING
          7844 TURNER           7698
          7876 ADAMS            7788
          7900 JAMES            7698
          7902 FORD             7566
          7934 MILLER           7782
    that is:
    KING is the parent of JONES, BLAKE and CLARK,
    JONES is the parent of SCOTT and FORD, and
    SCOTT is the parent of ADAMS, and
    you can get output like this:
    CHAIN_O_COMMAND
    KING
    KING      JONES
    KING      JONES     SCOTT
    KING      JONES     SCOTT     ADAMS
    KING      JONES     FORD
    KING      JONES     FORD      SMITH
    KING      BLAKE
    KING      BLAKE     ALLEN
    KING      BLAKE     WARD
    KING      BLAKE     MARTIN
    KING      BLAKE     TURNER
    KING      BLAKE     JAMES
    KING      CLARK
    KING      CLARK     MILLER
    using a query like this:
    SELECT  REPLACE ( SYS_CONNECT_BY_PATH ( RPAD (ename, 10)
                    )         AS chain_o_command
    FROM    scott.emp
    START WITH  mgr  IS NULL
    CONNECT BY  mgr  = PRIOR empno
    Notice that the result set only has 1 long column, but it's formatted to look like multiple short columns.  That's because the number of columns in the result set must be hard-coded in the query.  If you don't know how many columns you'll need (because you don't know how many levels will be in the tree) this is one way to avoid dynamic SQL.

  • Show error Msg if delivery type is 'Expedited' when 'Order' button pressed

    Hi,
    In the order.jsp if the Delivery type is 'Expedited' I should show error messge when the user press the 'Order' button. The Order button is placed in closer_details.jsp.
    I thought of putting a flag but how the value would be passed between order,jsp and closer_details.jsp?
    Please help.

    Hi Harish,
    From your description of problem I assume that you are using ISA 4.0 because closer_details.jsp used in ISA 4.0 in ISA 5.0 there is no closer_details.jsp
    It can be done. You can achieve desire functionality through Java script.
    I did the same thing in one of my previous project.
    in Closer_detail.jsp you can get value of delivery type element through javascript.
    Suppose 'Delivery Type' has incoterm as id and name and it is select box.
    Frame name of order.jsp is position--you can find this frame name in frameset_order.jsp
    Create Java script function in closer_Details.jsp and check value of delivery select box. like below.
    Create Java script variable -parent.positions.document.forms['order_positions'].incoterm.options-[incoterm.selectedindex].text;
    Once you have text value of your delivery type select box you can check this value -Expedited- in if condition and display error message before submitting form.
    Call this function before submit in Closer_Detail.jsp
    You are done.
    Let me know if you face any problem.
    Regards.
    Ecommerce Developer.

  • Sales  customer report shows this error

    Hi ,
    please how to resolve this error recently it showed this error ..i have send my log file error ..i am not figured out where the problem lies...its urgent ...greateful to all..please help me....this problem taken after creation of new legal entity.
    Projects: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXTGSCPR005 module: Consolidated Sales by Customer Client wise
    Current system time is 19-OCT-2012 12:09:23
    **Starts**19-OCT-2012 12:09:23
    ORACLE error 1427 in FDPSTP
    Cause: FDPSTP failed due to ORA-01427: single-row subquery returns more than one row
    ORA-06512: at "APPS.XX_XML_SALES_CUSTOMER3", line 127
    ORA-06512: at "APPS.XX_XML_SALES_CUSTOMER3", line 318
    ORA-06512: at line 1
    The SQL s
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1306154 on node ORAPSPR01 at 19-OCT-2012 12:09:23.
    Post-processing of request 1306154 failed at 19-OCT-2012 12:09:23 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "Consolidated Sales by Customer Client wise" has completed with error.
    Concurrent request completed
    Current system time is 19-OCT-2012 12:09:23
    thanks,
    User13100220.

    I read many like this, start_date or end_date. Are you sure that this query return only 1 row? Because period_name may not uniquely indentify the records.
    SELECT start_date FROM gl_periods WHERE period_name = p_gl_period_from
    it shows error i didnot find any data ... error taken after creation of new legal entity.....
    thanks,

  • XL Reporter- Report by Sales Rep show the same sales rep for all customers.

    Hi,
    When creating a report using XL reporter, Sales report by Item detail for all customers with selection by Sale rep ( expression) parameter, the report shows the name of the first selected sales rep name all through the report.
    Please comment if there is any way to avoid this error.
    Regards.

    Thanks for the reply!
    No, Since this is a sales by item detail report, we have already grouped it by Brand....
    We do not want the report to be seen grouped by Sales rep, as that would group all transactions under different brands under one group.....
    Regards

  • Report to show customer without sales rep

    Dear Experts.
    Is there anyway or any report to show customer that don't have sales rep tag to it in Partner Function?

    Hi Nehemiah -
    I know this is very painful but if volume of customer is less then use following method -
    1.Extract all Sold to Party's and their sales area in separate sheet
    2.Create a query joining KNA1 and KNVP where partner function (PARVW) = PE ( or partner function of  Sales Rep).Download Sold to and its sales area in another sheet.
    3.Now using excel compare both sheets by Vlookup and extract the customers from Step 1 which are not present in Step 2.
    If the volume of customer is very large,then we can also use MS Access Queries otherwise we can simply write an ABAP Program.
    Let us know, if you need more explanation on any of the method explained above.
    Thanks & Regards
    Amit Gupta

  • I tried to download ios6 but ended up loosing my ios5 and i tried reloading the ios5 but it keeps showing error messages, what should i do

    I tried to download ios6 but ended up loosing my ios5 and i tried reloading ios5 but it keeps showing error messages, what should i do

    hi there,
    if I remember correctly the error code -1 indicates a hardware problem. In that case, you should take your iPhone to an Apple store and have them do some diagnostics.
    See http://support.apple.com/kb/TS3694 for details.
    regards, Chris

  • I bought an apps "Latitude". when i tried to see my friends list its showing error - "nsurlerrordomain error 999". Please help what should i do??

    I bought an apps "Latitude". when i tried to see my friends list its showing error - "nsurlerrordomain error 999". Please help what should i do??

    Google 'nsurlerrordomain error 999' and see the hits there!

  • I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    Just in case (even though your symptoms aren't explicitly mentioned in the document), let's check to see if there's a LSP problem in play here:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Quota creation for a sales order

    Hello All,
    Can any body pls help me in creating quota for a sales order(tcode VA01)
    I want to define some quota for quantity for a selected customers.
    Pls tel me the steps to do tht.
    Thnks,
    Sunita

    Hi,
    Cau you elaborate ur question...
    I think ur trying to have a validation on quantity for particular customer.
    if this is the case you can use the User exits for the same.
    Let me know if this is the case else explain id=ndetail.
    Thanks,
    Yuvaraj

  • GR date lesser than the PO date, the system should show an error message.

    Dear Gurus,
                         if anybody puts GR date lesser than the PO date, system should display error this happens because the system allows back dated posting of 101 MVT in MIGO.Similarly the IR date should not be less than the GR date. This happens because the system allows back dated posting of MIRO also.
    Regards
    ASHOK K

    Hi,
    Use the badi MB_DOCUMENT_BADI  and compare dates of EKKO-BEDAT and MKPF-BLDAT for MIGO.
    USe the badi IF_EX_MRM_INVOICE_UPDATE PROCESS_AT_ and compare the dates of MKPF-BLDAT and RBKP-BLDAT while saving the invoice for checking the back dated entries and throw an error message.
    Regards,
    Bharat

  • New FiOS Internet Customer Lied to By Sales Rep - EXTREMELY UNHAPPY

    I had FIOS Internet installed in my new apt about a month ago. Before moving, I conducted my due diligence among the providers in my area. In order to sell me on the product, I had a couple chats with Sales Reps, which was documented on some type of call log. Anyways - on the last call I had, the Sales Rep convinced me to order FIOS Internet over the phone. She assured me that she would be able to match the price as reflected and promoted online. I wanted the 25/25 Internet service which was 49.99 for the first 12 months, and 69.99 for following 12 months. The Sales Rep then sent me the confirmation e-mail displaying the price. I immedaitely notified the Sales Rep that the discount offer was not reflected, but she assured me that it would show up on my bill. She even went so far as to get a manager on the line to confirm that. The reason the Sales Rep said it wasnt reflected was due to a glitch/outage they were experiencing. Allegedly - the outage would not allow the proper discounts and credits to appear on their screen, but again she assure me that this would not be the case when I received my bill. On that condition (receiving a proper bill with the appropriate quoted price) I approved of the deal.
    A month later, I received a bill THAT DID NOT REFLECT WHAT WAS PROMISED. After waiting for Verizon to amend the bill, to no avail, I decided to call Customer Service. That was an absolute waste of my time - an hour and change to hear the same story (not to mention the first Customer Service Rep deliberately hanging up on me after about 30 min). That what the Sales Rep said was not true - Sales Rep's cant match the online prices. [As an aside - why on Earth can't Sales Rep's for Verizon match the price that Verizon offers? That is very weird to me. You all work for the same company.].
    Why cant Verizon match what was offered/promoted - and what is currently being promoted at the moment on the web?
    To support my claim with facts - why would I agree to a $74.99+ price quote (that of 'no annual contract') for a 24 mo contract - when the 24 mo. contract obviously has a discounted price. Furthermore, in my due diligence and research, why would I agree to take a higher price when the quote online for the same service is far lower? All this implies is that in fact the Sales Rep did assure me that she could "match" the price promoted - there is no logical reason for me to accept anything else. 
    I need this to be resolved or I will soon cancel this service and move over to TWC. What this really amounts to is misrepresentation by the Sales Rep, and an unreliable Customer Service. 

    Hi mesalaza,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • Issue with production order linked to quote instead of sales order

    Hi Gurus,
    I did a lot of digging through SAP notes and accross the internet. Before I contact SAP, just wanted to give a shot @ SDN. Please help.
    Background- for ATO (VC assemble to Order):
    i) Created a quote
    ii) Created a sales order with reference to a quote
    iii) MRP created a planned order and the planned order is linked to the quote
    iV) Production order created and it is also linked to a quote
    v) All reports, MD04/COOIS shows that the plnd order/prd order is linked to the quote
    My issue - print a shop paper or a customer specific product ID label....guess what 'it prints the quote number everywhere'.
    Everything is tied to a quote - which is not a real demand. All purchase orders are tied to the quote. THIS IS STUPID.
    I refered to SAP Notes - 181685 and 459734. But I need details of what config settings I should do and where?
    I'm a pure PP guy, getting into SD requirement type & account assignement settings. Please help me with details.
    http://scn.sap.com/message/8018953#8018953
    This guy also had the same problem and his issue was never resolved.
    Thanks,

    Hello
    Take a look on the following note where this scenario is described:
    16658 - Generate sales order stock based on quotation
    The note proposes the following setting as a workaround to this issue:
    "As of 3.0, when the requirements type is assigned to the transaction
    during requirements type determination, it is possible to assign a
    requirements type to the quotation that does not represent make-to-order
    production."
    Therefore, please check your customizing settings and make sure that a requirement class/type (transactions OVZG and OVZI) without MTO is assigned to the quotation item category (transaction OVZI).
    On transaction OVZI, there is a field called "Origin of requirement type in requirement type determination". Please take a look on the information provided on the F1 help of this field:
    ========================================================================
    Origin of requirement type in requirement type determination
    In the standard release, the requirements type is determined according
    to a certain search strategy depending on the strategy group of the
    material.
    In this field you can select an alternative search strategy (source):
    Source 0 = Material master strategy, then item category and MRP type
    Source 1 = Item type and MRP type strategy
    Source 2 = Item type and MRP type strategy (as for source 1) with
    additional check of the allowed requirements type
    ========================================================================
    Therefore, my suggestion is to set this field to 1 for the quotation item category and assign an MTS requirement type on OVZI.
    BR
    Caetano

  • Automatic Sales order should be raised once a po is created

    Hi Guys,
    There are two company codes 1000 and 2000
    when a p.o.is raised by company code 1000 in the back ground it should raise a salesoreder in the other company code 2000.
    What are the settings that to be done?
    Thanks & Regards,
    Suresh.

    Hi
    The below steps can help you to create PO automatically after sales order is saved.
    1. Set up back-to-back, i.e. PR can be automatically created after the SO is saved.
    2. Item category - make sure 'Create PO automatically' checkbox is ticked.
    3. Enterprise Structure --> Sales Organization - ensure that PO type, purchasing group etc. is maintained.
    4. Transaction code SWETYPV - Ensure that both checkboxes are ticked for BO (object category), BUS2032 (object type), ALECREATEE/CHANGED and ERRORCHANGINGPURORD/ERRORCREATINGPURORD.
    5. Optional: You could execute BD86 to check for consistencies (note that you can still get it work even if BD86 shows errors).
    Regards,
    BK

Maybe you are looking for

  • ThePrevious button, a choice, and a Next button in the tabel dont work

    The Previous button, a choice, and a Next button in the tabel select one dont work i dont know why , they were working properly in thw early access9 with the HR employees tabel but in the newest versions it dosent work and i dont know why.

  • Edit iweb site from previous computer system

    OK, I created a website in iweb 06 about a year ago, but now I have iweb 08. Since then I also sold my old iMac and have purchased this new one. I want to go in and update this website, but can't find the iweb workspace where I can access the site in

  • Date format conversion in Business Server pages

    Hi Floks i am working Business server pages i got some problem in the date format. Igetting date as dd.mm.yyyy and i want to change this to MM/DD/YYYY format . i tried to change this in like in ABAP coding . it s not working can give how can fixthis

  • Photosmart B010a All In One test print O: K: Does not print from the computer

    Egr: Sig. No error message in the control panel is READY, has printed the test. DO NOT print from your computer. HP Computer in 6220 with window 7/64 bit. = tiscali WI Fi network. the printer is connected with the cable to the computer. I also tried

  • Help with Adobe Elements Premiere 12

    My computer wont download the program, just offers that I can open the folders. I have Windows 8.1