Scheduling aggerement(me32l) Bdc

Hi,
Iam doing Bdc for ME32L , Iam  stuck in Table Control Checkbox.
i.e if i selecting Line item 10 That Particular Checkbox should get selected and if 20 respective checkbox .....
where every time i run bdc only first line item is getting selected. for all scheduling ageerement.
Please help me
Thanks & regard
Lalith.

Hi,
Do your recording in this way, first enter the schedule agreement on your main screen.
Then in the second screen(Table control screen), we have atext box for item number at the bottom. What ever the item number we enter in this field, that item will become the first row of the Table control. So once coming to this screen, enter the current item number in the text box. and click enter. Then the item number will be in first row. so select first row of the check box and process.
Thanks,
Rajinikanth

Similar Messages

  • Update price condition in scheduling agreement (ME32L)

    Hi,
    I have to update scheduling agrrement (ME32L).
    The input data that i would like to update are price amount, validity start date and valdity end date.
    Is there any function or bapi which can be used to update.
    Any help in this would be highly appreciated.
    Thanks,
    Mandeep

    hi
    did you update the conditions and validity period of scheduling agreement?  If yes then plz send me the details of parameters
      ITEM_COND_VALIDITY           =
      ITEM_COND_VALIDITYX         =
      ITEM_CONDITION                  =
      ITEM_CONDITIONX                =
    I am also facing the same issue.
    waiting for your reply.

  • Change Net Price of Scheduling agreement (ME32L/MEK2)

    Hi,
    I need to modify via ABAP program the net price of scheduling agreements.
    My current program edits price conditions through batch-inputs on MEK1 / MEK2 but they don't automatically update the net price.
    The ME32L allows editing of price conditions and automatically updates the net price, but is not suitable for a batch input.
    Any ideas?
    Thanks and regards
    Francesco

    Dear Frans,
    As per i know You can use ME32L for batch input,. you can try to record the script using SHDB.

  • Existing delivery schedules in ME32L and new MRP

    Hello,
    We are using purchase schedule agreements, now we are planning to run the MRP.
    So that based on the customer demands, system can create the new schedules for purchased parts in the schedule agreement after MRP run.
    But we have existing delivery schedules in the scheduling agreements for the purchase parts. I believe after the MRP it would mess it up.
    Is there anyway i can delete the existing delivery schedules and after the MRP, schedule aggreement should have only new delievry schedules.
    Kind regards,
    JPS

    Hi
    Before MRP run 
      1. Go in ME38
      2. Enter Scheduling Agreement Number
      3. Close open schedule lines 
      e.g.
    1. Schedule qty is 200  GR Qty- nil , Open qty -200
          then make schedule qty 0 means this schedule line is close.
    2.  Schedule qty is 200  GR Qty-125l , Open qty -75
          then make schedule qty 125 means this schedule line is close.
    Like this close all open schedule lines before MRP run.
    After that MRP run,
    In system new schedule lines will be generate .
    Best Regards
    Chandrajit Patil

  • How to do the job scheduling in BDC Call transaction

    Hi Experts,
    I've a Query like how to do the job scheduling in BDC Call transaction
      If anybody knows the answer please send me the reply.
      Thanks.
       Regards,
        Rekha

    Hi ,
    any progarm can be scheduled, wether it may be BDC or report thru SM36 Tcode.
    But do rememeber that if ur BDC is using GUI_UPLOAD function module, then it wont work , coz the function Gui_upload or GUI_DOWNLOAd wont work in back ground.
    If u r going to use OPEN_DATASET , READ dataset ....then it can be scheduled. i.e BDC can work if ur program retrievesz the data from Application server.
    Rvert back if any issues,
    Reward with poinst if helpful.
    Regards,
    Naveen

  • BDC BACKGROUND SCHEDULEING

    Hi friends,
    Please kindly help me on below issue.
    If i schedule the job BDC in background, how the system will process the session by going to SM35.
    i.e unless you process the session data will not be updated.
    Thanks in Advance.  your answer will be given points.
    Regards,
    Purna.

    Hi..
    Go to SM36...clik on Job Wizard ( Application Toolbar )
    Give the JOb name....
    Select the abap program step..
    and give the Pg Name : RSBDCSUB
    Pass the variant name of the above program which will encapsulate the Session name. U need to create Variant before u schedule a job..
    and schedule job...
    So whenever ur job will execute this program will be triggered and hence the sessions will be processed in background
    Edited by: Dhananjay Patil on Mar 11, 2008 12:19 PM

  • Restriction of Validity start date in Scheduling agreement

    Hi,
    I am not able to convert the message 06 170( Start of validity period is in the past) in error message , when i am going to define attributes of system messages in purchasing and converting this message into error , system still does not give error message when i am selecting  back  validity start date in the header of Scheduling agreement (me32l)
    What can be the possible reason.
    Regards
    Sachin

    Hi,
    I believe the message 06-170 is hard-coded in Include "MM06EFRP_EKKO-KDATE" in the Program SAPMM06E
    Laufzeitbeginn in der Vergangenheit -
        IF ekko-kdatb < sy-datlo.
          MESSAGE w170 INTO gl_dummy.
          mmpur_message 'W' '06' '170' '' '' '' ''.
    Please consul your ABAP Team on this to change it to Error.
    But SAP does not recommend changing standard Programs, so please discuss this and see that its really required and will not have any effects to your business process, because there may be instances wherein you might require to create scheduling agreements with a past validity date sometime in future based on business requirement.
    Regards
    Chandra Shekhar

  • BAPI_SCHEDULE_MAINTAIN - Scheduling Agreement  (Deleting Item Condition)

    Dear Friends,
    My requirements is change or create the Scheduling Agreement - Schedule Lines (ME32L). I am using BAPI -->
    BAPI_SCHEDULE_MAINTAIN
    Its updating correctly, but automatically the item condition price details are deleted.
    1st time i am facing this issue.
    kindly help to rectify this issue. I am waiting for your valuable response.
    FYI - this is my code
            t_schedule-item_no    = t_alv_output-it_no.
            t_schedule-sched_line = t_alv_output-sh_no.
            WRITE t_alv_output-de_dt TO t_schedule-delivery_date.
            t_schedule-quantity      = t_alv_output-de_qt.
            t_schedule-stat_date = t_eket_qty-slfdt.
            APPEND t_schedule.
            t_schedulex-item_no       = t_alv_output-it_no.
            t_schedulex-sched_line    = t_alv_output-sh_no.
            t_schedulex-sched_linex   = lv_x.
            t_schedulex-delivery_date = lv_x.
            t_schedulex-stat_date     = lv_x.
            t_schedulex-quantity      = lv_x.
            APPEND t_schedulex.
          CALL FUNCTION 'BAPI_SCHEDULE_MAINTAIN'
            EXPORTING
              purchasingdocument = t_alv_output_head-po_no
            TABLES
              schedule           = t_schedule
              schedulex          = t_schedulex
              return             = t_return.
    I am also tried
    BAPI_SAG_CHANGE
    . this also updating the Schedule Lines. but deleting the item condition records.
    Thanks & Regards,
    Durai V

    Kindly check notes 1034912 and 1046851
    Regards
    JP Milton

  • Error in Schedule agreemenQuantity delivered smaller than quantity ordered.

    Dear Guru,
    I am facing the following error while deleting item from scheduling agreement (ME32L). Error is "Quantity delivered smaller than quantity ordered."
    Kindly help in this matter.
    Thanks in advance.
    Regards,
    Rajkumar

    Hi
    Check the scheduling agreement schedule line in ME38 you have already done goods receipt for this line item.
    Reverse the goods receipt if you wanna delete the line item in ME32L
    Hope it helps
    Thanks/Karthik

  • Deleting line item in scheduling agreement

    Hi ,
    The scheduling agreement has 2 line items which are of same material. The first line item needs to deleted as it had the wrong price in it.
    We are able to block it but have not been able to set the deletion flag. There were a few GR and IR done but all of them had been reversed.
    Kindly suggest a way toset the deletion flag.
    Thanks in advance

    Hi Vinayak,
      If you have reversed all the documents of that material, then you can delete the material by selecting that in scheduling agreement ME32L.
    Regards,
    Prasath

  • Scheduling Agreements Inquiry

    Hi Experts!
    I was wondering if anyone could explain to me exactly what Scheduling Agreements are as far as processes, and how they should and should NOT be used (like the dos and don'ts).  Thank you for your time!
    WC

    Hello Will,
    A scheduling agreement is an outline purchase agreement against which materials or services are procured on predefined dates over a certain period.
    The total quantity of a material to be delivered that is specified in an item of a scheduling agreement can be broken down into a series of partial quantities with individual delivery dates, which are set out in the lines of a delivery schedule.
    You issue scheduling agreement releases to your vendor to inform him of your forthcoming requirements as at a certain date.
    Proces Activity 
    1. Create scheduling agreement - ME31L
    2. Create stock transport scheduling agreement - ME37
    3. Change scheduling agreement - ME32L
    4. Display scheduling agreement - ME33L
    5. Maintain scheduling agreement supplement - ME34L
    6. Recalculate scheduling agreement prices - ME3R
    The detail you may find from the following link.
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee0f7455c811d189900000e8322d00/frameset.htm
    Hope this helps.
    Regards
    Arif Mansuri

  • Process for Scheduling Agreement

    Please tell me the process for Scheduling Agreement?
    I have created Scheduling Agreement thru ME31L and delivery schedule thru ME38. what is the further process?

    Scheduling agreements provide for the creation of delivery schedules specifying purchase quantities, delivery dates, and possibly also precise times of delivery over a predefined period.
    Create scheduling agreement
    ME31L
    Create stock transport scheduling agreement
    ME37
    Change scheduling agreement
    ME32L
    Maintain scheduling agreement supplement
    ME34L
    Recalculate scheduling agreement prices
    ME3R
    Re-number schedule lines
    ME85
    Aggregate schedule lines
    ME86
    Aggregate PO history
    ME87
    Reset agreed cumulative quantity and reconciliation date
    ME88

  • Error to change the scheduling agreement

    after creating the scheduling agreement, i tried to modify the scheduling agreement that does not have a Delivery Schedule using ME32L.  and I got an Error message FGV004 - "SYST:date 00.00.0000 is not expected".  however, if i updated the delivery schedule, i didn't get the error message when I modified the scheduling agreement.  any suggestion?

    Hi AP,
    the question is the smiliar, but I'm looking for notes in MM area, not FM area. 
    Elaine

  • Correction delivery configuration in scheduling agreements.

    Can any body explain the required configuration for correction delivery in scheduling agreements.
    Regards,
    Tiru

    Hi Tiru
    Check for the following things
    1. Create scheduling agreement - ME31L
    2. Create stock transport scheduling agreement - ME37
    3. Change scheduling agreement - ME32L
    4. Display scheduling agreement - ME33L
    5. Maintain scheduling agreement supplement - ME34L
    6. Recalculate scheduling agreement prices - ME3R
    The detail you may find from the following link.
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee0f7455c811d189900000e8322d00/frameset.htm
    Regards

  • Re-print Procument Documents

    Dear Friends
    I want to allow procurement personnel the ability to reprint RFQ’s (ME42), purchasing orders (ME22 & ME22N), contracts (ME32K) and scheduling agreements (ME32L) at their local printer but not by using the the above transactions.
    <b>I need to create a Custom Transaction which takes Document Number and the prints the document directly. I want to print as DUPLICATE DOCUMENT on each page.</b>
    Please suggest me how to proceed. I guess it is possible either by BDC or BAPI.
    Thank you very much.
    Regards
    Surya.

    Hello
    Even with the same application, switching from OS 9.2 to MacOS X will induce changes in your documents.
    The printer drivers don't treat the paper sizes the same way so margins may be different.
    Fonts files are not the same so the drawing of characters are different.
    System tools used to rasterize the characters are not the same introducing supplementary changes.
    So, my guess is that you will have no other choice than rejustify each document.
    If the documents no longer requires new changes of their contents, an alternate way would be to install a PDF pseudo printer on your old system.
    Print your docs using this driver will create PDF files which would be used as is on your new machine.
    Yvan KOENIG (from FRANCE lundi 28 janvier 2008 13:05:07)

Maybe you are looking for