GATP Product allocation status report and backorder processing

Dear Experts,
We are using product allocation as the first and only step in GATP check.
The scenario is like this:
Sales order total quantity = 200
Planned allocation quantity=150
Thus
Confirmed sales order quantity=150
Questions:
1.Now how can see the confirmed/unconfirmed situation for all sales orders.
Is there any standard report.
I understand that this report need to show the planned allocation quantity,total sales order quantity and the confirmed sales order quantity may be bucket wise.Also this report can show the details of all sales orders in the bucket.
The GATP planning book only shows confirmed sales orders in the "sales order" keyfigure until you have introduced another order series key figure for sales order(not related to GATP) which has sales order/scheduling agreement category group assigned to it.
2.Can I do backorder processing of sales orders assuming that after the above report is run,I have changed the planned allocation quantity from 150 to 200 and I need that the sales order can be confirmed now by this program rather than by going into ECC and triggering the GATP check again.
Note that the stock availability situation may remain the same.
Request you to kindly suggest if this is possible in backorder processing.If yes,then what are the settings and the transactions to execute this.
Thanks,
Chandan

Thanks so much Michael for a prompt reply.
Couple of points.
1./sapapo/ac42-This report is helpful but this has 2 issues.
                                             It has to be run at individual CVC level.Thus it is not a comprehensive report.
                                             It does not provide sales order original quantity.It just provides the planned allocation quantity,confirmed sales order quantity and the remaining quantity.This is normally already available in interactive planning of GATP planning area.
What we need is a report which must say what is the original sales order quantity and how much has been confirmed and how much is the bucket planned allocation quantity.
2.Running ATP in product view or interactive backorder processing view may not help as they seem to be working with ATP group and not with check mode.Note that product allocation gets triggered when check mode comes into play.
Do you know if we can make it work with check mode.
3.The batch backorder processing is working when I am using the "update changes" option.I am still evaluating the results as I don't understand many settings here.It will be nice if you can elaborate on some of the settings used in this transaction please.
Thanks again.
Regards,
Chandan

Similar Messages

  • GATP Product Allocation data management

    HI All,
    We have implemented gATP product allocation funtionality at our client place.
    As of now we were maintaining the alocation quantity in the planning book manually.
    Just wanted to know whether there are some macro based solutions which can be used to come to automatic allocation quantity.
    or some quick upload solution through excel.
    Also tell me how do you manage allocation quantity in your projects
    whats the best practice.
    Regards
    Vaibhav Sareen

    Hi Vaibhav
    I am not aware of the best practice. But for our client, we request the commercial team to enter allocation quantities in a flat file and we upload it once a month. The consensus of the volume is decided by the supply and the commercial team incase of constraints and only by the commercial team incase of free supply.
    Moreover, we have also written a macro which copies the allocation quantities of the previous bucket to the subsequent bucket so that incase the allocation quantities havenu2019t been added during the upload, there are some allocation quantities which are present to check for allocation. Obviously it works for us, since the supply is more or less constant and the business does not see any capacity expansion in the near future.
    I am not sure how much of the above has helped you in deciding on your way forward. But I guess it all depends on your business requirement and scenario.
    Rgds, Sandeep

  • What are RLT and backorder processing?

    Hi Gurus,
    Can you tell me what are RLT and backorder processing and why we do backorder processing?
    Thanks,
    Paul

    hi,
    Replenishment lead time is the time that is needed to order or produce the requested material. The system determines replenishment lead time according to specific times defined by you in the material master record. Depending on the material type, replenishment lead time can be calculated according to various time periods. In the case of trading goods, for example, it is determined according to the planned delivery time, purchasing processing time, and the goods receipt processing time.
    Backorder Processing
    Backorder processing is a functionality in SAP where you can change the committments and over-ride the blockage of stocks
    marked against sales documents/deliveries. For e.g. you receive an order from a very important customer for material "A" but
    the entire quantity of A is committed to another customer "B" via earlier sales orders and this is where BACKORDER processing helps you to change the committment and shift stock due for B to A. This is the benefit of this funtionality.
    OMIH - Checking rule for updating backorders
    OPJL   - Define new checking rule
    OPJJ   - Define scope of check
    V_RA - Backorder Processing
    Data selection:-
    Sold-to-party             Customer code            Mandatory
    Sales Organization                                         Mandatory
    Distribution Channel                                       Mandatory
    Division                                                         Mandatory
    Changed confirmed quantity :-
    Tick the material you want to changed and click the Backorder button
    Confirmed quantity that still can be changed are highlighted.
    V.15 - Backorder List
    Sales Organization                                         Mandatory
    Distribution Channel                                       Mandatory
    Division                                                         Mandatory
    regards
    sadhu kishore

  • GATP: Product allocation with SD Scheduling Agreements ?

    Hello experts,
    we want to use Product allocation in APO-GATP (SCM5.0 SP13) to do shipping capacity leveling. The location is fulfilling following DocTypes :
    SD Sales Orders
    SD Scheduling Agreements
    MM Stocktransfers
    Does somebody know if SD Scheduling Agreements can be used with GATP product allocation ? I'm asking since this document type is NOT supported for Rules-Based-ATP (substitution etc.) for example.
    Thanks
    Thomas Schulze

    Hi Thomas,
    Just have a look into the SAP Help:
    Check Against Product Allocations
    You can use the check against product allocations in SAP APO for the following documents:
    ·         Sales orders
    ·         Sales scheduling agreements
    ·         Free-of-charge deliveries
    ·         Stock transport orders
    -> Yes, Scheduling Agreements can be checked against Prodcut allocations !
    best regards,
    Michael

  • Service order is on product deliver status ,then i want to display product delivery status date and time on result list ?

    Hi Team,
    service order is on product deliver status ,then i want to display product delivery status date and time on result list ?My requirement is i want to display product delivery status date and time based on delivery status we need to display the date and time .how to do it.? basically i have created the productu delivery status field in search and result through AET.
    Now the fields will be available in BTADMINH.
    how to set based on status delivery to get the date and time .
    Thanks
    Kalpana

    HI Ajay,
    I have added code in BT116h_srvo,attributes - LCSTATUS,method -  SET_LCSTATUS.but after change status f8 ..but the value is not filled in result list..so i need to write the logic in EH_ONSAVE or some other..could you please help here..what change i need to do..
    IF
    <nval> = 'E0004'.
    DATA : lv_date TYPE dats.
    DATA : lv_time TYPE tims.
    lv_date = sy-datum.
    lv_time = sy-uzeit.
    DATA : lr_parent TYPE REF TO cl_crm_bol_entity,
    lr_adminh TYPE REF TO cl_crm_bol_entity,
    lr_root TYPE REF TO cl_crm_bol_entity,
    lv_process_type TYPE crmt_process_type,
    lv_parent_name TYPE crmt_ext_obj_name,
    lr_current TYPE REF TO cl_crm_bol_entity.
    lr_current ?= current.
    lr_parent ?= lr_current->get_parent( ).
    CHECK lr_parent IS BOUND.
    CALL METHOD lr_parent->get_parent
    RECEIVING
    rv_result = lr_adminh.
    CHECK lr_adminh IS BOUND.
    TRY.
    CALL METHOD lr_adminh->set_property
    EXPORTING
    iv_attr_name = '/itcit/F0010'
    iv_value = lv_date. "value.
    CATCH cx_sy_conversion_error .
    ENDTRY.
    TRY.
    CALL METHOD lr_adminh->set_property
    EXPORTING
    iv_attr_name = '/itcit/F0011'
    iv_value = lv_time.
    CATCH cx_sy_conversion_error .
    ENDTRY.
    ENDIF.
    Thanks
    kalpana

  • Difference between incomplete order and backorder processing

    What is the difference between incomplete order and backorder processing.

    Hi,
       Incomplete order is an order in which all the fileds(To which the Incompletion procedure is assigned) are not filled before saving the sales order.Using backorder processing, you can list sales documents relevant for requirements for particular materials and confirm them manually. You can assign available-to-promise (ATP) stock to outstanding order quantities. In addition, you can withdraw already confirmed quantities and reassign them to different items. This means If the stock of a material has been confirmed to a particular order or delivery, and after that you have recieved an order which ahs to be delivered immediately , then you can change the stock allottment of the previous order to this new order using back order processing. The transaction code for this is "V_RA". Transaction code to see which incompletion procedure is assigned to your sales order type is "VUA2" And to see the Incompletion procedure itself is "OVA2". Kindly please let me know If you need any more information on this.
    Regards,
    Ram Pedarla

  • GATP Product allocation

    Hi Gurus,
                 Can any one help me  setting up product allocation configuration in ECC side ?
    Please let me what are steps involved in ECC setting for product allocation and rules based check?
    It will be really great help.
    Thanks and Regards,
    Raj

    Raj,
    Very little needs to be done on the ECC side.  By far, most of the work is on the SCM (APO) side.  What you will configure depends on your business requirements.  I will assume that your company already has an SCM license and there is an SCM instance available for you to use.  Here are some SAP Docs to get you started with your GATP check:
    You will need the Core interface.
    http://help.sap.com/bp_scmv250/BBLibrary/Documentation/B05_BB_ConfigGuide_EN_DE.doc
    Basic GATP (Global Available to Promise)
    http://help.sap.com/bp_scmv250/BBLibrary/Documentation/ATP_BB_ConfigGuide_EN_DE.doc
    Product Allocation
    http://help.sap.com/bp_scmv250/BBLibrary/Documentation/S57_BB_ConfigGuide_EN_DE.doc
    Regards,
    DB49.

  • Error Logging in B2B Business Message Status Reports and Error Reports.

    Hi,
    Could someone please let us know as to how the error messages are being shown up in the b2b frontend in the Business Message Details Report and Error Reports.
    In some of the cases the error message logging is not happening properly and even against the valid transaction block the entire iAudit Report or the B2B Analyzer report is getting posted .
    In some cases the error message is logged as AIP-51505: General Validation Error (for the transaction block which is valid and having no errors)
    Is there any way from the b2b backend these error messages and business messages could be traced or is there any other way wherein the proper and relevant error messages could be tracked from B2B.
    Thanks
    Sachin.

    Hello,
    Business message status reports identify business message instance details.These details include the sending and receiving trading partners, exchange protocol,document protocol, business action and its state, message date, and message details.
    Error status reports identify error message details. These details include the error code, error text, business message identification, message date, and message details.
    Please fix up a telecon to 918041086150 for further discussion on the same.
    Rgds,Ramesh

  • SD_VARIANT_MAINTAIN and backorder processing V_RA

    Hi,
    I've set the parameter SD_VARIANT_MAINTAIN = A and it works for VA05 and other SD transactions BUT it doesn't work for V_RA - backorder processing.
    I' can't save, choose or maintain variant.
    I've searched OSS notes and couldn't find anything usefull, please help.
    Thanks

    Hi,
      Go to tcode V_RA and give ur entries ans in the menu bar select "Go to" and select "vairent" and "save as varient" and executes this varient in foreground and in background.
    Reward if useful
    Regards,
    kishore.

  • Production order status report

    I want a report regarding the Work center reporting mentioned below.
    4 operations in the Routing for the material
    Operation 10     1111(Work center)
    Operation 20     2222(Work center)
    Operation 30     3333(Work center)
    Operation 40     4444(Work center)
    4 Orders raised for the material
    40001     Created
    40002   Released
    40003   Partially confirmed
    40004     Partially confirmed
    When I run a report for the 4th operation (4444) through COOIS, report is showing 4 orders. But 40001 and 40002 are not completed 30 operations. User wants to see the report which are awaiting for 4th operation which are completed 3rd operation.
    I can only restrict with 2 system statuses only, how can I handle the situation?
    Thanks in advance
    Sudha.

    I want to avoid CRTD, TECO,CNF statuses
    exclude CRTD and CNF in Headaer status in COOIS
    and exclude TECO in Operation status
    and check the result

  • Product Drill Down Reporting and Using KKC7/KKC8 & KKRV

    Hello Guys,
    Need some expert advise on my issue.
    1. I have created a product group using T-code KKC7 and assigned materials to my product group.
    2. I have done some material movement posting using 261 on these materials.
    3. Next I run KKRV to collect data
    4. Next I run Report S_ALR_87013139
    I expect to see drill down  report by product group but I dont see anything?
    Is there something else which needs to be set?
    In spro I have checked reporting control parameters and its all good.
    Please share your thoughts.
    Regards,
    Sanjeev

    Dear Sanjeev,
    Did you get an error or information message when you execute S_ALR_87013139?
    Best regards,
    Jason

  • RWB status 'delivering' and SQL process hangs

    I am sending an IDOC to SQL Server thro XI using JDBC adapter. I am triggering a stored procedure to update SQL tables. The RWB status says 'delivering', sxmb_moni says 'successful' and all the steps are success in audit log. The status 'delivering' is not changing to sucessful.
    When i look at SQL-server side, the process is in sleeping mode. I have verified the stored procedure and it was executed sucessfully. After the COMMIT TRAN, RETURN(0) statments, the process is going to 'sleeping' mode. The @@trancount is 2. If I double click the process, the sql statement is 'IF @@TRANCOUNT > 0 COMMIT TRAN'. This process hangs at this step and it is not accepting the next message. If I kill the process, the stored procedure is executed once and its going to sleep mode and not returning the status to XI to make the flow complete or to change the status to successful.
    Thanks.

    HI Shankar ,
    Its seems that there might be some problem in your srored procedure.Did u tried to use some other stored procedure.I assume that you have uploaded the right version of driver for SQL server you are using.Remember JDBC adapter is vendor and version dependent.
    You can also look at the JDBC : FAQ at service market place.
    Thanx  & Regards
    Vinod

  • Payment Process Request Status Report - unmask bank account number

    Dears,
    My requirement is to unmask bank account number in Payment Process Request Status Report (short code: IBY_FD_PPR_STATUS_PRT). It is possible to achieve?
    Thanks for any help and suggestions.
    Rgds,
    Marcin

    Sunil wrote:
    Guys,
    Can you please tell me what is the Data Definition name associated with Payment Process Request Status Report.
    Looking forward to your replies.
    Thanks.
    -SunilLogin to (XML Publisher Administrator) responsibility and click on Templates, query "Payment Process Request Status Report" and click on Go and this should show the "Data Definition". You can also click on "Payment Process Request Status Report" link and get all the details (Template Files, File name, Localized/Translatable Template ..etc).
    Thanks,
    Hussein

  • Customize Data Definition for Payment Process Request Status Report

    R12.1.1 Payables
    I have to add some extra fields to "Payment Process Request Status Report" when processing payments.
    What package do I have to customize?
    Is this IBY_FD_EXTRACT_GEN_PVT? If so, where do I have to modify?
    I have to add project and task information stored in ap_invoice_distributions_all table.
    Thanks,
    Joon

    Sunil wrote:
    Guys,
    Can you please tell me what is the Data Definition name associated with Payment Process Request Status Report.
    Looking forward to your replies.
    Thanks.
    -SunilLogin to (XML Publisher Administrator) responsibility and click on Templates, query "Payment Process Request Status Report" and click on Go and this should show the "Data Definition". You can also click on "Payment Process Request Status Report" link and get all the details (Template Files, File name, Localized/Translatable Template ..etc).
    Thanks,
    Hussein

  • Product Allocations in GATP

    I am facing a situation in GATP product allocations . We are using product allocations for ATP check . All the config settings are correct  . I created a new material in R/3 , transferred to APO . In APO i created characteristics combinations for the material. Now the situation is when i am doing a simulation for ATP check  for the product i am getting an error with explanation belwo
    The system  could not determine the  following data
    The  characteristic combination of the item  ...... / that is used to choose product allocation quantities in the characteristics combinations directory  of product alloaction group & suitable entries  for collective product allocations of the characteristics combination of the sale sorder.
    It also gave me the procedure  to expand the characteristics combination directory using the planning hierarchy to include the missing caharcteristics combination from teh sales order
    I tried doing as explained , but still getting the same error .
    Has any bidy faced similar situation ?
    Your help is highly appreciated
    Regards
    Surendra

    I think you are missing the execution of transaction /SAPAPO/PAREA_K, which transfers the characteristics combinations to product allocation.
    hope this helps
    -Italo

Maybe you are looking for

  • Photosmart Printer solution centre not working post windows 8 to windows 8.1 upgrade

    I have a Photosmart Wireless e-All-in-One Printer - B110a after upgrading to windows 8.1 from windows 8 the solution centre stop working i have uninstalled the software and down loaded new software from the hp website the download extracts but when i

  • Installing OSX on new Raid setup

    HI Everyone, i have four internal 250 Gb hard drives, i switched the startup dick to an external so I could set up the raid. I set up a stripped raid consisting of two mirrored raids per the Apple database. it seems to work in as much as my four disk

  • JComboBox Usage Question

    Hi guys, I have a JClient form which have two JComboBox (State and City). When the State combo box changes it's value, the City combo box's allowable values would change. Both combo boxes are based on database tables. How can I synchronize these two

  • Apple tv 2 and 1 not playing sound through optical out.

    Hello all, just bought a new atv2. Thought I'd stress the difficulty i had in getting it to stream from the main Mac in the house. What a pain. Silly home sharing, why it couldn't be as simple as atv1! Anyway it's working now. My issue is this; I wan

  • I cant open my email and also can't open my calendar

    I need help my son was on my computer and now I can not open my mail or calendar. The icons are gone i need help thank you