Maaping the Pricing Determination in Different periods

Dear All
I need to map one scenario in which there is a return delivery of goods from customer to company,upto 6 month from the date of Billing,company will return the the amount of VAT[Initially taken from Customer] also to the Customer and after 6month onwards,customer will be paid amount less than VAT[The Amount in Invoice-VAT].
Plz suggest me how you map this process?

hi,
all the below suggestion which i have given is ABAPER's work only please sit and discuiss with him.
pricing part comes in VOFM.
NO USER MANUALS WILL BE AVAILABLE FOR THE SAME BECAUSE ITS A PARTICULAR REQURIMENT FROM YOUR CLIENT.
you can very well control this from billing header perspective.
there will be document created date in the system that is VBRK-FKDAT & take the SYSTEM date into consideration for taking todays date or returns sales order creation date.
for eg: today is the billing document created date.
from now system has to calculate exactly 180 days from now and when the goods with VAT have to be taken in SALES RETURN it has to throw an
INFORMATION message : GOODS ARE MORE THAN 6 MONTHS OLD SO WITH OUT VAT
or
when goods are with in 6 months period
INFORMATION message : GOODS ARE WITH IN TIME PERIOD OF 6 MONTHS SO WITH VAT.
copy two condition types
1. ZXXX - WITH VAT
2. ZXXX - WITH OUT VAT
& maintain it pricing procedure & maintain a routine on the same in RETURNS PRICING PROCEDURE and assign the same to the condition type which calculates the total amount to be paid.
ABAPER's LOGIC:
he will take those two dates into consideration and write logic & stores the result in buffer and triggers it when ever he takes the billing document as reference for creation of returns sales order.
please maintain different types of sales documents and returns sales documents for this purpose.
because he has to write a simple logic in include in MV45AFZZ : EXIT_SAPMV45A_002 and EXIT_SAPMV45A_003
please check and confirm
balajia

Similar Messages

  • Campaign Pricing Determination

    Hi,
    Does anyone knows if Campaign Determination for Pricing is only for Campaign for category Trade Promotion only ? So how about Campaigns ? How does Campaign Determination for Pricing work ? Using Events?
    Regards,
    Niversphere.

    hi
    for that you need to get through the difference between the campaign and TP,the only thing that is different in Tp is that it is for particular account type,due to this particular property of Tp the campaign determination is triggered for TP by default
    but you can trigger campaign also by setting your condition types,then assocate those condition with the access sequence,the system will look through the sequence for the condition type,and based on the condition you have maintained the campaign is triggered.
    the condition table by default fill the value for Trade Promition and when you do campaign determiantion the system pick the value from the table and that  valuse is for TP only,that is the reason for Tp determination.
    but as i said you can determine campaign by the above said way of mine.
    guess it will help you
    i will advise you also study the pricing determination procedure to get better hold of the concept
    best bregards
    ashish

  • Query to compare two different periods

    hello, I want to compare two different periods and put together following query and wondering if this is the right way to do it:
    WITH  MEMBER  [TotalForThePeriod] AS
     SUM( {[Date].[Calendar].[Date].&[20070101]:[Date].[Calendar].[Date].&[20070228]}
          , [Measures].[Internet Sales Amount]
    MEMBER  [ThisMonth] AS
     SUM( {[Date].[Calendar].[Date].&[20070101]:[Date].[Calendar].[Date].&[20070131]}
          , [Measures].[Internet Sales Amount]
    MEMBER  [NextMonth] AS
     SUM( {[Date].[Calendar].[Date].&[20070201]:[Date].[Calendar].[Date].&[20070228]}
          , [Measures].[Internet Sales Amount]
    MEMBER [TotalForTherPeriod2] AS
       [ThisMonth] + [NextMonth]
    SELECT 
     [Product].[Category].[Category],
    //  [Measures].[Internet Sales Amount],
    //  [Measures].[Internet Order Quantity]
      [TotalForThePeriod],
      [ThisMonth],
      [NextMonth],
      [TotalForTherPeriod2]
    ) ON COLUMNS
      [Sales Territory].[Sales Territory Country].Members
    }  ON ROWS
    FROM [Adventure Works] 
    mark it as answer if it answered your question :)

    Hi Parry2k,
    According to your description, you want to compare the sales of two different periods. Right?
    Based on your query, both the Period1 and Period2 are from 20070101 to 20070228. They are same period, so it supposed to return same sales value on that two columns. Your query is right to me.
    If you have any question, please feel free to ask.
    Simon Hou
    TechNet Community Support

  • Please explain me about pricing determination procedure in SAP SD ?

    Could you please explain me about the pricing determination procedure in SAP SD ?
    Edited by: Piruthiviraja on Aug 18, 2009 8:00 AM

    Hello,
    Please go through the following
    An Overview of Determination & Configuration of Pricing Procedure is as follows:
    In SD, Pricing Procedure is determined based on Sales Area (Sales Organization + Distribution Centre + Division) + Customer Pricing Procedure + Document Pricing Procedure. Sales Area is determined in Sales Order Header Level. Customer Pricing Procedure is determined from Customer Master. Document Pricing Procedure is determined from Sales Document Type / Billing Type (if configured). Once the pricing procedure is determined, Condition records are fetched. If appropriate condition records are found, the price is determined. If Mandatory pricing condition is missing, system will through an error message.
    In SD, the steps to configure Pricing procedure are as under:
    Step 1:
    Condition table: If existing condition table meets the requirement, we need not create a new condition table. Considering the requirement for new condition table, the configuration will be done in spro as follows: IMG u2013> Sales & Distribution u2013> Basic Function u2013> Pricing Control u2013> Condition Table (select the required fields combination, which will store condition record).
    Step 2:
    Access Sequence: If existing access sequence meets the requirement, we need not create a new access sequence. Considering the requirement for new sequence, the configuration will be done in spro as follows: IMG u2013> Sales & Distribution u2013> Basic Function u2013> Pricing Control u2013> Access Sequence (Access sequence is made up of Accesses (Tables) & the order of priority in which it is to be accessed. Here we assign the condition table to access sequence.
    Step 3:
    Condition Type: If existing condition type meets the requirement, we need not create a new condition type. Considering the requirement for new condition type, the configuration will be done in spro as follows: IMG u2013> Sales & Distribution u2013> Basic Function u2013> Pricing Control u2013> Condition Type. It is always recommended to copy an existing similar condition type & make the neccessary changes. Here we assign Access sequence to Condition type.
    Step 4:
    a. Pricing Procedure: It is recommended to copy a similar pricing procedure & make the neccesary changes in new pricing procedure. Pricing Procedure is a set of condition type & arranged in the sequence in which it has to perform the calculation. Considering the requirement for new Pricing Procedure, the configuration will be done in spro as follows: IMG -> Sales & Distribution u2013> Basic Function u2013> Pricing Control u2013> Pricing Procedure -> Maintain Pricing Procedure.
    b. Pricing Procedure: After maintaining the pricing procedure the next step will be determination of pricing procedure. Configuration for determining pricing procedure in SPRO is as follows: IMG -> Sales & Distribution u2013> Basic Function u2013> Pricing Control u2013> Pricing Procedure -> Determine Pricing Procedure.
    Step 5:
    Condition record: Condition record is a master data, which is required to be maintained by Core team / person responsible from the client. During new implementation, the condition records can be uploaded using tools like SCAT, LSMW, etc.
    SANTOSH

  • How to determine the contract header's valid period...

    1. How to determine the service contract header's start date, end date, when related muliple items with different start date and end date?
    i.e., what is the different between the header's valid period and item valid period?
    For example:
    Sold to A has 5 items, which has different contract line item start date and end date, e.g.,
    item 2: 2010.9-2011.9
    item 3: 2011.4-2012.4
    As for combined the all item bolonged to sold to A to one contract, so the item should have different contract start date and end date.
    However, how to determine the contract header's start date and end date?
    2. Another question is: When process service contract data migration from legance to CRM, how to design the above scenario logic?
    Thanks in advance,

    Sent again, to wait the answer....

  • Replacing  of the pricing procedure by a different pricing procedure .

    Hi
    We are process of changing the pricing procedure of the particular sales  process.
    In case of old open sales order after changing pricing procedure if i update it in VA02 mode then also ...it is not picking the current sales order ...
    Again in case of sales order where deivery has been done ...for them while creating billing ...it is taking current pricing procedure so that there is a mismatch of sales order amount and billing amount .
    Again while creating return order w r t old sales order ...it is taking current pricing procedure in return order instead of taking the original one ....
    Pls advice how to rectify this problem .
    Thanks in Advance
    Regards
    Mrinal

    Dear Lakshmipati,
    I told I am  in process of changing pricing procedure .
    Currently normal pricing procedure is configured in the system. Now business wants to change it in list price pricing procedure ( i.e base price with tax pricing procedure ) . And new pricing procedure has some extra automatic discount value also .
    My question was
    1) There is no change in open sales order ....IT is OK
    2) But for sales order where already delivery has been done then after changing pricing procedure it is taking new pricing procedure so that ..sales value and billing amounts are getting different . How to restrict this .?
    3)For return order also ...it is taking new pricing procedure ... How to restrict the same ?
    Regards
    MKC

  • Report in SAP -cost of the material in different periods

    Hi,
    Is there a standard report in SAP which will give me the cost of the material in different periods.
    The issue is the material price is changed frequently for a perticular material "X''. I want to have a look at the cost of material in different periods.
    I can track the changes from MM03,but the user needs a feasible solution than this.
    Thanks
    Aravind

    Hi,
    I got the required from MBEWH table.
    Thanks
    Aravind

  • Pricing Conditions and how the pricing date is determined

    Hi all,
    Small question, i ahve some pricing conditions that use the Serives Rendered date and others that use the Pricing Date from an order, how is the condition decided on what date it uses?
    Hope i have expplained this ok, if not and you need more info let me know.
    Regards
    Steve

    Hi
    There is a difference between Service Rendered Data and Pricing Date.
    Normally Freight Conditions are maintained on Service Rendered Date so the freight will be picked on the basis of date on which the Actual Delivery done, whereas Pricing date is used for other conditions so that price will be based on the date on which the document created and the Pricing Date maintained in that.
    In the same way there is a Billing Date which came in Invoice so price will be based on the date of Invoicing.
    If you maintain the record in VK11 and test a cycle you will be able to find the difference easily.
    Regards
    Amitesh

  • To make the Pricing Condition types inactive in Pricing Procedure

    Hi Experts,
    I am facing a senario where, in a sales order, pricing procedure, if one of the pricing condition type does not exist, then two other condition types (even though they are determined by condition records), should be either made inactive or should not appear in the pricing procedure.
    Example: If I have 3 condition types in Pricing Proc say
    YYY1, YYY2, YYY3, then the scenarios are
    a. If one of the condition types YYY1 is not determined, then, YYY2 and YYY3 should not be either determined in the sales order or should be made inactive. This same logic applies to both YYY2 and YYY3.
    b. If all three condition types are determined in Pricing Proc of the sales order, then, the price should be considered.
    If it was just YYY1 then, I could have done it in VOFM by writing a routine and assigning it to YYY2 and YYY3 in pricing proc. However, the scenario is to check the other condition types as well and make YYY1 inactive if any of the other condition type does not exist. Both condition types are determined after YYY1 which is another difficulty.
    I tried creating a dummy condition type  and assigning it to Pricing Proc (at the end of Pricing Proc). For this dummy condition I put in a pricing requirement which checks for all three condition types and if one does not exist, then it make other conitions inactive.
    However, this does not work in VA02 and VA03 as XKOMV is either not getting filled up or even if is getting filled, it is not having the condition type. It some times has condition records, and sometimes not... (not very sure why)
    So, I was thinking of using user exit for the same. However, I was unable to find a suitable user exit for the same where KONV table can be read or XKOMV can be filled.
    Can you please suggest if any user exit can be used for this or if we can implement it in a different way?
    Regards,
    Mukund S

    Hi,
    I think you can use condition exclusion functionality to select best pricing condition from a set of conditions in pricing.  You can compare conditions in many ways.
    I believe you can plot a solution with little research.  The below link is for your reference.
    [http://help.sap.com/saphelp_40b/helpdata/fr/93/743483546011d1a7020000e829fd11/content.htm]

  • FAQ:Pricing determination的基本知识(3)

    这是关于Pricing determination基本功能介绍的最后一贴。帖子里涉及到的note,请大家参阅附件。
    之后的下一个帖子我准备说说在日常使用pricing功能出现异常时一些简单的自查方法。
    <Group conditions>
    Use of group conditions
    Compensation of rounding differences for percentage and fix amount conditions. Example:
    Item 10 16% MWST based on 100,90 DEM = 16,14 DEM
    Item 20 16% MWST based on 100,90 DEM = 16,14 DEM
    but as u201Ereal tax baseu201C the total value must be used (legal requirement):
    16% of  201,80 = 32,29 DEM !!!
    cumluation of scale base value. E.g. 10 apples and 5 lemons are sold to a customer but there is a discount based on the total amount of ordered fruits (15 pieces)
    split functionality: condition values or rates  entered on header level are distributed to items.   Example: Split a value of 100 DEM to 100 items (= 1 DEM set for each item).
    Handling of structure conditions (KUMU). Example: Price is set on lower level item but the main item is relevant for billing
    The processing of group conditions is performance critical, in standard there are only a few group conditions, e.g. MWST, SKTV
    <Condition exclusion>
    There are two possibilities to achieve exclusion
    Exclusion indicator KZNEP
    Is set in the condition record or in the condition type (customizing)
    Restrictions: it is not possible that a condition will exclude itself and if a condition is entered manually exclusion will not take place
    Exclusion with KZNEP is achieved by using requirements (e.g. standard requirement u201A2u2018). Review note 92090, 41490
    Exclusion groups
    Have to be setup in customizing, IMG: Sales and Distribution -> Basic Functions -> Pricing -> Condition Exclusion
    Flexible: can be set up for groups of conditions or individual condition types or records
    Rules are used to judge which conditions are excluded, e.g. best price
    Restrictions: it is not possible to use different rules in parallel, zero values of conditions are not used for exclusion in standard (note 39641)
    <T-cd:VOFM>
    Maintenance for requirements and formulas
    Requirements
    Formulas for
    Scale base
    Condition base value
    Condition Value
    Structure of group key
    Copying requirements
    Data transfer routine
    Requirements and formulas are entered in pricing procedure
    Customer name space:
    Group key routines 50-99
    All others 600-999
    VOFM problems in 46C should be fixed by note 385067 (SP 16)
    <Pricing copy>
    If Document A is created with reference to document B
    call  of PRICING_COPY using
    DOCUMENT_NUMBER_FROM - to read the pricing result of the origin document
    DOCUMENT_NUMBER_TO - to assign the conditions to the right document (e.g. cancellation)
    MODE - pricing type: rough filter, to figure out which conditions should be copied Normally given by the customizing of copy control.
    SOURCE - direct source. Means that a condition should be directly taken from order, delivery, freight calculation etc.
    SOURCE_KOMV - if PRICING_COPY should not read the data stored in KONV the calling application has the possibity to pass in condition information directly
    TKOMV - includes conditions which survive the check and filter mechanism of PRICING_COPY. This table later on is used for the PRICING call.
    Conditions are always copied on item level. Any header and group condition property is lost.

    Dear Lakshman Iyer,
    Thank you for your answer. It does not work, maybe due to
    wrong setup. What do I wrong?
    Define Condition Exclusion Groups
    I created 1 excl. group = 10.
    Assignment of Condition Exclusion <-> Condition Types
    Assigend 3 condition types to 10.
    Assignment of Condition Exclusion <-> Calculation Schema
    entered:
    Snr. 1 then group A and then group 10.
    A is the condition excl. procedure.
    But If I create a PO all three freight conditions are available.
    And the last (with the access sequence is filled with 5%).
    Then I enter the manual condition type with 100 Euro. And
    now I have 2 conditions filled.
    The goal is: if I fill manually the condition the condition
    with the percentage should not be filled anymore.
    Best regareds,
    Eric.
    Entered grou

  • Invoice pricing procedure not using alt calc type from the pricing procedur

    The sales order has the same pricing procedure as the invoice but when the invoice is created it is not using the alt calc type that is on the pricing procured like it is on the sales order.  This is causing one of the condition types to have different values on the sales order vs. invoice.
    I am not sure what other areas to check to see why this is happening.  Any thoughts?

    I have checked and in the copy controls for Delv type = LF  and target Bill type = F2  the Pricing Type = G (copy pricing elements unchanged and redetermine taxes).   Condition types such as ZPR2 where there is condition record copy in correctly to the invoice.   It is condition type ZZIF where it is determined from a routine, not a condition record, where I am having this issue.
    Is there another place in config that I should be making a setting so that condition types determined by routines are copied to the invoice without being redetermined at invoice create?

  • About the pricing procedure of purchasing order

    Hello friends,
    can anyone tell me about the pricing procedure,conditions & texation of Purchase order?
    and hoew to maintain all those term in Customisation?

    The Basic thing is Condition Technique. In which there are 
    1. Access Sequence 2. Condition Record 3. Condition Type 4. Condition Table. 
    A Access Sequence access a Condition Record of a Condition Type in a Condition Table is a  Condition Technique.This is a simple logic 
    Here the Condition Type is very important like PB00, PBXX,RA01 etc. 
    In the background every Condition Type has its own defition means the purpose of the Condition Type  like, is it for Pricing or Percentage, Quntity base, Accrual Feilds etc is to be defined to work this functions.  Normally we use the existing ones without any risk. But some cases, we have to Create a New Condition Types as per the organisation requirement. 
    The Pricing Schema is useful to minimise condition types while mention prices for Vendor on the basis of Pricing Schema which we defined according to organisation requirement. 
    The Pricing Schema means the calculations procedure of Condition Type. 
    Ex.  RA01 - Discoount % is caclulated on PB00 - Gross Price  means 
    RA01 is based on PB00  like that we have to define in the Pricing Schema 
    which makes easy to use in real time. 
    Here PB00 has the Access Sequence - 0002. 
    But RA01 does not have the Access Sequence.Why because it is a dependent on PB00. But both are Condition Types. 
    In the system, by default some standard  Scheme will be there at Vendor Schema Group in the Vendor Master Screen means the standard one is assigned which is very lengthy which may fullfil our requirement. But some cases which may not fullfil our requirement, in such we have to define. 
    For the configuration, I may not able to explain properly through here but will give some idea. 
    Configuration: SPRO - IMG - Material Management - Purchasing - Conditions - Define Price Deternmination Process:
    1. Define Access Sequence 
    2. Define Condition Type 
    3. Defince Calculation Schema:- Here you have to define the Schema - Define Schema group 
    1. Define Schema Group vendor 
    2. Define Pricing Schema group 
    3.  Schema group for Purchase Organisation 
    4. Assign Schema group to Purchase Organisation - Define Schema determination 
    1.define calculation schema for Standard purchase organisation 
    After completion of the Schema Group, we have to assign it to Vendors. 
    Then whenever we use any transaction with this Vendor, the concerned  Schema will work as configured by us. 
    The Pricing in MM is vast because each Condition have its own importance and each Access Sequence have its own importance. So you need not bother about this. First you learn how to define the Calculation Schema through the above.

  • Pricing determination for free goods

    Hi Experts,
    Please help me for the following issue:
    This is with regarding pricing determination. I have a requirement that, for each 10 quantities of Material ABC sold out, 3 quantities of same material ABC is given free. In VBN1, I have set the requirements as such.
    Material ABC has Basic discount of 20%, Excise duties and VAT.
    While entering 10 quantities in 1st line item of Sale order, automatically 2nd line item generates with 3 quantities of the Same material. Item category for 2nd line items is TANN:
    ORNORM_______+ TAN = TANN.
    In VOV7, have defined Pricing as "B =Pricing for free goods(100% discount)" for TANN. The issue here is,
    For the 2nd line item (Free goods), negative values and Tax values are getting updated because system calculates BED, VAT, 20% discount for both line items in the sale order.
    When I changed the Pricing as Blank (No Pricing) in TANN item category. 2nd line item also (i.e free goods) behaves like 1st line item (Chargeable).  I want the system to calculate VAT, BED, 20% discount only for the chargeable item not for free goods.
    Please suggest.
    Thanks in advance.

    Hi Experts,
    Thank you for your valuable time.
    R100 condition type is already being used before taxes and discount.
    System calculation as below:
    1st line item (Chargeable): For 10 quantities
    DNP -
    5000
    Discount 4% -
    200 (Negative)
    BED 10.3% -
    468.6
    Vat 13.5%----
    648
    Total----{4800 + 468 (BED) + 648 (Vat)}
    2nd Line item (Free goods): For 3 Quantities
    DNP----
    1500
    R100 Discount----1500 (Negative) = Value is getting zero here itself {DNP - R100 (1500 - 1500)}
    Discount 4%----
    60 (Negative)
    BED 10.3%----
    140
    Vat 13.5%----
    194.4
    Total----{60(Negative) + 140(BED) + 194.4 (Vat)}
    For the 2nd line item, negative 60 value, BED and Vat values are being calculated.
    Hope that I have specified my requirement clearly, can you please let me know what should be done, if there should be no 4% discount, BED and Vat values for 2nd line item (Free goods).
    Thank you,
    Vijay N

  • Unable to display the pricing conditions for a product.

    Hi All,
        I have created a product with help of function modules.The problem is that i am able to populate the pricing conditions data into internal table,but the pricing conditions  is not being displayed in the Masterdata->Products-> Maintain Products screen. Can anyone suggest me in this regards.Is there any function module to be used? or any other procedure to be followed for the pricing conditions to be dispalyed? If any sample code also please provide me.Please respond soon it is an Urgent Requirement. Points will be awarded for useful answers.
    Thanks in Advance,
    Shwetha.

    Hi,
    The pricing in SD and MM is a separate module like thing and is maintained for different products based on the Condition records.
    The basic Pricing Procedure consists of Condition  Types, Condition Records, Accesss Sequences and condition tables.
    Generally with respect to all sales and purchase documents the pricing is maintained in KONV  and KONP tables based on the different condition types.
    reward points if useful
    regards,
    ANJI

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information. Outcome: Unknown Error

    Received this error (The workflow could not update the item, possibly because one or more columns for the item require a different type of information.) recently on a workflow that was
    working fine and no changes were made to the workflow.
    I have tried a few suggestions, i.e. adding a pause before any ‘Update’ action (which didn’t help because the workflow past this action without incident); checked the data type being written
    to the fields (the correct data types are being written); and we even checked the list schema to ensure the list names and the internal names are aligned (they
    are), but we still cannot figure out why the workflow is still throwing this error.
    We located the area within the workflow step where it is failing and we inserted a logging action to determine if the workflow would execute the logging action but it did not, but wrote the same error message.
    The workflow is a Reusable Approval workflow designed in SharePoint Designer 2010 and attached to a content type. 
    The form associated with the list was modified in InfoPath 2010. 
    Approvers would provide their approval in the InfoPath form which is then read by the workflow.
    Side note - items created after the workflow throws this Unknown Error some seem to be working fine. 
    We have deleted the item in question and re-added it with no effect. 
    Based on what we were able to determine there don’t seem to be any consistency with how this issue is behaving.
    Any suggestions on how to further investigate this issue in order to find the root cause would be greatly appreciated?
    Cheers

    Hi,
    I understand that the reusable workflow doesn’t work properly now. Have you tried to remove the Update list item action to see whether the workflow can run without issue?
    If the workflow runs perfectly when the Update list item action is removed, then you need to check whether there are errors in the update action. Check whether the values have been changed.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

Maybe you are looking for

  • Problem with multiple Toplink/JPA apps in same server

    Anyone have experence of running serveral Toplink/ EJB-3 Web apps in the same server (OC4J, alas)? We seem to get a problem with the second app failing to initialise toplink, with an entity not found message. Each app runs OK on it's own.

  • Purchase Order Default Settings

    Hi, I want to make 'S-Based IV' and 'GR-Bsd IV' as defaulted  settings for all Purchace Orders. Where can i configure the same in IMG. Please advise. Thanks in Advance, Safi

  • Unicode kernel upgrade problem in XI server

    Hi I'm trying to upgrade the Brtools in XI server and getting the following problem: rx2n0v4:xdvadm 23> SAPCAR -xvf DBATL640O92_45-10002837.SAR stderr initialized processing archive DBATL640O92_45-10002837.SAR... --- Unicode interface [u16_get.c line

  • TS4002 How to get back my Mail columns?

    My Apple Mac Mail used to have From, To, Subject, Attachment, etc., columns.  They disappeared after switching to Mountain Lion and iCloud.  Is there any way I can get them back?  I could not find such settings (as previously) under the View menu bar

  • 0RecordMode implementation in Generic Extractor & ODS

    Hi All, We have scenario of generic extractor supplying data to ODS . Now we want to implement deletion functionality using record mode . We have added 0recordmode to ODS and infosource . What additional thing we need to do in case of achieving delet