2 Sales Order, 1 Delivery and 1 Invoice

Dear All,
Is it possible to configure 2 Sales Orders -> 1 Delivery -> 1 Invoice
If so how do we do it.
Kindly give inputs on the above issue.
Thanks & Rgds
Naveen

Hi Naveen,
It is possible to create from two sales orders to one delivery. From delivery to u can create an invoice.
If the customer allows orders to be combined, order are combined in the outbound deliverys combining items from different sales order is only successful if the items have several common characterstics Ex; same shipping point, date of delivery is due, same ship to party, route and incoterms.
Then finally with ref. to delivery u can create an invoice.
Regards
Sasi
Is it possible to configure 2 Sales Orders -> 1 Delivery -> 1 Invoice
If so how do we do it.
Kindly give inputs on the above issue.
Thanks & Rgds
Naveen

Similar Messages

  • Dynamic data flow from sales order to delivery and vice-versa

    Hi Experts,
    One of our teams working for a client (transportation industry) on ECC 6.0 is facing an issue in relation to copying of partner data. (Ship-to-party address field changes to be precise)
    Currently, whenever the partner address data changed in a Sale order, though delivery is already created prior to this change, the change done is dynamically getting reflected in delivery too. Further, if the partner data in the delivery is changed, this also is getting updated on the preceding document i.e. sales order.
    We have checked the copy controls under VTLA and didn’t find any specific modifications made in this regard. Our question is:
    Is there any configuration available in standard SAP through which the data updates (like header data viz. partner field data etc.) get dynamically updated forward and backwards in a sales flow(i.e. from sales order to delivery and vice-versa)
    Your help on this will be highly appreciated.
    Regards,
    Jagan

    if the partner data in the delivery is changed, this also is getting updated on the preceding document i.e. sales order.
    The standard functionality is if you change the address of a partner function, the same will get reflected in an existing sale order.  This being the case, can you reconfirm your statement that in delivery, if you change the partner function, the same will get updated in sale order also?
    G. Lakshmipathi

  • Mapping between Sales Order-Schedule-Line and Delivery-item

    Hi together,
    I want to extend the Datasource 2LIS_12_VCITM (Delivery-number, -item, Order-number,-item is available) by Sales Order Schedule Line.
    Could not find any ERP table (VBEP and LIPS allow a mapping only on item level) for the mapping between Sales Order Schedule Line and Delivery item yet. The use of the extractor 2LIS_12_VCSCL for the extention (e.g. infoset) afterwards is no option.
    Thanks for your help in advance!!
    Assign full points!!
    Sven

    Hi Reddy,
    thanks for your answer.
    I know that I have to add this field.. but the problem is, how to fill this field. I don't know how to map the delivery-item with the schedule line-item.

  • Sales order as complete and change the delivery status.

    Hello All,
    We  produces an order but then the customer calls and does not want the material so we in turn will scrap the material against the production order using transaction MB1A mvmt type 951 E. 
    Since the material were scrapped and no material were shipped against the sales order, the sales order u201Coverall statusu201D remains open and the delivery status is u201Cnot deliveredu201D.
    To close the order  we u201CRejected line itemu201D and moved on.
    I would like to know if there is another way we can set the sales order as complete and change the delivery status. 
    Regards
    Amit

    Hello,
    you can use the status profile for the same. but a better way would still be to use the rejection reasons . the rejectionr reasons are very well integrated with the document flow as well as transfer of requreiemnts to Production
    so a best practise would be to use rejection reason
    hope this helps
    Thanks
    akasha

  • Show to show Sales Order, Return, Delivery Quantity

    Hi all,
    See the following query of sales order with combination of Return, Delivery and AR invoice.........and tell how to show Quantity of Sales, return and delivery.........
    SELECT b.Doc_Num1 as 'SO. No.',
    b.DocDate1   as      'SO. Date',
    b.Doc_Num2   AS      'Del.Doc.No.',
    b.DocDate2    AS      'Delivery Date',
    b.Doc_Num3   as      'A/R Invoice No.',
    b.DocDate3    as      'Inv. Date',
    b.Doc_Num4   AS      'RETURN Doc.No.',
    b.DocDate4    as      'Ret.Date',
    b.CardName   as      'Vendor Name',
    b.NumAtCard  as      'Bill No. & Date',
    b.ItemCode   as      'Item Code',
    b.Dscription as      'Dscription',
    b.Quantity1  as      'AR Invoice Quantity',
    b.LineTotal  as      'Base Amt.(Rs.)',
    b.WTSum           AS      'TDS (Rs.)',
    b.DocTotal    as     'Total (Rs.)',
    sum(b.BED)    as           'Bed Value',
    sum(b.EDCS)   as          'EDCS Value',
    sum(b.HECS)   as          'HECS Value',
    sum(b.VAT)        as           'VAT Value',
    sum(b.CST)        as           'CST Value',
    sum(b.CVD)        as           'CVD Value',
    sum(b.SerTax)  as           'SERTAX Value',
    sum(b.CSonSerTax) as      'CS Value',
    sum(b.HECS_ST)      as      'HESC Value' 
    from (
    select *,( a.Bed + a.EDCS + a.HECS + a.VAT + a.CST +a.CVD + a.SerTax + a.CSonSerTax  + a.HECS_ST ) as Filter from (SELECT distinct
    T0.DocNum as 'Doc_Num1',
    T0.DocDate as 'DocDate1',
    T2.DocNum as 'Doc_Num2',
    T2.DocDate as 'DocDate2',
    M.DocNum as 'Doc_Num3',
    M.DocDate as 'DocDate3',
    M.CardName,
    M.NumAtCard,
    L.ItemCode,
    L.Dscription,
    L.Quantity as  'Quantity1',
    S.DocNum 'Doc_Num4',
    S.DocDate as 'DocDate4',
    L.LineTotal ,
    M.DocEntry,
    M.[DiscSum],
    M.WTSum,
    M.DocTotal,
    (case T.Statype
    when
    -90 then sum (T.[TaxSum]) / 4 else 0 end) 'BED ',(case T.Statype when
    -60 then sum (T.[TaxSum]) / 4 else 0 end) 'EDCS ',(case T.Statype when
    7 then sum (T.[TaxSum]) / 4 else 0 end) 'HECS ',(case T.Statype when
    1 then sum (T.[TaxSum])  / 4 else 0 end) 'VAT',(case T.Statype when
    4  then sum (T.[TaxSum]) / 4  else 0 end) 'CST ', (case T.Statype when
    10 then sum (T.[TaxSum]) / 4  else 0 end) 'CVD ', (case T.Statype when
    5  then sum (T.[TaxSum]) / 4  else 0 end) 'SerTax', (case T.Statype when
    6  then sum (T.[TaxSum]) / 4  else 0 end) 'CSonSerTax', (case T.Statype when 
    8 then sum (T.[TaxSum]) / 4 else 0 end) 'HECS_ST'

    Hi Sonal,
    Try this,
    SELECT b.Doc_Num1 as 'SO. No.',
    b.DocDate1   as      'SO. Date',
    b.Doc_Num2   AS      'Del.Doc.No.',
    b.DocDate2    AS      'Delivery Date',
    b.Doc_Num3   as      'A/R Invoice No.',
    b.DocDate3    as      'Inv. Date',
    b.Doc_Num4   AS      'RETURN Doc.No.',
    b.DocDate4    as      'Ret.Date',
    b.CardName   as      'Vendor Name',
    b.NumAtCard  as      'Bill No. & Date',
    b.ItemCode   as      'Item Code',
    b.Dscription as      'Dscription',
    b.Quantity1  as      'SO_Qty',
    b.Quantity2  as      'DLN_Qty',
    b.Quantity3  as      'A/R Inv_Qty',
    b.Quantity4  as      'Return_Qty',
    b.LineTotal  as      'Base Amt.(Rs.)',
    b.WTSum           AS      'TDS (Rs.)',
    b.DocTotal    as     'Total (Rs.)',
    sum(b.BED)    as           'Bed Value',
    sum(b.EDCS)   as          'EDCS Value',
    sum(b.HECS)   as          'HECS Value',
    sum(b.VAT)        as           'VAT Value',
    sum(b.CST)        as           'CST Value',
    sum(b.CVD)        as           'CVD Value',
    sum(b.SerTax)  as           'SERTAX Value',
    sum(b.CSonSerTax) as      'CS Value',
    sum(b.HECS_ST)      as      'HESC Value' 
    from (
    select *,( a.Bed + a.EDCS + a.HECS + a.VAT + a.CST +a.CVD + a.SerTax + a.CSonSerTax  + a.HECS_ST ) as Filter from (SELECT distinct
    T0.DocNum as 'Doc_Num1',
    T0.DocDate as 'DocDate1',
    T2.DocNum as 'Doc_Num2',
    T2.DocDate as 'DocDate2',
    M.DocNum as 'Doc_Num3',
    M.DocDate as 'DocDate3',
    M.CardName,
    M.NumAtCard,
    L.ItemCode,
    L.Dscription,
    T1.Quantity as  'Quantity1',
    T3.Quantity as  'Quantity2',
    L.Quantity as  'Quantity3',
    X.Quantity as  'Quantity4',
    S.DocNum 'Doc_Num4',
    S.DocDate as 'DocDate4',
    L.LineTotal ,
    M.DocEntry,
    M.[DiscSum],
    M.WTSum,
    M.DocTotal,
    Regards,
    Madhan.
    Edited by: Madhan Babu C on Aug 28, 2009 2:09 PM

  • Sales Order Number in A/R Invoice PLD

    Dear All,
                 I copy a Sales Order to a Delivery Challan, i Copy This Delivery Challan to a A/ R Invoice.
                 I Need the Document number and their posting dates of both sales order and delivery documnet base number onto the A/R Invoice PLD.
                 I AM able to achieve the delivery number and date of Delivery documnet can anyone advice how to retireve the base sales order number on A/ R Invoice PLD

    Hi Aslam,
    Check this thread,
    Re: SO delivery date on A/R invoice
    OR
    Try to Create Query PLD. or Stored Procedure
    Regards,
    Madhan.

  • Difference between "Order to Delivery" and "Order to Cash"

    Hi,
            This could be a basic question. But, can any one tell me the difference between 'Order to Delivery" and "Order to Cash" Process.
    Thanks
    Anitha

    hi
    Order to cash cycle in SD starts with Inquiry -> Quotation -> Order -> Delivery ->Picking-->Post Goods Issue -> Invoice -> Accounting Document generation
    For Inquiry
    Doc. Type: IN
    T.Code: VA11(create), VA12(change), VA13(display)
    Process: Quotation
    Doc. Type: QT
    T.Code: VA21(create), VA22(change), VA23(display)
    Process: Order
    T.Code: VA01(create), VA02(change), VA03(display)
    Doc. Type: OR
    For Delivery
    Doc. Type: LF
    T.Code: VL01N(create), VL02N(change), VL03(display)
    For Billing
    Doc. Type: F2
    T.Code: VF01(cre ate), VF02(change), VF03(display)
    For Accounting Document
    T.Code: FB03(display)
    where as ORDER TO DELIVERY
    Delivery Order is the term of core team normally used for Delivery. Ideally insome of the legacy, they do not create Sales Order & use the term Delivery Order for Delivery.
    InSAP, we mornally map it as Sales order --> Delivery --> Post Goods issue --> Billing.
    At times we have to give meaning to the term sprecified by core team / end user & arrive at SAP terminology.

  • Link Sale Order with Delivery  through DTW

    Hi All
    While importing Deliveries through DTW, is it possible to Link a Sale Order with Delivery?
    If it is possible then can any one tell me the procedure.
    Thanks in Advance
    Chakrapani Bandaru

    In the template for the document lines, you will find fields for base entry, base type and base line . Fill these with the object type for sales orders, the line number and the doc entry (not doc num) of the relevant linked document

  • Credit block a sales order or delivery individually

    Hi
    If I just wanted to block a sales order or delivery because of a credit issue,  but did not want the customer to go on credit block/hold,  is the only way to do this use the delivery and billing block.  I can't remember being aware of any other blocks we can use
    Please advise.
    thanks

    Hi Kyliesjordan
    It depends on if you want the customer's credit exposure be impacted or not. If you are not bothered about the credit limit, then you can go for order blocks as mentioned by you.
    If you want the system to be updated for credit exposure then you can configure simple/automatic credit checks as per your requirement.
    Best Regards
    Sathees Gopalan

  • Standard T Code to release list of sales orders in 'Delivery Block'

    Dear All,
    Is there any standard transaction code in SAP which provides the facility to release list of sales orders in 'Delivery Block'. (Additional information - List of sales orders in 'Delivery block' is available in V.14,however it does not have release facility).
    For example, VKM3 gives the list of sales orders in 'Credit block' with release facility.On the same lines, is there any standard T code or any other facility in standard SAP which provides the facility to release list of sales orders in 'Delivery Block'.
    Thanks and Regards,
    Zahid

    As already suggested, if you execute VA14L you can see all sale orders that are blocked at
    -  header level
    -  item level
    -  credit check
    Wherever you see "X" under the tab Header level, double click on the respective sale order, so that system will take you to sale order in change mode.  You can remove the header level delivery block and save.
    thanks
    G. Lakshmipathi

  • Prevent Outbound delivery creation in sales orders with delivery block

    Hi gurus
         We are facing the following issue:
         Some sales orders have delivery block header and once they are saved an outbound delivery document is created; we want SAP system creates outbound deliveries only in those cases were sales orders have not a delivery block in header, is there any option or configuration we can use in order to prevent the creation of these documents?
    Regards,
    Edgar.

    Well Edgar,
    let's see then in spro
    Logistics Execution->Shipping->Deliveries->Define Reasons for Blocking in Shipping
    Check out the configuration of your delivery block reason and pay special attention to this instruction:
    "In sales documents, you can either enter delivery blocks manually at header level (business data in the sales document header) or they can be proposed automatically by the system. In the latter case, the delivery block must be entered in the respective sales document type (see chapter
    "Define sales document types"). In addition, the delivery block in the sales document header is only effective if the delivery block has been assigned to the respective delivery type."
    It must be something in the configuration of the delivery block reason you're using.
    Regards,
    Edgar

  • Load a sales order with delivery date in the past

    Hi,
    We want to load in the system a sales order with delivery date in the past, and maintain the schedule delivery date in the past. To do that, in the customizing Sales And Distribution / Basic Functions / Delivery Scheduling and Transportation Scheduling / Define Scheduling By Sales Document Type, I selected the flag Blackwards. But the problem is that the rest of the dates in the scredule line: goods issue date, loading date, material avail.date and transportation Plan Date, are in blank and you cannot enter any data because the system deletes it.
    How can I have these dates informed with dates in the past?
    Thanks in advance,

    You can control this using the "Message Control" in the SAP IMG.
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Message Control>Influence Message Control
    Using this you convert Error to Warning or even swith off this message.
    Please refer this thread for complete steps:
    Re: How to change an error message to a warning message in SRM
    Note: you need to suppress the messages relevant to your case here.
    Regards
    Kathirvel

  • Difference between sales order schedule line and item level data

    Hi All,
    Could you please let me know what is the difference between sales order schedule line and item level data?
    Thanks,
    Ramya

    Hi Ramya,
    Sales order schedule line contains del date, order qty, rounded qty, confirmed qty, delivery qty, schedule line category, purchase requisition etc.,  ie It contains the full details of sales order data with respect to the scheduled line of delivery.  The total quantity of a sales order item can be subdivided into schedule lines that contain the various subsets with the corresponding delivering dates.
    Sales order Item level data contains details of the item in the sales order like material code, net price, net value, UoM, PO details, reason for rejection if any, material group,billing date, plant etc., ie this
    contains the full details of item irrespective of scheduled line.
    Regards,
    R. Senthil Mareeswaran.

  • Credit Check at Sales Order Creation  & Delivery Creation levels

    Hi
    I am using Dynamic Credit check, Assigned  credit group (with block) in OVAK for Sales Orders and for delivery types also assigned credit group.
    Issue is while creating Sales Order system is doing dynamic credit check and blocking the sales order but delivery block is not happening, then i am releasing block in VKM3. but while creating Delivery system is not doing dynamic credit check.
    requirement is in both levels system should check the credit check.
    Can any plz guide me.
    Prasad

    Hi
    It is not possible in the standard. The block at different levels is configured based on the degree of risk involved with the customer. If the customer is more risky, he should be blocked at ordr livel itself. If the customer is less risky, the order should be processed , like picking, packing etc., and only Goods Issue should be stopped.
    The release will be done by a responsible person and hence it should not block again. eg., if the order is released with special approval from a higher up like Marketing - GM, then it should not block the delivery again.
    Thanks,
    Ravi

  • SALES ORDER NO & DELIVERY NO

    Dear All,
    In a sales return scenario i am using inspection type 05,at the time of PGR system is inspection lot with mvt. type 655,my query is i want to get sales order no & delivery no so that i can create notification on the basis of that.I have saved one layout but in QA32 screen but when i am QA32 with inspection type 05,it is not showing sales order no and delivery no.Kindly help me to resolve this issue.
    With Regards.

    hi,
    u create a notification manually or that notification created in bckgrnd while ur RR.
    If it is bckgrnd genrated notification against lot than definitely u get those fields in ur layout. and if u create notification manually than in initial screen u need to enter the sales order / delivery order number.
    if it is bckgrnd one than system shows F1 and if it is manual than it is Q1.
    Regards

Maybe you are looking for

  • Boot Camp and Partitons

    I have a new Macbook Pro. Trying to use Boot camp to install XP 64 Bit SP3. Problem happens when i get to the screen that asks which partition do you want to install XP on. It only shows a c partition with 1320000mb and no "Boot Camp" partition.Help

  • Error building ReportClass object in Windows 7

    Hello. We have an ASP.NET application with crystal report. I have installed in my computer Crystal report 2008, version:12.3.2.753, product type :Full. All of the SP are installed too. The design of the reports has been done with Visual Studio 2008,

  • Older version of LabView available?

    I would like to put together an "antique" data aquisition system utilizing an older DAQ board and an IBM AT machine that I have kicking around. It's just sort of a hobby thing rather than a serious instrumentation project. I have the board (NI Lab-PC

  • PLEASE CLARIFY: AirPort

    I purchased a new iMac w/ "AirPort Extreme wireless technology (inside)." I know I can use Ethernet to connect my iMac to our DSL modem to achieve Internet access for my iMac. However, we also have a laptop and a desktop (both Windows Vista PCs) that

  • Dialog progarm using BAPI

    Hi, I have to create a dialog program which can be called using the BAPI.As we have in the case of PO , it can be created using the transaction code ME21n and calling the BAPI(BAPI_PO_CREATE).Please suggest how to create the BAPI for the custom progr