I cannot enter new Schedule lines in item level

hi.,
while creating sales order, i want to  split the Schedule lines in item level for running MRP. i cannot enter new Schedule lines in item level. at present the system is not allowing in sales order
Regards.,
Lakshmanan.S

Hi,
Will you let us know what is the error message system is giving ?
Regards,
Amrish Purohit

Similar Messages

  • Difference between sales order schedule line and item level data

    Hi All,
    Could you please let me know what is the difference between sales order schedule line and item level data?
    Thanks,
    Ramya

    Hi Ramya,
    Sales order schedule line contains del date, order qty, rounded qty, confirmed qty, delivery qty, schedule line category, purchase requisition etc.,  ie It contains the full details of sales order data with respect to the scheduled line of delivery.  The total quantity of a sales order item can be subdivided into schedule lines that contain the various subsets with the corresponding delivering dates.
    Sales order Item level data contains details of the item in the sales order like material code, net price, net value, UoM, PO details, reason for rejection if any, material group,billing date, plant etc., ie this
    contains the full details of item irrespective of scheduled line.
    Regards,
    R. Senthil Mareeswaran.

  • Adding a new schedule line for a line item using bapi_po_change

    hi experts,
    can i know how to add a new schedule line for a line item using<u> bapi_po_change</u>. what are the parameters that need to be filed. i filled poitem with total quantities and poschedule table with 2 different schedule lines and passing as the parameter.but then i get the error saying item 0000 doesnt exist

    Hi,
    Please check if you have properly populated the following fields in POSCHEDULE:
    PO_ITEM
    SCHED_LINE
    and the other fields required for your schedule line such as delivery date and quantity, etc.
    After that, make sure to properly populate fields in POSCHEDULEX:
    PO_ITEM -> same value as found in POSCHEDULE
    SCHED_LINE -> same value as found in POSCHEDULE
    All other values populated in POSCHEDULE should be ticked as 'X' in POSCHEDULEX.
    Kind Regards,
    Darwin
    Kind Regards,
    Darwin

  • Unable to enter multiple Schedule lines for BOM material in Sales Order

    Hi All,
    We have a Sales Order where in which we cannot add additional schedule lines for BOM material.
    The schedule lines are greyed out, user was able to add schedule lines earlier.
    I have checked all assignments in VOV6, VOV7 and everything seems to be fine and no changes have been made to item category being used.
    Please provide a solution for this.
    PFB link in which similar situation posted in this community but the final resolution method is not discussed.
    http://scn.sap.com/message/13201504#13201504
    Regards,
    Samiksh

    Hi Samiksh,
    Pls check for that particular customer, only complete delivery allowed(c) is set in the CMR or CMIR. If so, you can't enter multiple schedule lines for that customer.. it would be grayed out in the sales order schedule lines except confirmed line.
    or check the problematic sales order at item level shipping tab if the par del/item is set to 'C'
    With regards
    S.Siva

  • V1 631 - You cannot enter new delivery costs

    Recently we upgraded from 4.6C to ERP 2005 ECC 6.0.Since the upgrade, we have noticed an issue in ME22N. Once you perform invoice verification on a purchasing document, you can not add any new conditions or change any existing conditions. You get message V1631 - You cannot enter new delivery costs. The purchasing document has not had Goods Receipt done on it, only Invoice Receipt. I even tried reversing the Invoice Receipt and then adding/changing conditions, and it still gives me the message noted above. Please advise.

    Dear Jamie,
    below is the sap explaination to your question:
    Is it possible to change or add delivery costs in the purchase order after a goods receipt has been executed?
    Answer:
    No, this should not be possible. The system generates error message V1631 'You cannot enter new delivery costs' (V1631). Important: If your system does not behave in the manner described, this is an error that can be corrected using Notes 187694 and 196884. This affects the earlier Support Packages of Release 31I, 40B, 45B and 46B (you will find more detailed information in the two notes mentioned).
    For the changeability of delivery costs after an invoice receipt, see Note 651798 and Note 720191, or Note 549408.
    The existence of held delivery cost invoice documents must be checked manually and has to be considered.
    Delivery costs must not be entered again or changed if all follow-on documents were cancelled for the purchase order item, unless there were no delivery costs for the posted documents. Otherwise there is no guarantee that continued processing will run without errors.
    If you change the Customizing for existing delivery costs, the system does not read this either in a purchase order with an existing goods receipt. The new Customizing settings only take effect when you create a new purchase order.
    Of course, the condition values of time-dependent conditions can still be changed even after a goods receipt has occurred.
    Please note:
    The restrictions on changing delivery costs as described above have only been developed over time. This is not due to changed functions, rather previously we did not know that making changes could sometimes lead to subsequent irreparable errors.
    In particular, when you post invoices for delivery costs, the logic considers delivery costs that have already been posted (even if they have since been cancelled) AND the data for delivery costs from the database (as displayed in the purchase order). During processing, you have no way of knowing if this information is no longer compatible, nor any way to discover the cause, and this leads to incorrect processing.
    You should therefore proceed as follows:
    If delivery costs were entered incorrectly, you must cancel all related purchase order items (reverse all documents) and enter a new purchase order item with the correct delivery costs. Otherwise, there is no guarantee that further processing will be correct.
    If your delivery costs are changed regularly, you should use master conditions.
    Additional note:
    If you have manually changed or maintained conditions in the purchase order, under certain Customizing settings when you run a new price determination after a goods receipt, a condition may be determined twice. For more information, see Note 456691.
    Regards
    Rajesh

  • Create new schedule lines

    How to create new schedule lines for existing item programatically using bapi or function module?

    Hi,
    Check if this link helps you:
    http://forumsa.sdn.sap.com/search.jspa?threadID=&q=createschedulelines&objID=f50&dateRange=lastyear&numResults=15&rankBy=10001
    Regards,
    Swarna Munukoti.

  • How to add a New schedule line and update the order quantity?

    Hi all,
       I have to add a new schedule line in VA01/VA02 so that when ther is partial confirmed quantity against a schedule line, we have to create a new schdule line based on the existing so that it will contain confirmed in one and unconfirmed in the other.
    The schedule line will split once the user go to Header data screen in VA01/VA02. So I used USEREXIT_MOVE_FIELD_TO_VBAK  user exits in MV45AFZZ include program.
        I splited the order quantity against the confirmed quantity and added it as new schedule line in the XVBEP internal table and update UPDKZ flags for XVBEP & YVBEP.
      Could anyone tell me is there any other way to do this without updating XVBEP? Because it is affecting some other place because of index table is not updating. How to you think use if update xvbap-etenr_high and update index table IVBEP1 for new line insert into XVBEP instead directly inseritng it into?
    My code as follows:
    xvbep-WMENG = t_temp-WMENG .
    modify xvbep TRANSPORTING WMENG.
    t_temp1- ETENR = '0002'.
    if SY-SUBRC <> 0.
      t_temp1-UPDKZ = UPDKZ_NEW.
      modify xvbep TRANSPORTING WMENG UPDKZ.
    endif.
    With Regards
      Raj

    Have you got thru this one if so please provide me with the solution as i got the same req' ..

  • Message no. V1631-You cannot enter new delivery costs

    Hi All,
    before posting this issue i have searched and could not found the correct thread.
    system: ECC: 6.0
    Scenario1: Inter company STO with import process
    PO created and delivery created and TO created and confirmed and PGI done.and SD invoice done
    After this foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction which will update the delivery costs into PO through BAPI_PO_CHNAGE
    here i am getting the above error Message no. V1631-You cannot enter new delivery costs
    but when i am adding delivery conditions manually in ME22N system accepting
    scenario2:
    PO created and delivery created and TO created and confirmed
    foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction
    successfully updating delivery conditions  in PO
    scenario 3:
    PO created and delivery created and TO created and confirmed
    Foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction
    successfully updating delivery conditions  in PO
    PGI done and SD invoce done and GR completed
    After that trying to add delivery conditions and getting the same error
    Question: why i am not able to update the conditions through BAPI and i am able to update conditions in ME22N manually in scenario1??
    Thanks
    Kiran

    Hi ajit,
    Getting issue after PGI. no GR done.

  • How to add a new schedule line?

    Hi folks,
    Please help to tell me is there any user exit can be used for adding a new schedule line? I want to keep the old first date data, add new shedule line with new updated schedule line date. Pls. help to advise how to do it in VA01/VA02 ?
    If i simply use the following update statement in MV45AFZZ, then the first date will be updated by the new Schedule line date, which is not what i want. (Since new order always the First line "0001" will get updated)
    xvbep-edatu = t_temp-edatu .
           modify xvbep TRANSPORTING edatu "UPDKZ
                         where posnr = t_temp-posnr
                           and ETENR = '0002'.
            if SY-SUBRC <> 0.
               modify xvbep TRANSPORTING edatu "UPDKZ
                            where posnr = t_temp-posnr.
            endif.
    Tks,
    Jenny
    Message was edited by:
            Jenny Zhuang

    Hi Ferry,
    Many thanks for the reply. But i still have the question, seems the user exit 'USEREXIT_CHECK_VBEP' in 'MV45AFZB' is used for addtional checks on the schedule line, my questions is how to add a new schedule line? It maybe very difficult. so is it possible to change the configurable Sales order's Finish Date for it's production order, and force it to generate a new schedule line?
    Tks,
    Jenny

  • Import PO error - You cannot enter new delivery costs

    Hi Guru's,
    I hv created import PO with 10 qty and done the custom MIRO, later i cancelled the custom MIRO.
    Now i am trying to add  or Delete any condition in PO, System is giving below error.
    You cannot enter new delivery costs
    can anyone suggest.
    Regards
    Rahul

    Hi,
        early explains in OSS note 549408:
    After an occurred invoice receipt the change of delivery costs is not allowed in the purchase, either, as information for the correct process are no longer available and the postings can no longer or not without errors be carried out, particularly after the deletion of posted delivery costs for subsequent cancellations or invoices.
    SAP has identified that the thing you want is a source of inconsistencies, hence SAP has fixed their programs to not allow this situation.
    Thanks & Regards
           Lokesh

  • Cannot enter new delivery costs

    Hi All,
    I am trying to enter new delivery cost after good receipt, but system throwing error You cannot enter new delivery costs Error No. V1631. To over come this I have reverse GR document completly, but still I am not able to add new delivery cost.
    Kindly help me...........

    When you get the error in the PO , double click on it , the explanation is given there.  It says that Adding/changing the condition type/ value would lead to possible  differences In the GR IR Clearing account  .
    I
    check note : 456691
    Can I change conditions after the GR/IR has taken place? Is it still possible to carry out a new price determination process at this stage?
    Answer:
    You can no longer change the delivery costs after the GR has been posted.
    If you have implemented Note 549408, you cannot change conditions that have the category "B" ("Delivery costs") after an invoice has been posted or parked either.
    If you change data in the PO and this data usually triggers a new price determination process of the type "B" or "C", the system does not execute this automatic price determination if a GR or an IR has already been posted.
    For further information, see Note 457511, question 3.

  • A new schedule line with net price zero but custom duty non-zero value

    Hello,
    I have a special requiremnet in MM scheduling agreement, for a specific type of scheduling agreement, I am copying a schedule line to a new schedule line. The new schedule line should have all the pricing and duty values from the old schedule line, except the net price of the new schedule line should be zero.
    I am able to make the net price zero in the new schedule line, but not able to copy the custom duty values from the old schedule line. Since my netprice is zero in the new line, it automatically set all other follwoing duty values also to zero.
    Say example a scheduling agreement: A has two line:
                                                                                    Condition Type           %                    Total Value
    scheduline line 1 -  with pricing values                  PB00                                                  200  USD                                                                               
    Cond1                         5                       10  USD
                                                                                    Cond2                        10                      20  USD
                                                                                    230  USD
    expectedd result i the new schedule line
    scheduline line 2 -                                                  PB00                                                  000  USD                                                                               
    Cond1                         5                       10  USD
                                                                                    Cond2                        10                      20  USD
                                                                                    30  USD
    I am trying to overwrite the condition values using the FM RV_CONDITION_COPY, but  I am not getting the desired result.
    Please let me know if you have any solution to my requirement.
    Best Regards,
    Amarjit Singh

    Hello Colleague;
                                                                                    In Standard the schedule lines cateogory CV is activated for 'Req./Assembly' and 'Availability'.                              
    Please, make this adjust and re-test you process.
    Regards
    Ruy Castro

  • Adding new field in ME21N items level NO ADDITIONAL TAB or SUBSCREEN

    Hello Gurus!!
    I have a requirement where I am just trying to add a new field ZZ*** at Item level in ME21N (and no new tabs please)
    I got the modification key and now wat i see is that in screen 1211 SAP has some field mappings with metadata.
    Refer to Include LMEMFSF0T.
    Can you please help me how sud i proceed or  wat can be an alternate way out to solve.
    regards,
    Prasenjit Singh Bist

    Hi,
         Another way of doing the same is to use screen-exits for the transaction. You can use the standard enhancement MM06E005 in SMOD for the Purchasing related custom fields. You can add the fields in the screens 0101, 0111 of program SAPLXM06 to get the fields in the tab 'Customer Data' at header level and item level for ME* transactions.
    EXIT_SAPMM06E_006 
    EXIT_SAPMM06E_007 
    EXIT_SAPMM06E_008 
                        are the function modules where u need to do the coding.
    and the fields u have added need to be included in the  includes
    CI_EKKODB
    CI_EKPODB
    of EKKO and EKPO for header level and item level respectively.
    Regards,
    Vishnu Priya
    Message was edited by:
            Vishnu priya
    Message was edited by:
            Vishnu priya

  • How to make a mass change for incoterms of a scheduling agreement at item level.

    Hi SAP Guru,
    There are many wrongly assigned incoterms in the scheduling agreement at item level by a user exit which was implemented recently in production. May i know if there is any way that we can revert those changes back to the original incoterms via mass change? I've tried to search over the internet and it seems like there is no posting about this issue before. Please help urgently. Thanks in advance.
    Regards,
    Shawn

    You can use the following sample to develop your usecase.
    Here, we would show menu items only for the nodes at level 3.
    You can also download the entire sample based on POJO at
    http://adfsampleapplications.googlecode.com/svn/trunk/TreeSampleApplication.zip
    The code is self explanatory.
    Let know, if you have any specific questions.
    <af:form id="f1">
    <af:treeTable value="#{bindings.continents.treeModel}" var="node"
    selectionListener="#{bindings.continents.treeModel.makeCurrent}"
    rowSelection="single" id="tt1" columnStretching="last">
    <f:facet name="nodeStamp">
    <af:column id="c1">
    <af:outputText value="#{node}" id="ot2"/>
    </af:column>
    </f:facet>
    <f:facet name="pathStamp">
    <af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    *<f:facet name="contextMenu">*
    *<af:popup id="p1" contentDelivery="lazyUncached">*
    *<af:setPropertyListener from="#{bindings.continents.treeModel.depth}"*
    *to="#{pageFlowScope.CurrentDepth}"*
    *type="popupFetch"/>*
    *<af:menu text="menu 1" id="m2">*
    *<af:commandMenuItem text="View Districts" id="cmi1"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *<af:commandMenuItem text="View Attractions" id="cmi2"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *</af:menu>*
    *</af:popup>*
    *</f:facet>*
    </af:treeTable>
    </af:form>
    Thanks,
    Navaneeth

  • Sales order item assignemnt block ,if we click edit extra blank line on items level i want remove that line how to do it?

    Hi Team,
    Sales order item assignemnt block ,if we click edit ,Item assignment block extra blank line on items level is showing , i want remove that line how to do it?
    Thanks&regards
    Kalpana

    Hi Ravi,
    With the help of Dharmakasi Thotakura...
    As suggested to do changes in DO_INITCONTEXT and GET_I_T_TABLE methods ....i have implemented these two methods...Now problem only one column ITEM_NO will be disabled  remaining cloumns not disabled...i want to disable entire column including ACTION column also..Action Column contains INSERT and DELETE buttons.how to do it?
    METHOD
    do_init_context.
    CALL METHOD SUPER->DO_INIT_CONTEXT.
    DATA : lr_ent TYPE REF TO cl_crm_bol_entity,
    lr_btadminh TYPE REF TO cl_crm_bol_entity,
    lv_object_id TYPE string,
    lo_context TYPE REF TO /RCRM/15IT__ITEMS_CN00.
    * gv_flag TYPE crmt_boolean.
    lr_ent ?= me->typed_context->btitems->collection_wrapper->get_current( ).
    lr_btadminh ?= lr_ent->get_parent( ).
    lv_object_id = lr_btadminh->get_property_as_string( iv_attr_name = 'OBJECT_ID' ).
    lo_context ?= me->typed_context->btadmini.
    clear lo_context->gv_flag.
    IF lv_object_id IS NOT initial.
    lo_context->gv_flag = abap_true.
    ELSE.
    CLEAR lo_context->gv_flag.
    ENDIF.
    ENDMETHod
    METHOD
    get_i_t_table.
    CALL METHOD super->get_i_t_table
    EXPORTING
    index = index
    component = component
    RECEIVING
    rv_disabled = rv_disabled.
    DATA: lv_component TYPE name_komp,
    lo_entity TYPE REF TO cl_crm_bol_entity,
    lo_property TYPE REF TO cl_crm_bol_entity,
    lv_string TYPE string.
    IF rv_disabled = 'FALSE'.
    lv_component = component.
    lo_property ?= collection_wrapper->find( iv_index = index ).
    lo_entity ?= lo_property.
    lv_string = lo_entity->get_property_as_string( iv_attr_name = lv_component ).
    IF lv_string IS INITIAL or lv_string = '0000000000'.
    IF gv_flag IS NOT INITIAL.
    rv_disabled = 'TRUE'.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDMETHOD.
    Thanks
    Kalpana

Maybe you are looking for

  • How do I open up an email that was sent to me in adobe?

    How do I open an email that was sent to me in adobe?

  • File formats for graphic standards manual

    I am developing a graphic standards manual for a university and will be providing art files for their logo in a number of formats for both inhouse use (PC Word, Powerpoint, Publisher, inhouse web master) as well as for outside professional vendor use

  • Debit Memo in Excise

    Dear All, when i do the Debit memo...in J1IH...i select "OTHER ADJ" button....and make the Values as follows...when i click the Button "Determine G/L accounts"...it shows as follows.... 14.00 - Credit - SEC payable on excise duty 1,400.00 - Credit -

  • Skip a member in import format

    Hi All, I'm creating an import format for a location to load a csv file. In that I need to skip an entity(actually 20+ entities) related data while importing. But "SKIP" is not working here. FIELD NAME          FIELD NUMBER          NUMBER OF FIELDS 

  • HP Photosmart install lost content in other programs!!

    I installed an HP photosmart C4100 and found that all my Firefox bookmarks are gone, all the data from my Palm and Address book is gone and all the content from iTunes is gone. Additionally all the content from iPhoto has been moved into the HP photo