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

Similar Messages

  • I don't want to create Invoices with net price = zero

    Hello,
    I use VF04 ( prog. SDBILLDL ) to create the invoices,
    how to not create the invoice with net price = zero ( it's not a bug)
    User exit ? Badi ?
    1) I can't anticipate if the created invoice will be set to 0 (complex price schema).
    2) I want to execute VF04, for these invoices, to clean the VKDFS table.
    3) I don't want to delete these invoices if they are set to 0 ( making some holes in the number ranges, forbiden in some countries)
    Thx a lot !
    Ramdane
    NB : I have posted this question on "ABAP general" thread, it was a mistake
    sorry

    Hi,
    Here are the existing exits .
    J_3RSINV
    SDVFX001  User exit header line in delivery to accounting
    SDVFX002  User exit for A/R line in transfer to accounting
    SDVFX003  User exit cash clearing in transfer to accounting
    SDVFX004  User exit G/L line in transfer to accounting
    SDVFX005  User exit reserves in transfer to accounting
    SDVFX006  User exit tax line in transfer to accounting
    SDVFX007  User exit: Billing plan during transfer to Accounting
    SDVFX008  User exit: Processing of transfer structures SD-FI
    SDVFX009  Billing doc. processing KIDONO (payment reference numbe
    SDVFX010  User exit item table for the customer lines
    SDVFX011  Userexit for the komkcv- and kompcv-structures
    V05I0001  User exits for billing index
    V05N0001  User Exits for Printing Billing Docs. using POR Procedu
    V60A0001  Customer functions in the billing document
    V60P0001  Data provision for additional fields for display in lis
    V61A0001  Customer enhancement: Pricing
    Check Badi like this for tcode VF04
    1) Go to the transaction SE37 to find your function module.
    2) Locate the function SXV_GET_CLIF_BY_NAME.
    3) Put a breakpoint there.
    4) Now open a new session.
    5) Go to your transaction.
    6) At that time, it will stop this function.
    7) Double click on the function field EXIT_NAME.
    8) That will give you name of the BADI that is provided in your transaction.
    Rhea.

  • Net price zero for SRM service central contract in SAP ECC

    Hi
    Net price in backend ECC is showing as zero for SRM service central contrracts, all other price fieids are fine expect net prices. We have no issues for material contract.
    Does any one had similar issue of net price zero? I have tested this scenrio in couple of SRM 7 landscpape all are with similar behaviour. Is it standard?
    Your response is highly appreciated.
    Regard
    Prashanth K Saralaya

    Hi prashant
    I never tried service . but you can see this below symptom for you.I extensively worked on Material contracts.
    Are you creating contract from Process contract or Via RFQ
    Note 1272305 - Total value wrongly calculated in Contract Service lines
    Symptom
    We create a Service contract in the R/3 Backend from RFQ. During the transfer we calculate the gross price based on the quantity,price and price unit. (ie) The field ESLL-BRTWR is filled with following formula in the idoc processing. ls_e1edc20-BRTWR
              = ( is_item-price * is_item-quantity ) / is_item-price_unit.
    AS total value of the service lines is calculated based on the field NETWR which is passed as blank from SRM, during recalculation total value when we change the gross price of one of the service lines in r/3, it is required to fill this field
    till PI values are brought correctly till posting to ECC. ?
    Note 1123292 - Net Price wrongly calculated in plug-in MAP_BLAORD_SERVICES
    my experience in GOA
    Note:-
    2 set stream of DATA comes from SRM as BLOARD and COND_A ..
    Even some times when we reprocess failed IDOCS in BD87 in ECC ( comes contract data from SRM as GOA and failed due to some data validation in ECC). now data issue was fixed at Material master level. and
    if we forget to reprocess COND_A - BLOARD creates a successfull GOA but net price shows as ZERO for each material and when you post the COND_A data and correct price will be updated in ECC contract. so kindly check price data reaches or not not or price calculation failed in ECC.
    Muthu

  • 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' ..

  • Line item net price not updated in overview screen net price&line item

    Hi ,
    We have down payment order with 10 line items
    In orders with billing plan, the sales line item net price, if we entered manual condition price (ZPNP) ,gets updated in item condition net value. But it does not simultaneously gets updated at once in 1) Sales order overview screen net value 2) Billing plan header 3)Sales order overview screen line item condition  net value. Updation at these three places happens only after clicked on header conditions.
    However, in case of the last item in the sales order, the updation happens simultaneously in all the 3 places i.e. 1)    item condition net value. 2) Sales order overview screen net value 3) Billing plan header 4) Sales order overview screen line item condition net value.
    This is also true for the order with only single line item. We are faced a information popup message every time we change the item net price u201CItem 000100(100 is last line item number in sales order) exists already; the entry ignored u201C. This happens in case of all line items except the last line item. Also this does not happen in case where there is a single line item in order.
    Our requirement: The moment the net price of an item is change manually, it should get updated at all the 4 places mentioned above like it does in case of the last line item.
    Kindly help me to fix this problem.
    Regards,
    Adikesav

    Hi,
    Can u elaborate ur query ?
    By this FM you cannot create a SO . Use FM --> BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    MAdhukar Shetty

  • 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

  • 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

  • Schedule lines with no ordered quantity

    If a schedule line is not confirmed because of non-availability of stock on the customer requested delivery date, it creates another schedule line with confirmed quantity and new delivery date.  How can we link these two lines so that we know that the lines with no confirmed quantity has other schedule line with confirmed quantity.  Any response is appreciated.

    Hi Rajeev,
    It is the SAP standard behavior. Regarding the requested delivery date you entered, the system will check if it can be met, if yes, only one schedule line with confirmed quantity. if not, the system will use the forward scheduling to calculate a new earliest delivery date. then the second schedule line is generated with confirmed quantity. You can see all these lines at the sales order item schedule line view.
    Also you can find the information in table VBEP.
    Regards
    Jean
    Please reward points if helpful.
    Message was edited by:
            Jean Chang

  • Schedule Lines with Firm

    Hi Gurus,
    I have an Issue in Schedule lines. Delivery schedules lying with in the firm zone has firm indicator 1(Firm zone) in ME33l. The same schedule line shows in MD04 with * Symbol as firmed. In some of the cases Delivery schedules push out from the Firm Zone does not have a Firm Indicator in ME33l but it is firmed in MD04 with * symbol.In which table & field I can Identify the Firmed schedule lines with * symbol in MD04.Please Help me.
    Regards,
    Senthil.K

    Delivery schedules lines are populated when MRP is Run.
    symbol indicates that you have done manual intervention in the purchase order mentioned.
    In MDO4 you can see * symbol
    Ganesh kumar

  • 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

  • How to get line item net price and net value?

    I have using "BAPI_SALESORDER_SIMULATE" to SIMULATE to create SO,
    the return table
    ORDER_ITEMS_OUT-NET_VALUE is not equals than created by VA01 .
    how to get line item net price and net value?

    Hi,
    Can u elaborate ur query ?
    By this FM you cannot create a SO . Use FM --> BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    MAdhukar Shetty

  • 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.

  • Schedule lines with null quantity deleted from EKET

    Hi All, I would understand if there is a logic that deletes schedule lines with null quantity from EKET.
    Sometimes it happens and sometimes not and I can't find the reason. I thought that it could depend from the transaction used (ME38 or MD43) but it's not so.
    thanks
    L

    Hi,
    This functionality was implemented after OSS Note was applied with release 4.0B.
    191898 - ME38: Delivery schedules w/ scheduled quantity zero

  • Collectively schedule line with quantity

    Dear all
    How to see collectively schedule line with quantity in SAP
    Rgds

    It can be seen if you have created a scheduling agreement, where in you have JIT schedule and normal Forecasting schedule lines.

  • Schedule lines present on R/3 but not available on BW.

    Schedule lines present on R/3 but not available on BW.
    It is observed that some schedule line records are uploaded to BW with recordmode ‘R’ causing deletion from ODS, though they are present on R/3 side (in EKET). We use 2lis_02_scl to upload schedule line data system BI 7.0. Anyone faced such problem?
    Points shall be assigned if found helpful.

    Kalyan ,
    refer to oss notes : 690106
    here he talks about what is the real motive for changing R mode to X mode .
    So but this notes does an undo operation for the same .
    We need to re do the same again in start routine if we want to maintain the deleted records . Also search the OSS by giving the data source name & record mode R , then you will also get the original problem in extractors with R mode .
    i forgot about the OSS numbers
    -Sourav

Maybe you are looking for

  • Portal Content area not displaying in Portal

    I tried to disable Portal favorites option from Content admin -> Default Frame work Page -> Detailed navigation. Instead of only disabling the default navigation I have disabled the entire Portal content area and I am now not able to see any content 

  • Opening an image in Camera Raw from Bridge

    I recently installed CC.  In Bridge preferences>behaviour, I enabled double clicking on image to open in Camera Raw.  That doesnt work.  Also when I go to File>Open with, Camera Raw is no longer a choice. Has that been disabled in CC?

  • Sending sms/iMsg to someone with iPad and non-iPhone via Siri

    Hi there, We hit a glitch with sending text messages via Siri. I have an iPad and an Android phone.  Using iMessage between my iPad and her iPhone works fine.  She can also send a text to my phone with no trouble by making sure she selects the "SMS"

  • What are the ways to view the cover art within a ePub?

    Can any one tell me if there is any other way to view the cover art within a epub, then flipping to landscape and navergating to the contence page?

  • Change Text Color and Background

    Hello I need to change the text colour and background for an entire text box and it's contents with as little iteration as possible For the Background I am using textframe.fillcolor and for the text I am usinf textframe.parentstory.fillcolor Is this