Item level Condition types appearnance by default in PO

Dear all,
I have created the pricing procedure. But, While creating a PO, I want the condition types to appear by default so that I can just enter the discount  and freight %. in the input field. I do not want to enter the condition types for item manually.
Please reply.
Thanks in advance,
Regards,
Prash

Hi
Write a New Pricing Procedure with create all necessary condition types step by step i.e . from how the calculation should be done .
Sample format:
U App Proc.  Step Cntr CTyp From To Man. Reqt SubTo Stat AltCTy AltCBV ActKy Accrls Print Mdt Description
A M   RM0000    1    1 PB00                   9                                     X         Gross Price
A M   RM0000    1    2 PBXX                 6 9                                     X         Gross Price
A M   RM0000    2      VA00                                                         X         Variants/Quantity
A M   RM0000    3      VA01                                                         X         Variants %
A M   RM0000    4      GAU1         X                        31                     X         Orignl Price of Gold
A M   RM0000    5      GAU2                31                32     32              X         Actual Price of Gold
A M   RM0000   10    1 RB00         X                                               X         Discount (Value)
A M   RM0000   10    2 RC00         X                                               X         Discount/Quantity
A M   RM0000   10    3 RA00         X                                                         Discount % on Net
A M   RM0000   10    4 RA01    1                                                    X         Discount % on Gross
A M   RM0000   10    5 HB00         X                                               X         Header Surch.(Value)
A M   RM0000   10    6 ZB00         X                                               X         Surcharge (Value)
A M   RM0000   10    7 ZC00         X                                               X         Surcharge/Quantity
A M   RM0000   10    8 ZA00         X                                               X         Surcharge % on Net
A M   RM0000   10    9 ZA01    1    X                                               X         Surcharge % on Gross
A M   RM0000   10   10 HB01         X                                               X         Header Disc.(Value)
A M   RM0000   10   11 RL01    1                                                    X         Vendor Discount %
Thanks & Regards,
Mani

Similar Messages

  • BI - Purchase document's item level contion type and correspondingvalue.

    Dear Experts
    I would  like to know - Is there any standard data source in BI for item level condition type and values of Purchase order document. These are available in SAP R/3 . Shall be grateful, if you could kindly help me out
    Kind regards - P.L.Dey

    Hi,
    Actually, These informations are stored in Characteristics and Key Figures i.e., CVCs(characteristic value combinations)
    When you do Purchase Order,
    These Values will store in PURCHIS ( Purchasing Information Systems) and that to, in Open Information Warehouse Data base in the form of CVCs. (In Particular Table forms)
    EG.,
    Values are stored in Key Figures (Eg., Number....)
    Names are stored in Characteristics ( Eg., Purchase order..)
    in CVC, we can easily see, Number of purchase orders for vendor, or so.....
    Hopes it is useful
    Thanks.

  • Header tax conditions....sum of all item level condition

    Dear Gurus,
    I do get item level conditions using KONV.
    Now as per my requirement, I need all these item wise taxes summed up at header level.
    i.e total tax per condition per item.
    Please help me.
    Regards,
    Roshan Lilaram.

    Dear Anil,
    I will get these details item wise.
    I need all these together.
    If i have three items then at the header level i get the total of all these three items.
    I hope i am making my issue clear.
    Regards,
    Roshan Lilaram.

  • Gray out item level conditions button in T-code VA02.

    Hi Gurus,
    Here i have one requirement , i want to gray out one button je in Item level Condition button is there in VA02.
    If any one no how to gray out button than please tell me.
    Thanks,
    Namdev.

    NO, not 'update' button its 'Condition' button. and plz tell how to do that?
    Thanks,
    Namdev

  • Item Level Condition

    Hello All ,
    Good Day.
    I n which transaction or Table ( Se16 or Sa38) i will get the ZM30 or ZM31 Percentage in Item Level Condition Tab.
    ( Not Condition Value I Need Condition Percentage)

    I Tried Table "KONV". but I am not get the result.
    Because i need result based on document no.
    in that table document no option is not there.
    it shows only "item no" "Doc.Condition"  Field.
    Please help....

  • User exit at item level for billing block field default for VA41 or VA42

    Hi All,
    I want user exit at item level for contract (VA41or VA42) for the field Billing Block in the Billing document tab
    which has to populate with some default value.
    Which user exit i need to check.
    Regards
    Jai

    Hi,
    Use subroutine USEREXIT_FIELD_MODIFICATION in Include MV45AFZZ.
    Make sure this is for only tcodes VA41 and VA42 because this wil trigger for sales order also.
    Regards,
    Ashok.

  • PO line item's Condition type

    We are planning to restrict certain condition types.
    When I create a new line item in an existing PO, and if that line item contains the restricted condition type, then it should not allow to save the PO.
    But the existing line item can have the restricted condition type, because it was created previously.

    Hi
    Try something as this in method CHECK
      include mm_messages_mac.
      data: header       type mepoheader,
            items        type purchase_order_items,
            po_line      type mepoitem,
            line_item    type purchase_order_item,
            po_condition type mmpur_tkomv,
            wa_im_komv   type komv,
            eipo_line    type mepo_eipo.
      header = im_header->get_data( ).
      items  = im_header->get_items( ).
      loop at items into line_item.
        po_line = line_item-item->get_data( ).
        call method line_item-item->get_conditions
          importing
            ex_conditions = po_condition.
           loop at po_condition into wa_im_komv.
    *      here, do your checks, use message 398(00)
               mmpur_message 'E' '00' '398'
                              'text1' 'text2' 'text3' 'text4'.
           endloop.
      endloop.
    I hope this helps you
    Regards
    Eduardo

  • Wht are functionality in salesdocument header level ( condition type)

    hi friends
                kindly send functionality in sales document header level , [email protected]
    regards
    shivaji

    The functionality of sales document is as follows
    Transfer of requirements and availabiltiy check
    revenue account determination
    text determination
    pricing functions

  • Item level Group Condition

    Hello,
    I have created one Item level condition type ZZXX and set "group condition" check box and maintained condition records with fixed amount.
    In the sales order, i have given 3 line items (different materials). system determined the condition type ZZXX and distributed amount to 3 materials with different values.
    Could you please let me know how a Item level group condition distributes amount among 3 line items?
    Thanks in advance.
    B Regards,
    Bhaskar.K

    Must be the Material Group is same in all the three different material in 3 line Items.
    Best Regards,
    Ankur

  • Condition Types display in a Sales Order

    Dear Gurus,
    In our Pricing Procedure we have 2 condition types ZFR1 (Freight) and ZINS (Insurance) which are always Header type and should be entered manually. So according to normal procedure, I inserted them in the pricing procedure and maintained them as 'Manual' and selected them as Header conditions in Details of condition types with no Access Sequence and also selected them as 'No Limitations'.
    Now my requirement is that these condition types ZFR1 & ZINS should be available by default in a Sales Order under 'Conditions' tab and under 'CnTy' column and their values should be in Editable mode under 'Amount' column, when we go to the Header data view, but should be greyed out in Item data view, since they are Header conditions belonging to the whole document.
    Here my problem is that what ever combination I do in V/06 or V/08, system is not displaying the condition types by default. That is, I have to or the end user has to remember to enter the condition types and enter the values. But if I can display them as default when we go the Header view, Conditions tab,. end user will see them and will remember to enter values in them.
    The one problem I have is, I cannot make them as 'Mandatory, as they are not always required in all Sales Orders, so there are times when we dont have to enter any values there.
    I went through the search forum but didnt find any useful material, kindly help me out here.
    Regards
    Venkat - Hyd

    Dear Lakshmipathijee,
    Thanks for your answer, I have indeed maintained both the condition types at Header level. Normally when we do this kind of settings, the conditions screen is like the following:
    10....0....PR00....Basic Price...........1000.....(this 1000 is from condition record)
    Now if the end user needs to add values for ZFR1 or ZINS, he needs to remember the Condition types and enter them to be able to enter values in the document.
    But suppose there is a way of displaying the Condition Types with out values as shown below, then the end user will not have to remember to fill them up, he can simply come to the conditions screen and they are visible there and he will just fill them up with values. The following is how I would like the conditions screen to be seen:
    10....0....PR00....Basic Price...........1000.....(this 1000 is from condition record)
    20....0....ZFR1....Total Freight.........._____...(this should be a blank field)
    30....0....ZINS.....Total Insurance......_____...(this should be a blank field)
    In these editable fields of Freight and Insurance, the end user will enter the values in case they are neccessary or leave them blank.
    If I maintain the condition types as mandatory and manual, header condition screen is not displaying the Condition types??!!!!
    If I maintain the Header conditions as Item conditions also in V/06, then the header conditions screen is displaying the conditions in grey mode, without any value (as they are manual conditions) and in the item screen, they are in editable mode, but system is not allowing me to input any value, saying these condition types are not item level condition types and they are to be maintained at header level, but like I said, at Header level, the fields are greyed out !!!!
    So, any help plz..
    Regards
    Venkat - Hyd

  • Purchasing Document of specific Condition Type & Order Type

    Dear Friends,
    Can someone adivse me quickly from which table i can locate the Purchase Order's with document type and specific ITEM level condition type for given period.
    Thanks for your quick inputs.
    Ravi

    First use EKKO table where you can get doc type for listing POs. then copy field value of field EKKO-KNUMV and enter this value in KONV table in Doc. condition. Here you will get PO conditions item wise.
    Hope this solve the issue.
    Parag

  • Condition type price issue

    Hello,
    I have a item level condition type ZMAT. This condition type will be applicable when you order a material XXX with qty 5 and there will be 10% discount. Suppose we create an order with material XXX and qty 3, still this condition type ZMAT is appearing in condition tab with amount the discount amount as ZERO.
    I don't want to appear this condition type in case if the material XXX is having qty less then 5 in an order. Please help me how to fix this issue.
    Thanks,
    Shreekant

    In your pricing routine, check if qty is less than 5 then set sy-subrc = 4.

  • Condition tab is not appearing at item level in CRM 5.0 IDES

    Hi,
    I am trying to create Sample order in CRM ides but condition view at header level is blank and at item level condition view is not appearing.
    I have maintained condition record for condition types and it is visible in Material master. And correct pricing procedure is picked in sample order as I can see this in Header overview.
    I checked pricing procedure its correct. What else I need to check?
    Thanks for your reply.
    Nishith

    Hi Nishith,
    You can check if the item category is pricing relevant - field PRICING_RELEVANT in view CRMV_SALES_ITEM.
    Hope this helps,
    Kind regards,
    Vanessa

  • Sales order condition change for Header and Item level..

    Hi Gurus,
    My requirement is as below..
    Business wants to create new sales order from reference.. While creating slaes order fron reference , need to populate header/Item level condition tab data from originally paid by the invoice for that refence sales order not from refence sales order condition price.
    I would like to how to bring this one, any user exit or copy control and any VOFm routine need to populate this kind of requirement.
    Any one have any idea please let me know.. It very urgent, give reward points for right solution..
    thanks,

    Hi,
    Here are the answers to your question
    > Is it possible to add/change condition types on the sales order (header and item level) for which invoice has been created already?
    I mean is it possible to add some surcharge condition to already invoiced order and than as result debit memo?
    The answer is No. You cannot add or change the condition once it is invoiced.
    > And one more question : Are there some time restrictions when debit/credit memo can be created? (I believe not, but I would like to have this confirmed, as I am not SD expert.)
    The answer is No again. There is no time restriction and you can create debit or credit memo immediately when the invoice is released to accounting.
    Hope this helps
    Thanks
    Mukund S

  • Condition Type for Service PO Items

    Hi all expert,
    May i know that where to define the condition type for Service PO items?
    For item of service PO, there have Service Tab, under this tab, there may have few items and each of the item have condition type. thus, i would like to know that where to define this condition type. it is because i found that this condition type is different with PO condition type.
    Hope can get ur reply soon.
    Thanks~

    Hi,
    Appreciated for your reply:)
    I am confusing on "Variable Condition Schema For External Service" Step, as i view from the table, it seem look like a access sequence and assign to which document type to use pricing procedures.
    If let's say i assigned this pricing procedures to PO category and normal PO document type, then does it crash with condition type which config for normal PO (Condition Tab of PO)? 
    if i assigned my procedures at "Variable Condition Schema For External Service" Step, where i can view my config result?
    Waiting for your reply.
    Thanks:)

Maybe you are looking for

  • How to install the NI-DAQmx driver on a real time target PC?

    Hi, I'm painful about how I can install a PCI-6363 DAQmx on my real time desktop PC target. The PCI-6363 is directly connected to the real time PC. And I'm using LabVIEW 2011 and MAX 5.0.  The DAQmx device driver can be seen in software lIst in the h

  • Airport Disk access from the internet via Windows Vista

    I have an Air Port Extreme base station and am sharing an external hard disk connected to it by the USB port. Local network connections work well with both mac's and windows machines. I am able to connect to the airport disk from the internet with my

  • Itunes download says didn't install correctly

    I had an Iphone 4 and now i have an iphone 4s. I had itunes on the same compute as before and now when i try to download it i get error message. "didn't install correctly". What the heck is up with this? I NEED my itunes NOW.

  • Photo Organization

    I am trying to organize all the pictures on my Macbook Pro. I have tons of them as well as duplicate upon duplicate.  I got two questions would really love help on.  1) What is the best software to use to help get rid of the duplicates or do I just n

  • "Error: 3" message when I try to run Flash CS4 Pro

    I have Adobe Flash CS4 Pro installed on my Windows 8 OS, and it was working fine for a while, but all of a sudden now I get a generic error message when I try to launch the application. It gives me an "error: 3" status and tells me to restart (which