Sales Order/ Purchase Order Approved option

Dear Friends,
In System Init-> Document Settings-> Per document tab page-> sales order and purchase order documents have PO Approved/ SO Approved options. When we keep these options unchecked then any SO or PO even if saved cannot be copied to delivery/grpo unless we select the same checkbox in SO/PO logistics tab.
My question is if I keep the options unchecked in document settings and then any SO/PO is created it will be unapproved. Please let me know if during authorization i can disable this option for the user and enable the option for the manager i.e the checkbox at logistics is disabled for the user and enabled for the approving manager. If yes please give me exact path in authorization window.
Edited by: Philip Eller on May 13, 2008 9:05 AM

Hi,
If you want to control the user from creating PO/ SO, then you can create Approval procedures to them. You can create Approval procedures giving any conditions.
As per my understanding, for your case, you need to control each and every document (ie., PO / SO documents creation). For that you can set Approval for these documents whenever they create.
For that Administration --> ApprovalProcedures --> Approval Templates
1. Enter the Approval Procedure Name and its Description.
2. Originator Tab : In this choose the user's name from which  these documents will be created.
3. Documents tab: In this select the Document type to which you are setting the Approval procedure (ie., PO or SO)
4. Stages tab : Select the Approver name (Senior user name who approves the Document)
5. Terms Tab : If you want to set approval for every document then select "Always" option. If you generated query to set approve then select "When following Applies" option and link the query you have generated.
Now your Approval procedure will be set.
Raja.S

Similar Messages

  • Migrate Open items - Sales orders/ purchase orders and unbilled deliveries

    Hello All
    Can you please tell me the best practice to migrate open sales orders, purchase orders and deliveries due for billing at Cutover to the new system?
    Also how can the historical data be migrated? What all comes under historical data?
    Many Thanks
    CM

    The way the sales order data is migrated is largely dependent on the number of orders you are intending to migrate. 'Best practice' would suggest you do the following:
    1) Do not migrate any completed orders (they should be kept as 'read only' in the legacy system)
    2) Get the business to close as many orders as possible before the cutover 
    3) Stop entry of any new orders during the cutover the period - hold them back and enter them directly into SAP.
    Once you have a manageable numebr of orders to migrate you really have two options:
    Upload the basic order into SAP (we have usually done this from a spreadsheet using ALE or some similar tool). The basic data is confirmed to order type, order number, order date, customer number, material code and quantity. Any data in addition to this is then added manually to the system by the users e.g. pricing info (this is really important as pricing data is really difficult to map). To do this you will need to have sequenced this correctly e.g. ensuring that the data and config for both the materials and customers are all already in the system before you load the orders.
    The second option would be to load them all completely manually - which is why I said at the beginning that really, the best approach is determined by the quantity of orders you need to migrate.
    I am sure other people will have used other methods but these two are the ones we usually use.
    (edit) P.S. you must remember that 'open' sales orders are any orders that are not yet billed so even if an order is delivered in your legacy system if it has not been invoiced you MAY need to migrate it. But as I metioned at the beginning - it would really be better to complete that order (i.e. bill it) before you close the legacy system so that it does not need to be migrated.
    ========
    For deliveries - again, there is no simple fix for this. Because the migration of a delivery demands the migration of an open sales order, the best approach is probably to load the sales order basic data, get the users to complete the sales orders (as described above) and then run the delivery due lists or manually and individually deliver each sales order item.  
    You cannot migrate ONLY the deliveries, you need to migrate the preceeding order(s) as well. But, again, if you take the approach of closing as many as possible in the legacy system, it will be much easier than migrating them.
    Edited by: charlieclown on Jun 25, 2009 4:19 PM

  • Link between GTM and FSCM (sales or purchase order hedging)

    Hi all,
    I am trying for a few days to have SAP GTM working (I am in an IDES ECC6 system, and as far as I know in EhP4 version). The main goal in fact is to test the currency hedging, and therefore to the link GTM and FSCM, either single-sided purchase or sales order, or two-sided . The flow I want is the following :
    -     I buy or sell a product, in GTM, through a trading contract which generates a purchase or sales order.
    -     Automatically a currency hedge is generated to cover the risk, in FSCM, I guess in exposure management.
    -     And then the financial products (derivatives) are generated as well.
    No problem to create the trading contract, no problem to generate the sales or purchase order. But in spite of the (very little) customizing I found in u201CSAP GTM => currency hedgesu201D, and some in FSCM, in u201Ctreasury and risk managementu201D, no way to have this link between GTM and FSCM, no additional document is generated like a Forward Exchange Transaction (I guess I should have this, and then a risk exposure in FSCM).
    Would you have an idea ? Is this customizing, or an additional Business Functions or Extension Set not activated ? SAP says : u201Cit worksu201D, but canu2019t find the way.
    Thank you very much for your help, I am quite looking for this link for a few days now u2026
    Best regards
    Patrick

    Yes Mr Ashish!
    As far as iam concern there is no link between Project & Customer Master, you have to link it with SALES order, I had check in XD03,XD01, the complete customer master, i didnt find any field in customer master which links with Project.
    I'll let you know if i find any links.
    Regards,
    ANSAR

  • No update of Sales Orderfrom purchase order (Error M2 815)

    Hi,
    Any inputs.
    SO-- PR -- PO.WHILE CREATING PO, USER GOT ERROR MESSAGE.
    Error Message: No update of Sales Orderfrom purchase order (Error M2 815).
    Materia & vendor has AUTO PO flagged.
    Rgrds....

    Dear
    Please check the below link will help you
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/error-message-no-update-of-sales-order-xxxxxx-from-purchase-order-error-v1-045-2992973
    Regards

  • How to get Sales Text & Purchase Order Text in MM based on (MSEG-MATNR)

    Hi
      Am working on a Report based on Purchase order & Sales, Could any body tell How to get Sales Text & Purchase Order Text in MM based on (MSEG-MATNR).
    the Field i need to get are : SALES TEXT, PO TEXT.
    Sunil.

    Hi Sunil,
    For getting Material PO text and sales text, you have to rely on Purchase Order and Sales Order. And use READ_TEXT function module to fetch the text.
    Below are examples of PO text and Sales Text:
    1. PO text:
        CALL FUNCTION 'READ_TEXT'
         EXPORT
           ID = 'F03'
           LANGUAGE = SY-LANGU
           NAME = '450000011200010' conacte PO number and line item number
           OBJECT = 'EKPO'
         TABLES
           LINES = INT_TLINES "you will get text in this table
    2. Sales order text:
            CALL FUNCTION 'READ_TEXT'
         EXPORT
           ID = '0001'
           LANGUAGE = SY-LANGU
           NAME = '0000000036000010' conacte SO number and line item number
           OBJECT = 'VBBP'
         TABLES
           LINES = INT_TLINES "you will get text in this table
    ref: STXH and STXL tables.
    Hope it will solve the problem.
    Regards
    Krishnendu

  • Edit back to back sales and purchase order with dropped ship warehouse

    Hi
    Our Client request to be able to edit back to back sales and purchase order with Drop Shipped WH which is frequently required according to their business nature in overseas trading.
    Kedalene Chong

    Hi Daniel,
    In the PO Ship To address field, the database/company address will appear until a warehouse is selected. Once a WH is selected, that is the address that will appear. If there is no WH address, the company address is indicated in the field (note: no company name just the address).
    If you want a different address/name, you can type it into the ShipTo address field and the PLD template will use whatever is in the field.
    If it is because there is no company name on the PO - does this mean you want a different company name than the one in the PO header. If this is the case and the ShipTo address & company name is always the same, you can update the PLD template by changing the ST address field to Text and enter the company name & address you want on the PO. This will appear on every PO regardless of what is in SAP. If you want the company name to always be the same, add a text field above the ST address field and fill in the company name; the address will be pulled from the PO Logistics ST field (per the first paragraph above).
    If this is not what you want, please explain in more detail what you would like to do.
    Heather

  • Database Design: Sales Order & Purchase Order

    I found the inventory tables of the "Purchase Order" tables is very similar to the "Sales Order" tables.  Is it logical to have a design such that PO and SO share the SAME table?  (e.g. use a flag to determine
    if it's SO / PO)
    For example,
    SALES ORDER
    - sales_order
    - sales_order_items
    PURCHASE ORDER
    - purchase_order
    - purchase_order_items
    ORDER <----- combine SALES ORDER & PURCHASE ORDER
    - order
    - order_items
    Please help ~~

    As suggested take a look at the following tables in AdventureWorks:
    Sales.SalesOrderHeader
    Sales.SalesOrderDetail
    BOL:
    Sales and Marketing Scenario
    Purchasing.PurchaseOrderHeader
    Purchasing.PurchaseOrderDetail
    BOL:
    Purchasing and Vendor Scenario
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Adding weeknumbers in sales orders & purchase order in orderlines

    User functionality
    Add weeknumbers on row level in order to communicate to customers in documents especially for external documents ie delivery week in stead of delivery date

    hi,
    Add user defined field & apply formatted search using query in sales order/purchase order.
    SELECT DATEPART(ww,T0.ShipDate) FROM RDR1 T0
    Jeyakanthan

  • Material master -sales text / purchase order text

    Dear MM experts,
    we are maintaining materials sales text & purchase order text while creating material master.
    sales text is required for our customers quotations & purchase order text is required for our Vendors Purchase orders.
    I have an issue, where sales text in material master is limited to 6.5 inch length, but need 7.5 inch length, where I can set this page length. Also i wanted to have same font characteristics to be changed from exiting font size and font style to required, how to do this?
    pl help &  how the above can be changed from default settings to flexible settings with regard to material master.
    thanks  in advance
    regards
    Srihari

    from http://help.sap.com/saphelp_erp2005/helpdata/en/f4/b49e8c453611d189710000e8322d00/content.htm
    Text Entry Area 
    Type your text into the text entry lines. You can type continuously: SAPscript fills your text using a line length of 72 characters as soon as you choose ENTER or a function.
    To enter text in the line editor continuously, the checkbox Automatic tab at field end must be marked. For more information on setting automatic tabbing, see Setting Automatic Tabbing and Entering Text.
    Note that the line editoru2019s text filling has no influence on the final appearance of the text. Your text is formatted no earlier than at the time it is displayed or printed. For more information, see Previewing and Printing SAPscript Documents.

  • Customizing for Back to Back Sales and Purchase Order

    Dear Gurus,
    Can anybody give me detailed customizing steps so that I can create a back to back sales and purchase order ? How does this process work ?
    Would really appreciate if you dont just paste the SAP help URL over here.
    Thanks

    Dear,
    Please check: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/business_maps/guid/eg1slxvyat1odhrwoi8vc29sdxrpb25jb21wb3nlci5zyxauy29tl3nvy292awv3l21jcgdl%0d%0adc5hc3a/cgfja2fnzwlkpsz2awv3pxnty3jlbmrlcjimawq9muu2rtqwmjk5mue2nduwmzk0m0fg%0d%0aqtnfnjg1rjbgmkymjnhzbc1iyxnlpwh0dha6ly9zb2x1dglvbmnvbxbvc2vylnnhcc5jb20vc29j%0d%0ab3zpzxcvbwnwz2v0x21pbwuuyxnwp3vybd1zzg5fbmv3lyymd2vilxvybd1odhrwczovl3nvbhv0%0d%0aaw9uy29tcg9zzxiuc2fwlmnvbs9zb2nvdmlldy9ty3bnzxrfbwltzs5hc3a/dxjspsymehnslwxp%0d%0ac3q9c2rux2dlbmvyywxfcmvuzgvylnhzbhq7c2rux2xpbmtyzxdyaxrpbmcuehnsddtnzw5lcmf0%0d%0azuhutuxfu0rolnhzbhqmjnbhy2thz2utawq9jizyzxnvdxjjzxr5cgu9c2rux3nvbhv0aw9ux2nv%0d%0abxbvc2vyx2z1bgxwywdljizwyxjlbnrssuq9l3dlymnvbnrlbnqvd2vicgfnzxmvynb4lzqwielu%0d%0azhvzdhjpzxmvuhvibgljifnly3rvci9cdxnpbmvzcybqcm9jzxnzifbsyxrmb3jtigluifb1ymxp%0d%0ayybtzwn0b3imjnrpdgxlpckgr2xvymfsifryywrlie1hbmfnzw1lbnq6iejhy2stdg8tqmfjaybu%0d%0acmfkaw5nifbyb2nlc3mmjnzpcnr1yww9dhj1zq==;jsessionid=(J2EE3417300)ID0462866350DB00827079450451046937End?prtmode=default
    http://help.sap.com/bp_cp1600/CP_Global/Solution_Map/1E6E402991A64503943AFA3E685F0F2F.htm
    http://help.sap.com/saphelp_gts71/helpdata/en/0b/333a426ea5b26be10000000a155106/frameset.htm
    Regards,
    Syed Hussain.

  • Returns of a stock transport order (purchase order)

    Hello,
    when I create a returns of a stock transporting order (purchase order) it touches only the free stock and not the stock of the returns (movement types 677 and 161). Can I configure this, if yes, how?
    Perhaps anybody can help me. Thanks a lot.
    Nicole

    Hi,
    The STO does not act like a sales order, if you reverse an STO it puts the stock back into Unrestricted use.
    Basically it sees the whole process as just being a movement of stock from one area (plant) to another and so reversing it just puts it back.
    With a sales order the customer may have used or abused the stock and so there is the functionality to put it into returns stock where it can be checked before being put back into unrestricted.
    It may not work but have you tried using the quality inspection flag on the return (I am assuming that you are using a 102 / 122 and MIGO?). It is not the same as using returns stock but at least it gives you chance to inspect the stock before it goes back to unrestricted?
    Steve B

  • User can not se ordered purchase orders

    Hi!
    I have two users (test users) both with the user role SAP_BBP_STAL_PURCHASER. No changes has been made to their Business Partner.
    They are allocated to different purchasing groups.
    One of them can se all the ordered purchase orders in "Process Purchase order" but the otherone can not the ordered purchase orders.
    What could be the problem?
    Sincerely
    Anders Öhrling

    Hi,
    Which SRM version are you working on??
    We were facing the same problem for some users even though the users had the same roles/authorisation/profile and were properly intergrated into the Org structure as well as assigned the correct P Org and grps!
    If you are in <= Support Pack 11,apply the foll notes  in the same order
    1104589 PO Search not returning all results
    1128758 BBP_POC: Search Issue in Purchase Order
    1138911 BBP_POC - Search issue in purchase order
    These reolved ths issue for us!
    BR,
    Disha.
    Do reward points for  useful answers.

  • Link Sales Order & Purchase Order in Reports

    Hi All,
    We create all our Purchase Order's back-to-back to our Sales Orders. When we look at Row Details in a Sales Order we can see the linked Purchase Order, and vice versa.
    Is it possible to run a Query that will show the list of Sales Orders (all the rows), and the linked Purchase Order number on each line?
    This would make our life much easier when we use DTW to update the shipping dates in the Sales Order based on the dates we get from our supplier on the Purchase Order.
    Best regards,
    Myran

    I think you can start with this query:
    SELECT T0.DocNum 'Sales order',
    T1.LineNum, T1.ItemCode, T1.Quantity, T1.ShipDate,
    T2.DocNum 'Purchase order', T2.CardCode, T2.CardName
    FROM ORDR T0 
    INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry
    Inner join OPOR T2 On T2.DocEntry=T1.PoTrgEntry

  • Badi/user exit for sales and purchase order

    HI folks,
    I have to export the value of order type to a memory id for create and change transaction of sales order and the purchase order, I serached a lot for badis in purchase order and created implementation for that, but it didnt work. Please help me out....
    thanks in advance

    Hi,
    As written I need to export the value of order type into a memory id at the moment below transactions are hit:
    va01,va02, me21n, me22n.
    for va01 first u need to enter the order type and then press enter...at this event I need to export its value,
    for va02 the value of order is entered and then press enter,
    similarly I have to export the purchase order type during execution of ME21n and ME22n.
    I hope u will understand the problem better....If not please tell me

  • Third Party Sales - Automatic Purchase Order Creation- via  SO event

    Dear SAP Gurus,
    We have a requirement to have automatic PO Creation for Third Party Sales Process.
    To achieve it what I have done is
    a) I have created an event linking using transaction SWETYPV:
    Object = BUS2032, Event = ALECREATED and ALECHANGED ,
    Funtion module  = PUR_ORDER_CREATE_VIA_SD_EVENT.
    Also I have modified the Sales Organization data to pass Purchasing Organization,  Purchase Order type and Purchasing group . Its working fine . Its creating purchase order automatically.
    My question here is , I'm I doing the wright method for automatic PO creation as soon as a sales order is created.
    I beleive this will call for PO creation for all Sales order not only restricted to third party sales . Will it affect performance of the system or will it ignore since there is no purchase requisition.
    Please advise on the pros and cons of this process

    We use a fairly standard Third Party process. We use the Item Category to drive the Schedule Line Category, which is flagged as Third-Party. On the Material Master (Purchasing view), the Material is flagged for Automatic PO, same on the Vendor Master. Workflow automatically kicks in on SO save to trigger the creation of the PO for the Purchase Req.
    Unfortunately, Workflow is a bit of a dark art to me, so I couldn't tell you what we have in place. My feeling is that it is bog standard though.
    Cheers, Paul.
    Edited by: Paul Read on Jun 29, 2009 9:41 AM

Maybe you are looking for

  • How to move new Windows 8 file swapfile.sys to another drive?

    Windows 8 has a new swapping / paging file called swapfile.sys. It resides in %SystemDrive% directory, or C:\ for most users. It looks to be a swap file for Modern UI / Metro apps (source: https://blogs.technet.com/b/askperf/archive/2012/10/28/window

  • Embedding Video In Flash 8

    hey guys i am trying to embed video that has a frame rate of 25fps but my flash document is 12fps. So when i watch the flash play, the videos are in slow motion, how can i make them go 25fps without changing the documents fps to 12?

  • JNDI name is not displayed in server console JNDI tree

    Hi. I have two objects with similar JNDI names. Object 1 has JNDI name "abc.test1". Object 2 has JNDI name "Abc.test2". Here is difference in first char size: 'a' and 'A'. The issue is that in JNDI tree weblogic server console displays only Object 1.

  • Audio intermittently disappears for 2 seconds

    Apple TV 3rd edition is directly connected to Samsung Plasma TV with HDMI. Audio intermittently disappears for 2 seconds every 1 - 5 minutes. PC and Cable Decoder is also connected and these have no issues. I have tried changing HDMI input on TV. It

  • Must use Captivate v4.0 to capture playing video - Best practices & PC requirements?

    Hi all, I like Captivate, but have had a lot of trouble capturing playing video (a big part of my client's product) in the past. Despite encouraging client to consider other tools, they have decided they want to continue using Captivate and output to