BAPI for schedule lines creation ME38

Hi All,
Currently i am working in 4.6C version. Could you please let me know is there any BAPI available for schedule lines creation (Transaction is ME38).
Regards,
Hari.

Hi,
   Check with below link.
[Link1|BAPIs for ME38 transaction;
Thanks,
Asit Purbey.

Similar Messages

  • BAPI for schedule lines (purchase scheduling agreement)

    HI
    Is there a BAPI available to create schedule lines in purchase scheduling agreements?
    Is there any other way of creating schedule lines in purchase SAs via program?
    Thanks in advance
    Sriram

    Dear Sriram,
    Please check BAPI_SAG_CREATE with SE37.
    Regards,
    w1n

  • Same MM schedule lines in ME38

    Hello All Gurus,
    I have a material 232545 and the supplier for this material is 192839. This vendor supplies 378PC/BOX of the given material. Now, my client's requirement is that the MM schedule lines in ME38 should show 378PCs each for all the schedule lines. No matter how much Forecast/JIT schedules are maintained in SD scheduling agreement, whenever MRP is run, the MM schedule lines should show 378 PC per each line. If there are 10 MM schedule lines in the MM scheduling agreement of the material 232545, the ten scheduling lines should show 378PCs 10 times.
    I hope I am clear with my requirement. I tried a lot to replicate this scenario in SAP but to no avail. Hence, I am putting up this  message in SDN. If anyone of you know how to solve this issue, please let me know. I will be really thankful to you.
    Thanks and Regards,
    Umakanth

    hi,
    check few things:
    1. check whether you are doing the del schedule only on the given dates in the shedule agreement...
    2. check whether the material is blocked in the source list...check the validity dates also...
    Hope it helps..
    Regards
    Priyanka.P

  • Inbound Delivery for Schedule Lines of future date

    We have a requirement where in we want to disallow inbound creation for scheduling agreements for schedule lines of the future. For example if we have the following schedule line for a scheduling agreement
           Month        Quantity
    M    01.2010     100
    M    02.2010     200
    M    03.2010     150
    Currently the system is allowing inbound delivery creation of quantity = 450 (100 + 200 + 150) in the month of February, 2010.
    But I want that the system should allow inbound delivery creation in February, 2010 for quantity 300 only (100 + 200). Please let me know how we can do so in the system.
    Regards,
    Pratima.

    Hi Rami ,
    Maintain different schedule lines in PO - Item Details - Delviery Schedule tab.
    This would allow only those qty that is due on that date when creating inbound delivery.
    Regards
    Ramesh Ch

  • Error during maintaining schedule lines in ME38

    Dear All ,
               While I am trying to add schedule lines in ME38 for a schedule agreement system is giving error message
    "Message no. 06 881.   The vendor is blocked by Quality Management for this material as from the date shown."
               Plz let me know the reasons for this .
    Regards
    Abhijit Das

    hi,
    check few things:
    1. check whether you are doing the del schedule only on the given dates in the shedule agreement...
    2. check whether the material is blocked in the source list...check the validity dates also...
    Hope it helps..
    Regards
    Priyanka.P

  • IDOC/BAPI for Production order creation from Legacy system

    Hi all
    We are using an interface to create Production orders from legacy to SAP. Would you recommend an IDOC or a BAPI to create Production orders. If IDOC or BAPI then could you please mention which one?
    thanks a bunch

    Hi John,
    For your purposes, please use BAPI for production order creation from legacy system. There is no standard inbound IDoc available to use. SAP has an IDoc for outbound interface only (message type LOIPRO).
    If there is an inbound IDoc available, I would recommend to use an IDoc.
    IDoc technology has excellent error handling and will allow you to reprocess an error (if any).
    BAPI is also good approach to use and fast in term of  processing.
    For BAPI approach, you can use BAPI BAPI_PRODORD_CREATE.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Release strategy for Schedule lines in SD

    Hello All
    Can we create a release strategy for Schedule Lines in Scheduling Agreement? If Yes How?
    I have already maintained a release strategy for Item Level... which I want to put it for Schedule line as well....
    Thanks in advance.

    Hello,
    I think you are in the wrong forum. Please choose the right forum category and post it there.
    Matthias

  • BAPI for Scheduling Planned Order

    Hi,
    Please tell me if there are any BAPIs for Scheduling a Pllaned Order and for Deleting a Planned Oredr.
    Thankes & Regards,
    Rahul

    BAPI_PLANNEDORDER_CHANGE       Change planned order
    BAPI_PLANNEDORDER_CREATE       Create planned order
    BAPI_PLANNEDORDER_DELETE       Delete planned order
    BAPI_PLANNEDORDER_EXIST_CHECK  Planned order existence check
    BAPI_PLANNEDORDER_GET_DETAIL   Get details for planned order
    BAPI_PLANNEDORDER_GET_DET_LIST Get detailed planned order list
    All bapi's related to planned order processing
    BR
    Manthan.

  • BAPI for Scheduling a background job

    Hi all,
    is there any bapi for scheduling a background job?
    i mean can we do background job using bapi
    If not how can we create a bapi for scheduling a background job.
    Thanks & Regards,
    Azhar

    Hi,
    Use following BAPIs for scheduling a job in background
    BAPI_XBP_JOB_OPEN - This BAPI solves the first step in scheduling a job in the R/3 background processing system. You can create the job with this method.
    Using additional BAPI calls BAPI_XBP_JOB_ADD_ABAP_STEP and BAPI_XBP_JOB_ADD_EXT_STEP, you can add job steps to the job.
    With the BAPI call BAPI_XBP_JOB_CLOSE, you can finish defining the job and transfer it to the background processing system with the status Scheduled without start date.
    You have execute the job with the BAPI calls BAPI_XBP_JOB_START_IMMEDIATELY or BAPI_XBP_JOB_START_ASAP.
    I hope it would help you.
    Regards,
    Venkatram

  • Bapi for scheduling agr release

    hi could someone help me to findout bapi for scheduling aggrement releases
    transaction me84.

    Hi Alok,
    I am not sure about BAPI for this function.I suggest you try this kind of function with user exit like COOPA002 using appropriate program logic.
    Regards,
    Ashok

  • Bapi for Scheduling material changes

    hi,
    is there a bapi for schedule changing of materials. the transaction for same is mm12.
    please let me know if there is one.
    regards
    swanand

    Hi there Swanand,
    Did you find a BAPI for the update through MM12.  Pleae let me know if you did as I am in need for that also.
    Thanks.

  • Can u tell me any predefined BAPI for change and creation of Material

    Hi,
        Can anybody tell me  predefined BAPI for change and creation of Materialmasterand Pricing?
    Thanks & regards,
    Gopianne.

    you can use the BAPI to BAPI_MATERIAL_SAVEDATA create as well as to change material master.
    When changing material master data, you need enter only the material
    number.
    In the header data, you must select at least one view for which data is
    to be created. Depending on the view selected, you must maintain other
    required parameters. If you do not enter values for all of the required
    parameters, the method is ended with an error message.
    The corresponding fields in the tables (such as CLIENTDATA) must first
    be supplied with data by the calling program. An indicator must also be
    set for each of these fields so that the data is written to the database
    by the method. This requires the calling program to supply the
    corresponding field with the indicator in a checkbox table (for example,
    CLIENTDATAX). Checkbox tables exist for tables that do not contain any
    language-dependent texts (MAKT, MLTX), International Article Numbers
    (MEAN), or tax classifications (MLAN). Several data records for a
    material can be created in these tables.
    regards
    vivek
    reward points if it helps

  • BAPI for Outbound Delivery Creation with reference to Sales Order

    Dear all,
    I'm on R/3 4.6B platform and to develop an RFC for outbound Delivery creation instead of using the standard VL01N transaction.
    I've review BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N thread which suggest BAPI_DELIVERYPROCESSING_EXEC .
    However, in 4.6B, that function module doesn't exist. Appreciate any suggestion and or workaround.
    Thanks.
    Steven
    Edited by: Steven Khoo on Mar 25, 2010 7:13 AM
    Edited by: Steven Khoo on Mar 25, 2010 7:14 AM

    Not required anymore

  • BAPI for Service order creation

    Hi ,
    Please tell me if any Bapi for service order creation  , T-code : IW31
    regards,
    Prakash

    Hi Prakash,
    Have a look on the following BAPIs:
    BAPI_ISUSMORDER_CREATEMULTIPLE - Create Service Orders
    BAPI_ALM_CONF_CREATE - Create confirmation for maintenance/service order
    WTY04_CREATE_SERVICE_ORDER - Create Service order via function module.
    Hope this will help.
    Regards,
    Nitin.

  • Item & for schedule line & is in the work area

    Hi All,
    We added some custom fields on the schedule line tab and also in VBEP table. For thie same we also added code in the PBO module of SAPMV45A/4500 screen#. Since we added the code we are getting the error message# V1357 with description 'Item 000010 for schedule line 000040 is in the work area'.
    I did check the forum and found couple of notes with this error and some replies say that it is for the quality issue. I tried going to OQ77. But i am pretty sure it is because of what i codded. Because When i comment my code so error shows up. But I am not sure what is the problem with my code.
    Here is the sample of my code that i wrote in my PBO module:
        IF  XVBEP-VBELN IS NOT INITIAL.
            INPUT = MARA-BRGEW * XVBEP-WMENG.
            PERFORM CONVERSION.   "This is the module that i wrote to convert from G to LB.
            XVBEP-ZTOTALWT = OUTPUT.
            xvbep-updkz = 'U'.
            modify xvbep index ivbep-tabix.
        ENDIF.
    Please let me know if i am doing wrong anywhere in the code.
    Thanks,
    Karuna.

    Issue: I got the issue resolved. The mistake i made was the local structure was holding last item which has 1 schedule line and the my first item10 was having more than 1 schedule lines and trying to loop all the schedule lines. As the last item has only one schedule line i was getting the problem.
    Solution: I reset the structure to that it will loop from the first line item instead of it holding the last item#.
    Hope this helps.
    Karuna

Maybe you are looking for

  • CUSTOMER AUTO CLEARING F.13

    Hi Friends, Presently I am facing one problem “Customer auto clearing” F.13 My client scenario is first they post the Credit memo because they might be having sale returns on earlier sales In the invoice they mapped that credit memo no. in Reference

  • HT1338 Font Problems with Snow Leopard

    I'm having font problems after updating to Snow Leopard.  It seems to have problems with spacing the fonts properly and reading some fonts properly in Page and Keynote.  Any suggestions of how to fix it?

  • I see my spry accordian images in the live view but they disappear in the browser view

    Here is my page code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; cha

  • Remittance advice forms

    Hi, Please let me know, which form to be used for "remittance advice forms" Thanks in advance.

  • My Mac shut down after the chime by itself! :(

    So everytime I restart my iMac G5 (mine is the third generation I think) the one that has built in isight. Anyway I restart my computer, and then I heard the chime and it shut down by itself. This happened once before.. and then I unplug it from the