Set up a template for sales quotes in SAP Business One.

I would like a sales quotation template to contain the same 10 items so that I do not have to enter the items each time. What is the best way to do this? Is there any sales quotation template in SAP for this?
I am using SAP Business One 2007A SP0 PL49 and B1UP.

You may use Draft function to make your own template for Sales Quotes.
Thanks,
Gordon

Similar Messages

  • Pre-requisite before going for training to customise sap business one.

    what are the pre requisite before going for training to customise sap business one according to our requirements...I am going for training on SAP business one to Germany

    Hi
    In SAP B1 there is only 3 Modules.
    1 Technical Basic Knowldege in Programming in Visual Studio
    2 Accounting
    3 Logistics
    2 & 3 are Functional Consultant. Basic Knowledge in Business Management is Enough.
    SAP B1 is easy to learn and Understand.
    You can Manage. Well
    Regards
    Srini

  • The Sales Process in SAP Business One

    Dear All,
    In Sap Business One the normal Sales Process is Sales Quatation > Sales Order > Delivery > AR Invoice.
    Now Business One allows to do Delivery without the 2 sales process of Quotation or Sales Order. It allows to make direct delivery or AR Invoice but I need a system by which I can define that a specific user cannot make a delivery or AR invoice without Sales Order or the user cannot make sales order without Sales Quotation or AR invoice cannot be made without Sales Quotation > Sales Order > Delivery.
    How can the above possibilities be posible in SAP Business One 2005B.
    Thanks and Regards,
    Kawish

    Hi Satish & Suda
    Thanks for the required information. But I am getting error message when I am using in SQL and executing.
    Please note that I have pasted your code as under :
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(25),                     -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    declare @usersign int -- to get usersign of current document
    declare @usercode varchar (30) -- to get usercode for the usersign
    select @error = 0
    select @error_message = N'Ok'
    IF delivery is created without having a sales order as base document then do not allow the delivery
    Object_type 15 is "Delivery Note"
    IF @transaction_type = 'A' AND @object_type = '15'
    BEGIN
    -- get the current user sign and corresponding user code
    set @usersign = (SELECT (ISNULL(T0.UserSign,-1)) FROM ODLN T0 WHERE T0.DocEntry = @list_of_cols_val_tab_del)
    set @usercode = (select user_code from ousr where userid=@usersign)
    -- validate basedocument exists or not
    IF EXISTS (SELECT T0.ItemCode FROM dbo.DLN1 T0 WHERE T0.BaseType = -1 AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    -- validate the user (if user is manager then do not restrict)
    IF @usercode 'manager'
    BEGIN
    set @error = 1998
    set @error_message = N'Delivery Document cannot be created without Sales Order. Copy from Sales Order.'
    END
    END
    END
    -- Select the return values
    select @error, @error_message
    end
    But I am getting the following error message while executing :
    Msg 102, Level 15, State 1, Procedure SBO_SP_TransactionNotification, Line 26
    Incorrect syntax near 'created'.
    Msg 102, Level 15, State 1, Procedure SBO_SP_TransactionNotification, Line 39
    Incorrect syntax near 'manager'.
    Please note that in SAP Business One I have made user name test1 who is not a superuser and I want this user test1 to get blocked delivery note if it is not made from sales order.
    Thanks and Regards,
    Kawish

  • Addon not loading - B1 Usability Package for all users in SAP Business One

    Hello, I am a new admin to SAP B1 and am about to go live in a few weeks. We are running SAP Business One v. 8.80.227.
    Envirorment details: Dedicated server for SAP database, and Terminal Server for remote connections.
    I have a demo group of users in Active Directory that have permission to Remote Desktop to the TS and load SAP. For now, theses users are local admins on the TS. ( Permissions to be revised once addon issues are worked out ). I am the companies tech, and we have a SAP implementation company leading the project development.
    Currently the addons that we are running are CRSB1Addon SAP 8.8 and B1UP from boyumit.
    For one of the users in the Active Directory Security Group all the addon's work great. However the other users get the error below;
    When logging in the system message window shows the following:
    Failed to assign SAP Business One user license to SAP Add-ons. The Add on is configured to automatically load on startup, yet once I get the error, I open the Add on Manager and I don't see the B1UP in either tab at all.
    The error on the TS in the log is here:
    Log Name:      Application
    Source:        Application Error
    Date:          18/03/2010 10:55:25 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      OVCL-TS.laurieroptical.local
    Description:
    Faulting application SAP Business One.exe, version 8.80.227.0, time stamp 0x4b8fadd4, faulting module ole32.dll, version 6.0.6002.18005, time stamp 0x49e037d7, exception code 0xc0000005, fault offset 0x000472da, process id 0x1f14, application start time 0x01cac6a4a2da01c9.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-03-18T14:55:25.000Z" />
        <EventRecordID>3778</EventRecordID>
        <Channel>Application</Channel>
        <Computer>OVCL-TS.laurieroptical.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>SAP Business One.exe</Data>
        <Data>8.80.227.0</Data>
        <Data>4b8fadd4</Data>
        <Data>ole32.dll</Data>
        <Data>6.0.6002.18005</Data>
        <Data>49e037d7</Data>
        <Data>c0000005</Data>
        <Data>000472da</Data>
        <Data>1f14</Data>
        <Data>01cac6a4a2da01c9</Data>
      </EventData>
    </Event>
    Any comments would be greatly appreciated.
    Thanks
    Edited by: dontforgetken on Mar 18, 2010 4:05 PM

    hello Ken - Boyum IT has its own License Administration - path of Administration > Add Ons > B1 Usability Package > License Administration...
    Do all of the users have a checkmark to give them access???
    When a user has only the Main Menu window open, select the "Form Settings" icon and follow the same path on the Form Settings window that is diplayed and make sure they have checkmarks next to the B1 Usability Package to be "Visible".
    Are all of the user set to display Boyum IT on their machines???
    LOL - I am not technical so I have no idea what that other stuff means...
    Hope that helps...
    Zal

  • 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

  • Subreport Parameter for a Layout in SAP Business One

    Hello.
    I have created a layout for invoice OINV.
    In the same I must print at the botton a subreport from INV1 (To print a group by for the vatPrcnt of the lines)
    I use the parameter dockey@ like in the main report but when i run the report in Business One ask me for the docentry of the subreport.
    ¿is possible work with subreports?

    You need to right click on your sub report & edit the sub report links. Link the two reports on the parameter field & it will work properly

  • How to add drop down list for query manager report in sap business one

    Hi Every one,
    I need drop down list for parameter selection in sap business one Query Manager.I have two Parameters 'Sales Order','Invoice'.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    you need to use this :
    /*select from [dbo].[OINV] T2*/
    DECLARE @Invoice varchar(100)
    /*where*/
    set @Invoice =/* T2.DocNum  */N'[%2]'
    you can change the tables and the parameter number but you have to write it exactly that way.
    when you run the query within the SBO you will get list of objects ( in this case list of invoices)
    hope it was helpful
    Shachar

  • Setting Expiration for Sales Quotes

    I have found where you can set the number of days for a sales order to expire, but am unable to locate the same for sales quotes. They are currently defaulting to 30 days and we would like to change that to 15 days. Any help would be appreciated.
    Thank you,
    Monica

    Hi,
    As the Suda's method, you can set Valid field by query as you want.
    Create a UDF "Day" (numberic) in Marketing Document
    Use formatted search at Valid Field with the query
    SELECT $[$10.0.date] + $[OQUT.U_day.number]
    Tick Auto refresh by "Day" Field
    Tick Refresh Regularly
    At the Quotation window, you can put the days into "Day" Field as you want, the application will automatically generate the date for Valid Field.
    Hope this helps.
    Son.

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

  • How do i set up a template for a double sided 3 hole binder book?

    I am trying to set up a template for a directory using double-sided pages in a loose leaf binder. How do I set up the margins, etc. for both sides of the page accounting for the holes to be punched. I'm at a loss in understanding how this is to be done and then printed so the pages come out in proper order. Can anyone help?

    Inspector > Document > Document Pages > check Facing Pages > Inside: 20mm or .75"
    What do you mean by proper order? If you mean printed back to back, you can print all the odd pages first then feed them back into your printer flipped and print all the even pages.
    To get them to print and come out in the right order you may have to print the evens first and perhaps printed in reverse order, experiment for your printer and take notes.
    Peter

  • Can you set up a template for live performance in GarageBand for iPad Air?

    II'm trying to set up a template for live performance using GarageBand on my iPad Air. Can anyone advise? Thanks.

    QuickTime is AppleScript aware and has its own "dictionary". Many scripts and droplets have already been compiled and you can download them from this link:
    http://www.apple.com/applescript/quicktime/
    Some need further editing to update them to version 7 features but it's not difficult using the Script Editor app.
    Tiger's new Automator app could also be used but its feature set is rather basic. Newer actions are available for download from the Mac OSX Downloads page.

  • DTW Template for SALES ORDERS

    Hi All,
                Can anybody give me the name of the DTW template used for Sales Orders Updation.
                 I am Using SAP Business One 2005B version.
    Thanks and Regards,
    Sree.

    Sree,
    This is the key
    1. Fill the DocEntry and LineNum columns in your template to reference the Order and the exact lines you plan to update
    Suda

  • Scoping Question on follow-up documents for Sales Quotes

    One of the scoping questions in the "Integration into Sales, Service, and Marketing Processes" in the Customer Quotes section asks:
    "Do you want to create follow-up documents for sales quotes from your cloud solution to an external application?"
    See screenshot with the arrow cursor below:
    What follow-up documents is this referring ?
    Would be related to creating Sales Orders in the ERP ?
    What other followup documents could there be ?  The Help text was not very clear.

    Hi Tim,
    On creating the sales quote in C4C, request can be triggered to ERP system for Sales Order Request.
    Once Sales Order gets created in the ERP system, 'Sales Order Request' and 'Sales Order' documents can be captured in C4C.
    Regards,
    Siddhartha

  • New iWeb theme templates for sale

    I thought I saw several new iWeb theme templates for sale several weeks ago about the time the 1.1 themes came out. They were priced at around $12 or $15 dollars or so. Anyone know where they are?
    Thanks,
    Chuck

    Hi Chuck!
    It's been a long time since I've seen you around! Welcome back.
    Suzanne Boben is the queen of the iWeb templates. She sells her custom created templates on her website:
    http://www.11mystics.com
    Take a look. Hope it's what you were looking for. I know she's been busy with her latest creation "Aerolite". Good luck.

  • Business Object Template for SALES ORDER

    hi all,
              how to get the business object template for sales order..iam able to get template for business partners but unable to get for sales order.... i have tried all the codings given, by still iam getting a error like
    <?xml version="1.0" encoding="utf-8" ?>
    - <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    - <env:Body>
    - <env:Fault>
    - <env:Code>
      <env:Value>env:Receiver</env:Value>
    - <env:Subcode>
      <env:Value>-1</env:Value>
      </env:Subcode>
      </env:Code>
    - <env:Reason>
      <env:Text xml:lang="en">General Error</env:Text>
      </env:Reason>
    - <env:Detail>
      <Command>GetBusinessObjectTemplate</Command>
      <SessionID>DC703486-75R0-AD4D-97D1-0E80D8195155</SessionID>
      </env:Detail>
      </env:Fault>
      </env:Body>
      </env:Envelope>
    my coding for getting business object template for sales order is
    <WebMethod()> Public Function GetBusinessObjectTemplate(ByVal SessionID As String) As Xml.XmlDocument
            Dim n As SBODI_Server.Node
            Dim s, strXML As String
            Dim d As Xml.XmlDocument
            d = New Xml.XmlDocument
            n = New SBODI_Server.Node
            strXML = "<?xml version=""1.0"" encoding=""UTF-16""?>" & _
            "<env:Envelope xmlns:env=""http://schemas.xmlsoap.org/soap/envelope/"">" & _
            "<env:Header>" & _
            "<SessionID>" & CStr(SessionID) & "</SessionID>" & _
            "</env:Header><env:Body><dis:GetBusinessObjectTemplate xmlns:dis=""http://www.sap.com/SBO/DIS"">" & _
            "<Object>oOrders</Object>" & _
            "</dis:GetBusinessObjectTemplate></env:Body></env:Envelope>"
             s = n.Interact(strXML)
            d.LoadXml(s)
            Return (RemoveEnv(d))
        End Function

    Hi,
    I need to pass object key or object type to a function module 'SAP_WAPI_WORKITEMS_TO_OBJECT'. This function module returns the worklist details(workflow inbox). In worklist details i need to use the field for workitem id.
    Regards,
    Gautham

Maybe you are looking for

  • PackageMaker scripts issue

    I have an installer that needs to drop a file within an already installed bundle. Using the GUI PackageMaker I drop the file at the level of the bundle. I then use a script to move my file within the bundle and assign the proper rights. If I run the

  • Using non-XML content in a report key

    I have the desire within a proxy service to log a particular key/value pair in a report log where the key value is not within any XML document I have. Basically, during the logic within the proxy service, the service has come up with a specific resul

  • Cost Center RQM04-KOSTL

    Hi, in transaction QM01 i have the following two variables: 1.- Plant for Work Center: VIQMEL-ARBPLWERK 2.- Work Center: RQM00-ARBPL i´ve activated user-exit 'EXIT_SAPMIWO0_012' when the user doesn´t indicate the two fields above i have to display th

  • Initial download is locked up

    clicked on down load; seemed like nothing happened so clicked again. now download is stuck

  • No Sound Encoding with Windows media encoder

    Recently bought a dv8 with windows 7  I am trying to encode a wmv from a few video files. The video works fine but I get no sound. Im have been trying to find a combination of sound settings in the sounds manager>recordings tab. but nothing seems to