How to change the schedule line date in SO with reference to value contract

Hi SD Guru's,
I need to change the schedule line date in the sales order with reference to the value contract by using some algorithm that i will write. The problem that i can't find the suitable place to add the algorithm. I can't add it to the Copy control because there is no schedule lines in value contract and copy control for schedule lines does no exist.
I can not add to user exit MV45AFZZ  , because order that was created with reference to the value contract, does not go through this user exit.
Do you have some ideas where i can add it?
Thanks and Regards
Viky
Edited by: Viky Sloutsky on Oct 20, 2010 12:43 PM

Hello Viky
How about using program MV45AFZB- USEREXIT_CHECK_VBEP or USEREXIT_MOVE_FIELD_TO_VBEPKOM
or program FV45EFZ1- USEREXIT_CHANGE_SALES_ORDER
Does the program go through these exits when an order is created with ref to a value contract??
Also I am wondering why you need to change a Schedule line determined by Availability check and/or delivery scheduling?

Similar Messages

  • Delivery before the schedule line date in scheduling agreement.

    Hi All,
    I have a situation where in I am using JIT delivery schedule for processing the delivery requirement from customer. In this, lets say, I have a schedule as 08/05/2009 for material A to deliver 1000 qty and the material is made available to me after production as of 07/05/2009 and I want to despatch the material on 7th only and not on 8th. The system does not allow me to do this.It allows me to make a delivery only on 08/05/2009.
    Is there any alternative to this and is this SAP standard behaviour.

    I think you can change the schedule line date in scheduling agreement itself and do the delivery.
    regards,
    Sudhir

  • Purchase Ord delivery date changes SO schedule line date?

    Hi,
    I am purchasing a drop ship item as per sales order. The account assignment in the purchase order is the Sales order. 
    Why in some cases the schedule line date in the sales order changes when I change the delivery date in the purchase order? whereas in other cases it does not.
    Please help me out with this question.
    Sincerely.
    Puja

    Puja,
    The SO schedule line date should not change when you change the purchase order delivery date.
    However, if you change the PO del date, AND a user performs re-ATP against the sales order, OR if you are running backorder processing (rescheduling) of sales docs, then the SD item/schedule date may change to match the changed availability situation caused by the change of the delivery date of the PO.
    Look in the sales order in VA03, then Environment>changes.  Look to see if anyone or anything has 'touched' the SO item that is home to the schedule lines that were affected.
    Regards,
    DB49

  • How to change the Schedule For settings for an object

    Hi All,
    do you know how to change with BO Enterprise SDK Java the schedule settings for an object?
    I mean these settings that can be changed manually In the Objects management area of the CMC, selecting a report object, Schedule tab, Schedule For link:
    - Schedule only for myself
    - Schedule for specified users and user groups
    Rest of settings can be managed with ISchedulingInfo, but I don´t know how to change the "Schedule for" property.
    Should I use other SDK?
    We have Webi Documents, BOXIE R2 SP2
    thanks,
    regards,

    Hi,
    I think I´ve solved it,
    we can use
    ISchedulingInfo.getMultiPassObjects()
    that returns a java.util.Set of user/usergroup IDs on the schedule for multipass.
    and then we can work with this Set (adding or removing users and groups).
    Setting manually to "Schedule only for myself" in the CMC is the same that removing all the elements from the getMultiPassObjects() set.
    thanks,

  • Change the schedule line committed qty in PO items using ME_PROCESS_PO_CUST

    Dear Experts,
    I want to make the PO item schedule line committed quantity MNG02 field to zero, for this purpose I wrote the logic as below.
    but its not changing the committed quantity to zero. Please advice me.
    method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM.
    DATA: lwa_po_header TYPE REF TO if_purchase_order_mm,
            lwa_mepoheader TYPE mepoheader,
            lwa_mepoitem TYPE mepoitem,
            lwa_mepoitemx TYPE mepoitemx,
            lwa_ekko TYPE ekko,
            lwa_ekpo TYPE ekpo,
            lwa_ekpv TYPE ekpv,
            lwa_eket TYPE eket,
            tp_minqty TYPE min_qty,
            tp_clabs TYPE labst,
            tp_kosch TYPE kosch,
            tp_werks TYPE werks_d,
            tp_tdid type tdid,
            ta_textlines type MMPUR_T_TEXTLINES,
            lwa_textlines LIKE LINE OF ta_textlines,
            lwa_minstk TYPE zminstk.
      DATA: schedules TYPE PURCHASE_ORDER_SCHEDULES,
            schedule LIKE LINE OF schedules,
            lwa_schedule TYPE meposchedule,
            tp_mtvfp TYPE mtvfp,
            tp_avqty TYPE BSTMG,
            tp_minqty1 TYPE BSTMG.
      if sy-tcode = 'ME21N'.
    Get PO Header data
        lwa_po_header = im_item->get_header( ).
        lwa_mepoheader = lwa_po_header->get_data( ).
        MOVE-CORRESPONDING lwa_mepoheader TO lwa_ekko.
    Get PO Item data
        lwa_mepoitem = im_item->get_data( ).
        MOVE-CORRESPONDING lwa_mepoitem TO lwa_ekpo.
    *-> Get schedule line data
                  CALL METHOD im_item->get_schedules
                    RECEIVING
                      re_schedules = schedules.
                  LOOP AT schedules INTO schedule.
                    CALL METHOD schedule-schedule->get_data
                      RECEIVING
                        re_data = lwa_schedule.
    *-> Change Committed quantity
                    lwa_schedule-mng02 = 0.
                    CALL METHOD schedule-schedule->set_data
                      EXPORTING
                        im_data = lwa_schedule.
                  ENDLOOP.
                    CALL METHOD im_item->set_data
                      EXPORTING
                        im_data = lwa_mepoitem.
        ENDIF.
    endmethod.

    Hi Siddu,
    Please finf enclosed with the suedo code.
    DATA: LS_MEPOITEM TYPE MEPOITEM,
                LS_OBJ TYPE REF TO IF_PURCHASE_ORDER_MM,
                LS_MEPOHEADER TYPE MEPOHEADER.
    *IM_ITEM is ur importing parameter
    in order to get the  item details :
    LS_MEPOITEM = IM_ITEM->GET_DATA( ).
    *In order to get the current document type
      LS_OBJ = IM_ITEM->GET_HEADER( ).
      LS_MEPOHEADER = LS_OBJ->GET_DATA( ).
    Now you have your document type in LS_MEPOHEADER-bsart ...
    IF LS_MEPOHEADER-bsart ... = ur custom doc type .
    *Set the return item = 'X'.
    LS_MEPOITEM-RETPO = 'X'.
        CALL METHOD IM_ITEM->SET_DATA
          EXPORTING
            IM_DATA = LS_MEPOITEM.
    ENDIF.
    Hope this helps you,,,
    Regards,
    Deepak.

  • HOW TO FIRM THE SCHEDULE LINES

    Dear All
    Scenario is "" Through MRP i am creating the schedule lines for raw materials"".
    Now I want that during my next planning run the already created schedule lines should remain firmed & according to requierement only new schedule lines should get created.
    Please tell me the steps how can i firm my schedule lines.
    Regards
    Rahul Bhardwaj

    Dera Rahul,
    There is option in Schedule Line itself that u can give firming period and in that period schedule lines r firmed. Go to ME32L
    enter ur SchedulingAgreement Then select ur material and click on Additional Data (Shift+F5). There under Scheduling Control 'Firm Zone' field is there, try with this option and see what i sresult.
    Regards
    Sunil Kumar

  • MASS CHANGE IN SCHEDULE LINE DATE

    Hi All,
    Will u advise whether it is possible to change schedule line date in MASS
    Example. We are having make to order scenario. Sales order is prepared with 25 different line items with shipment date 10 th Feb. Out of these 25 items 10 items are ready by 20 th Jan. If we want to ship these goods on 20 th Jan. we have to change schedule line date item wise.
    Is there any way that we can make this change in a mass without changing delivery date of the sales order.
    Thanks
    Ravi

    V_V2 calls a program that can be 'customized' since it consist of 2 phases:
    1) selection phase
    2) rescheduling phase
    You can copy program SDV03V02 into a custom one and add your own selection criteria without altering the second part of it.
    I alreay made it and it works fine even when upgrading.
    regards
    Roberto Mazzali
    pls. reward if helpful

  • VA02 changing the Schedule line

    Hi All,
    I have an issue where in one Sales order is created. after saving the order whenever you open in change mode(VA02), and though you do not make any changes, when it prompts for Save you say yes. Then if you see the changes made for the order in Environment-> chnges,  for a perticular line item the schedule line two is deleted and created agian. It will be saved by the user id of the user who opend the order in the change mode.
    when it promts for save, If you say NO, then no changes will be recorded.
    Kindly help me with the issue.
    Please let me know If any OSS notes exists for correction. Its happening only with a perticular order.
    Thanks
    Swathi

    Dear Swathi,
    Not sure if this is a standard issue. Could you please check with your ABAPer if they have done any changes in the user exit specific to orders?
    thank you
    Venkatesh SP

  • How to change the "content created" date/time in FCPX?

    Since I've had problems importing my whole iMovie event library into FCPX I decided to run some tests with importing individual files (part of iMovie events and originally imported from camera into iMovie). Some of them for some reason got the wrong "content created" date/time in them while in iMovie they have the right date/time set. Does anybody have an idea on how to change the "content created" timestamp?

    I had a bunch of DV files that imported stamped with the file modification date and time.  I did not find a way to change it in FCPX. With FCPX not running, I used A Better Finder Attributes to modify the creation and modification dates of the files in the event folder. FCPX reconnected to them but the event still showed the old range of dates so I created a new event and moved the clips to it. Maybe ther is a beter way but that is how I did it.

  • I set up an autoreply but i cannot work out how to change the subject line to the one I want

    I set up an automatic reply but the subject line come up as re: and what the other person wrote. I want to change the subject line to a set one to all emails. How can I do that?

    What email program are we referring to?

  • How to change the IDOC segment data

    How to change the segment data for all IDOCs at one shot J.
    For exmple E1EDK02-QUALF - 004
                       E1EDK02-RGID  -  100000008 (Inquiry No)
                   to
           E1EDK02-QUALF - 004
                       E1EDK02-RGID  -  200000005 (Quotation)
    Any hints, tips….Appreciate your help and more rewards.
    Regards,
    Cris

    Hi,
    You can change the IDOC values using the transaction WE09
    Give the IDOC number..
    Press F8..
    Expand the tree..
    Double click on the segment..
    Then in the menu..DATA RECORD -> DISPLAY/CHANGE..
    It will go in change mode..Change the IDOC value..
    Thanks,
    Naren

  • How to change the valid from date of the bom header?

    ECM is active in the system.
    I want to change the valid from date of the BOM header with the help of a change number.
    How can I change it?

    Hello
    Lets assume that, we are going to change Management for controlling Valid From date
    Steps to be followed for creation of Change No
    Tcode CC01 for Change No
    Click on Change Master
    Once you enter into Change master, maintain the description
    In the Valid from Date, maintain the date from which you BOM should be current
    Maintain the Status (01)
    Click on Ojbect Type, maintain for which Object types is the Change no needs to be active i.e. for BOM, Rtg, etc
    save the Change No
    After the change no is created
    Enter the Change No during the creation mode of BOM
    THe system copies the Valid from date from Change No

  • How to change the default "no data found"

    Hi,
    Is there a way to change the default "no data found" message of the "When No Data Found Message" in the Report Attributes?
    I would like to change that message for a French message. I know that I can change it manually in every section, but I would like another default messages appearing when i create a Report Section.
    Thanks

    Can you point me to a tutorial?Sure, Users Guide > Managing...Globalization (Chapter 15?)
    Is this not happening at run-time?Yes. What happens at runtime is the selection of the application to run. If you run a page in the Application Builder (app 4000) and that application had not been translated or your browser language were set to some flavor (flavour) of English, you get 4000. If app 4000 had been translated to French, say, and you request a page in 4000 and have your browser language set to French, then you'll really run the requested page from app 4002 which is a copy of 4000 translated to French long before your request came along.
    If you look at our distribution, you'll find 9 (or more) versions of each of the internal applications in the builder directory.
    Scott

  • How to change the caption in data entry selection screen??

    using cats0009 i populated the data into wbs desc and a/a desc but
    but i am not able to change the name(caption of additioanl field) as 'wbs description'. and A/A desciption.
    can anyone please help me out how to do this...

    You don't mean selection text do you? Can you be more specific?

  • How to change the requested delivery date when approval has been done

    Hi
    We use SRM5.0 and we want to implement SC, now we want to make it possible to change the delivery date in the shopping cart when we approve.
    This is needed if we request today but the approver didn't approve same day, therefore the requested day has to move the same number of days, that the approver has spend. Or else the deliver date will not be correct.
    Do any of you know how to do this??
    Best regards
    Jakob

    Hi Jakob,
    What scenario do you use? Classic, Extended Classic, Standalone?
    So depending on your scenario you can have differente types of follow-on documents (PR/PO only in ERP in case of Classic, or PO in SRMand ERP in case of Extended Classic).
    Do you use Sourcing Cockpit?
    I've tested this scenario in SRM 7.0 Standalone and if the follow-on document (in my case, a PO) is not "Ordered" yet then I can change the SC. But if it is already "Ordered", I can't change the SC. This is standard behavior.
    You could use Sourcing Cocking to solve this issue, in this you don't use it yet.
    Best regards,
    Christian Zeuch

Maybe you are looking for