Currency in Sales Opportunity Potential Amount

Hello...
Does anybody know what currency is used in "Potential Amount" at Potential tab in Sales Opportunity? Is it BP (Customer) Currency or? Since several variance of BP Currency cannot be compared in Sales Opportunity reports. Thanks.
Alvin.

Hi Jenkins,
Thanks for your reply, but I think it's not that way because there is a choice whether to "Display in System Currency" or not (a tickmark option).
Well, any idea about this?
--alvin

Similar Messages

  • Multi Currency in Sales Opportunities

    Hi Experts.....
    If local currency is INR and system currency in EURO then in sales opportunity I want to create new transaction with USD currency. But the potential amount of sales opportunity displays in either local or system currency only. Then how to make transaction in USD or other than local or system currency.
    Regards,
    Sachin

    Hi Sachin.....
    If the system is not allowing you to diaplay the transaction at BP currency anyhow your transaction will be done in local currency, later you refer the query report to get it done according to BP Currency....
    Regards,
    Rahul

  • Add Sales Opportunity using DI API

    Hello Friends,
        I am trying to add Sales Opportunity using DI API.I want to set Potential amount using DI API So I set MaxLocalTotal but while compiling code its give error.Its Read only.
    If I add without potential amount than its gives me error  "Potetial Amout is missing"
    What should I do??
    My Code is 
                   SAPbobsCOM.SalesOpportunities vSOpp;
                    vSOpp = (SAPbobsCOM.SalesOpportunities)globals1.oCompany.GetBusinessObject  (SAPbobsCOM.BoObjectTypes.oSalesOpportunities);
                    vSOpp.CardCode = txtBPCode.Text;
                    if( txtCntctPerCode.Value!="")
                    vSOpp.ContactPerson = Convert.ToInt32(txtCntctPerCode.Value);
                    vSOpp.OpportunityName = txtOppName.Text;
                    vSOpp.SalesPerson = Convert.ToInt32(ddlSEmp.SelectedValue);
                   //vSOpp.WeightedSumLC = Convert.ToDouble(txtPotAmt.Text);
                    vSOpp.MaxLocalTotal = Convert.ToDouble(txtPotAmt.Text);       
                   culture = new CultureInfo("en-US", true);
                    currentprovider = CultureInfo.CurrentCulture;
                    dt1 = DateTime.ParseExact(txtSDate.Text, "dd/MM/yyyy", culture);
                    vSOpp.StartDate = dt1;
      if (vSOpp.Add() != 0)
                        //ResultMessage1.ShowFail("Failed to add a Activity");
                        globals1.oCompany.GetLastError(out nErr, out errMsg);
                        if (0 != nErr)
                            ResultMessage1.ShowFail(globals1.oCompany.GetLastErrorDescription());
                            globals1.oCompany.Disconnect();
                            return;
                    else
                        ResultMessage1.ShowSuccess("Activity added Successfully");
    Please help me to solved this problem.
    Thanks & Regards,
        Swati

    Hi folks,
    I'm facing the same problem. This issue concerns DI API of SAP Business One 8.8 (my version is SP 00 PL 11) in particular.
    I've used the 2007 version so far and even though the MaxLocalTotal field in Sales Opportunity object is read-only, by writing the same value in the field with the same name on the last Opportunity Line I obtain the right value in the header.
    In this version of the API, that field seems to be mandatory instead.
    Does anyone have any suggestion? Thank you in advance.

  • Error in add Sales Opportunity with DI API 8.8

    Hi folks,
    I have problems saving a Sales Opportunity by using DI API of SAP Business One 8.8 (my version is SP 00 PL 11).
    I get an error like "10000700 - In 'Potential Amount' field, enter number greater than 0".
    I noticed that the required field I'm trying to set, MaxLocalTotal, is read-only. I've used the 2007 version so far and even though that field is not writable, by writing the same value in the field with the same name on the last Opportunity Line I obtain the right value in the header. In this version of the API, that field seems to be mandatory instead.
    Am I doing something wrong to set Potential Amount in the opportunity?
    Does anyone have any suggestion? Thank you in advance.

    Not even one suggestion or advice? Any help is appreciated. Thanks.

  • Sales Opportunity Report

    Dear Experts,
    How to generate Summary Sales Opportunities Reports with these field.
    SR NO
    CUSTOMER NAME
    ACTUAL SALES VALUE
    SALES OPPORTUNITY VALUE
    %SALES ACHIEVED
    % SALES LOST
    1
    ABC
    100000
    50000
    10000
    90000
    Kindly provide some report related to these field.
    Regards
    Amol

    Dear Rajesh,
    Thanks for reply, I have some issue in query that Sales opportunity Value (Potential Amount) figure should comes from Sales Opportunity Module.
    Start Date,  Closing Date (Sales Opp Table),  BP Customer Group   Actual Sales Value (Sales Opportunity table Define UDF u_salestarget),   SALES ACHIEVED amount OINV   table  ,  Sales lost  Actual Sales Value - Sales Lost.
    Previous query gives wrong figure.Kindly provide the same.

  • ERROR Creating Web Form with "Create Sales Opportunity" checked

    When I create a new web form and choose to "Create Sales Opportunity" I get an error upon saving:
    "- Probability (%) must be a number and may contain a decimal point.
    - Amount must be a number and cannot be empty."

    Never mind, I see the problem. Mac OS X's scroll bars don't show up by default any more. Didn't see the extra fields to fill out.

  • Sales Opportunity number field

    In Open Items report (Sales Orders) is it possible to have column displaying Sales opportunity number that the sales order was created from?
    I have looked through form settings but cannot find this field?

    Hi Andrew.......
    It is not possible to make any modification to the standard reports given by SAP. But you may have your own query report......
    Regards,
    Rahul

  • Impact of Sales Write off amounts on Tax liability

    Hi Friends ,
                       Did any of you had tis situation at your client ? I want to know the impact of tax liabilitry on sales write off amounts  , will it reduce the tax liability if sales write off amounts or in other words the bad debts are considered for tax calcualtion. Any inputs greatly accepted,
    thank you ,

    I am trying to post the tax portion to the tax liability account during write-off in IS-U FICA. Is there a way I can post the tax portion on the invoice to the tax liability account instead of posting the entire amount to the expense account? Any help is highly appreciated.

  • Display all pending quotation on sales opportunity window

    how display all pending quotation of that customer on sales opportunity window through navigation arrow?

    Hi,
    Run below query in query generator first and save it under query manger. Open sales opportunity and run saved query to get list of open sales quotation.
    SELECT t2.docnum
    FROM OOPR T0
    JOIN OPR1 T1 ON T1.OpprId = T0.OpprId and T1.ObjType='23'
      left join OQUT T2 on t2.DocEntry =  T1.[DocID]
      left JOIN QUT1 T3 ON T2.DocEntry = T3.DocEntry
       where T2.[DocStatus] = 'o' and t2.cardcode = $[OOPR.cardcode]
    Thanks & Regards,
    Nagarajan

  • Currency in sales order

    Hi all,
    I have a simple question. I want currency in my sales order to come in INR, currently it is coming in USD. Now the things that I have already checked are:
    Sales org currency is maintained in INR
    Condition records are maintained in INR
    It would be really helpful if you can also let me know how the currency flows on to a sales document and also on a billing document, because next step is even if the currency on sales order is in USD on billing it should be in INR.
    thanks in advance
    Anmol

    Hi
    Please check the currency of that particular customer in Customer master data it might be USD maintained there change it to INR
    regards

  • Last stages of Sales Opportunity in XL reporter

    Hi all!
    I would like to print last stage of Sale opportunity in Xl reporter. NOw, i only show all all stages in report but i want only last satges.
    Could you help me!
    Thanks!

    Hi
    Please take the stages in the Parameter. so that you can take the report as per the stages
    Hope it help
    Ashish Gupte

  • Sales Opportunity Contact Person showing numeric in query & want full name

    Hi,
    I have two sql queries as under :
    SELECT T0.OpprId,T0.OpenDate,  T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName,   T0.U_eqno, T2.Name FROM [dbo].[OOPR]  T0 INNER JOIN [dbo].[OTER]  T1 ON T0.Territory = T1.territryID INNER JOIN OCPR T2 ON T0.CprCode = T2.CntctCode
    In the above query the problem is that I want that the Contact Person name which is selected in the sales opportunity to come. But by which query it is only showing those opportunities in which Contact person is there and NOT showing the ones in which Contact person is not there.
    and the second query
    SELECT T0.OpprId,T0.OpenDate,  T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName, T0.CprCode,   T0.U_eqno FROM [dbo].[OOPR]  T0 INNER JOIN [dbo].[OTER]  T1 ON T0.Territory = T1.territryID
    Its showing the Contact person code but I want the name of the contcat person as avaliable in the sales opprtunity.
    I want result in which the above details come along with the Contact person name. Where I am getting wrong in the query....Please help.
    Regards,
    Kamlesh Gupta

    For Your Second Query, use the following Code that Displays both
    Contact person code and Name
    SELECT T0.OpprId,T0.OpenDate, T0.Name, T0.Territory, T1.descript, T0.CardCode, T0.CardName,T0.CprCode, (Select T1.Name from OCPR t1 where t1.cntctCODE=T0.CprCode),T0.U_eqno  FROM dbo.OOPR T0
    INNER JOIN dbo.OTER T1 ON T0.Territory = T1.territryID

  • Status update on Sales Opportunity when Quotation is won

    I need to set up an automatic status update for the sales opportunity; when the quotation is set as won, the related sales opportunity is also set as won. I have tried the <Define status profile for user statuses> in IMG, but don't seem to get it right..
    Can anyone help me?
    Krgds, Eva

    HI Eva,
    Even i did the same thing for my project. Updating the Sub contract status, with whatever the master contract has got.
    SO i used the ORDER_SAVE badi, and called a FM , where i wrote the logic to update the subcontract.
    So u can also do the same thing, by coding in the ORDER_SAVE badi, what ever logic u want.
    Reward points if helpful.
    Robin

  • Adding Activity to Sales Opportunity stage

    I'm trying to create a new activity using the DI API and link it to a certain Sales Opportunity stage.
    I've been looking at the SalesOpportunities and SalesOpportunitiesLines objects to see if I could add an activity there, and I've looking at the Contacts object to see if I could set the SalesOpportunity (stage) there.
    Neither seems to be possible.
    Does anybody know how to link activities to sales opportunities?

    its object Contacts
    there fill properties
    DocType to 97
    ParentobjectId and Parentobjecttype
    I recommend to create one activity by hand through sbo and make select from OCLG table and check, what is tehre filled.

  • Sales order net amount coming in minus.

    Dear All,
    I am facing strange problem while creating sales order net Amount is coming in minus
    I had check all parameter I had done manually and automatically for pr00 ( maintain conduction record ) but still in both case amount is coming in minus.
    Please advice.
    Ahmed

    Hi,
    Check out which condition type are determined by the pricing procedure.
    How many of them are active to calculate the pricing.
    Or your PR00 is only coming in negative?
    Just check out in V/06 and select your PR00 and go to detail.
    Check the plus/minus setting over there for PR00.
    It should be either blank or positive.
    Just check out this setting.
    Regards
    Raj.

Maybe you are looking for