Sales Quotation - Currency  issue

Respected Sir,
         In Sales Quotation, General Area,when we select Currency as "BP Currency" besides that we will get another drown down list of some cuurency list like USD,EUR etc. My issue is when end user must select first currency,if they didn't select that end user cannot go for contents tab.It must show an Error or Warning.
Edited by: Maithili on Mar 8, 2012 11:23 AM

Hi Maithili......
Again This question would go to SDK Forum as it is not possible in standard not even through SP Transnotification.......
Regards,
Rahul........

Similar Messages

  • In the Production Order, Sales Quotation is displayed not the Sales Order

    Hello to All,
    I need a kind help from you.
    My scenario is as follows
    There is a Configurable Material (Finished Product)
    Sales quotation (VA21/2/3) were made for this material.
    Sales Order (VA01/2/3) with reference from the Sales Quotation were made for this same material.
    Now when I run the MRP (MD02) for this material, Planned Orders were created.
    Planned orders were converted to the Production Order.
    In the Production Order (say in Display mode), under the 'General' tab, there is a segment called 'Sales order'. In this segment, the sales order is being displayed if the Production Order is created for a sales order (MTO scenario).
    But, in my case, the Sales Quotation number is being displayed instead of the Sales order.
    My Issue which need your answers:
    Is it a standard SAP scenario?? I mean, if the production order is created for a sales order and again if the sales order is created earlier with reference to a sales quotation, then in the production order, the Sales quotation is displayed. Is it a standard?? Or it is showing wrongly? I mean, is it like that, always the sales order should be displayed in the Production order and not the sales quotation??
    Please suggest so that I can overcome this problem, if at all it is a problem.
    Some More Inputs (For your analysis/research):
    1. After the MRP run of the material the Planned Order is created. I have checked the planned order, and found tha the assignment of sales document (in this case Quotation) is done in the Planned order itslef. It is visible wthin the "Assigmnet" tab of the Planned Order.
    2. For the analysis purpose, I created one stand-alone Sales Order for the same material. I mean, without reference from any Sales Quotation. Then, when I run the MRP (md02), the Planned Order and then production order were created normally, with reference to the Sales order. This just for your kind information.
    3. I have checked the pegged requirement of the Production order in the MD04. It is showing the Sales order itself. But, if I see the production order (CO02/O03), it shows sales quotation.
    User Requirement:
    Evenif, the sales order is created with reference to a Sales Quotation, after MRP run, in the Planned and thereby subsequent production order, the Sales Order should display and not the Sales quotation.
    Please suggest.
    Thanks and Regards,
    Supriyo

    Hi
    Since your scenario is configurable material,  the system takes the reference of sales quotation only. Because the in case of configurable materials the sales quotation is the base and based on the sales quotation the sales order is created and subsequent production order.
    This is std SAP and for configurable materials the sales quotation is deciding factor
    Krishna

  • Error in Sales Quotation UDF Editing

    Dear ALL,
                     I have created a Sales quotation and saved it to it there is a UDF (Text 64000 character field) which contains data.
                     If I delete some data from the field it lets me edit and save it.
                    On adding even a single caracter in  the field system Hangs and closes down.
    Please advice
    Thanks in advance.

    Hi Aslam.......
    Is Same thing happening in server also?
    I doubt this might be the issue of PC config.
    What is the memory space?
    Clear the temp files and try disconnecting addon if any just for the sake of checking.
    If again same problem happens then try reinstalling DI API and SDK.
    Regards,
    Rahul

  • Error when Creating Sales Quotation

    Hi,
    I am trying to add SalesQuotation through DIAPI. I got the error code -5002 that "Item no. is missing [OQUT.ObjType]". I don't understand why because the item code is defined and the docnum value is also defined. Can anyone enlighten me on what I have done wrong?
    Below is my C# Code:
    public static void CreateSalesQuotation(B1DataConnection conn){
                   string cardCode = "1903";
                   SAPbobsCOM.Documents salesQuote = (SAPbobsCOM.Documents)conn.InternalConnection.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oQuotations);
                   salesQuote.DocNum = 1030;
                   salesQuote.Address="123 Warehouse";
                   salesQuote.CardCode = cardCode;
                   salesQuote.CardName = "Norm Thompson";
                   salesQuote.ContactPersonCode = 702;
                   salesQuote.DiscountPercent = 15;
                   salesQuote.DocCurrency = "USD";
                   salesQuote.DocDate = DateTime.Today;
                   salesQuote.DocDueDate = DateTime.Today.AddMonths(1);
                   salesQuote.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
                   salesQuote.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO;
                   salesQuote.JournalMemo = string.Format("Quotation : {0}",cardCode);
                   salesQuote.PaymentMethod = "Checks";
                   salesQuote.SalesPersonCode = 4;
                   salesQuote.Lines.ItemCode = "A00004";
                   salesQuote.Lines.ItemDescription = "IBM Inforprint 1222";
                   salesQuote.Lines.Quantity = 50;
                   salesQuote.Lines.Price = 300;
                   salesQuote.Lines.WarehouseCode = "035";
                   salesQuote.Lines.TaxCode = "NY";
                   salesQuote.Lines.SerialNum = "25412671345";
                   salesQuote.Lines.Currency = "USD";
                   salesQuote.Lines.Add();
                   int returnVal = salesQuote.Add();
                   int errCode;
                   string errMsg;
                        if(returnVal !=0){
                             conn.InternalConnection.GetLastError(out errCode, out errMsg);
                             string mesg = string.Format("Error Code: {0}; Error Message: ", errCode, errMsg);
                             Console.WriteLine(mesg);
                             return;
                   Console.WriteLine("Successfully insert the sales Quotation!");
    Thank you in advance,
    Sunny

    Hi sansanee
    I assume the syntax is correct, don't know c#.
    The main reason it is not working is because you said "salesQuote.Lines.Add();" when you only have one line. You only add the line if you have more than one line on your sales quote. The last line is added and taken care of when you say "salesQuote.Add();". So basicaly i'm saying that if you have 4 lines in the quote you'll have three "salesQuote.Lines.Add();" to do the first three lines then the last will be taken care of when you add the invoice.
    It gives you that error because the second line has no item code because it thinks there is a second line.
    Another tip, only fill in what is neccaserry, the rest it will use the defaults of the system.
    Hope this helps

  • Sales quotation without unit price & total shows a error invalid total INR

    Dear All,
    According to my clients requirement,iam creating a sales quotation without unit price and total .
    Now when iam copying it to a sales order,it is showing me a error "Invalid Total INR".
    I could not understand why and how it is happening.
    Can anyone help me out.
    Regards,
    Meghana

    sir,
    i tried removing FMS still it is coming.........
    The surprise thg is in certain sales quotation without unit price and total there is no such error and it is converted into order, but the issues is wiyth certain old sales quotations.
    Regards,
    Meghana
    Edited by: MEGHSHILPK on Nov 8, 2010 12:11 PM

  • Storeprocedure for sale order without sale quotation

    hi,
    i want sp where without creating SQ, SO WILL NOT ADD

    Hi ,
    Please try this ,
    create TRIGGER [dbo].[BaseEntry] ON [dbo].[RDR1]
    for Insert
    AS DECLARE
        @BaseEntry nvarchar(max) 
    BEGIN
         SET NOCOUNT ON;
        SELECT @BaseEntry =isnull(BaseEntry,'') FROM INSERTED
        if isnull(@BaseEntry,'') =''   begin
           RaisError('Please Raise Sales Quotation First.',16,10)
           Rollback transaction
        end
    END
    Thanks
    Lloyd

  • Copy closed or cancelled sales quotation to sales order

    2007A SP0 PL49
    It is possible to copy a closed/cancelled sales quotation to a sales order. It is also possible to copy to sales order several times. What is the reason for this? Has this always been the way it works?

    Yes it's possible and been around since we started with SAP 2005A. We use sales quotes extensively and treat them like standing orders.  We have customers that order the same items over and over daily/weekly, and rather than have to key in those sales orders over and over we use the document generation wizard to copy sales quotes to sales orders based on UDF we have added.
    If you want closed sales quotes to be blocked from adding to a subsequent document I am sure this can be done with stored procedures.

  • Send Sale Quotation to customer by email

    Can i send out sale quotation to customer by email in B1.
    Can you help me! Thank you

    Hi.
    In 2004C
    You ought to have SBO Mailer from SBO Service Manager installed. Then open document and choose File - Send - E-mail. If contact person has e-mail it will put in automatically, if no type or In window Send message choose Add recipient - Contact Person. Check E-mail. type here. Fill Subject and press Send.
    With regards
    Maxim Groonis

  • JPY Currency issue in SRM 5 Limit Items

    Hi
    We are having an issue JPY Currency issue in SRM Limit Items (550 SP 13).
    Basically the currencies like JPY, KWR where there are no decimals causes value to be multiplied by 100.
    There are lot of notes and threads on JPY currency issues.
    But I have not found one that helps fix SRM Limit Items.
    Let me know if there is a note or thread that talks about it.
    We are on SRM 550 SP 13.
    Thank You
    Nikhil

    see MDM forum

  • Attachments(matrix) in Sales Quotation

    Hi All,
                  In my sales quotation i want to add an attachemnt tab,in that matrix will be there.i want to browse from dialog box & add 'n' no.of items to the matrix folder & save it.can anybody tell me some sample coding to add multiple items in matrix & add....same like in sales oppurtunities i want to add attachments in sales quotation.
    thanks
    dileep

    hi
    I think you got confused with document and draft no on Approval documents.
    Ofcourse many user,got this confusion.
    The Document number wont be generated in Sales Quotation till you add it(i.e when waiting for approval)
    The document number which is shown in  that document when pending for the approval, is not the finalised number.
    Its just the next number of sales quotaion which wont get stored in sales quotation,rather it will store in Draft table ODRF.
    when you have too many documents which is waiting for approval,you can notice that document number will be same for all the other documents.
    So you note down the Draft Number which is UNIQUE.
    For Ex:
    you are creating sales quotation which has the document number as '335'.
    so when you sending it for approval the draft number will be staored as '211'.
    after getting the approval,when you add it,document number will be generated as '337' because two documents were posted when the draft no:211 is waiting for approval.
    revert me for any clarification.
    Edited by: kambadasan on Feb 23, 2012 1:41 PM

  • Copy data directly from service order to sales quotation

    I know the process to create the sales quotation from service order in customer interaction center but my query is that is there a way that data should be directly copied from the service notification to the service order to the quotation because I have entered the data completly in the notification .Entring the data again and again make mistakes .
    THANKS
    AVANISH GULATEE
    M-08447307358

    look for the BADIS that get triggered when you save the notification. if you find any BADI, then you can create new implementation for it and you can write the code. you can use CRM_ORDER_MAINTAIN to create service order inside that new implementation.

  • Gross order value in sales order currency.

    hi to every one,
             am fresher in ABAP programming, can u plz help me by saying the Gross Order Value in Sales Order Currency
    as the Gross Order Value in Purchase Order Currency  is BBWERT .
    REGARDS.
    SAI KRISHNA

    Hi Sai,
    You can use that data element BBWERT as type in your program to get the value, however the best practice is to identyfied the fields and tables in each module in order to use as reference for the program variable.
    Regards
    Alexis Ramirez

  • How to find out Inquiry  document number in sales quotation

    Hi all
    my client have requirement that while creating quotation with reference to inquiry number the system should copy inquiry number in sales quotation it should be save into any particulates field so base on that  he can configure  output determination can any one help me how to find out Inquiry  document number in sales quotation and what are the config step i need to do
    Thanks and regards
    rajesh

    Hi raj
    Firstly  , In Sales header data you can see the preceding document feild but i am not sure in which tab .
    Secondly, As far as document flow is concerned go to VA22 and then you will get the document number of the quotation and at the top you will get one small icon which is document flow , but i am, not sure with the shortcut but just check with  Shift +F2. then you can see the flow
    Regards
    Srinath

  • Add a menu item in context menu at Sales Quotation

    How can I add a menu item in context menu at WH column in sales quotation screen? To access to the context menu, locate an active quotation and right click at an active WH column and a context menu will be shown.

    Hi Cherine,
    You can use the RightClickEvent to add your context menu depending on the position of the right click.
    You have a sample explaining how to use the RightClickEvent in the SDK UI Samples called 22.RightClick.
    Hope it helps
    Trinidad.

  • Remove Zeroes in Sales Quotation PLD

    Hi Members,
    I have designed the sales quotation PLD in which i have configured for two decimal places.
    If i use suppress zeroes option in PLD, The decimal places zeroes are also not getting displayed.
    example if the amount is 256.00,if i use suppress zeroes option,its displaying only 256,which i don't need.
    I need to display 256.00
    Please kindly suggest an solution.
    Regards,
    Venkatesh.R

    Hi
    U can try with substring formula also.... Round(F_XXX,0)...
    Check this link;
    Re: Remove Zeros in PLD
    Re: Purchase Order Number Zeros
    Giri

Maybe you are looking for