ATP check for partial delivery

Hi Experts,
first some dates:
ERP ECC6.0
B2B 7.0
Items on Stock 50
Order Simulation of item X:
- requested delivery date (current date)
- quantity 100
The availability shown is
0      01.06.2011    
100 16.06.2011
Why it does not show
50  01.06.2011
50  16.06.2011
Thanks for any help,
Mirko

In ERP it shows
50 01.06.2011
50 16.06.2011
We have solved it by using BAPI_AVAILABILITY_CHECK instead.
But the question remains still. Why it does not sow the correct availability?

Similar Messages

  • ATP check for delivery in ECC & Sales order ATP check in APO

    Hi All,
    Can we do an ATP check for delivery in ECC , but for the same set of Materials- Plant combination , the ATP check when a SO is created should happen in APO .
    We do not want to remove the Business event 'B'  which is meant for delivery in  APO . For some materials we need APO ATP check to happen for delivery   & for some it should be in ECC  & for SO  the ATP check should happen in APO .
    Even if we do not have check instructions pertaining to Business event 'B' & a particular check mode (for the materials where the ATP check for delivery should happen in ECC & SO check to happen in APO)  , when we are doing an ATP check for delivery , it is still pointing to APO ATP check rather than ECC check .
    Any pointers for this is highly appreciated.
    Regards
    Surendra

    Hi Surendra,
    For SO, business event is A and for delivery it's B. When integrated with ECC, the check rule in ECC points as biz event in APO.
    You can control ATP check by customized settings for check rule in ECC.
    Also, by setting requirement class and requirement type in ECC, you control check mode in APO. So, even if you dont define for check mode in APO, the system might refer from ECC for the ATP check settings. Look into your ECC customization for how requirement class is derived and settings for requirement type. (based on MRP type, strategy grp and Item cat).
    I'm not sure how you can control ATP to happen for some sales orders/deleveries in ECC and for some in APO, since check mode is mentioned in material master.
    However, there are ATP BADIs (business add-ins) available in both ECC and APO, whch can serve your purpose.
    Regards,
    Bipin

  • User exit in ATP Check for sales Order to trigger notification

    Hi All
    please let me  know is there any user exit after ATP check or in ATP check for sales order to trigger a notication mail.
    Regards
    Kishore

    Hi,
    User Exits For Availability Check are given below:-
    The user exits named here are planned for projects that are to be carried out in agreement with SAP development as they may only be used in consultation with SAP.
    USEREXIT_PLANT_SELECTION in program RV03VFZZ is an exception to this rule (see below).
    User exits in program FV45VFZZ
    USEREXIT_ADD_FIELD_TO_HEADER
    USEREXIT_ADD_FIELD_TO_LINE
    User exits in program FV45VFZY
    USEREXIT_DELIVERY_GROUPS
    USEREXIT_MVERF_INIT
    USEREXIT_QUOTA_KEY_VALUE
    User exits in program RV03VFZZ
    USEREXIT_AVAILABILITY_IN
    USEREXIT_AVAILABILITY_OUT
    USEREXIT_DARA_REFRESH
    USEREXIT_PLANT_SELECTION
    This user exit is used to adjust the flow during plant transfer. A list of permitted plants, where this material is created, is determined and checked in the standard R/3 delivery. A dialog box appears where you can select the plants. The user exits allow you to modify the plant table so that plant selection takes place in advance for every flagged selection and a dialog box becomes unnecessary.
    regards
    Vivek.

  • ATP check for STOs

    Hi,
    Can ATP be set for intercompany STOs?
    If so , can anyone list it please.
    Regards
    Krishna

    Hi
    Yes we can setup ATP check for STO...
    actually ATP will be depends on the combination of the checking group and checking rule
    checking group :  is defined at material master sales/plant view in availability check field..
    Checking rule : In standard this will be assigned to application internally ex : sales order - A (sales order)
                           delivery - B (delivery)..
    In STO we need to define the checking rule for purchase order type and shipping plant combination...
    menu path :
    IMG -- MM -- Purchasing -- PO -- set up stock transport order -- assign delivery type and checking rule....
    hope it solves your probs
    Muthu

  • ATP Check for deliveries

    Hi Experts
    Can we perform check against deliveries in APO GATP?
    What are the prerequesites to perform ATP check against deliveries.
    In scope of check  we want to select production orders which are in released status.
    Please give your inputs.
    Regards

    Preetam,
    After creating the supporting configuration, APO ATP checking is thereafter 'turned on' by creating and activating an ATP integration model in the ERP.  Generally, it is done by material/plant combination.  Therefore, if you turn on ATP checking for Sales orders, you also turn it on for all other types of docs (including deliveries) for that particular material/plant combination.
    I hope you have thought out this whole process.  The main reason for using ATP checking in APO is that APO has a richer suite of ATP solutions.  If your business requirements are satisfied by the ATP checking in ERP, then it makes no sense to spend the money to implement ATP in APO. Your original issue had to do with making released production orders relevant for ATP for deliveries.  If this is the only new requirement, then this can easily be managed in ERP.  OVZ9>select your Availability check, with checking rule B (deliveries).  Under "incl production orders" select 'F'.  From a business perspective, this means that some of your deliveries will be created without stock on hand, and therefore will not be immediately shippable.  You need to make sure that this process change is integrated throughout your warehouses.
    And, to your final question.  If your delivery item category(s) are already relevant for ATP checking in ERP, they will also be relevant for ATP checking in APO.  Since deliveries do not use RBA, you do not have to worry about adding new ERP delivery item categories for the conversion to APO ATP checking.  Most commonly in APO, one uses only the 'product check' (similar to the standard ERP ATP check) for deliveries.
    Rgds,
    DB49

  • Report for partial delivery for PO by vendor

    Hi ALL...,
                    kindly tell me how to get the report for partial delivery of goods for PO by vendor.
    Regards
    sam

    Hi,
    Use following reports with selection parameter as WE101 or WE103 (GR Exists) and then in output screen filter the column of GR Value and GR Quantity as per requirement.
    - ME2N - PO List by Documents
    - ME2M - PO List by Materials
    - ME2L - PO List by Vendors
    Also refer report ME80FN, here in output screen select option as "PO History"

  • ATP Check for Bill of materials in Variant configuration

    Hello Guru's,
    Will variant configuration supports the following functionality please?
    ATP check for Bill of  materials in variant configuration is possible, is there any way to put labor cost while working on assembling variants. Material substitution is possible while configure a variant product.
    Will any one share your experience that will be of great help.

    solved by adding an additional condition in pricing procedure

  • ATP check for multiple materials on multiple sales document

    Hi,
    System 4.70
    Is it possible to carry out an ATP check for multiple materials on multiple sales documents.
    I have written a bespoke program and the program requires an ATP check to be performed for each material and sales document, I am currently using BAPI_MATERIAL_AVAILABILITY which is bringing back the necessary information but it's a bit slow.
    Does any one have any ideas please.
    Regards
    J-J

    The ATP Check using the BAPI is done per material and plant. If you're looping through sales documents and then materials you're probably doing the ATP check for the same material over and over again.
    Just get the list of materials you need and the corresponding plants and call the BAPI for each of them.
    Also do a run-time analysis (tcode SE30) to check exactly what slows down your program.
    regards.

  • ATP check for component materials

    Hello experts,
    The ATP check was initially designed for a kitting process. BOM Material would be kitted in the distribution center(DC) and sent to a garage. Sales orders are created with BOM materials for a garage and there is a multi- level GATP process in place. Since BOM materials do not  exist at a garage the check would be performed at a DC for components after BOM explosion. The existing configurations in R3 and APO are for a make to order process(Strategy  group of 50 for BOM's  and 40 for component).
    We are now introducing new materials for an existing material and have the need for product substitution on the sales order, if the existing material is out of stock at the DC. To enable this functionality we are having to perform an ATP check for the sales orders at the distribution center, though the sales order is   created for a garage. To improve on the response times during the ATP check our design approach, is to convert the BOM materials in the sales order to component  materials with material determination(one BOM material is tied to one component material) and performing the ATP check with components at the DC.
    While testing we are facing the following issues:
    1)Sales order placed on a garage is substituted with the DC after product substitution.  This does not occur when product substitution is carried out with BOM's.
    2)During the order create, the ATP checks for check mode u201845u2019 and business event u2018AEu2019 for a given material in a DC shows zero stock. While for the same material,location and business event AE the product availability check in APO reflects stocks available.
    Is it feasible to do ATP checks for component material in a sales order which was initially designed to work with BOM materials? Am I missing some configuration settings in either APO or R3?
    Regards,
    Anil DeSouza

    Hi Anil,
         Yes it can be done.
    1) For finished product & garage combination -
    activate RBATP in the check instructions.
    2) in the location substitution maintain 'location determination sctivity'. Here you maintain different check mode & business event -- ( this is nothing but check instruction --- in thsi you maintain 'MATP').
    Hope this anws your first qus.
    To addressing your 2nd question....follow below steps.
    1) Do ATP from sales order, get onto results screen, click on product availability & check for 'scope of check' (check control) and look for the stock types that are included. Based on this your receipts are consdiered for ATP confirmation.
    Best Regards,
    Deepthi

  • ATP Check for Components for Variant Configuration

    Hi Gurus,
    Does it exist a way to perform the ATP Check for components (in variant configuration) like in a test?
    I mean, I know that when I create a SO (with the correct settings) the system will perform the ATP Check for components (Missing parts list). But is it possible to do this without trying to create the SO? Maybe a tcode as CU50 or PMEVC where I could enter the variant configuration values, then it explodes the BOM and do the ATP Check (as a simulation).
    Thanks in advance.
    Best regards.

    Hi Christopher,
    If you enable the "Component Availability" within your configuration profile (under Confign initial screen, Confign Parameters), then you will see an additional option within CU50 while configuring.  By pressing this button, you can see an availability check as of the date specified on the CU50 initial screen.  You can also modify the quantity on the CU50 initial screen for a more realistic simulation of a sales order (where a customer may order more than one of a product).  See screenshots below:
    In CU42:
    In Value Assignment of CU50:
    Hope this helps!

  • ATP check for batch managed products

    Hello All,
    I have a requirement for ATP check for batch managed products and would be glad if someone can help me on that.  One of the characteristics on my product is expiry date. Business wants to restricts confirming products which has an expiry date of less than 90 days for orders outside the country. How can we achieve that?

    Hello
    You can try with activating Shelf Life Expiration Date (SLED).
    For config, check SPRO - Logistice General - Batch master - SLED
    Then finally setup Customer Exit to calculate/check the SLED.
    Exit EXIT_SAPLMHD1_001 for enhancement SAPLMHD1.
    Further, you can refer following SDN thread for reference/understanding:
      - SLED by customer/ material
    Regards
    JP

  • Collective ATP check for production orders

    Hi Gurus,
    I tried the MDVP tcode, but I can only do the collective ATP check for planned orders. we wanted to do the collective check with production orders, can you tell me how I can do this?
    Thanks.

    I've posted this question but didn't get any response. Can some one please give me an idea how to do the collective ATP check for production orders.
    Thanks
    Vijaya

  • ATP check for CRM Orders using ECC is creating a replication problem

    Hi Guys,
    I have created an order in CRM and it replicated to ECC,however the issue is I'm unable to change the order any more in CRM, message "Document is being distributed". I'm getting this issue after activating ATP check for CRM -ATP check is working perfectly.
    Before this ATP check, the Order replication was working perfectly and i can do the changes to order in both systems.
    In advance many thanks for your your help.
    Thanks and Regards
    SRIM

    hI,
    Thanks for your response,
    There are no messages in the middleware (smq2 - q1), but this error only started occurring after I activated the ATP check.
    I have also checked the incompletion log at ECC - document is completed.
    Before this ATP check activation the order replication was working correct/y and i can do changes at both ECC and CRM. But now even if i change the order in ECC those changes are not getting replicated infact  queue is not getting generated.
    BDOC is showing sent to receivers (not all confirmed)  BUS_TRANS_MSG.
    Thanks and Regards
    srikanth

  • Delivery qty not correct for partial delivery

    Hi, I met some issues need your help!
    1) Create a sales order base on the sales bom.
    2) Current stock and supply is not available for the required delivery date.
    3) According to the current stock or supply qty.only confirm partial qty for the components.
        eg.
        the structure of this sales bom as below:
        Material: A 1PC --> B  1PC
        Material: A 1PC --> C  1PC
        After ATP check ,the result as below.  
        item 10   mateiral A (Header)          100PC   ( not relevent for inventory)
        item 20   mateiral B(component)     100PC   confirmed  30PC
        item 30   material C(component)     100PC.  confirmed  10PC
    4) Create delivery(partial delivery) with the selection date.
    5) We can find the component quantity is correct but the header quantity is incorrect.

    Hi
    Configure the field 'Create Delivery Group' in the item category of BOM (VOV7) in the Bill of Material/Configuration area. Please go thro the F1 help details of that field..
    Form delivery group and correlate BOM components
    Here you can determine whether sub-items that belong to a main item, and which resulted from a BOM explosion, are to be combined in a delivery group.
    Use
    You use a delivery group to determine a common delivery date for all the items that it contains. If you double the quantity ordered for the main item, then the order quantity for the sub-item will also be doubled.
    Indicator X means that a delivery date is created for the delivery group. The system uses the last date (chronologically) of an item in this group to create the schedule line date.
    Indicator A means that the system generates correlated schedule lines. If no complete delivery is required, as soon as all the items in a bill of material are available, the system creates a correlated schedule line. On the first date, when all items in a bill of material are available, a confirmed quantity is issued.
    Thanks,
    Ravi

  • APO ATP - ATP Check for batch stock

    Hi experts
    We have an interesting scenario on which i dont have much exposure. The client promises stock from specific batches. eg. a particular sales order can only be confirmed from a specific batch. The details of the batch is provided on the sales order. Is there a way that GATP addresses this requirement. If yes then can someone please share the config details to set up such a scenario.
    Thank You
    Rajiv Sarin

    Hi Rajiv,
    Let me know if you could discover this. This could be oft required function in GATP. But i presume the batch determination (automatic-FIFO, LIFO etc) would precede the availability check and hence subsequent processes of delivery and PGI would have to "honour" it physically as well once confiemed on order.. If e.g. RF trasactions are used and batch numbers at HU or item level are scanned, then it would be impossible for picking to happen as this lends itself as sure case of physical inventory violation.
    I imagine a whole lot of developments of GATP esp. considering customers expectations wrt. "variants (not a in VC-CA)", "make (e.g any 3 models of phones available for same price with a connection)", "regular/gift pack", "age(2002 make motorbike)" etc. even if to begin with they dont make different saleable, plannable, traceable or accoutable products..they only make some extra options (maintained nowhere in the system) available for some historical reasons. Its also likely that for the same order partial quantities are confirmed at different locations (using MLATP).. e.g. regional DC, factory, retail outlet or some other private retailer (sales order converting itself partially to a purchase order) with or without consolidation.
    Also likely are options wrt customer delievry locations (ship to parties) that again lends a strong business case to make full use of advanced availablity checks, consolidation(at original location of check), automatic STO's being trigerred to a given location, MISL (the best possible consolidation location),.. and bring in the concept of ATP optimizer (cost based) or MAD based (due date based) and an ATP strategy. (much more complex then rule strategy) in a sense that there is a lot of value to be "unlocked" with some creative order promising that would lend itself to complete line and order fill rate even when there appears to be little scope of fulfilling it. Here comes the role of customer service/self service to let customers convince themselves with better options., that makes the order serviceable and profitable at the same time.
    e.g. In a pure MTO kind of scenario GATP could assume even greater significance with its unique abilities to trigger planned orders and purchase requistions, component and capacity checks. incl. checks at SMI slocations, subcon, component vendors, mfg. plants,  and plug itself to entire production schedule just from an ATP check of an end product. This could probably be called Automatic ATP. I am sure SAP has thought on these lines and holds a lot on these lines for future releases.
    Regards,
    Loknath

Maybe you are looking for

  • Street View (google maps) not working on Firefox with SNA

    I have a problem with Firefox when trying to use Street View in Google Maps. It basically kills the browser by being extremely slow. Now, this happens only when using SNA acceleration (default), but not with UXA or GLAMOR (just removed on latest upda

  • Unable to save Photoshop files in original folder: file disappears

    Hi, At random moments when I'm saving layered Photoshop CS5 files, a message pops up with the following text: Could not save "\...\FileName..." because the file is locked or you do not have the necessary access privileges. Use the 'Properties' comman

  • How to block a number

    How can i block a number from calling, texting, emailing and facetiming me including whatsapp?

  • I get unwanted duplicate lines when editing the data content of my JTable

    I have created an editable JTable (filled with data from an SQL) with a modified instance of AbstractDataModel. I have a phenomenon that I cannot explain nor fix: each time I edit a data field in the JTable and press ENTER or leave the field, the edi

  • Full database Export

    Hi We are having a database 10g running on solaris OS. We are getting a new server and I need to move the data. This is what I am planning to do. Take full database export from original server. (This includes tablespaces, all schemas and data) Import