Validation for header condition in a Purchase Order in me21n

Hi Experts!, I need to validate that a header condition can't be repeated in a PO, when it's be creating..
I need your helps.. Thanks..
Message was edited by:
        Gustavo Gil

Hi.! Thanks everybody, I recomended this page
http://help.sap.com/saphelp_40b/helpdata/es/14/f62c7dd435d1118b3f0060b03ca329/content.htm
, It's so usefulI, here I found the program, subrutine, and a short description, I resolve the problem using the exit USEREXIT_XKOMV_BEWERTEN_INIT..
Regards,
Gustavo Gil..

Similar Messages

  • Pricing procedure for Header conditions in RFQ

    All SAP Gurus,
    From where system picks up the pricing procedure for header conditions for request for Quotation (RFQ) maintenance?
    Regards,

    Purchase order which you have defined for maket price determination.
    spro>MM>purchasing>conditions->define pricing determination procedure --->define calculation schema
    Regards
    Antony

  • Inbound idoc for updating delivery date of purchase order

    Hi All,
    Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order.
    I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should add a new confirmation line with custom confirmation category in the confirmation tab of the line item in the Purchase order.
    Each time we get a delivery file we need to add a new confirmation line in the confirmation tab of the purchase order line item.
    How can I get this working using inbound idoc processing? Which Idoc type should I use to solve my issue. Will ORDERSP work for my scenario?
    Thank you,
    Sonali.

    >
    sonali ashi wrote:
    > We have all EDI set up done for ORDERSP idoc in our system. Problem when I use this idoc type by default system is always adding confirmation catgeory 'AB' but we want our custom  category to be added instead of 'AB'.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Confirmation category used for order acknowledgement is define in configuation. You can change that from AB to your custom condition and EDI should pickup that.
    SPRO->Material Management->Purchasing->Confirmation->Define Internal Confirmation Category
    >
    sonali ashi wrote:
    > I have also noticed that 'AB' confirmation accepts only full quantity order acknowledgement through Idoc processing.
    > Manually I can add a "AB" confirmation for partial quantity but in the idoc processing it fails.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Check tolerance limit defined for confirmation category in 'Conformation Control' Node in SPRO at same level as above.
    Regards,
    Pawan.

  • How to enter a specific vendor for  the delivery costs in purchasing order?

    Now I want to create a purchasing order including planned deliver costs such as Freight, Coustoms ect, as the vendor of such planned deliver costs is different from the goods supplier, then How to enter a specific vendor for  the delivery costs in purchasing order? That means the partner for invoice partner will be two vendors at least in one purchasing order. thanks very much.
    <i>
    <b>No one would like to answer this question?</b></i>
    Message was edited by:
            King Qi

    hi, 
    You can have vendor at each condition record level.
    try it out.
    cheers
    Rav

  • Cant able to do UD for Goods Receipt Inspection against Purchase Order

    Hi Experts,
    I am facing problem while doing UD for Goods Receipt Inspection against Purchase Order.
    The Problem is,
    "Selected set code does not exist, or data entered is incomplete
    Message no. QV121
    Diagnosis
    Code  in code group * (selected set 1000 in plant ) does not exist.
    Procedure
    Enter a valid combination or complete combination, or make sure that the combination is available in the selected set."
    And the Result Recording for Inspection lot is completed.
    kindly suggest..
    Thanks in Advance,
    Naveen

    Hi Naveen,
    1.     Go to QCC0 > Quality inspection  >  Inspection lot creation  > Maintain Inspection Types > Select 01 (or the type which you are using) and double click on it.
    2.     Check what code is maintained in UD Selected Set
    3.     Create the same code in QS51 for your plant.
    Regards,
    Anand Rao

  • User Exit / BAdI to update the pricing conditions of the Purchase Order

    Hello SAPients,
    This is my requirement:
    "Copy the Pricing Conditions from the Shipment Cost Document (VI01 / VI02) to the automatically generated Purchase Order".
    I'm using the enhancement V54U0002 (Function Module EXIT_SAPLV54U_002) to EXPORT  the values of the Pricing Conditions to memory and I have used the enhancement MM06E005 ( FM EXIT_SAPMM06E_006, 007, 012, 013, 014, 016, and 017) to IMPORT the values from memory and store them in TKOMV. But, when the PO is generated the values don't stay, they are always changed with the standard PBXX pricing conditions.
    My question is: Does anyone know the User Exit / BAdI that I can use to change the Pricing Conditions of the Purchase Order?
    <<removed_by_moderator>>
    Thanks!
    Edited by: Vijay Babu Dudla on Jan 14, 2009 11:08 PM

    >
    kartik tarla wrote:
    > check this badi
    > ME_PROCESS_PO_CUST
    >
    > and the following user exit
    > Goto-> include RV61AFZA then search for
    > USEREXIT_PRICING_RULE see if its helpful to u.
    Hello Kartik / SAPients,
    I tried with ME_PROCESS_PO_CUST but didn't work. The system doesn't execute that code. Any other idea would be greatly appreciated.
    Thanks.

  • Price condition based on Purchase order

    Hi everybody,
    I work on non-stockable item. When I create a sales order, it's generate automaticaly a purchase order, which have a manual price.
    How can I have a statistical condition price in SD in connection with the price in the purchase order ?
    Thank

    Hi Parisis,
    For the statistical condition, please write an Alternate condition value routine, and make the routine to pick up the value of teh condition type in purchase order which was created in reference to the sales order (VBFA table will help you to find out the PO created with reference to the sales order) and update that value as the value of the condition type.
    Mention this reqmt to the tech consultant, and you can create the pricing routine in VOFM tcode.
    Reward points if it helps.

  • Automatic Pricing for Header condition

    Hello,
    We have the following scenario.
    For an specific Sales Order type we need to charge (surcharge or a fee) a fix $$ amount at the header level. This amount should be charged only if the total value of the order is less then a fixed $$ amount.
    Also another condition is for a specific material group we need to charge a fix $$ amount and if this condition is selected then the other condition should not be selected.
    Eg:
    1) for all material with Material group AB we want to charge(via condition type) 100$ at the header level.
    we want this automatically at the header.
    2) For all Order type OR we want to charge(I will maintain a condition type) 200$ if the net value of that sales order is less then 5000$. This is not item specific but at the Order header level.
    We dont want to manually enter the condition type (surcharge).
    I know that for Header conditions we cannot have access sequence and condition records. Then how can the 100$ or 200$ charge condition type come automatically in the Sales Order if the total order value is less then 5000$.
    I can have a requirement but what about the condition Record and the access sequence for the Order type or the material group?
    Any Ideas?
    Thanks
    SAP Fan

    hello, friend.
    i have an hypothesis (which is merely a guess because i have not tried this recently), that it is possible to do this, but you have make your condition type both header and item, which means you get to assign an access sequence (enabling condition records).  but you must also "tick" the "group condition" in the condition type so that even if this is entered at item level, this applies to the entire document and will be distributed to the items.
    the group condition is supposed to be used for manually entered header conditions such as pallet discounts, and i think i might have done this for material groups, but do not recall if i've done this for order type or any other variable at one point.  please do us a favor and test it, and post your findings.
    regards!!!
    Edited by: jonathan y on Jun 1, 2009 3:08 PM

  • Conditions maintained in purchase order that can be copied to the proforma

    Hi every body,
    In STO process, freight or what ever the  conditions maintained in purchase order that can be copied to the proforma Invoice, is it possiable, if yes please let me know!
    Thanks in advance
    Regards

    Yes you can copy the conditions from STO into delivery. For this you need to have the same condtion types defined and also need to write routines in SD pricing.

  • Why we cant have access sequence for header condition ?

    hi ,
    i have one query in pricing.
    Can we assign access sequence for header condition ? if yes how ?
    if not why ? please explain

    Hi there,
    It is always possible to have work around to solve issue without refer to OSS to change any programming coding.
    We want to have a freight charge appear on each sales order automatically according to some condition. Most of the time, this freight charge is a flat rate (if it is depend on qty or value, then we're so easy to set it in item level).
    In order to do so, we'll have one assumption. The item line number of sales order is auto running number, like 10, 20 and etc created by system and not manually input.
    Then we create a pricing condition type like other discount or charge in ITEM LEVEL with your selected condition like customer, sales office, country and etc. However, remember to add the sales item line as part of the condition of this pricing condition.
    Update the pricing procedure and create price condition record with say "10" for the sales item line. Since you'll have line number 10 for all sales order as first line (no mater it is a free of charge item or not). This new condition will generate a "freight cost" in the pricing procedure. And it is only apply to first line, therefore, we only get once of this charge for one order.
    Hope this is your case and it works with ours.
    Michael

  • Customisation settings for VC Configuration copy from Purchase order to GRN(Goods Receipt note)

    Hi Experts
    I was looking for Customisation settings for VC Configuration copy from Purchase order to GRN(Goods Receipt note),
    Please share.
    Regards
    Sandeep

    Hi Ritesh
    Thanks for your reply,
    I checked  both of these transaction  we need to select 3 option Characetrstics frm configuration(prio) and classification. I will check that, I had one more question
    In PO VC configuration is called for class type-300  and  in GRN VC configuration  is called for class type -023. How it will fetch the variant class configuration to Batch class configuration?
    Once we had faced some issues the copy from PO to GRN was happening for some batches & some batches it was not happening.
    yes we have activated Mill Functions in our ERP box.
    Regards
    Sandeep

  • Header / Footer text in Purchase Order form

    Hi there!
    I need that each company code has its own text form header/footer in the purchase order form. 
    Do anybody know where/how to customize the text name "ADRS_FOOTER_0001"  ( 0001 is the CC name) in the Company code?
    Thanks in advance
    Ana

    Hi Gopala,
    I´ve already put the text form name in the transaction So10 but now I do not know where to config this name in the Company Code. I mean how the Purchase order form is created to each Company Code.
    I hope I am clear...
    Thanks to all in advance
    Ana

  • Raise purchase order in me21n for 100 goods

    HI,
    i have problem. i raise purchase order in me21n for 100 goods.for that purchase order in MIGO i received 75 goods.when the invoice verification i found only 50 goods.how to clear in gr/ir in the month end process. please someone help me.
    regards
    subbarao

    Hi
    Reverse the MIRO and MIGO documents , and Post the MIGO and MIRO with actual quantity received
    Regards
    Rams

  • ADDITIONS OF CONDITIONS IN RETURN PURCHASE ORDER

    CAN YOU PLEASE TELL HOW CAN I ADD CONDITIONS IN RETURN PURCHASE ORDER THROUGH ABAP

    I HAVE CREATED A RETURN PO THROGH BAPI_PO_CREATE BUT IT IS NOT TAKING ANY CONIDTIONS AND WHEN I AM TRYING TO INSERT CONDITIONS THROUGHT BAPI_PO_CHANGE IT IS NOT TAKING THOSE CONDITIONS

  • Condition Type the purchase order

    Hi Guru:
    Can anyone tell me that which table/transaction to include all the condition type of purchase order? Thanks.

    hi
    The Table name you can used are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    Regards,
    Manish

Maybe you are looking for

  • Export data from a table (not a bi query) to pdf

    Hi experts, I would like to know the way to export data in VC 7.0 from a table to a pdf. This table is generated NOT from a BI query but from an SQL using connection to Oracle DBMS. Thank you all Alessandro

  • Form next to image

    I am trying to get my form next to my logo image. The form will not place correctly next to it but it goes below it. http://www.deliberateachievement.com/ Here is the html. <div id="container" class="clearfix"> <div id="wrapper"> <p><img src="images/

  • Workflow not starting and RFC status is 'User Switch Is Not Possible'

    Hi All, I am using ABAP classes to raise an event that triggers the workflow. When I am executing the workflow from SWUS or raising event from SWUE or SE24, the workflow is starting fine. But when I am raising the event from a Webdynpro application,

  • Kansas city Local tax

    Hi Experts, Request for your assistance. Currently the tax for kansas city, MO (MO01 tax code) is being calculated on 1 % of taxable wages (/701) = /701 X 1% But the calculation should happen by adding wage type /Q01 too. i.e /701 + /Q01  X 1% How ca

  • Captivate 7 Word Search Interaction Problem with Difficulty Level

    In Cp 7 I can't change the difficulty level as it keeps reverting back to 9. It says I can select between 1 - 10 and I presume this will reduce the number of letters in the game but it won let me. Hellppppp please.