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

Similar Messages

  • 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

  • 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

  • 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

  • Movement type 1-step in Schedule line category for STO

    Hello Experts,
    What is the difference between single step and two step movement type in Stock Transport Order? What is its significance?
    My understanding in case of stock to stock and plant to plant material movements in Inventory management:
    If we use single step, once the goods are issued at the issuing plant stocks are updated immediately both at the issuing plant (reduced) and receiving plant (increased).
    In case of two steps,
    Stock to stock – material will be in <u>stock in transfer</u> for receiving plant once the goods are issued at issuing plant
    Plant to plant – Material will be in <u>stock in transit</u> for receiving plant once the goods are issued at issuing plant.
    Is this the same concept in STO?
                          OR
    What is the significance of Movement type 1-step in Scheudle line category?

    Have a look there
    http://help.sap.com/saphelp_470/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/frameset.htm

  • 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

  • Updation Error in Schedule line category using 'BAPI_SALESORDER_CHANGE'

    HI ,
    I am using BAPI_SALESORDER_CHANGE to Update schedule line category for an order.But the issue is...the entries are updated if it is having single schedule line item,but if more than on item it is giving error in Last Record.
    15192625   000200 0001 2.608.596.065               130,000  21.09.2009 ZX CP
    *15192625   000200 0002 2.608.596.065                 0,000  04.02.2010 ZX CP
    *EV1                  335System error: Schedule line 0002 for item 000200 does not exist
    EV4                  219Sales document 0015192625 was not changed
    i have written the code like below:
    loop at i_ma4_etenr.
              i_salesdocument = i_ma4_etenr-vbeln.
             i_order_header_inx-updateflag = 'U'.
            r_schedule_lines-itm_number = i_ma4_etenr-posnr.
            r_schedule_lines-sched_line = i_ma4_etenr-etenr.
            r_schedule_lines-sched_type = i__ma4_etenr-ettyp .
            APPEND r_schedule_lines TO i_schedule_lines.
            CLEAR : r_schedule_linesx.
            r_schedule_linesx-itm_number = i_y16v_ma4_etenr-posnr.
            r_schedule_linesx-sched_line = i_y16v_ma4_etenr-etenr.
            r_schedule_linesx-updateflag = 'U'.
            r_schedule_linesx-sched_type = 'X'.
            APPEND r_schedule_linesx TO i_schedule_linesx.
    endloop.
            CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
              EXPORTING
                salesdocument               = i_salesdocument
                order_header_inx            = i_order_header_inx
              TABLES
                return                      = i_return
                schedule_lines              = i_schedule_lines
                schedule_linesx             = i_schedule_linesx.
    Thanks in Advance,
    Sateesh Kumar.

    Hi,
    As you are facing error , so check wheather in VA02 schedule line fields have been uploaded or not initially.
    If they are not uploaded then you will be facing the error.
    Otherwise check:
    Did you pass the X fields for the schedule lines properly. As you are changing only the schedule lines, Just pass the SCHEDULE_LINES , SCHEDULE_LINESX Internal tables.
    Please also check whether anything is passed to ORDER_ITEM_INX- UPDATE field. it should be blank.
    May it helps you.
    Regards,
    DS.

  • Sale order -Schedule line category

    Dear Friends
    I have made schedule line category for one of the sale order type as CN .When sale order will get created it will have schedule line category as CN as a default.This was the requirement of the company.When we want the requirement from the sale order any body having the authorisation of VA02  can go to sale order in change mode(va02) & can change the schedule line category from CN to CP.
    Now the requirement is that we want to restrict the user having the authorisation of Va02 from changing the schedule line category from CN to CP.Only authorised person shall be allowed to change the shechedule line category from CN to CP.
    Can we lock this ??
    Regards
    Abaso Patil
    +91 9967578237

    Dear Abaso,
    You may try with "Staus Profile" for Schedule Line Category in Sales Order with
    T. Code: BS02/ OIBS
    As soon as, your Sales Order will be created the same will be blocked with Status as "NR - Not Released". Only the appropriate person with authorization in to his user-profile will able to "R - Release" the same.
    I think, this must ful-fill your requirement.
    Best Regards,
    Amit.

  • 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

  • Error "No schedule line due for delivery upto the selected date"

    Hi Experts,
    I am getting an error while creating outbound delivery for sales order.All items have same item cat and schedule line category,same customer.
    The sales order have three items with delivery date of 18.09.2008.the material stock is available for all three material and there is no planned issue for these material.
    In sales order schedule lines for all three items is confirmed on 18.09.2008. When I create a delivery on 04.09.2008(before the chedule line),it allows to create delivery for the two items but when I create delivery for material 3 on 04.09.2008(before the chedule line),it is giving error "No schedule line due for delivery upto the selected date" .on going to help it gives information that check whether the order item to be delivered contains confirmed schedule line.I checked the confirmed schedule line is on 18.09.2008 (though we have availbe stock on 04.09.2008).
    Kindly guide me how to resolve the issue,here I want to create delivery prior to the delivery/Schedule line date in Sles order.for 2 items it works but for third it is giving error.
    Is it something to do with Material group 5 in material master sales view for the 1 and 2nd mtrl it is 14 days for for the third it is 7 days?
    Sarvesh
    Edited by: Sarvesh Vashist on Sep 5, 2008 5:31 AM

    Hi Experts,
    I am getting an error while creating outbound delivery for sales order.All items have same item cat and schedule line category,same customer.
    The sales order have three items with delivery date of 18.09.2008.the material stock is available for all three material and there is no planned issue for these material.
    In sales order schedule lines for all three items is confirmed on 18.09.2008. When I create a delivery on 04.09.2008(before the chedule line),it allows to create delivery for the two items but when I create delivery for material 3 on 04.09.2008(before the chedule line),it is giving error "No schedule line due for delivery upto the selected date" .on going to help it gives information that check whether the order item to be delivered contains confirmed schedule line.I checked the confirmed schedule line is on 18.09.2008 (though we have availbe stock on 04.09.2008).It allows to create a OBD either I change the delivery date in sales order to 04.09.2008 or create a delivery with delivery date 18.09.208.
    Kindly guide me how to resolve the issue,here I want to create delivery prior to the delivery/Schedule line date in Sles order.for 2 items it works but for third it is giving error.
    Is it something to do with Material group 5 in material master sales view for the 1 and 2nd mtrl it is 14 days for for the third it is 7 days?
    Sarvesh
    Edited by: Sarvesh Vashist on Sep 5, 2008 5:31 AM

  • Sales order we have made schedule line category catCN but still reqt coming

    Dear Sir,
    Sub : For sales order 5000060 line 10 we have made schedule line category as CN but still system is giving requirement against this order (while running MRP T code MD50)
    Details:
    One user has made one FG material delivery with PGI without putting the picking quantity. He had put zero picking qty. When we click PGI button System does not allow to do PGI without putting the picking qty but how he could do it we do not know. Now there is no goods issue material document instead one confirmation of service document is there in doc flow .we can not open this document. if we click display by selecting this document in document flow system gives error - NO document created for confirm service/cancel transaction
    All the delivery fields are gray out. Delivery qty is there in this delivery hence at sale order schedule line tab against the schedule line system is showing delivered qty -2.
    Goods movements status is B- partially completed.
    Also system is not allowing to reverse the delivery- it is saying-no data available for this selection criteria. Hence we are not able to do delivery against this item. Hence we have created sale order line item 20 & transferred this stock to line item 20 & did subsequent transactions.
    Now system giving requirement for line item 10 .We have made schedule line category CN still system is giving requirement against delivery number  in T code -MD 50 against sale order line item- there is customer order ,delivery, production order .delivery number never comes in MD50 .it is giving requirement against delivery.
    Kindly let us know how to stop the requirement to generate from this sale order line item
    Also kindly let us know how user could make this & how this might have happened & how to restrict this in future.
    Regards

    Dear Sir,
    When we create a sale order default sch line category is CN after few days (there is a specific reason) we change it to CP & run MRP
    In this case we made the product by doing this but while doing delivery .user did some mistake & did PGI without picking qty in delivery.Now this qty is in delivery but there is no material document that stock has not yet moved .Since there was a problem in the delivery we have trasfered this stock to sale order line item 20.& did further transactions.
    Afte this we did schedule line cat from CP to CN
    But in MD50 system is giving the requirment against sale order ,delivery
    Regards

  • Question on Schedule Line category in Sales Order not relevant to MRP

    Hi experts,
    I want to know whether the sales order having any schedule line category like CP, CN, etc will not be relevant for MRP. In other words, If I do the MRP run for the Sales Order Requiremnt having any Schedule Line Category in particular will not generate any procurement proposals like Planned order/ Purchase Requisitions. Please advice me on the same.
    Regards
    Brijesh

    Dear Brijesh,
    Please find some info related to scheduled lines below,
    The various schedule line categories are controlled in different ways:
    The schedule line AT in inquiries is used only for information.
    No requirements are transferred and no availability check is carried out for the schedule lines BN and CN.
    Requirements are transferred and the availability of the material is checked for the schedule lines BP and CP.
    No stocks are managed for the schedule line categories BT, CT and CX. No goods issue is posted for the categories BT and CT. However, goods issue is posted for CX.
    The schedule line categories BV and CV are controlled in the same manner as the categories BN and CN. However, requirements can be passed on for analysis purposes.
    Goods receipt is posted for the schedule line DN in a returns document.
    The schedule line categories CN, CP, CT, and CV are relevant for delivery; the other schedule line categories are not.
    *Control Elements for Schedule Line Categories
    Different schedule line categories are permitted according to the sales document type and item category you are using. You can use control elements to tailor the schedule line categories to meet the special demands of your installation. You can also define new schedule line categories.
    Hope this helps.
    Thanks
    Murtuza

  • Schedule Line Category - sales order

    Hi All,
    I have 2 sales orders with the same material in the item shows 2 different schedule line categories.
    For example:
    Sales order 1 with Item A  - Schedule line category - CB
    Sales order 2 with Item A - Schedule line category - CN
    What could be causing this? Nothing has changed in the material master.
    Any input would be helpful.
    Thanks,
    Meghna

    In both the sales orders--- is the delivering plant is same or not??(pl check)
    Apart from the above suggestions--pl check whether this material has been maintained with different MRP types in different plants.
    Yes it is possible-
    1.a same item can contain two different schedule line categories either in one sales order if maintained in different line items or
    2. In different sales orders...
    If a item has been maintained with two different MRP types in different plants--then different schedule line categories can be determined.
    Pl update us.
    Phanikumar

  • Schedule Line Category F1 Item Category TAN Movement type 632 Customer Pick

    Hello SAP guru's !
    I have a question regarding MM/SD/QM integration. We are running SAP ECC6 latest support pack level.
    Scenario:
    We process Consignment Fill Up and C. Issue (631/633) movement type respectively on a regular basis.
    Our Customer has found stock that we have provided to them as Un-usable. We would like to Process Consignment Pick Up to return the materials to our our stock via Delivery with Schedule line category F1 and item category TAN using movement type 632.
    Current process works well, but we would like to have the 632 movement type post stock into "Quality inspection" via inspection lot type 05 for example.
    We cannot find where in SD/MM/ or QM to make the settings to link such a process.
    All help is greatly appretiated !
    Thank you, Dave

    Dear Dave
    Go to material master, select Quality Management view and click on Insp.setup.  You will see a screen with various selection options.  Press F5 and maintain 06 on top under the tab [InspType]  and save.
    Now try to do PGR so that the stock would be blocked for quality clearance.
    Alternatively, you can also maintain the movement type 655 to your schedule line category F1 in VOV6.
    thanks
    G. Lakshmipathi

  • Why schedule line category must needed

    Hello Experts,
    I gone through several threads in the forum but still confused.
    I got the info like...
    It confirms the
    1. confirmed date of delivery
    2. confirmed quantity of del
    3. Availability check
    4. Transfer of requirement
    a.purchase requisition type
    b. delivery block
    c. movment type of goods
    The Schedule line contains the delivery date and quanitity in a slaes document item. This is only a one line explanation for your understanding purpose only.Tcode VOV6.
    Now please kindly explain me with an example without slc what will not happen.
    one Item can have many schedule lines . Why we need many SLC for one item please tell me with example.
    Thanks in advance for all the replies

    Hi,
    If you take a sales order document, it is divided into three parts:
    Header Level information :
    This consist of the overall information of the sales document, for example Net value of the sales order and the like.
    Item level information :
    This consist of information at item level, like Item 1 has a material with a net price so and so, item 2 has another material with another net price and so and so.
    Schedule line information :
    This gives the information of the time a sales order has to be delivered to the customer, to view this select the item you want to view and to the menu under item >> Schedule line. This date is actually calculated from the delivery date in the Sales document.
    Schedule line Agreement :
    Use the T.code VA31 (and choose Scheduleline agreement) : This agreement lets you to predetermine scheduling of different materials with in a given period of time (This is same like the other contracts).
    First enter the material with quantity say for example Material 1 Qty: 100, go to Edit from the menu >> Item >> Schedule line
    There select within the time period defined two dates, say for example on 12: 01: 2005  40 quantity and on 13: 01: 2005 rest 60 (The qty has to be same as the one in the sales order) .
    Once this is done you have created a schedule line agreement.
    Call this agreement in your sales order (with reference) and use them.
    Imp: You will be able to deliver only 40 qty on the 12th and 60 qty on the 13th, even though the sales order is for qty 100
    Best Regards,
    Amit.
    Note: Schedule Line Category is also needed for Movement Type Determination and Availability Check.
    SM30 - Table View - V_TVEPZ -> Assign schedule line categories
    First check the Proposed schdule line category (SchLC)   - double click on the line item
    VOV6 - Maintain the schedule line categories - double click on the line item
    For example, you can control the default returns movement type.
    651 - two steps - with a transfer posting using 453
    653 - one steps - direct post to unrestricted used
    Control the Transaction Flow (tick to activate the function)
    transfer of requirement
    for availability check for sales
    production allocation active

Maybe you are looking for