How to delete a PO schedule line in SNC

Hi Experts,
Is there any way to delete/cancel a schedule line of a specific PO manually in SNC.?
Thanks in advance
Vinoth

Hi Vinoth,
If you have PO# with you then you can check this PO in R\3 from R\3 you can get supplier code.
Once you have supplier code then go to t-code:/N/SAPAPO/LOC3 in SAP SNC enter supplier code you can get supplier BP organization from general tab.
If you don't have R\3 access then go to table /1OM/ORDR7MP3<client#> enter ORDNO as your PO# press F8 from this copy ORDID.
Now go to table /1OM/ORDR1HDR<client#> enter the ORDID press F8 and copy PRTIDFR then go to table /SAPAPO/LOC enter PARTNER_GUID field  as PRTIDFR press F8
(Note that by default PARTNER_GUID is not there for field selction to get PARTNER_GUID field click on setting tab and select field selection in that you will get PARTNER_GUID field checked this field).
Now you will get supplier BP organization.
There is only one way you can close PO using  /SCA/PO_SET_CLOSED.
Regards
Nikhil

Similar Messages

  • How to delete the old schedule line release?

    Hello,
    How to delete the old schedule line release in apo?
    Generally GR has to be carry out  schedule line release  in r/3 which reduces the Schdule line release.
    But i do want do GR against old schdule line release instead i want to delete the old schdule line release.
    Please suggest.
    Regards,
    Sunil Patil

    Sunil ,
    /sapapo/cmds_del  is the tcode to deleted sales scheduling agreement confirmations and releases
    /sapapo/display_conf  is the tcode for displaying sls. sch.agr confirmations and releases
    The above two are in the supply chain collaboration menu
    /sappao/cmds_sc02 is the tcode to delete sales scheduling agreements . This tcode is in the application specific master data menu
    Thanks
    Saradha

  • How to delete the old schedule line release in apo

    How to delete the old schedule line release (from current date) in apo which is having schedule  firmed?
    Please suugest.
    Sunil

    How is it possible to delete old purchasing schedule lines in APO (that do not exist in R/3)?
    Though used successfully before, /SAPAPO/CCR will not reconcile our discrepancy in this case.
    Thanks in advance,
    Jim

  • 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

  • How to delete the Cost center line item data

    How to delete the cost center line item data of particular cost center and only one cost center is exisiting for that company code.
    Is there any way to delete the line items in that cost center.
    Can data archiving & deleting can help us..........
    does it have any effect over other cost center data....
    any input needed.........
    regards
    rajesh

    Hi,
    i found 2 reports for you:
    1) CO_TOTAL_WRI - Archiving CO Totals Records   
    2) RKCOITW1     - Archiving CO Line Items: Write Program        
    from 2) is a linlk to customize archiv-parameters
    -> start it with transaction se38 / sa38
    A.

  • How to add a new schedule line?

    Hi folks,
    Please help to tell me is there any user exit can be used for adding a new schedule line? I want to keep the old first date data, add new shedule line with new updated schedule line date. Pls. help to advise how to do it in VA01/VA02 ?
    If i simply use the following update statement in MV45AFZZ, then the first date will be updated by the new Schedule line date, which is not what i want. (Since new order always the First line "0001" will get updated)
    xvbep-edatu = t_temp-edatu .
           modify xvbep TRANSPORTING edatu "UPDKZ
                         where posnr = t_temp-posnr
                           and ETENR = '0002'.
            if SY-SUBRC <> 0.
               modify xvbep TRANSPORTING edatu "UPDKZ
                            where posnr = t_temp-posnr.
            endif.
    Tks,
    Jenny
    Message was edited by:
            Jenny Zhuang

    Hi Ferry,
    Many thanks for the reply. But i still have the question, seems the user exit 'USEREXIT_CHECK_VBEP' in 'MV45AFZB' is used for addtional checks on the schedule line, my questions is how to add a new schedule line? It maybe very difficult. so is it possible to change the configurable Sales order's Finish Date for it's production order, and force it to generate a new schedule line?
    Tks,
    Jenny

  • How vendor get info of schedule lines

    Hello Gurus,
    I am creating schedule lines from scheduing agreement. Now how does vendor come to know about these schedule lines.
    How vendor will be communicated about the new requirement? Schedule lines are generated in our system not in vendor's
    system.
    Regards,
    VM - Learning MM

    The scheduling lines can be transmitted to the vendor means that the output type can be triggered as per the requirement in SAP. check the configuration node.
    Materials Management - > Purchasing -> Messages -> Message Determination Schemas - > Define Message Schema for Scheduling Agreement Release/Expediter
    hope this helps you.

  • How to add a New schedule line and update the order quantity?

    Hi all,
       I have to add a new schedule line in VA01/VA02 so that when ther is partial confirmed quantity against a schedule line, we have to create a new schdule line based on the existing so that it will contain confirmed in one and unconfirmed in the other.
    The schedule line will split once the user go to Header data screen in VA01/VA02. So I used USEREXIT_MOVE_FIELD_TO_VBAK  user exits in MV45AFZZ include program.
        I splited the order quantity against the confirmed quantity and added it as new schedule line in the XVBEP internal table and update UPDKZ flags for XVBEP & YVBEP.
      Could anyone tell me is there any other way to do this without updating XVBEP? Because it is affecting some other place because of index table is not updating. How to you think use if update xvbap-etenr_high and update index table IVBEP1 for new line insert into XVBEP instead directly inseritng it into?
    My code as follows:
    xvbep-WMENG = t_temp-WMENG .
    modify xvbep TRANSPORTING WMENG.
    t_temp1- ETENR = '0002'.
    if SY-SUBRC <> 0.
      t_temp1-UPDKZ = UPDKZ_NEW.
      modify xvbep TRANSPORTING WMENG UPDKZ.
    endif.
    With Regards
      Raj

    Have you got thru this one if so please provide me with the solution as i got the same req' ..

  • 2008 R2 GPO How to delete the AppleSoftwareUpdate Scheduled Task on Windows 7 clients?

    How do you configure a GPO in AD 2008 R2 SP1 that will delete the AppleSoftwareUpdater Scheduled Task. I can't successfully create one. It gives errors wanting a name and an action, even though I have named it (several variations tried). The scheduled task
    is in the \Apple\AppleSoftwareUpdater folder in Task Scheduler on the local machines. I can't find any good information at all for deleting scheduled tasks. I have read the MS documenation and it is very vague.
    If you know how to configure a GPO in AD 2008 R2 SP1 that will delete the AppleSoftwareUpdate scheduled task on client computers running Windows 7, I would really appreciate a quick answer. Our new computers are being deployed and the image creator
    did not configure this setting.
    I know there are several methods for accomplishing the same thing but I don't want to do it that way unless I have to. Please don't post unless you know.

    Howdie!
    On 29.03.2011 19:40, jcdodsr wrote:
    > How do you configure a GPO in AD 2008 R2 SP1 that will delete the
    > AppleSoftwareUpdater Scheduled Task. I can't successfully create one. It
    > gives errors wanting a name and an action, even though I have named it
    > (several variations tried). The scheduled task is in the
    > \Apple\AppleSoftwareUpdater folder in Task Scheduler on the local
    > machines. I can't find any good information at all for deleting
    > scheduled tasks. I have read the MS documenation and it is very vague.
    So I assume you have tried naming the Scheduled Task just the same way
    the AppleSoftwareUpdater is named on the client and chose "Remove" as an
    Action?
    If you have and it doesn't work, can you turn on Preference logging?
    Cheers,
    Florian
    The views and opinions expressed in my postings do NOT correlate with the ones of my friends, family or my employer.

  • How to back date for schedule line date of Consignment Fill-Up

    Hi,
    There are available stock for the material used. In VA01 of order type KB - Consignment Fill-up, I put in a backdated schedule line date (example: 09.09.2008). However, the system automatically proposed a new schedule line date of today's date (example: 13.10.2008).
    How can I remain the backdated date with confirmed qty instead of today's date?
    Thanks.

    Hi Wooi Ling
    when system is not able to confirm the schedule lines, the system would give a proposal date on which the requirement can be met.
    in this case ,you can do one thing , you can set the indicator " Fix date and quantity " in the item schedule line. this would fix the date and the quantity for delivery and the schedules lines.
    this would also mean the customer accepts the delivery and quantity confirmed by the system, The system then passes on MRP requirements so that the confirmed date and quantity can be met.
    hope this helps
    thanks
    akasha

  • How to set today's schedule line.

    Hai Gurus,
    For one of our clients, while we create a sales order, the confirmed schedule line shows tomorrows date if the sales order is raised today. but for the same company, in its production client, the confirmed schedule line shows todays date itself if we  raise a sales order on todays date.. could you please tell me how can i fix an items shedule line for today?? please note that there is no availability check module is activated for this client..
    regards
    Sidhu

    Dear Sidhu,
    Schedule line date is nothing but the delivery date,system checks if it is possible to deliver the goods on the requested delivery date,
    This date becomes planned GI date in delivery. If you want to maintain Loading Time and Pick pack time then system
    will add this time in delivery date and then check wheteher requested delivery date can be met..
    For ex. if you are maintaining Loading Time as 1 day and pick pack time as 1 day.
    Now if you create the sales order today (04.05.2011) and requested delivery date is also today's then system will assume that even if stock is available as on today but since loading time is 1 day and pick pack time is 1 day and you cannot deliver this good before 06.05.2011, so actual delivery can happen only on date 06.05.2011. so system creates another schedule line with date 06.05.2011 with confirmed quantity.
    If you remove the loading time and pick pack time from shipping point then system will take todays date as schedule line date.
    Hope this helps,
    regards
    Mayank

  • How to know - For a schedule line if delivery is already created

    Hi Gurus,
    I have a sales order with one line item - 10.
    For the line item 10 ,  I have 2 schedule lines.
    How can we know if delivery is created for a schedule line.
    Which table we need to refer ? VBEP !!!
    Please help.
    Regards
    Avinash.

    Hi,
    There is no way to check that but you can check the status of sales order line itam is delivered or not in table VBUP
    and filed RFGSA.
                   Not Relevant
    A     Not yet processed
    B     Partially processed
    C     Completely processed
    Thanks.

  • How to identify the Open Schedule Lines.

    Hi All,
    I am writing an ABAP report which requires to identify the OPEN SALES ORDER SCHEDULE LINES.
    The requirement is to identify the Open Sales Order Schedule Lines for a particular month (user Processing month in the selection screen).  Here the Schedules line item could have been delivered already.  If it is not Billed then it is OPEN schedule line.
    Can anyone help me to understand the logic which I need to apply to identify only the Open sales order scshedule lines.
    I am using the following tables:
    VBAK,VBAP,VBUK,VBUP,VBEP.  Is there any other table which I need to use?  I am trying to avoid using table VBFA due to performance issues.
    Thanks in Advance
    Regards
    Gopalakrishnan S

    Hi Gopal,
    If you want to find status of any sales order line item then you can find from following method from VBUP table.
    In VBUP table there is a field FKSTK.By this filed status we can find billing status of particular sale order and this field has four possible values and these are
    <i><b>field value  field value meaning</b></i>                             
    if this value is space then order is not Not Relevant for billing             
    if this value is  'A'  then order is    Not yet processed
    if this value is   'B' then order is Partially processed
      if this value is  'C' then order   Completely processed
    If you want to find status for the header then go to VBUK table and process is same as above.
    In these table we can find all types of status.
    Message was edited by:
            shyla kumar
    Message was edited by:
            shyla kumar
    Message was edited by:
            shyla kumar

  • How can i show item schedule line details in Tableview for each line item

    Hai all,
      I need to display schedule line details  in Tableview for each line item.for example in each row i need to put one column along with button , if i click on this table that row  should be expand vertically and must show all schedule line details in that.if i click my button again the visible expanded row should disappear...
    if anybody works on this previously plz send some sample code...
    leoiz....

    To modify rows the best way is with the Iterator (do a search in the weblogs for "Iterator")
    However for what you want to do I've only seen this really work successfully with a standard HTML table not using the tableView.

  • How to delete and edit particular line in a file and save it in same file ?

    Hi,
    I want to delete and edit text at particular line in a file.
    But edit and delete should reflect in same file.
    I have done googling for this but it results with using another file, that i dont want as i need to save changes in same file.
    How can i do this?
    Thanks in advance
    Edited by: vj_victor on May 24, 2010 3:33 PM

    I just want to make sure, this is the only way to do what i mentioned ? or it could be done another way !a) write the data to a new file
    b) delete the old file
    c) write the data to a newer file
    d) delete the new file
    e) rename the newer file to the old file name.
    For a hint about still more ways to do this, search for the complete lyrics of One man went to mow, Went to mow a meadow...
    db

Maybe you are looking for