Import PO Conditions, Update Price tab and price type

Dear All,
Creation of Import PO is little bit panic for users as they have to maintain minimum 10/12 condition per
line item.Also have to maintain the respective vember.My question is
1) During creation of PO condition value get copied. I want the 7 condition (JCDB,JCV1,JECV,J1CV, JECS,JSDB,JADC)
to be remain as it is and the balance freight,custom clearance,clearing charges to be wipe
out.But no such option found in "update prices" tab.Is there any setting to do such activity?
2) Can i customize "pricing type "as per the requirement?
3) Is there any way to avoid such tedious creation of Import PO?
4) There are 22 entries for price type and 12 customer reserve fields.How to use/customize these fields?
Regards
Sachin

Hi Ajit,
In import PO generally the tax part is always fix.like BCDEcessHEcess,  CVDEcessHEcess, Additional Tax.But the
Insurance,Freight ,Clearing charges has to maintain as actual.So its maintain after receipt of Air way bill or Bill of Ladding.
So we want to maintain value of only tax condition at the time of creation of Import PO and balance when we were posting the planned delivery cost.Thats why we can't wipe out that condition from pricing procedure.
We want the other condition to be wipe out by  customizing in Update Price button...Hope this will u...
Regards
Sachin

Similar Messages

  • Ven Eval, Price level and price behavior.

    Hello Gurus,
    can anybody tell me what is difference between price level and price behavior. what is the purpose of SCOPE OF LIST and how it is works. How can i define points for scoring. basically i need detail information about vendor evaluation if anybody can help me that would be great help.
    Thanks

    vendor evalution
    in thi swe evaluate the performance of vendor on certain factors
    main facotrs are
    1 price
    2 qualtiy
    3delivery
    4 service /support
    then we subdevide the main critera into sub critera  like  price into
    1 price level
    2 price history etc.
    u can define maximum 20 main critera and 100 sub critera if i am not wrong
    now afetr defining the critera u need to see the importance o fthe critera
    lik eprice may play a more improtant role then service or then delivery
    so we need to give more weight to the  price the to the  srvice etc.
    u can achive this with the unequal weighing key 02
    example
    price -
    3
    service  -
    1
    qualtiy --- 2
    so in this case u can see that if the score of service is 20  then scorew of price will have 3 times more improtance then this
    now the big question is how the system is getting the scores of criterea
    there are 3 options avilable for this
    1 automatic
    2 semi automatic
    3 manual
    automatic means sytem will award the points from qualtiy module and from the purchasing value ket or rather shipping instrucion
    semi auto means sytem will use the points from info record
    and manulaly means u need to put the points manually at the time of evaluation

  • Vendor Evaluation scores sub criteria price level and price history

    Dear all,
    I have configured vendor evaluation with subcriteria price history and price level as automatis.
    For test, I created a vendor and a material. Assigned market price for year 2009 and 2010.
    Also info record price maintained for the vendor material combination.
    Vendor XYZ
    Material ABC
    For 2009 Market price 8 and effective price 8.5
    For 2010 Maket price 8.2  Effective price 8.5
    Variance calculated 8.43% and score is 15. This was calculated correctly.
    Now I created another material and maintained master data for that mater
    Vendor XYZ
    Material DEF
    For 2009 Market price 18 and effective price 20
    For 2010 Maket price 20  Effective price 22
    Variance calculated 1% for which the score is 50.
    When I go for vendor evaluation through ME61 , system is not considering the average of 2 scores. But giving a score of 50. Score bands are as follows.
    5     Price behavior     5.0     10
    5     Price behavior     10.0     15
    5     Price behavior     20.0     20
    5     Price behavior     50.0     20
    5     Price behavior     99.0     10
    5     Price behavior     5.0-     50
    5     Price behavior     10.0-     100
    5     Price behavior     50.0-     20
    5     Price behavior     99.0-     10
    Pls help me resolve the issue
    Regards.
    Milind Dugade

    Hi Siva,
    [Vendor Evaluation|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price Level|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price History or Behaviour|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari
    Edited by: Naveen Dasari on May 16, 2008 1:10 PM

  • Vendor Evaluation - Price level and Price Behavior

    Dear All,
         In Vendor Evaluation - What's the Difference between Price level and Price Behavior.
          On what basis these two will be calculated.
    Thanks

    Hi Siva,
    [Vendor Evaluation|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price Level|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    [Price History or Behaviour|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8d/b97db3414511d188fc0000e8322f96/frameset.htm]
    Reward if helpful.
    Thanks and Regards,
    Naveen Dasari
    Edited by: Naveen Dasari on May 16, 2008 1:10 PM

  • Where in the icx tables are price break and price break quantities stored?

    I am trying to build a query from the icx tables that will show me all the BPA line price breaks and quantities.
    I cannot seem to find any documentation on what is specifically is extracted from the BPA lines when an internal catalog build is performed. I am able to validate that in iP, the price breaks are being taken into consideration when I create Requisitions with various quantities, but I do not know where iP is storing this information. Perhaps the data isn't stored and is taken from the core app po_line_locations_all table at the time the requisition is being created?
    I have a BPA, line 27, that has multiple price break lines.
    select rt_item_id, price_type, contract_num, contract_line_num, allow_price_override_flag, not_to_exceed_price, value_basis
    from apps.icx_cat_item_prices
    where contract_num = 'xxxxxx' and contract_line_num = '27'
    and price_type = 'BLANKET';
    All I could find when running this query was the price break information for the first price break line, none of the other price break lines.
    If anybody knows where the documentation is that tells me exactly what is extracted from the core application BPA to the icx tables, I would be greatly appreciative. Even better, if someone already knows the answer to either 1) price break and quantity are not stored in icx tables or 2) they are stored and you have SQL that shows me how to find it, I would be so very appreciative to have this information.
    Edited by: user6287397 on Jan 24, 2009 6:40 AM

    I got the answer. :-)
    Price breaks details are not stored in any icx tables. iP retrieves the information based on the need by date entered on the requisition.
    Oracle support referred me to the Oracle® Purchasing Release 11i10 Open Interfaces and APIs.
    The java code - SourceDocHelper.java - is responsible to get the price information by calling the procedure po_price_break_grp.get_price_break (POXPRBKB.pls DefaultPricing ) For a given a Source Document (Quotation/Catalog), Quantity and Unit of Measure, this procedure derives the best price for the calling routine.
    The SQL used to get the price information that was sent to me is attached. Note that this SQL uses the need by date to get the right price in case of price break used at the distribution level.
    SELECT poll.price_override
    , round(poll.price_override * v_conversion_rate,
    l_base_curr_ext_precision )
    , poh.rate_date
    , poh.rate
    , poh.currency_code
    , poh.rate_type
    , poll.price_discount
    , poll.price_override
    , decode( poll.line_location_id,
    null, pol.unit_meas_lookup_code,
    poll.unit_meas_lookup_code)
    , poll.line_location_id -- SERVICES FPJ
    FROM po_headers_all poh -- FPI GA
    , po_lines_all pol -- FPI GA
    , po_line_locations_all poll -- FPI GA
    WHERE poh.po_header_id = p_source_document_header_id
    and poh.po_header_id = pol.po_header_id
    and pol.line_num = p_source_document_line_num
    and pol.po_line_id = poll.po_line_id
    and ( p_required_currency is null
    or poh.currency_code = p_required_currency )
    and ( p_required_rate_type is null
    or poh.rate_type = p_required_rate_type )
    and nvl(poll.unit_meas_lookup_code, nvl(p_unit_of_measure,
    pol.unit_meas_lookup_code))
    = nvl(p_unit_of_measure, pol.unit_meas_lookup_code)
    Change sysdate to l_pricing_date in order to use the Need By
    Date
    to determine the price.
    and (trunc(nvl(l_pricing_date, trunc(sysdate))) >= trunc(poll.
    start_date) -- FPJ Custom Price
    OR
    poll.start_date is null)
    and (trunc(nvl(l_pricing_date, trunc(sysdate))) <= trunc(poll.
    end_date) -- FPJ Custom Price
    OR
    poll.end_date is null)
    --Bug #2693408: added nvl clause to quantity check
    and nvl(poll.quantity, 0) <= nvl(p_in_quantity, 0)
    Determining the price based on ship-to-location and
    destination organization
    and ((poll.ship_to_location_id = v_ship_to_location_id OR poll.
    ship_to_location_id is null)
    AND
    (poll.ship_to_organization_id = p_destination_org_id OR poll.
    ship_to_organization_id is null))
    and poll.shipment_type in ('PRICE BREAK', 'QUOTATION')
    -- <2721775 START>: Make sure Quotation Price Breaks are Approved.
    AND ( -- ( poll.shipment_type IS NULL )
    ( poll.shipment_type = 'PRICE BREAK' )
    OR ( ( poll.shipment_type = 'QUOTATION' )
    AND ( ( poh.approval_required_flag <> 'Y' )
    OR ( EXISTS ( SELECT ('Price Break is Approved')
    FROM po_quotation_approvals pqa
    WHERE pqa.line_location_id = poll.line_location_id
    AND pqa.approval_type IN ('ALL
    ORDERS', 'REQUISITIONS')
    AND trunc(nvl(l_pricing_date,
    sysdate)) -- FPJ Custom Price
    BETWEEN
    trunc(nvl(start_date_active, sysdate-1))
    AND trunc(nvl(end_date
    _active, sysdate+1)))))))
    -- <2721775 END>
    order by poll.ship_to_organization_id ASC, poll.ship_to_location_id ASC,
    NVL(poll.quantity, 0) DESC,
    trunc(poll.creation_date) DESC, poll.price_override ASC; /*
    */

  • Go-live in EC-CS:update trading partner and transaction type on Balances

    Hi collegues,
    We are on a go-live this december for EC-CS (consolidation) but never have used trading partner nor consolidation transaction type so there are not GL account balances differenciated by these two items on our FMGLFLEXT database for the operative ledger.
    Which is the best option for the data to be collected into our consolidation ledger in EC-CS (ECMCT database) when data transfer for all our consolidation units will be realtime update from FI?
    I really don't know if I must correct the balance on FMGLFLEXT throught FI postings or if just adjustments on EC-CS it's the best option. I'm thinking on the posibility of extracting the Financial Statement at any time from F.01 tx...
    Is there any transaction on FI to authomatically update at least the trading partner on GL accounts positions/balances?
    Thanks in advance!
    Regards,
    Rushid

    Hi David,
    In fact there has never existed any entry for trading partners on GL, AR, AP master data. So consequenly, no balance in FAGLFLEXT/ nor documents on BSEG have ever had these fields populated.
    My question is: which is the common option for a go live in such situation? Our users will distribute the current GL balances into "sub-balances" (GLAcctTxtypetradpartner) in an excell file but I do not really know what to do with this data:
    - direct postings on BSEG cancelling the previous totals,
    - rollup into a Special ledger of the new gl,
    - rollup into the Preparations for Consolidation Ledger,
    - corrections on ECMCT after the periodic extract...
    What would choose? 
    Thanks!

  • I want to buy a photo book but iphoto paying procedure is  in swiss French  and prices in francs

    Same as the title. In addition, i've been to Geneva some months ago but it should update my location.And prices of course.

    set the print products country in the iPhoto preferences and your location and languange preference in system preferences
    LN

  • SAP Movement Type- Quantity String and Stock type Modification (T156 M)

    Hi, Can anyone help me in understanding, how a certain line is selected from T156 M to determine the segment string?
    The Quantity string (T156M-BUSTM) comes from movement type, based on number of parameters. The Stock type Modification (T156M-ZUSTD) is a primary key along with Quantity string (T156M-BUSTM), to determine the appropriate entry and then segment strings, which will be used to update various tables and stock types.
    Can somebaody explain how the relationship of Quantity string (T156M-BUSTM) and Stock type Modification (T156M-ZUSTD) is established for a transaction?
    Thanks for help
    Best Regards,
    VS

    Hello Bass,
    You might have to go for a table join for MKPF and MSEG to get all the data as per your requirement.
    You can use the below fields.
    MKPF-BUDAT for posting date
    MSEG-BWART for movement type
    MSEG-SHKZG for debit/credit indicator
    MSEG-SOBKZ Special stock
    Regards
    Greg

  • Price change in Schedule agreement but not updated in CDHDR and CDPOS

    Hi Experts
    We have change price in  SA ,please see the below screen shot. But these changes not update in CDHDR and CDPOS. We can see current rate in ME33L.
    Please guide how to update these changes.
    Regards
    Parkash Chand

    Generally in standard, the changes logs are saved into table CDPOS and CDHDR.
    Its working fine in my system.
    Can you see the changes log with regards to document number by running program RSSCD200.
    Go to SE38 or SA38, enter the program RSSCD200 then press execute.
    Enter * in object class and enter the document number
    Then press execute. You can find more details into the wiki content Steps to enable logging of changes in change documents - Code Gallery - SCN Wiki

  • I updated my ipad 3 to iOS 6. now my appstore shows chinese apps and prices in rmb. how can i change the settings?

    I updated my ipad 3 to iOS 6. now my appstore shows chinese apps and prices in rmb. how can i change the settings?

    Change home country
    1. App Store>Featured>Apple ID (at bottom of page)
    2. Tap on Apple ID>View Apple ID
    4. Enter your password
    5. Country/Region>Change Country or Region

  • How to maintain minimum price limit and maximum price limit for a condition

    Hello Gurus,
    Goodmorning,
    How to set minimum price  limit and maximum price limit for a pricing condition type  where we will do this ?, is it possible to set in VK11 ?
    Note- I   can see  minimum and maximum setting in condition type  pricing - in  SPRO but  not seen anything in VK11 condition record maintaince  . so how to maintain in condition record( VK11-Minimum limit  price and Max limit  price )
    Looking for your inputs 
    Thanks in advance
    Regards
    Venkat

    hi,
    in VK12
    select the condition record - goto blue ladder icon
    there you can maintain scales
    like lower limit and upper limit.
    balajia

  • Table for Contarct number and price condition record GUID

    Hi All,
           Please help me to find the table in which the Contarct number and price condition record GUID was stored.
    By....
    Biplab

    Hi Biplab,
    I know this is not a recommended way or a proper approach for this.
    try this if you want..
    open transaction ST01 start the button Trace on go back to the Business Objects
    you want to find the info about and select the fileds you want and come back
    to ST01 screen and push the button Trace off.
    You will get the result.
    Points Please,
    Murali

  • 11.5.10 Orders Import - line quantity and price

    Hi
    We have a custom ordering web system that accepts the sales orders from users. I am trying to import orders into Oracle EBS. The custom web system calculates taxes and price and displays line total for the end user.
    I need to import the orders as below:
    1. Show the order quantity as the quantity selected by the end user
    2. I should not recalcuate the price in EBS and whatever the total they send me should be the price of the line (shouldnt multiply with quantity). Basically display line total from custom system as price (not sure which column to poplulate from API?)
    3. No tax calculation in EBS, tax_value should be 0 all the time for these orders. Which column of oe_order_pub.line_rec_type to populate to achieve the same.
    I am using oe_order_pub.process_order API to import these orders.
    Appreciate your help

    Now I just realized the old servers were RHEL4 32-bit and the new servers were by default created on RH 5 64-bit.
    I'm pretty sure I can't just fire it up on a 64-bit OS without doing some extra work like export/import on the database.
    App server not sure what I would do as libraries etc. would be different also.The apps tier node of EBS 11i is not certified on 64-bit Linux OS -- Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1]
    My thought is to get the servers rebuilt using RH5 32-bit and everything should work hopefully as long as packages are there.
    Sound right or should I just go with what it runs on now (RHEL4) to be on the safe side.What is your database version? Please note that Oracle9i is not certified on RHEL5, so if you are running on 10g/11g database you should be good to go with RHEL5
    Thanks,
    Hussein

  • Hi there, have just tried purchasing an album in iTunes but the price tab is greyed out. This is like it for non explicit songs, yet the explicit songs and albums I can purchase fine. Seems a bit back to front to me, any ideas?

    Hi there,
    Have just tried buying an album in iTunes on my iPhone 5 and the price tab is greyed out. The album is "clean" yet all the explicit albums price tabs are fine and i can purchase and download fine. Seems a bit back to front to me, any ideas what's going on?

    Try this previous discussion:
    https://discussions.apple.com/message/1552107#1552107

  • Price procedure if price condition amount is final and 2 taxes are included

    My problem is the customer uses an interface that sends the price with the tax amount included and there are 2 tax conditions involved.
    If the material only has one tax indicator the amount is correct.
    But there are cases where both taxes apply, so the formula needs to be different when both taxes apply.
    I was looking at standard price procedure POS100 and they use a statistic condition for each tax and they use some formulas but so far I do not know how to suppress the tax amount depending if only one or both taxes apply.
    If anyone can share some advice would be appreciated.
    Regards,
    Carlos

    Hi Carlos,
    As per my understanding, you want to deactivate the first tax condition if system determines the second or latest tax condition.
    Is your pricing procedure is copied from the standard pricing procedure POS100. If yes, then please check any document with pricing procedure POS100 and the full VAT and half VAT values are calculated based on NET1 & NET2 condition types.
    Otherwise, you can set the inactive indicator of one tax condition using the condition exclusion functionality. Please refer to OSS note 836243 (section 2) for more details.
    Note: If the condition type class is 'B', then system automatically deactivate the pricing condition as a standard exclusion behavior Y. But in case of other conditions (for example taxes), check the above consultation note.
    Regards,
    Satya

Maybe you are looking for

  • IMac doing TV with SKY TV

    I don't have a TV. But I want TV. I know there are loads of USB TV receivers out there in the market. But the problem is, which one does all the work I need it to do, for the lowest price. I live in the UK now. And obviously I want SKY for all those

  • Not able to post vendor payment in case of Cash discount received

    Hello We are on SAP ECC 6.0 I'm not able to post an outgoing payment through F-53 T code when cash discount is received from vendor due to early payment before due date. I get the following error message - Tax code V0 for country IN has been deleted

  • HT1491 two ipad users on one computer, now i have update the wrong user on my ipad

    Two IPAD2 users on one computer , I needed to update my IPAD2 now I have the wrong user on my IPAD2. How do I get my account back on my IPAD 2 ?

  • Time Machine not backing up other external hard drive

    Hi, I recently upgraded to Leopard and am trying to use Time Machine. I have one external hard drive that is used specifically for the Time Machine Backup, it's called "Backup Drive". The other hard drive is called "Captured Memories" and is used to

  • ITunes refuses to play shared .ogg files

    I have the xiph codec thing installed for playing ogg files. Ogg files play fine if the files are stored locally on the mac. However, if I try to play the same files when they are stored on another computer on the network, it refuses to play them. Wh