Requirment class & Procedure for each schedule line category

Hi all,
In requirment class we have a switch on/off indicator for avai check and TOR.In define procedure for schedule line category also we have the same.
If I dont want the system to carry out availabilty check, I can switch off the indicator in requirment class or at schedule line category.
My question is why we have these indicators in 2 places.
It is written we can fine tune these settings at Define procedure for schedule line category settings
Could anyone explain in details with Business scenarious
Thanks in advance
Mano

Hi,
1. Availability check at Requirements Class level -
The requirements class contains all control features for planning such as relevance for
planning, requirements planning strategy and requirements consumption strategy.
In addition, it is specified at a global level whether an availability check is to take place for
the material in the sales and distribution documents on the basis of the ATP quantity
(ATP = available to promise) and whether requirements are to be passed on.
2. Availability check at Schedule line category level -
A finer degree of control can be obtained for sales documents using the schedule line category.
Replenishment lead time is only included in the check performed on the basis of the
ATP quantity.
You can control with the schedule line category whether an availability check and
transfer of requirements should be carried out in the sales documents.
Note -
1. At the global requirements class level, the availability check can only be switched on in combination with the transfer of requirements. At schedule line level, the settings are proposed from the requirements class.
2. If the availability check is switched on at requirements class level, it can be switched off at schedule line level. However, you cannot switch on the availability check at schedule line level, if it is switched off at requirements class level. You can make this setting at schedule line level. But the system ignores it and the setting for the requirements class applies.
3. Also, at schedule line level when the availability check is switched on, the transfer of requirements can be switched off. For example, this makes sense for inquiries or sales information.
4. The settings specific to schedule lines for performing an availability check are only relevant for sales documents. In the shipping documents, the settings from the requirements class and the delivery item category are used. As with the schedule line category, the availability check can be switched off as required in the delivery item category.
regards
bhaskar

Similar Messages

  • Split delivery for each schedule line

    Hi,
    We have a requirement to split deliveries for each schedule line in the order.
    For example: I have an order with one line item which has 2 schedule lines. If the schedule line date on one is 01/29 & the other is on 01/31, and the delivery due list VL10A is run with a range 01/29 - 01/31, it picks both the schedule line & combines them into one delivery.
    Is there a way by which we can force them to create 2 different deliveries (as it would if the delivery due list was run for each day at a time).
    We created a data transfer routine (deliveries), and populating ZUKRL with schedule line date & that doesnt solve the problem since the routine is triggered once for each sales order line and not for schedule lines.
    SAP reverted back that this is standard SAP behaviour to cumulate all due schedule lines into one delivery, but I would like to know if anyone has any other solution ?
    Thanks in advance!

    First of all you have to use VL10E to create deliveries, since it creates one delivery item for each schedule line.
    Then play with your own delivery role copied from standard profile 0201:
    you can trigger 3 different flags to reach your goal:
    Cumul. Rule: Rule for calculation of quantity to be delivered
         There is a field that contains a cumulated quantity in delivery lists
         with item or schedule line views. The quantity at which the list line
         (document item or schedule line) is delivered is defined in this field
         when it is selected and the delivery process is started in the
         background. The value is a default and can be changed by manually
         processing the delivery list on the item or schedule line level.
    SplitSchedLine: Rule for creating one delivery item per schedule line
        In a delivery list in item view with multiple schedule lines, you can
        decide for the same document item whether you want to generate one
        delivery item per schedule line or whether you want to deliver the
        cumulated quantity of the last schedule lines selected.
    LimitSchedLine:  Allow constraints on schedule line level
         You can use this indicator to limit selection o
         delivery when
         o   Delivery due date and/or
         o   Planned goods issue date and/or
         o   Route schedule
         does not fall within selection range.
    This should help you to solve your problem.
    pls. reward points if helpful
    Regards
    Roberto

  • Show Order Qty, Shipped out Qty, Open Qty for each SCHEDULE line of Orders?

    HI Experts,
    I need to show the
    Order Qty
    Shipped Qty
    OPEN quantities(Un Shipped quantities)
    at each SCHEDULE line level for all Sales orders.
    So, am pulling the date like,
    Order qty from VBEP-WMENG and
    Open Qta from VBBE-OMENG
    Then am calculating like,
    Shipped Qty =  VBEP-WMENG - VBBE-OMENG
    But, still some SCHEDULE lines r missing in VBBE table!!
    so, pls. let me know that,
    1) Is there any other alternative ideas for my requirement?
    2) Why some SCHEDULE lines r missing in VBBE table?
    thanq

    Try this function module:
      CALL FUNCTION 'RV_SHIPMENT_VIEW'
        EXPORTING
          shipment_number       = tknum
          option_tvtk           = 'X'
          option_ttds           = 'X'
          language              = sy-langu
          option_items          = 'X'
          option_stawn_read     = 'X'
          option_segments       = 'X'
          option_partners       = 'X'
          option_messages       = 'X'
          option_package_dialog = 'X'
          option_flow           = 'X'
          activity              = 'V'
        IMPORTING
          f_vttkvb              = vttkvb
          f_tvtk                = tvtk
          f_tvtkt               = tvtkt
          f_ttds                = ttds
          f_ttdst               = ttdst
        TABLES
          f_vttp                = i_vttpvb
          f_trlk                = i_vtrlk
          f_trlp                = i_vtrlp
          f_vtts                = i_vttsvb
          f_vtsp                = i_vtspvb
        EXCEPTIONS
          not_found             = 1
          delivery_missing      = 3
          OTHERS                = 99.

  • How to create diferents deliveries for each schedule line

    Dear gurus,
    I have sales orders with many schedule lines in order to deliver in diferents dates. We need to create all the deliveries together but each schedule line needs to be in a diferent delivery with the corresponding delivery date.
    I analiced the customizing about pool for delivery creation (VL10) but all I can change is for display and can not change the way the delivery is created. If we select two schedule line with diferent dates, the proccess create only one delivery with the total quantity and the first date of delivery.
    Anybody knows some way to make the proccess create individual deliveries from diferents schedule lines?
    Tanks in advance!
    Marina.

    Hello Marina
    I hope you are using VL10E. Did you try working with Delivery creation date (range) and Delivery Date calculation rule? For example if you go for a value of 2 for the CalcRuleDefltDlvCrDt ('Rule for determining default value for deliv. creation date), then system will consider only those sched lines which are to be delivered today and tomorrow.
    You also have the possibility of setting up your own routine for CalcRuleDefltDlvCrDt.
    Thirdly SAP has suggested a solution for Scheduling agreements ( valid for releases upto 4.7). In this SAP has suggested solution 4 for ensuring all schedule lines are not delivered together. You can customize the code to include Sales orders ( in stead of Sched Agreements)  in your case. Though it is for release 4.7, I think you can use the smae concept in ECC also.
    137937 - SD scheduling agreement: Delivery split for each schedule li
    Check it out and let me know how it goes. Good luck.

  • Delivered quantity for each schedule line

    Hi,
    Our scenario is that we have an order for each order's each item we can have multiple schedule lines, when any of the schedule line is delivered the delivered quantity colum is updated, the schedule lines table in VBEP but the thing is it doesnot have the delivered quantity, system calculates it at runtime or may be it is keeping it in some other table.
    I hope some body can help in this regard.
    Thanks
    Khusro Habib

    It is a calculated value, not a value of a table field. Also, it may lead to wrong results if you don't pay attention to this description of the field here under in bold.
    Delivered quantity in sales units
    The quantity from the schedule line that has already
    been delivered.
    Use
    When there is more than one schedule line for an item,
    the system distributes the total delivered quantity for
    the item across the schedule lines according to the
    sequence of their delivery.
    Example
    A sales order item has three schedule lines, each with
    an order quantity of 50 pieces. You make two subsequent
    deliveries: the first for 20 pieces, the second for 60
    pieces. The delivered quantity for the first schedule
    line is 50 pieces, for the second 30 pieces, and for the
    third zero.
    If you delete the first delivery (20 pieces), the
    delivered quantity for this schedule line is still 50
    pieces. However, the system reduces the delivered
    quantity for the second schedule line to 10 pieces.

  • User exit for va01 to validate the value for schedule line category

    Hi All,
    Pls tell me which user exit i used for to validate schedule line category for tcode VA01 .suppose i have two value in scedule line category CP and CN. but when user enter CP it will show warning message that CN is default or pls enter valied value.How to do in user exit.
    Nitin K

    Hi Nitin
         Try userexit_move_field_to_vbep in MV45AFZZ
             or userexit_check_vbep in MV45ZAFZB.
           check vbep-ettyp for the schedule line category and write the logic.
    Kuntal

  • User exit for va01 (schedule line )

    hi all,
    Pls tell me how to use user exit in va01.when user add material and select schedule line for that material he has to add CP/CN .but when user put CP it will give message that CN is default pls enter CN.like these msg i have to give.pls give me solution.
    Thanks,
    Nitin

    Hi Nitin
         Try userexit_move_field_to_vbep in MV45AFZZ
             or userexit_check_vbep in MV45ZAFZB.
           check vbep-ettyp for the schedule line category and write the logic.
    Kuntal

  • Account assignment in schedule line category for third party sale

    in settings for schedule line category CS -for third party sales, in the field Account Assignment category we assign X-all auxiliary account assignment.
    what is the purpose and reason for using account assignment category in third party and at what point of time this comes into picture in third party sales process

    Hi Sudha A,
            Procureement against customer requirement will be booked against cost or expense account. So when creating PO, this account assignment category is determination factor for respective G/L accounts in MM.
    - Account assignment category will have general modification assigned. in MM account determinatoin OBYC settings-
    Valuation group code(this needs to be confirmed) + General Modification + valuation class determines G/L account.
    This is how G/L account will be displayed in PO - item level - account assignment tab.
    To see the settings in account assignment category - check the help of the field & choose customization & observe in details.
    Hope it clears,
    Regards,
    Reazuddin MD

  • Schedule Line Category for MTS material

    Hi All,
    I am working on the MTS (make to stock) scenario. The MRP type being used is VM - Automatic reorder point planning" as the client wants the system to calculate the reorder point dependng upon the consumption.
    I have used MP30 to calculate the reorder point. As far as the sales order is concerned, when I enter the MTS material & check the schedule line category determined is "CV - consumption MRP".
    I check ed in VOV6 & CV is not relevant for Transfer of requirement & Availability check. I changed CV to CP & now the system is carrying out the availability check & transfer of requirement.
    Have I done the right thing, will the system record the consumption of the particular material? In the material master I have used W in the period indicator & used forecast type as "G".
    Is the shcedule line CP correct ot wormg.? Please also explain me what is the use of schedule line "CV".
    With best regards,
    Niyaz Sayyed.

    Dear Niyaz Sayyed
    The schedule line categories BV and CV are Consumption based MRP and controlled in the same manner as the categories BN and CN. However, requirements can be passed on for analysis purposes.
    For more information on this, check this help link
    [Consumption-Based Planning |http://help.sap.com/saphelp_47x200/helpdata/en/f4/7d255644af11d182b40000e829fbfe/frameset.htm]
    thanks
    G. Lakshmipathi

  • Regarding Schedule line category for Reverse delivery

    Can any one pls let me know what will be the schedule line category for reverse delivery after cancellation of invoice?

    FYI-
            reversal of delivery only reverse the stock & accounting doc's. To do this seperate mov type is used which is linked with the actual Goods issue mov type i.e. 601 ( ref: Tx-OMJJ)
    for every mov type there is reversal mov type is assigned to reverse the transaction.
    for reversal no schedule line category is required.
    Regards,
    Reazuddin MD

  • Requirement type and Schedule line category

    Hi SD Gurus,
    1)  Please let us know, where to see the Requirement Type (Control filed of Availability check and TOR) in the sales order. I dont remember now and I knew that we can change the Requirement type in sales order, while creating the same.
    2) In the Intra-stock transport order (stock transfer between Plants with in a company code), how the schedule line category NN is getting determined and what is the purpose of this schedule line category? 
    Please advice on both the doubts...
    Regards,
    Manivannan R

    HI,
    Schedule line category determined in the combination of MRP type and ITEM Category(MRP will be maintainedin the material master and the item category will be determined in the combination of Sales doc typitem ct grpusagehlev.,itmcatdef.,itmcat+man.,itmcat) and the use of this item category NN is stock will be transfer frm sloc to sloc within a plant and for more info check tcode OMJJ take help of MM consultant.
    Regards,
    kishore.

  • Change Schedule Line category through user exit - Issue with transfer of requirements

    Dear All,
    There is a user exit in Sales Order program MV45AZZ - PREPARE_TO_SAVE . It is currently being used to implement code to change schedule line category based on the status of the sales order.
    When Blocked , category is set to ZP, and when Released then it is set to CP.
    Now, when we change ZP to CP manually through VA02, I am able to see the requirements transferred in tcode MD50.
    The problem is, when user changes status of sales order from blocked to released, the userexit changes categories from ZP to CP, but the requirements are not transferred ( cannot see it in MD50 ).
    I tried searching the SCN, tried googling it, its been a week now and I havent found any clear solution.
    So, far what I understood is Availability Check needs to be carried out again. But I am not clear how to trigger it again.
    Are there any indicators that need to be set or any internal tables to be updated or any FM to call or any other user exit to place the code in.

    ?? Any suggestion friends ?

  • Schedule line category for cash sales

    Hi guru's
    here i have a small query wat is the schedule line category for cash sales
    regards
    srinivas

    Hi,
    The schedule line catagory for the Cash Sales is CN- No MRP. As the cash sales dont need MRP the materials has to be delivered and invoiced immediately.
    Hope this is clear
    Reward if helps.
    Manoj

  • Schedule line number determination - Schedule line category CP(MRP)

    Hello All,
    I want to know on what basis schedule line numbers getting determined.
    Schedule line category: CP-MRP
    Sales order line items getting confirmed based on the Planned order--> production order created through MRP run.
    I have created sales order line item 1 with 100 quantities. for example I created today. RDD also today.
    3 production order created.
    Those production orders confirmation date as below.
    Production order 1 - 60 quantities - 14.04.2014
    Production order 2 - 30 quantities - 16.04.2014
    Production order 3: 10 quantities - 18.02.2014.
    There are four schedule lines for the line item 1.
    All the 4 lines showed as per the confirmation date order.
    But the schedule line numbers are not as per the above order.
    For example,
    Schedule line number   ----- delivery date ----- Confirmed qty
    1.                                         09.04.2014            0
    3.                                         14.04.2014            60
    2                                          16.04.2014           30
    4                                          18.04.2014            10
    On what basis this schedule numbers getting determined? Is there any standard procedure ?
    Why schedule line numbers not inline with the confirmed date?
    Let me know if you need more information.
    Thank you.
    Regards,
    Rakkimuthu C

    Hi,
    Schedule line number is the number that uniquely identifies the schedule line .
    Use When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines.
    Note The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
    The schedule line number will get created automatically by the system. I hope this will clarify your doubt. Thanking you.

  • Multiple Schedule Line Category significance

    Hi,
    I am a SAP SD newbie..  I am not able to understand the significance of Schedule line category..
    Each item can have multiple schdule line caterories.  But why would we need multiple of these.
    Sap manuals are not very clear on the need for multiple schedule lines especially since they are automaticall determined.
    So clarification would help me understand the concept..
    Thanks
    Kevin

    Significance of Multiple Schedule Lines is that if the complete stock is not available at a given point of time & Partial Delivery allowed. For Example, Sales Order is for Quantity 100 (Partial Delivery allowed) & ready stock issay 30, which can be delivered on required delivery date & balance 70 may be available after 10 day. so there will be multiple schedule line, the first schedule line as not confirmed sales order on say 17th Jan, second schedule line as confirmed sales order of 30 on 17th Jan & third schedule line as confirmed sales order on 27th Jan.
    Alternatively, customer places Sales Order of say 100 & provides an schedule say 25 numbers on 17th Jan, 25 numbers on 24th Jan & so on..., so accordingly schedule lines can be maintained.
    Regards,
    Rajesh Banka
    Reward points if helpful.

Maybe you are looking for

  • Mac mail now quitting with IMap plug-in

    I thought my Mac Mail problems were over. But lately, Mac Mail is now quitting with the IMap plug-in. This started to happen yesterday.  Why is it still quitting with alternate plug-ins.  Here's my console report, like I did last time. 8/14/14 7:13:2

  • CUE 8.6.6 Licence

    Hi, I have SM-SRE-710-K9 and would like to add 10 more mailboxes, I have two quantities of FL-CUE-MBX-5. But I cannot find where to add license and does it require additional hardware (Hard drive) for this? se-10-115-82-3# show license Index 0 Featur

  • Table Control in Custom Infotype

    Hi Everyone, I have created a custom infotype 9200 where i have four field bunching (zband01, zgrade01, zcurrp01, zrmrks01, zbandp02...upto 10 repeations) in PS9200 structure. I have created another structure ZQ9200 with just the above four fields in

  • Edit to Tape... intermitant error with start T/C

    Having a problem using assemble & insert edit.. when outputting using Edit to Tape with a start T/C at 01:00:00:00, the first frame often starts at 00:59:59:24 (PAL so that's one frame early).. doesn't happen all the time, but enough to be really ann

  • How to check CPU useage ?

    Dear Team I have one procedure which is executing daily two times(i.e morning run and evening run) In morning run it's executing around 150 mins and evening run executing around 25 mins. It's happening for all procedures executing in longer run in mo