Sales order with Material Delivered through pipeline

Hello  Community,
I'm looking for a SAP scenario/solution that can manage Sales order delivered through pipeline.
I found a lot of information about Pipeline but from MM side not SD one.
I also check Oil and Chemmical solution but did not found proper solution
Here is my business case.
1° Sales order is created with 1 month delivery period through Pipeline.
2° System has not to book the entire quantity the fisrt day of delivery but has to book it day by day (can be done through APO)
3° About GI actual delivered quantity is measured and one GI is done at the end of the period.
4° Creation of one Billing for the period.
I proposed a sollution with a POD but Customer want to make GI at the end of the delivery.
If anybody faces this kind of Scenarion help would be apprciated.
Thank you for support
and best regards.
Benoî

Hello,
We finally decided to create automatically daily delivery schedule in STO and ask to logistic people to create daily OBD and GI.
Quiet basic and it works.
Thank you and regards.
Benoî

Similar Messages

  • Creditreport that displays Sales Orders with Material Availability Date as

    Hi
    I need input if the following requirement can be met in FSCM credit mgmnt.
    Currently In FDK43 there is a total sales figure that represents the Sales that are consuming the Credit Limit assigned to the customer, unfortunately there is no drill down on this number to see which sales orders are responsible for the consumption of credit
    Do we have any sales report that displays Sales Orders with Material Availability Date as an output in conjunction with Credit limit .

    Not in standard provided. Custom program is required.
    Regards
    Hein

  • Sales order with material & plan cost

    Hi,
    A sales order with material and assign WBS can display the plan revenue which equal sales revenue. How can I make the material cost also be display as plan cost? This material cost should equal standard price of material master.

    It is not possible to copy material cost from sales order to project. Please activate network cost planning, and assign the same material in the project structure, so system will take the material cost in plan cost.

  • Sales order with material having environmentally rlavant flag checked

    Hi All,
    I have a requirement where i have to develop a ALV for sales order details with material having environmentally rlavant flag checked during material creation.
    Problem: The details of sales orders are picked, whic dont have material.
    So I have used the following logic:
    1) data retrieval:
    select vbeln
           erdat
           auart
           kunnr
      from vbak
      into table it_vbak
      where erdat in s_erdat
        and auart in s_auart.
      if it_vbak is not initial.
        select vbeln
               matnr
          from vbap
          into table it_vbap
          FOR ALL ENTRIES IN it_vbak
          where vbeln = it_vbak-vbeln.
          if it_vbap is not initial.
            select matnr
                   kzumw
              from mara
              into table it_mara
              FOR ALL ENTRIES IN it_vbap
              WHERE matnr = it_vbap-matnr
                and kzumw = 'X'.
            endif.
        select vbeln
               bstkd
          from vbkd
          into table it_vbkd
          FOR ALL ENTRIES IN it_vbak
          where vbeln = it_vbak-vbeln.
         select vbeln
                parvw
                kunnr
           from vbpa
           into table it_vbpa
           FOR ALL ENTRIES IN it_vbak
           where parvw = 'WE'
             and vbeln = it_vbak-vbeln.
      endif.
            if it_vbpa is not initial.
            SELECT kunnr
                   adrnr
              from kna1
              into table it_kna1
              FOR ALL ENTRIES IN it_vbpa
              where kunnr = it_vbpa-kunnr.
              if sy-subrc eq 0.
                select addrnumber
                       name1
                       name2
                       street
                       city1
                       region
                       post_code1
                  from adrc
                  into TABLE it_adrc
                  FOR ALL ENTRIES IN it_kna1
                  where addrnumber = it_kna1-adrnr.
                   if it_adrc is NOT INITIAL.
                     select addrnumber
                            smtp_addr
                       from adr6
                       into TABLE it_adr6
                       FOR ALL ENTRIES IN it_kna1
                       where addrnumber = it_kna1-adrnr.
                  endif.
                    endif.
              endif.
    2) Reading the data:
    loop at it_vbak into wa_vbak.
    clear wa_final.
      read table it_vbap into wa_vbap with key vbeln = wa_vbak-vbeln.
      read table it_mara into wa_mara with key matnr = wa_vbap-matnr.
      read table it_vbkd into wa_vbkd with key vbeln = wa_vbak-vbeln.
      read table it_vbpa into wa_vbpa with key vbeln = wa_vbak-vbeln.
      read table it_kna1 into wa_kna1 with key kunnr = wa_vbpa-kunnr.
      read table it_adrc into wa_adrc with key addrnumber = wa_kna1-adrnr.
      read table it_adr6 into wa_adr6 with key addrnumber = wa_kna1-adrnr.
        wa_final-matnr = wa_mara-matnr.
        wa_final-bstkd = wa_vbkd-bstkd.
        wa_final-erdat = wa_vbak-erdat.
        wa_final-kunnr = wa_vbpa-kunnr.
        wa_final-name1 = wa_adrc-name1.
        wa_final-name2 = wa_adrc-name2.
        wa_final-street = wa_adrc-street.
        wa_final-city1 = wa_adrc-city1.
        wa_final-region = wa_adrc-region.
        wa_final-post_code1 = wa_adrc-post_code1.
        wa_final-smtp_addr = wa_adr6-smtp_addr.
        append wa_final to it_final.
        clear wa_final.
    endloop.
    Problem: The details of sales orders are picked, whic dont have material.
    So please suggest me the solution for this problem.
    With Regards,
    S.Asha.

    You are not filtering your VBAK records, after getting data from MARA table, Moreover I can see your consolidation logic is also wrong ..you can refer following pseudo code .
    LOOP at IT_VBAP.
    READ TABLE IT_MARA ..... based on material no in line item
    if sy-subrc = 0 .
    ...get the data from other internal table and pass it to WA_FINAL..
    APPEND WA_FINAL TO IT_FINAL..
    else .
       CONTINUE..
    endif .
    ENDLOOP .

  • BOM explosion in Sales order with material variants

    Dear all,
    we would like to work with Variant Matching in the Sales Order. Additionaly we would like to explode the BOM....according to the SAP help this is not possible....
    http://help.sap.com/erp2005_ehp_06/helpdata/en/bd/05a7d69d3211d190380000e8a49aad/frameset.htm
    Does anybody of you has any ideas how and where to make this happen?
    Thanks for your help and kind regards
    Jan

    Hi,
    I have gonethrough the SAP link referred by you but never come across with any problem in type matching during Sales order even if the BOM explosion is set for Multilevel in Configuration Profile provided the other pre requisite set up was perfect.
    Regards
    Brahmaji D

  • Sales order with Compl.deliv., Lead time and Shipping date problems

    Hello, SAP gurus!
    We have some concerns with sales orders that won't start processing, and I'm wondering if there's anyone here who have had experience with this problem.
    If not, hopefully you understand this scenario.
    Scenario:
    * A salesorder with three lines, of which two lines are not in stock (itemcategory YBAB), one line in stock (itemcat TAN)
    * Requested delivery date is asap, ie 19/03-2014
    * Marked with Complete delivery
    * In the Shipping tab, it seems all dates are copied from lead time of the YBAB-lines, 11/06-2014.
    * We just received the two YBAB-lines on PO, but the date still shows 11/06-2014, almost a month from now.
    Is it possible to make SAP automatically change the shipping date to the date we actually receive the items and are ready to process the order?
    What we have now is a salesorder made 2 months ago, ready to be packed and shipped today, but SAP seems to hold on to the "expected" date a month from now. It's frustrating!
    Hope to hear from you

    Hello,
    You will need to trigger a av. check again to factor the impact of receipt of YBAB items.
    You could evaluate backorder processing to automate this as a daily run to work on the sales order relevant for re-ATP based on new availability situation.
       Thanks,
    Sudhir

  • Avoid substitute material.., while creating sales order with BAPI?

    Hi experts.
    I use BAPI_SALESDOCU_CREATEFROMDATA1 function module to create a sales order.
    Material A has a substitute material B with substitute reason 0005.
    So if I use material A when creating sales order with above BAPI function, the order is created with material B.
    I don't want to substitute the material automatically. I want to create the sales order with material A.
    What should I do? Help me please.
    Thanks in Advance.

    Hi bvrn Reddy,
    I know, your message is almost two years old, but, did you find a solution? I'm facing the same problem. The material A has B as substitute, but in va01 a popup appears (its customizing inside the substitution reason, strategy = A). Of course, we have no popup inside the bapi, but there must be a way to decide which material the bapi should use. At the moment I only get the substitute, never the old mat (even there is something in stock).
    Maybe you've got a helpful hint for me, thanks!
    Ben

  • Not using substitute material while creating sales order with function?

    hi experts.
    I use SD_SALESDOCUMENT_CREATE function to create a sales order.
    Material A has a substitute material B with substitute reason 0005.
    So if I use material A when creating sales order with SD_SALESDOCUMENT_CREATE, the order is created with material B.
    I don't want to substitute the material automatically. I want to create the sales order with material A.
    What should I do? Help me please.
    Edited by: Ji Yeob Kim on Nov 19, 2009 11:34 AM

    Hi Kim,
    I also have same requirement. Please suggest how you resolved this?
    Thanks
    bvrnreddy

  • BAPI/ FM in CRM to create a sales order with variant configurble material

    Hi All,
    I need to create a sales order using variant configurable material in CRM not manually through GUI. I need to develop a function module that will create sales order using variant configurable material in CRM .
    Can some one tell me if there is an in-built BAPI/Function Module availabe in CRM to create sales order using variant configurable material in CRM .
    When i researched i found that there is a BAPI 
    BAPI_BUSPROCESSND_CREATEMULTI which can create a sales order in CRM.
    I dont know if this can create a sales order with varinat configurable material in CRM
    can some one guide be how i can build a function module in CRM which generates a sales order with variant configurable material.
    Regards,
    Jessica Sam

    Jessica
    I am not a CRM expert and am still learning. But you can try the BAPI CRMXIF_ORDER_SAVE and see if that helps.
    Good Luck
    Ram

  • 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

  • ERP - SD Sales orders with billing plan (material number change appear)

    Sales and Distribution.
    Regarding sales orders with billing plan.
    We create the sales order and create billing plan at header or item level.
    We issue down payment request(s) upon receipt of sales order.
    Often during the life time of the sales order one or more of the material numbers are changed after the down payment request(s) has been issued and paid by the client.
    Our issue is that prior to changing the material number in the sales order we have to reverse the payment(s), reverse the down payment request(s) and after the material number change re-issue the down payment request(s) and register the payment again.
    We wish to find a solution avoiding all the reversals.
    If you have a similar situation please inform how to handle material number change in the sales orders with billing plan.
    Best regards
    Lise

    Dear Consultor SD ,
    There is no setting to create the invoice based on schedule line.
    What you can possibly do is create multiple deliveries based on the schedule line and
    then invoice the individual deliveries.
    If you want system to split the deliveries based on schedule line, then you will have to include Schedule line also
    in the COMBINATION REQUIREMENT in VTLA.
    Thanks & Regards,
    Hegal K Charles

  • BAPI/FM in ECC to create a sales order with variant configurable material

    Hi all,
    I need to create a function module that creates a sales order in ECC with a variant configurable material.
    can some one tell me if there is a in built function module or BAPI that i can make use of to create a sales order with variant configurable material in ECC.
    Regards,
    Jessica Sam

    Thanks MxG,
    I dont know how to use this BAPI. .Can you suggest me a sample code.
    My reqmnt is, i have
    Sold to party, ship to party, bill to party , VC config material and all char values that should be populated while creating a sales order.
    please help me with what values should i populate in i/p paramters and and how to use this BAPI with some sample code if posible.
    Regards,
    Jessica.

  • Linkage of Sales Order with OPM Batch automatically through MRP run

    Hi Friends,
    Can anyone please suggest me of how the Linkage of Sales Order with OPM Batch can be created automatically after running OPM MRP.
    Thanks in advance.
    Thanks & Regards,
    Bharathram N.

    Dear Friend,
    Thanks for your update.
    I had the set ups already which you have specified. But I dont see in the action messages screen any sales order number for each action.
    My requirement is following..
    1. I will enter SO for an item called A.
    2. Run MRP.
    3. From Action Message Summary, I will release production batch.
    4. Now the batch been created should have the sales order number from which it came originally.
    Hence to achieve above, I need SO with MRP Link action message(backend or front end)..
    Hope the above scenario is clear to you..Plz let me know your thoughts..
    Thanks & Regards,
    Bharathram N.

  • Transfer posting to special stock sales order with different material

    I am able to MB1B a material  (Transfer posting) using mvt 412 E and transfer from own stock to sales order stock ,where Sales order belongs to a different material.
    It should not allow posting to a "E" stock to a sales order of different material. (anyway system allows that without any warning/error?)
    MB1B:Only stock type change (within same storage location).

    Hi ,
    I tried replicating your Query and observed it as a standard Behaviour
    When you use 412 E  for posting stock to sales order , system is not validating whether the Material is available in Sales order or
    Material Check is only happening against the Plant and storage location but not at sales order level
    if you want the check to happen, may be you can try to put a code in this Include
    MGV_MATNR_LAMA_SAPLMATL which will Read the Material
    regards,
    santosh

  • Open sales order with changed Division

    Dear All ,
    here we have one query :
    material X , common in plant 1000 & 2000 .
    in plant 1000 we have division 40 , created sales order and partially delivered , after partial deliver i have changed division to common 00,
    now is it possible to deliver the remaining partial ?
    Regards

    Dear Venky
    First of all you should be aware that if you change the Division in basic data 1 for plant 1000, it will change for plant 2000 also
    Second, in order to do further delivery,
    -  Assign the division 40 to 00 in VOR2
    -  Assign the sales area in OVAZ (with cross division 00)
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Problems using DBMS_PIPE package

    Hi! Im using the SQL Navigator for Oracle to develop PL/SQL code and now I've got a problem with the DBMS_PIPE package. When i use the methods like create_pipe etc. in a normal pl/sql window it works without problems. But when i place such a DBMS_PIP

  • Field selection problem in a form created in Oracle forms 9i

    I am using an application created in Oracle 9 i Forms. Mouse navigation in the forms do not work properly. Since a field is selected and some string is typed then first character is allways ignored hence it is necessary to press a key like before typ

  • Routings Mass Processing

    Hello PP Experts, We hv defined the routings in the old plants, Now we hv changed the plant . Can we do the mass conversion  of these routings for new plant? Any transaction code? Thanks in advance. Subhash

  • Installing OWB client in windows

    Hello, My OWB is running in linux, the version is 11.1.0.7.0. Now every time, i use vncserver to open the owb mapping and it is painful proces. I wanted to install client on my local machine and i want to access the OWB. I downloaded the OWB client f

  • I added TextArea Add-On. HOW do I open it? I see NO icon on browser.

    Just got '''eMail''' from Firefox re. new features. included "TextArea" add-On. I selected and '''downloaded''' it. I have NO idea how to access it -ever. HOW do I FIND it on my browser? I see no icon for it. I can find NO place in drop-down menus fo