Extracting Inactive Pricing conditions from 2lis_11_vaikon

Hi,
Currently we are able to extract all the pricing conditions except Inactive conditions.
Can any one advice how to extract inactive pricing conditions from 2lis_11_vaikon.
Regards,
Rahul.

see note 1062462
(you can find that via a simple Google search btw)

Similar Messages

  • Copy pricing conditions from R/3 to CRM

    Hello,
    I am using Function Module CRM_ORDER_MAINTAIN to copy pricing conditions from R/3 sales order to CRM complaint document.
    I am fetching R/3 conditions with the help of RFC call to R/3 and then passing these condition records to the FM CRM_ORDER_MAINTAIN.
    I am populating the importing parameter - IT_PRIDOC of this FM. And filling following internal table of this importing parameter:PRIC_COND, COND_ADD, COND_CHANGE and COND_DELETE.
    I am not sure if filling table PRIC_COND would be needed.
    Could you please guide me about the exact use of these tables? Do you have any documentation for this function module?
    Many thanks in advance,
    Sandhya.

    Dear Sandhya,
    I am facing the same problem.
    Could you please explain me (in case you finally implemented this), how you did it?
    Thanks in advance.
    Regards,
    Yolanda

  • How to copy the Pricing conditions from one Distribution Channel to another

    Generally we use VK11 transaction to create conditional records .
    but I Need to Know whether is it Possible to copy the Pricing conditions from one Distribution Channel to another with same name and same internal Characteristics .
    Since we have around 70+ of Condition type with different parameter Sequence.So Instead of Going for BDC whether is there any standard Funct Modules/programs/BAPIs to do this?
    How to make a copy Condition types from One Distribution Channel to another.
    since SAP has already provided to copy conditions from Customer to customer.
    Likewise i need to know whether SAP is facilitating for these feature also.
    Iam Dubious in this issue.
    Hope Fully looking for the answers.
    Harish.N

    - IDOC_INPUT_COND_A (you can create IDOC, but also call directly)
    - call transaction / batch input (use transaction XK15, as used by LSMW)
    - use group of function modules RV_CONDITION_COPY, RV_CONDITION_SAVE, RV_CONDITION_RESET + commit.
    if you search SDN on 'RV_CONDITION_COPY' you'll find more info I believe.
    Someone mentioned BAPI_PRICE_CONDITIONS as well.

  • Transfer of Pricing Conditions from SRM 5.0 to ECC (Extended Classic)

    Hi All,
    I am currently doing an enhancement on a copy of function module B46B_DPO_TRANSFER and the implementation of BBP_DRIVER_DETERMINE BAdI that will call the copied FM to transfer the pricing conditions from SRM 5.0 to ECC since in standard only net price is being transferred to ECC.
    During the creation of PO, everything is ok. All conditions are transferred to ECC.
    But we are encountering problems in the replication from SRM to ECC when changes are done in the PO during deleting or inserting a condition to an item. Our problem is in figuring out what will trigger us to use Change types U, I, E, D in populating the CHANGE_ID field in POCOND table that will be used in BBP_PO_INBOUND function module.
    During creation of PO, I have set POCOND-CHANGE_ID = 'I' on all conditions to be transferred.
    When there are modifications on a PO, I have set POCOND-CHANGE_ID = 'U' and I am encountering problem when new conditions are inserted to an item since it will not be displayed (which I believe in this case, POCOND-CHANGE_ID should be 'I'), and when deleting a condition to an item.
    I would like to ask, if there is an indicator that a condition will be inserted to an item for us to assign POCOND-CHANGE_ID = 'I', and for us to assign POCOND-CHANGE_ID = 'D' when a condition will be deleted.
    By the way, I used FM BBP_PD_PO_GETDETAIL (exporting: E_PRIDOC) to get the PO conditions to be transferred and have checked E_PRIDOC-DEL_IND to check if a condition will be deleted. Unfortunately, it is not working on the deletion since it seems that DEL_IND field is not being populated if a condition will be deleted.
    Many thanks,
    Kezia
    Edited by: Kezia Layug on Mar 3, 2009 4:24 PM

    Hi All,
    I am currently doing an enhancement on a copy of function module B46B_DPO_TRANSFER and the implementation of BBP_DRIVER_DETERMINE BAdI that will call the copied FM to transfer the pricing conditions from SRM 5.0 to ECC since in standard only net price is being transferred to ECC.
    During the creation of PO, everything is ok. All conditions are transferred to ECC.
    But we are encountering problems in the replication from SRM to ECC when changes are done in the PO during deleting or inserting a condition to an item. Our problem is in figuring out what will trigger us to use Change types U, I, E, D in populating the CHANGE_ID field in POCOND table that will be used in BBP_PO_INBOUND function module.
    During creation of PO, I have set POCOND-CHANGE_ID = 'I' on all conditions to be transferred.
    When there are modifications on a PO, I have set POCOND-CHANGE_ID = 'U' and I am encountering problem when new conditions are inserted to an item since it will not be displayed (which I believe in this case, POCOND-CHANGE_ID should be 'I'), and when deleting a condition to an item.
    I would like to ask, if there is an indicator that a condition will be inserted to an item for us to assign POCOND-CHANGE_ID = 'I', and for us to assign POCOND-CHANGE_ID = 'D' when a condition will be deleted.
    By the way, I used FM BBP_PD_PO_GETDETAIL (exporting: E_PRIDOC) to get the PO conditions to be transferred and have checked E_PRIDOC-DEL_IND to check if a condition will be deleted. Unfortunately, it is not working on the deletion since it seems that DEL_IND field is not being populated if a condition will be deleted.
    Many thanks,
    Kezia
    Edited by: Kezia Layug on Mar 3, 2009 4:24 PM

  • Extracting the pricing condition records

    Hi,
    I would like to extract the pricing condition records of a particular sales organization. I need to upload these records to another system.
    Any guidelines?
    Thanks a million.

    Hi,
    For Sales dacuments pricing conditions you can use :
    RV_PRICE_PRINT_HEAD  --Header pricing conditions
    RV_PRICE_PRINT_ITEM  -- Item level.
    Lanka
    Message was edited by: Lanka Murthy

  • Copy the pricing conditions from Sales Order to Delivery

    Hi all,
    I have to send the princing conditions from the delivery trough Idoc.
    That's the reason why I need the princing conditions in the delivery. But I can't redetermine the pricing procedure in the delivery creation. I need to copy the pricing conditions from order to delivery.
    Because if there is any manual modification of a condition in the sales order, If I redeterminate the pricing procedure in the delivery, I would lost the changes.
    Anybody knows any User Exit or anyway to copy the pricing conditions from SO to Delivery?
    Thanks in advance

    I think pricing will not determine in delivery, if any shipmentchanges will copy to delivery, not standard pricing.
    Logically, when you create delivery by that time your pricing need to finsh, no changes, so send pricing infor from order to customer, as its standard process in any client.

  • Extracting product price conditions from CRM

    Hi,
    Is there a business content extractor available to extract product price conditions from product master records in CRM to BW?
    Thanks very much.
    Rui

    Hallo
    Please have a look
    http://help.sap.com/saphelp_nw04/helpdata/en/04/47a46e4e81ab4281bfb3bbd14825ca/frameset.htm
    I hope this can help you
    Mike

  • How to disable pricing conditions from editing in sales order's(vA01) and (VA02)

    Hi Experts,
    We have a requirement to disable all the pricing conditions in a sales order from editing where some user's are changing the prices manually.
    This should be disabled for particular order types and also based on the user's role in SU01. can anyone help me to fulfill this requirement.
    Regards
    Sree kumar.

    Hi
    Check my below document in which I have explained this in detail.
    Authorization for entering/displaying manual condition in Sale order.
    Thank$

  • Copy Pricing Conditions from Sales Order to Billing

    Hi,
    Is there anyway to copy pricing conditions for item level from Sales Order to Billing Document at the time of creation of Billing Document.
    Thanks

    This question is not on topic for the Web Dynpro ABAP forum and has been locked.

  • Changing Pricing Condition from VF02

    Hi,
    I'm an ABAPer, for a development purpose I'm trying to change the Pricing Condition data from VF02.But I have found that the Update button at the bottom is disabled.Looking for solution so that I can change the Pricing Procedure.
    Thanks in advance.
    Sarbajit Majumdar.

    Dear Sarabjit,
    If you want to change the price which is coming in the order you need to change its condition record, for this kindly follow the following steps:
    1-     First go to the Analysis Tab on VF02 and check which pricing procedure is maintained over there.
    2-     Then check the condition type you want to change the records for, click on the extension icon before the Condition type you will get the access sequence which is maintained for the Condition type.
    3-     Click on the access sequence and see on the right side of the screen on which basis the condition records are maintained for it.
    4-     The condition record may appear like customer/material/plant.
    5-     Now use T Code VK12, on the initial screen it will ask for Condition Type, enter the condition type and press enter for which you want to change the value.
    6-     The system will ask for the key combination of the condition type which you will get from the step 3 & 4.
    7-     In the next screen it will ask for the values of key combination which are present on the analysis view(step 3 & 4)
    8-     Once you enter these data and press f8(execute) you will reach to the next screen where you can change the condition record for the condition type.
    Regards,
    Ashu

  • Copy Pricing COnditions from Shipment Cost do to Purchase Order

    Hi:
    How can I copy all freight conditions on shipment cost document to the Purchase order created.
    e.g. In shipment cost document a\I have following pricing conditions.
    ZFRT - Freight - $250.00
    ZFCL-Fuel Chrg - $25
    ZCLN-Cleaning Chrg - $30
    Total = $305 on shipment cost
    When Purchase order is generated automatically.
    I want same conditions on Purchase order instead of gross amt PB00 of $305.
    How can we copy conditions from Shipment cost doc to the Purchase order??

    Hi,
    First of all I don't think that it is possible in the standard system. SAP only transfers the total cost of shipment to MM as you already found out.
    Actually, if I remember well, the cost condition is transfered to a service entry sheet assigned to the purchase order item for the service agent.
    From SAP help
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/93/74413b546011d1a7020000e829fd11/frameset.htm
    Purchase Order Determination
    Transfer and creation of the relevant documents in FI
    Transferring Shipment Costs to Accounting
    Transferring of shipment costs in order to create accruals comprises two functions:
    Procedure
       1. In the shipment cost document, go to the detail screen of a shipment cost item, for which costing and account assignment has already been carried out and which you want to transfer to FI.
       2. Select the Transfer indicator. ...
       3. Save the shipment cost document.
    When you save, the system creates a service entry sheet with reference to the purchase order determined, an accounting document for creation of accruals and further documents in FI.
    IMHO it is good enough to transfer the total cost of shipment. It is the amount needed for accrual, and used afterwards for logistics invoice verification based on the automatically generated service entry sheet.
    Why do you want more details in MM if you already have the detailed data in the Shipment cost document?
    It is not the answer you want, but I hope it helps anyway.
    Best Regards,
    Franck Lumpe
    Freelance SAP Consultant

  • SRM PO Pricing condition from SRM to ECC -Extended Classic Sceanrio

    Dear SRM experts,
    We have created couple of conditions in SRM7.0 and ECC 6.0 as per requirement. When we create PO in SRM and If we add any condition in SRM PO, PO is getting transferred with netprice(including condition amount).
    We would like to see conditions also in ECC which are there in SRM.
    For ex:
    I have created SRM PO with net price 30 and having freight amount(15) in that PO with Fregiht condition type but when it comes to ECC PO net price is changing from 30 to 45.
    We would like to see net price as 30 and 15 as Fregiht condition.
    Overall I can say that Is it possible to pass conditions from SRM to ECC in Extended classic scenario.
    Thanks
    Ravi

    Hi,
    the challenge lies in synchnizing the conditions and ensuring that price returned by IPC in SRM matches the price in the backend.
    Please see thread
    Pricing Conditions
    Regards
    Azad

  • Get pricing condition from item quotation before create PO

    HI
    i m seeking for a way to group  items for my sale document ( quotation )  IF  its have  the same pricing condition  , before creating my purchase order .
    do you know any MF or BAPi  or  query code  that help me to give me the pricing condition for the item of my document  ?
    trhanks

    Pricing as captured in a sales document (say a quotation) is stored in table KONV.
    So you can read pricing from KONV for a specific quotation item like
    KONV-KNUMV = VBAK-KNUMV (of quotation)
    KONV-KPOSN = VBAP-POSNR (of quote item)
    KONV-KSCHL = conditiontypes you wish to check

  • Copying pricing condition from quotation to sales order

    Hi,
    I would like to know how the following can be achieved.
    In quotation, i have two conditions type.
    For e.g. a item value
    1000 -> PR00
    3%  -> ZMarkup
    Gross Value -> 1003
    In the sales order, we are only having PR00 as the condition type. Thus only 1000 is being copied to sales order.
    How can i achieve such that the gross value in the quotation can be copied into PR00 of sales order?
    Regards

    Hi Friend,
    To copy the pricing from Quotation to Sales order without change you have to maintain copy control settings from  QT to OR
    Goto the Transaction code VTAA then click on position and choose the Source document as QT and the Target document as OR
    Then click on the item in the control tab and choose ur item category and click on Display
    Now in the Pricing field change the value To D
    Hope it is clear and work.
    regards,
    santosh

  • Pricing Conditions from Sales Order to Purchase Order

    Hi,
    This is a third party scenario. The vendor says that he will sell product ABCD for $10 to us.
    When the customer places and order, we have a manual condition type ZDIS in sales order and we enter $10  for the product ABCD while we create the order.
    This $10 is not the sales price for the customer, it is the purchase price for us from vendor. Even though we maintain Info Record for the Vendor we bypass that sometimes and this is the reason we created this condition type.
    The purchase requisition is created automatically when we save the order, and we create the purchase order using the Purchase Requisition automatically using ME59
    Now we want to copy the condition type ZDIS to the Purchase Order.
    Please let me know how to do this.
    Thanks

    Hi tinsnow ,
    I belive you have to access the condition records of sales order from any one of the user exit \ BADI of ME59.
    Regards,
    Sen
    Edited by: Senthil Nattamai Sekar on Feb 27, 2009 5:28 AM

Maybe you are looking for