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

Similar Messages

  • 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

  • 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

  • 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.

  • 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

  • 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

  • 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

  • How to get Header Footer fields on Sales Quotation

    Dear All,
                 I have to use Header and Footer for  Sales Quotations.(Text can be vary from quotation to quotation).  Can I used Header and Footer fields of Sales Quotation Table.If yes then how both fields can appear on Sales Quotation form for input text?
    Regards,
    Ghazanfar

    I got it..On right clicking on the Sales Quotation Form.There is an option of "Opening and Closing Remarks".

  • Display Sales Quotation Row Text in SAP Standard Report

    Dear Experts,
    I need to display sales quotation row text in crystal report.
    S.no    Item Code  Item Des   Qty    Price
    1        AAA           AAAAAA     1      100
    2        BBB           BBBBBB     5      200
    3          CCCCCCC---->Row Text    800
             qqqq           qqqqqqqq    1       100
             www           wwwww     5       500
             eeee            eeeeee      2       200
    4      DDD           DDDDD      1      100
    I need to display in crystal report above format
    Please help me how to do this...Very Urgent...  

    Well - it's a report so there won't be a user exit. I think your options are what the others (and you) have suggested - change the standard program or make a copy.
    There are different opinions on the forum about which to do.
    Rob
    PS - you're not bothering anyone. We like problems.
    Message was edited by: Rob Burbank

  • How to assign values to UDf of sales quotation at Doc level using UIAPI

    HI,
    I have a custom form, viz. Sales feedback.
    When the user clicks button "Copy to sales quotation" of this form,
    I create an instance of Sales quotation form and open it in SAPB1.
    I have to populate all sales feedback data to this form(Sales quotation form's UPAPI).
    What is the simpest way to do this?
    Also, How can I assign UDF values to sales quotation from sales feedback.
    Regards
    Trupti Mahurkar

    Hi Trupti,
    for assign UDF values, trying with:
    Dim oTargetDoc,oSourceDoc As SAPbobsCOM.Documents
                oTargetDoc.UserFields.Fields.Item("myUDF").Value=  oSourceDoc.UserFields.Fields.Item("myUDF").Value()

  • In sales quotation document number not changed..

    hiii guys
    i getting some problem in sales quotation about document number.....
    actually i opened by another user like sham.he is sales department..he have only sales authorizations..when we press add button, data has been saved..but number not changed... but after saving,we close form and open again then that that time number automatically changed..its comes serial number..when we press add button,,we getting same problem...

    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

  • Reuse Sales Quotation in SAP Business One Addon

    I m designing an addon for SAP Business One using  VB .net 2005.
    I have created a menu for that Addon.
    Now i want to open the existing SALES QUOTATION from a sub menu of my new ADDON Menu.
    Please tell me if it is possible or not ?
    If it is possible then please tell me the whole procedure how can we do that ??
    Please reply as soon as possible

    Hello itsatish,
    open a quotation with the method:
    ActivateMenuItem("2049");
    Then automatic fill the documentNumber and create a click-event on the searchbutton
    HTH Regards Teun

Maybe you are looking for

  • Adobe flash is not working for internet explorer after 10.1 update?

    Ive been having this problem for a month or 2 now. My computer wanted me to update adobe flash and i did but if i go onto sites like youtube i cant get the program to work. ive checked to make sure the program installed which it had but its like its

  • ITunes won't work, even after reinstall

    Hi, iTunes just bounces once or twice in the dock when I click on it, and refuses to open. It goes back to it's closed state after that, as if I never clicked on it at all. I've trashed it and all of its prefs, reinstalled twice... nothing seems to w

  • 1080p through 27" Display

    HI all, just want to say ive just come over from a pc background after years, and recently just ordered an imac 27"" core i7 with 8gig ram. Ive done alot of research into this but need your expertise. i want to watch blu ray through my mac 27 display

  • CD Burn

    How can burn CD without closing the session? Naren

  • Only one authenticated user at time in Enterprise Portals

    Hi, The standard installation of SAP Enterprise Portals lets to enter the same user to the portal in more than one session. If the user is already logged in the portal, when it login again, a message appears telling the user that he´s already logged