Rounding quantity field in scheduling agreement not considered in JITK

Hello ALL,
I would like to consult to you a scenario I am facing when it comes to creating a scheduling agreement (VA31) and maintaining a Rounding Quantity (field ABLFZ) in it.
When using the standard LZ type scheduling agremeent, the Rounding quantity is considered when creating a delivery in VL10.
However, when using the LZJ type of scheduling agreement, the Rounding quantity is NOT considered when creating a delivery in JITK.
Can you please tell me what causes the case in LZJ scheduling agreement?
Thank you all in advance.

Hi,
This field is not available for Scheduling Agreement. It is only available for Purchase Order.
Even you will not get this in Field selection also.

Similar Messages

  • Rounding quantity field

    Hi All!
    I want to round quantity field to one decimal place instead of three decimal places.How to achieve this I know there is FM to convert to 2 decimal places but how to get it for one decimal place.
    Regrads
    Praneeth

    <b>WRITE .... <f> <option>.
    U can use into another field</b>
    Formatting options for numeric fields
    Option
    Function
    NO-SIGN
    The leading sign is not displayed on the screen.
    DECIMALS <d>
    <d> defines the number of digits after the decimal point.
    EXPONENT <e>
    In type F fields, the exponent is defined in <e>.
    ROUND <r>
    Type P fields are multiplied by 10**(-r) and then rounded.
    CURRENCY <c>
    Format according to currency <c> in table TCURX.
    UNIT <u>
    The number of decimal places is fixed according to unit <u> specified in table T006 for type P fields.
    DATA pack TYPE p VALUE '123.456'
                            DECIMALS 3.
    WRITE pack DECIMALS 2.
    WRITE: / pack ROUND -2,
           / pack ROUND -1,
           / pack ROUND 1,
           / pack ROUND 2.
    output
    123,46
    12.345,600
    1.234,560
        12,346
         1,235
    regards
    vinod

  • Order more that the quantity in the schedule agreement

    Hi,
        Is it possible to order more that the quantity in the schedule agreement ?
       If yes the please explain in detail.
    Regards
    Asim

    Hi,
    I hope its not possible to create schedule lines more than the quantity mentioned in scheduling agreement.
    Regards,
    Prabu

  • How to modify item quantity in an scheduling agreement

    Hi,
    I'm trying to modify target quantity (ekpo-ktmng) in an item of a scheduling agreement (you can see it in me33l transaction).
    When the users tries to modify, using me33l, the quantity of an item in an scheduling agreement, I need to pick this value (ktmng) and modify it according to some rules.
    To catch the value I use EXIT_SAPMM06E_016 user-exit, and when the user modifies a value in the i_ekpo register of the user exit I see the new value that the user introduced. But I need to put a new value and it isn't enough with modifying this structure (i_ekpo).
    So I think in a bapi, first of all I've tried with BAPI_PO_CHANGE but I receive the following error:
    "Not possible to process a scheduling agreement using this function"
    How can I change the target quantity of an item in a scheduling agreement?
    thanks in advance

    Thanks for your reply, I'm trying with the following piece of code:
    DATA: w_ekko TYPE ekko,
          t_ekpo TYPE STANDARD TABLE OF ekpo WITH HEADER LINE,
         t_ekpo2 TYPE STANDARD TABLE OF ekpo WITH HEADER LINE,
    START-OF-SELECTION.
      SELECT SINGLE * INTO CORRESPONDING FIELDS OF w_ekko
      FROM ekko
      WHERE ebeln = '5500000001'.
      SELECT * INTO TABLE t_ekpo
      FROM ekpo
      WHERE ebeln = '5500000001'.
      t_ekpo2[] = t_ekpo[].
      READ TABLE t_ekpo2 INDEX 1.
      t_ekpo2-ktmng = '69'.
      MODIFY t_ekpo2 INDEX 1.
      CALL FUNCTION 'ME_UPDATE_AGREEMENT_PO'
        EXPORTING
          i_ekko_new       = w_ekko
      I_EKKO_OLD       =
      I_LOGSY          =
        TABLES
      XEKBES           =
          xekpo            = t_ekpo
       YEKPO            = t_ekpo2
      XSVAB            =
    But I receive a dump from SAP.
    In t_ekpo I put all the items of the scheduling agreement, the I modify one of the (first) and store it in t_ekpo2, but I'm not very sure of this is the good way of working.
    Any help would be very appreciated.
    Thanks again

  • Updation field in Scheduling Agreement

    Hi All,
    Could you please tell me how the fields (Cml. iss. qty,Cml.dlv.qty,CmlQtyReceived and CmlQtyInTransit ) are updated in the scheduling .
    as per the below screen , since there is no open quantity  for delivery creation.
    Thanks
    Radhika

    Hi,
    This field is not available for Scheduling Agreement. It is only available for Purchase Order.
    Even you will not get this in Field selection also.

  • JIT Scheduling Agreement Not getting saved

    Hi Gurus,
    while saving a JIT scheduling agreement LZJ type in VA31 t-code, i am getting the following error;
    "Call usages for LP 30075000 and JIT customer SAJ4 do not match. Message no JIT00 801"
    can anyone of you let me know what setting is missing.
    its urgent to proceed with testing...
    thanks in advance
    Sunil

    Sunil,
    If i am right you may have to check the following for "Controlled delivery profile" to function properly;
    1. Ship to party in JIT agreement
    2. Ship to partner description against JITV partner description
    3. Usage field at header and item level in agreement
    4. Shipping point
    5. Route.
    If all these are ok, then the error should go and document should get saved.
    Regards,
    Syed Nasir

  • Scheduling Agreements-Not able processes shipments

    When i  try to make  any changes to the delivery document (change/delete) created by the combination of two scheduling agreements  the system shoots an error ME803 dump.txt. I looked at  Note 100690 which says  inconsistency and executed the correction report to fix the same. But whenever new delivery is  created from these scheduling agreements encounters the same problem. Need to run the correction program to reprocess the delivery document. This is affecting the shipments from other plants.
    Delivery Quantity is getting updated wrongly
    Can any one tell me the root cause of this problem.
    Thanks in advance
    Regards
    Balu

    Hi Will,
    It's an outline agreement that is created for one or more materials and outlines the overall expected quantity of the material(s) to be delivered to the customer over a specific period of time.
    <b>Use</b>
    The scheduling agreement is used as a basis for delivering a material. The customer sends in scheduling agreement releases, referred to as delivery schedules, at regular intervals to release a quantity of the material.
    <b>Structure</b>
    The structure of scheduling agreements with delivery schedules resemble that of other sales documents in the R/3 System, in particular the standard scheduling agreement.
    Data that applies to the entire document appears in the header; data about materials appears at item level; and delivery dates and quantities appear in the schedule lines within the delivery schedule. Additionally, the system maintains a history that permits you to compare and contrast various generations of delivery schedules.
    <b>Integration</b>
    Data in scheduling agreements comes from three sources:
    The customer sends in requested quantities and dates, normally by Electronic Data Interchange (EDI)
    The component supplier enters data manually
    The system automatically copies data into the scheduling agreement from master records
    Hope it helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Reg: "Reason for ordering" field in Scheduling Agreement.

    Hi guys,
    I am not getting the field "Reason for Ordering" in Scheduling Agreement.(ECC 6.0).
    I am getting the same field in PO in "Retail" tab.
    Any body can help me in this aspect.
    Kannan

    Hi,
    This field is not available for Scheduling Agreement. It is only available for Purchase Order.
    Even you will not get this in Field selection also.

  • I am looking at a personalization where I want to make the quantity field on a PO not editable. I need this only for certain lines.

    I need to disable quantity field on a PO based on a condition.
    My current approach is to keep the line number in local variable and disable the quantity on that line itself using forms personalization.
    I could succeed to an extent where I could store the line number in local variable but I am not able to proceed beyond that. Please help.

    Hi,
    Have tried with following setting ?
    Trigger Event = WHEN-NEW-RECORD-INSTANCE trigger  or WHEN-VALIDATE-RECORD trigger
    Trigger Object = PO_LINES
    Condition  =  < as per business need >

  • Schedule agreement not showing in MD04

    Hi All
    We have a schedule agreement created and its not reflecting in MD04. According to the thread i changed the avl check to 02.
    But its still not showing in MD04. So my question is do I have to do any other thing so that the avl chk change will get affected for same schedule agrmnt or I have to create a new one so that it will show in MD04.
    Thank You.

    First you need to identify what schedule line category is flowing in your sale order.  Normally, this would be CP.  So next go to VOV6, select the schedule line category and execute.  There tick the box for "Req./Assembly"
    thanks
    G. Lakshmipathi

  • Restrict the Quantity in the Scheduling Agreement

    Dear All,
    I have a scenario where the client wants to restrict the quantity in scheduling agreement for particular customer.
    Scenario:
    Scheduling Agreement(Valid: 01.04.2011 to 31.03.2012) should be created for XYZ customer with target qty as 3000 per year or per qtr.(User enters the schedule lines manually only.)
    Schedule lines:
    Date                             Order qty
    01.04.2011                   500
    01.06.2011                   500
    28.07.2011                   100
    31.12.2011                   900
    01.01.2012                   500
    01.02.2012                    700 
    Here when the user enters the 700 qty,system has to give error message as it is exceeds the target qty.
    Is it possible in standard or do we need to have to do any development.
    Kindly share your inputs
    With regards
    Azeez.Mohammed

    Try with badi BADI_SD_SCH_GETWAGFZ or user exit SDTRM001
    G. Lakshmipathi

  • Scheduling Agreement not going to srm

    Hi,
    Wwhile transfering the SA thru a msg type , we are not able to post it to SRM wen we use the doc type xxx, but if we use the doc type yyy it gets posted .
    Please let me know wat setting needs to be changed to send the SA to SRM using doc type xxx thru the msg.
    Regards,
    Manu

    Hi
    <b>Please go through the links below -></b>
    http://help.sap.com/saphelp_srm50/helpdata/en/17/303f412124de2be10000000a1550b0/frameset.htm
    Re: BADI for Backend Scheduling Agreement
    try to transfer scheduling agreement in sus
    http://help.sap.com/saphelp_srm50/helpdata/en/da/151241c738f423e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/42/f9a830c2673ee2e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/42/f9a572c2673ee2e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/7d/0a093f7c392e5ae10000000a114084/frameset.htm
    Scheduling agreement in SRM 5
    http://help.sap.com/saphelp_srm50/helpdata/en/38/4cc5376848616ae10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/fa/8a0d41f0faef23e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/15/c9df3b6ac34b44e10000000a114084/frameset.htm
    Re: Benefits SRM contracts compared to MM contracts
    Re: Transfer contracts form backend R/3 to EBP
    Error in Backend Scheduling agreement Creation
    SRM -ECC: Scheduling Agreement Failing
    Regards
    - Atul

  • Schduling agreement not considering during MRP

    Hi
    In source list I have given schduling agreement no and selected 2 in MRP Column. 
    Now I have run MRP it is creating Planned order, then I converted to PR and going to PO, it is not schduling agreement.  Pls help
    Let me tell my Scenario briefly.
    If stocks falls below reorder point value then, it should create schduling line when I run MRP.
    How to do this Explain pls.
    Rgds
    Srini

    Hi,
    First  you need to maintaint the Proper MRP views for the materials
    Create the Scheduling agreement  where you maintain the delivery schedules for the materials & Maintain the Source list with inputing Scheduling agreement & MRP column as '2'
    Then automatically system will create the schedule lines for that material.
    You can check in MD04 without running the MRP for that materials.
    The planned order may be created for other requirement not for this scheduling agreement. The system will create the Schedule lines for that material not Planned order. Check in MD04
    rgds
    Chidanand

  • Validity start and end fields in Scheduling agreement

    Hi,
    We are experiencing an issue where in for Transactions of ME31L, ME32L, ME33L for some users we the fields of Validity Start date (Header )and Validity End date (Header) is not appearing. These fields have been made Mandatory still for the users for which they don't appear they are able to save the Sch Agreement without inputting this information. Is this something to do with authorisation issue ?
    Please help,
    Thanks,
    Sam

    No I have already made the fields mandatory but the problem is only validity fields do not appear in ME31L, ME32L, ME33L for certain users and they do for others.
    Sam

  • Sotck in hand vs Stock required from Scheduling agreement - not MD04

    Hi SAP Guru's,
    1.Currently on 4.6C and client requires a report to view similar to MD04 with capability of multiple materials and vendors and way of summarizing the future requirements and current receipts?
    Right now with MD04 we can see for one material current and future Scheduling aggrements(SA) but does not have a report to tell how many are past due (other than going back to look at SA to view cummulative qty).
    2.Curretly MRP PD is using SA aggrements for the semi-finished mateirals for planning and maintaining Safety stock and Goods receipt date in Material master to control the schedules? as system generated SA quantities vary with high differences - for example weekly requirement for material A is 480 parts from Vendor A and Vendor delivers on plaaning cycle Tue and Thurs and daily end of the day 65-85 Production orders are confirmed and backflush happens and then MRP runs but instead of 240 per schedule it is splitting 360 once and 220 etc i mean the quantities are very high fluctations and vendor cannot delivery these variation of quantities ? needs your input where the issue is happening and also client want to use Reorder point Qty instead which is not in use currently.
    Appreciates everyone time and your help.
    Thanks and Regards,
    Siva Darbha

    No Solution

Maybe you are looking for

  • Update queries (Lumia 620 Black Update)

    Hi guys, I was wondering if anyone on here knew how long it should take between the update geting to the carrier and them pasiing on the update to the consumers? I ask because mysef and others  are STILL without the Update 3/Black update for the 620

  • GT70 won't turn on anymore

    After suddenly turning itself off last night while running a benchmark, my notebook won't turn on amymore. At the time it was running on mains power without battery in. Ive tried disconnecting everything and then  running on battery and was unsuccess

  • How to enlarge Pen Tool?

    When using the pen tool to make a path I can't always tell when the little circle or caret or minus sign is activated so I can close the path, expecially when it's over a color that is similar. I work from 1280 resolution and that may be part of it.

  • Swipe screen inoperative after a short while. I reboot and it will work for a while and then quit again

    Swipe screen in operative after a short while. I reboot and after a while again it is inoperative. Anyone experienced that? BB

  • E-mail Generation

    Hi Can anybody suggest me. Is there a posibility of generating email to external mail  id immediately after creating the notification or work order. I'm using 4.6c version, Client requirement is to generate the e-mail once the work order or notificat