How to delete a scheduling agreement

Hi,
I have canceled all the position in the scheduling agreement and I would like to delete it.
Is there any posibility to do it?
Thanks

All the items must be deleted. Once the items are deleted, the scheduling agreement is considered as deleted. You cannot delete at the header level.
Lakshman

Similar Messages

  • How to close the Scheduling Agreement

    how to close the scheduling agreement
    means i don't want to procure the material any more against the Scheduling agreement.

    Abhishek
    Please follow the below procedure.
    You block items in Schedule  agreements to prevent release orders or delivery schedules (in the latter case, including SA releases) being created against the agreement. For example, you may want to block an item if a vendor has delivered goods of poor quality.
    Procedure
    1.     Choose Schedule agreement Change.
    2.     Specify the number of the outline agreement. Then press ENTER .
    3.     Select the item(s) you wish to block. Then choose Edit Block.
    The system inserts an S in the column D, indicating that the item is blocked.
    To unblock the item, select it and then choose Edit Reset deletion indicator.
    4.     Save the agreement.
    or
    You can delete the item in schedule agreement
    Thanks & Regards,
    Sridhar

  • How to change the scheduling agreement type

    Dear experts
                    By mistake i created wrong sched agreement type in va31, is there any possibilityto change the  sched agreement  type?
    Regards
    Rajakarthik

    Dear   RajaKarthik.
    As per  my  concern  why  dont  you  delet  the  scheduling agreement   and  creat  new one.
    i think   it  will  help you.
    jeevan.

  • Urgent: Some how I deleted the rebate agreements. What is the impact on FI?

    Hi
    Some how i deleted the rebate agreements. Some are in active, hence system generated reversal postings. Pls let me know what is the impact on FI? What steps need to be done. Appreciate your immediate help.
    Thanks,
    Gupta.

    need to issue manual JVs. Contact your fi dept.
    If it helps, pls reward.

  • Schedule Lines deletion from Scheduling agreement

    Hello all
    There is a requirement of mass changes deletion of existing Schedlue lines from Schedling agreement ( from around 800 Scheduling agreement). 
    SAP  version is 4.7(Which doesnt have MEMASSSA-std t-code for mass maintenance of scheduling agreement).
    Please advise, how these can be deleted in bulk.
    Thanks & Regards
    Rajesh

    Hi
    Go to table :SE16 :
    Enter :EKET
    download to the excel file do the correction  then upload the file to to the table.
    Please check with your SAP ABAP team and with  your Client
    (or)
    do it manuallly .go to me38 enter the sch.agreement no and delete the qty and save . it is time consuming
    it willl  take a day or Two.
    This is the best solution
    Regards
    Ganesh

  • Delete/Stop Scheduling Agreement Release (Purchasing)

    Hi,
    I have a question concerning releases of a purchasing scheduling agreement in SAP APO. Basically very simple - how can I delete them or at least stop them? I did not find any transaction or report to do so (only for SD scheduling agreement releases). I know that there is a functionality of "dynamic stopping" of release done by the system but how can I do it manually? If there is no such function (which I could not really believe) what would be the business scenario to stop such a release (releases are created by APO, but I manually want to delete them). There has to be such functionality...
    Many thanks in advance
    Christian

    Hi Christian,
    Pl check this document..
    if it helps that would be great for me..
    http://help.sap.com/saphelp_SCM700_ehp01/helpdata/en/22/ec9d3b0ec10670e10000000a114084/frameset.htm
    Thanks,
    Bala.

  • Deletion of Scheduling Agreement and Delivery Schedule using BAPI

    Hi SAP MM Gurus,
    Please assist in inquiry below:
    My scenario is that I am trying to delete delivery schedules and scheduling lines using BAPIs. I have no issues when there is no GR made yet for the delivery schedules. The error arises when there are already existing Goods Receipts and Invoices for the schedule line that I wish to delete
    When using the BAPIs (either BAPI_SAG_CHANGE or BAPI_SCHEDULE_MAINTAIN), I set the deletion indicator to "L" and set to X all change relevant fields (i.e. DELETION_INDX). However, whenever I execute it, I get the error message 06088. The funny thing is both the Quantities and the delivered quantities that are normally populated are left blank.
    For example:
    Normal error for 06088:
    Quantity 100.0 smaller than quantity delivered 179.0
    Error using BAPI with deletion indicator:
    Quantity  smaller than quantity delivered
    Is this a bug of the BAPI? or am I just missing some settings?
    Your immediate response is appreciated
    Regards,
    DeLo

    Hi,
    Please find the below link check the setting are correct or not
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02cb00a-bfb4-2c10-98aa-e33e7f64ba28?quicklink=index&overridelayout=true
    Reagrds,
    Pramod

  • How to update Purchase Schedule agreement

    Hi Experts,
           Please tell me the ,is there any Function Module/BAPI which updates Purchase Schedule Agreement(Transaction Code ME38) in SAP???
    Thanks..
    Debi.

    Hi,
    Please check this BAPI BAPI_AGREEMENT_MAINTAIN.
    Regards,
    Ferry Lianto

  • How to find Open Schedule Agreements?

    Hello all,
    Can anyone tell me What is Open Schedule Agreements? and from which database table we can get the open scheduled agreements?
    Thanks n Regards
    Maruthi Rao. A

    (VBEP-ABART)
    or
    check tcode ME33
    TABLES EKKO HEADER TABLE
    EKPO ITEM TABLE

  • How to delete confirmed schedule lines, without executing the ATP check?

    Sales and Distribution: Concerning ATP (product allocation)
    Situation:
    Step 1: An order is created with priority low. Quantities are confirmed for line items.
    Step 2: A second order is created with a higher priority. No confirmed quantities.
    Rescheduling program (SDV03V02) is then executed. This selects and sorts the orders in the correct order.
    The confirmed quantities for the first (low priority) order should now be freed up, to be able to allocate those quantities to the second (high priority) order.
    The problem I am facing is that the confirmed quantities are NOT released.
    We cannot use BAPI_SALESORDER_CHANGE or SD_SALESDOCUMENT_CHANGE to delete or modify the schedule lines, because these function modules execute the ATP check again. And when that happens, quantities are again confirmed and assigned.
    How can we get rid of the confirmed schedule lines, without executing the ATP check?
    Thanks,
    Edwin.

    Found a solution to the problem:
    In the Rescheduling program we export a parameter to the memory, to make it possible to delete schedule lines without executing the ATP check.
    Deleting of the schedule lines is done with a BAPI, which will call the ATP check automatically for ATP relevant materials. This we want to stop from happening (only when calling the BAPI).
    After the BAPI has been called we FREE the MEMORY ID.
    The parameter is imported again in Customer-Exit EXIT_SAPLATPC_001.
    Transaction.. SMOD
    Enhancement.. ATP00001
    Component.... EXIT_SAPLATPC_001,
    Include...... ZXATPU01.
    The customer exit is used in function AVAILABILITY_CHECK_CONTROLLER, just before calling function 'AVAILABILITY_CHECK'.
    Simply refreshing the ATP tables in the customer-exit, will prevent the ATP check from being executed (because we removed the list containing the materials for which the ATP check needs to be done). As a result, the function 'AVAILABILITY_CHECK' will not be processed.

  • How to delete a schedule line from a PO

    Hi experts,
    Could you please help me out. Supplier confirmed twice through web which results in over commitment, now one of the schedule line need to be deleted for an item. How to do this..Please help.
    Regards
    Vinoth

    Hi Vinoth,
    Go to SPRO>Supply Network Collaboration>Basic Settings>Validation>SAP Standard Settings-->Display Settings for Standard Validation Profiles
    Click on Position button and enter Validation Profile=POC3,Validation check=PO_ITMOVERDELIVERY.
    Now check the following
    status =active ,
    Message type=E,
    save mode=DO not Save message ,
    Continuation=Continue Check.
    If it is not there goto SPRO>Supply Network Collaboration>Basic Settings>Validation>Own Settings-->Maintain Settings in Validation Profiles
    Validation Profile=POC3,
    Validation check=PO_ITMOVERDELIVERY.
    status =active ,
    Message type=E,
    save mode=DO not Save message ,
    Continuation=Continue Check.
    and save the setting.
    Thanks,
    Nikhil

  • How to delete the scheduled backup jobs

    Hi,
    I had scheduled differential (SOL 2000) backup every day as below.
    Enterprise manager --> select the <SID> --> Right Click --> Select all tasks --> Backup --> in this screen we have option to schedule the backup daily, monthly, weekly.
    Since the path which i set does not exists, its canceling every day.In ST04, log showing as canceled.
    Now, i don't want this differential backup daily. I want to cancel this.How can i cancel this scheduled job?
    Regards,
    Gayathry.

    Hi Gayathry,
    In that Enterprise manager, you can find Management --> SQL Server Agent --> Jobs
    Here you can observer your scheduled job if you want to delete this, you can delete.
    Nagendra.

  • How to delete firmed schedule line collectively.

    Dear All,
    Greetings...
    Please give your valuable input to carry out the collective deletion of firmed schedule lines.
    Thanks in advanc,
    VIjay

    please check this link..
    [https://forums.sdn.sap.com/click.jspa?searchID=25906013&messageID=4862339]
    karthick

  • How to delete  old schedule time of process chain after changing

    I am try to change the schedule time of process chain on production but after changed the old schedule is still working (i.e. every day on 7 am I want change it to 6 am only) ,one process scheduled two time.
    I want only last changed. How to remove the older one?
    Thanks

    hmm wierd...one more thing check if this process chain get trigger by anyother process chain by some abap program or any.
    Check the table rspcchain to know if it has any meta chain or not. IF not follow the below steps :
    make your process chain trigger based upon the event. Follow the below step.
    1.SM64 ---> Create event -
    > come to your process chain -> maintain the start variant -> event base---> give that event name here.Now we will be require to create the job which will trigger this event for  this.
    2.Let us take the below PC as example;
    ZL_TD_HCM_004 -- This PC is running after event u2018START_ZL_TD_HCM_004u2019
    3.Go to T Code: SM36 Here we define the Background job which will be available in SM37 after saving it.
    4.It will ask for ABAP Program to be entered. Give it as Z_START_BI_EVENT and Select Variant from the list. (Based on Process chain, you can select it)
    5.Then select Start Conditions and give the start time of process chain. and select periodicity.
    6.Save the newly created job in SM36.It will be now available in SM37.
    This should solve your problem now .. have  fingure crossed
    Thanks,
    Deepak
    Edited by: Deepak Machal on Dec 14, 2011 8:20 AM

  • How ro delete/cancel procurement Scheduling Agreement Release in APO system

    Hi,
    Can you please tell me the ways to delete procurement schedule agreement release in APO system.
    I have gone through the thread "How to delete the old schedule line release? and found two transactions but it seems both the transactions like /sapapo/cmds_del  & sappao/cmds_sc02 are used for sales scheduling agreement release deletion.
    The system is not allowing me to delete the same in APO system as these are APO scheduling agreements.
    Please help me on the same.Thanks in advance.Revert back if any further clarification is required.
    regards,
    kaushik

    Hi,
    Thanks for your reply again.
    The /SAPAPO/DELETE_PP_ORDER program does not select the release schedule lines though it selects the Scheduling Agreement Schedule Line (Not released) for deletion.
    The transaction /SAPAPO/PWBSRC2 for Deleting External Procurement Relationship but as long as the released schedule line exists , it is not possible to delete the scheduling agreements.
    I have gone through the help.sap.com site and I was not able to found anything about deletion or cancel/closing of Scheduling Agreement Release.
    Still waiting for the solution.
    regards,
    kaushik

Maybe you are looking for

  • Error in phase XPRAS_AIMMRG for Upgrade from 4.7 to ERP6 ehp5 sps5

    Hi All, We are in process in upgrading our sandbox system from 4.7 to ERP6.0 EHP5 SPS5. During the downtime step we are facing an error in phase XPRAS_AIMMRG Upon investigation we found that there are short dumps in the system due to this error. Belo

  • Songs skipping like a scratched CD

    A few songs on my iPod nano are skipping like a scratched CD would skip: always in the same place, making that annoying stuttering sound. They work fine in iTunes, so I figured removing that particular playlist from my iPod, syncing, then re-adding t

  • Trying to Add Adobe Media Encoder in Creative cloud licenses but its not coming up, is media encoder bundled with another adobe product?

    Trying to Add Adobe Media Encoder in Creative cloud licenses but its not coming up, is media encoder bundled with another adobe product?

  • Video in Dreamweaver

    We currently have a swf video on our site and I have been trying to keep the skin and just replace the video.  Even though the .fla file has changed when I save the page and upload, I am still getting the original video.  The video was taken by a dig

  • Problem with project builder

    dear friends i use developer 6i for windows 2000 server i want to deliver my project i open project builder and i read the help the help tells me that i must do the following to deliver my project : - from file menue choose administration then choose