Close PO princing conditions when ref. contract

Hi,
I have the following question.
I'm creating a PO referencing to a contract, some conditions are determined automatically from the contract, and the user is not supposed the change any pricing conditions.
The question is: is there some way to close the pricing conditions in the PO, the problem is that I need to close only for this specific PO type.
Thanks.
Alexandre.

hi,
You can delete the condotions which are not required in the PO can be deleted in the aggrement itself.
But however you can create a info record for the same and and if you update it, with the deleted conditions and you can create PO with deleted conditions.This can be one possible solution.

Similar Messages

  • How to add conditions when uploading contracts

    Hi experts
    I'm trying to upload contracts from a text file using BAPI BBP_PD_CTR_CREATE.
    I'm not able to create conditions with the contracts. Can anyone tell me the mandatory parameters that have to be passed in the BAPI in its it_conditions table.
    This is what I'm doing:
      wa_condition-guid = c_dummy_cnd.       "Dummy guid
      wa_condition-cond_type = l_condtyp.
      wa_condition-COND_PRC_UNIT = '0'.
      wa_condition-COND_RATE = l_condval.
      wa_condition-COND_CURR = l_condcurncy.
      wa_condition-COND_TAB = l_condtab.
      wa_condition-date_from = l_valstart.
      wa_condition-date_to = '99991231'.
      APPEND wa_condition to tbl_condition_ex.
    Points will be rewarded...
    Thanks

    Hi Neelima
    I tried with the code that you had provided but I still couldn't create the discount conditions.
    Here is my code in more detail:
      IF l_condtyp = '01AG'.                                "Header discount
        l_condtab = 'SAP019'.                               "Table for header discount
        wa_condition-p_guid = c_dummy_hdr.                  "Dummy guid of header
      ELSE.
        IF l_condplant IS NOT INITIAL .                     "Location dependant item discount
          wa_condition-INVENT_LOC_ID = l_condplant.         "Adding location
          l_condtab = 'SAP068'.                             "Table for location dependant discount
          wa_condition-p_guid = c_dummy_itm.                "Dummy guid of item
          wa_condition-COND_UNIT = l_unit.                  "Unit of item
        ELSE.                                               "Location independant item discount
          l_condtab = 'SAP016'.                             "Location independant discount table
          wa_condition-p_guid = c_dummy_itm.                "Dummy guid of item
          wa_condition-COND_UNIT = l_unit.                  "Unit of item
        ENDIF.
      ENDIF.
      wa_condition-guid = c_dummy_cnd.                      "Dummy guid
      wa_condition-cond_type = l_condtyp.       "(01AG)
      wa_condition-COND_RATE = l_condval.    "(15-)
      wa_condition-COND_CURR = l_condcurncy.   "(%)
      wa_condition-COND_TAB = l_condtab.      "(SAP019)
      wa_condition-date_from = sy-datum.          "(also tried vper_start ie. start date of contract)
      wa_condition-date_to = '99991231'.
      wa_condition-time_from = '000000'.
      wa_condition-time_to = '235959'.
      wa_condition-UOM_DENOMINATOR = '1'.
      wa_condition-UOM_NUMERATOR = '1'.
      APPEND wa_condition to tbl_condition_ex.
      CLEAR wa_condition.
    The importing table is still empty after the FM has been executed. There are no messages in the messages table either.
    Please help me out here.
    This is very urgent.
    Thanks

  • HT201412 I just tried to upload the new operating system for my I phone 4s , I get to the terms and conditions, when touch "agree" it opens up and I touch agree again  and it closes and nothing more happens

    I just tried to upload the new operating system for my I phone 4s , I get to the terms and conditions, when touch "agree" it opens up and I touch agree again  and it closes and nothing more happens

    Reset and start all over again.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Apply default condition when try to create contract form.

    hi Gurus
    i faced this case and i need help:
    I try to customize IMG settings of default conditions each condition group (V_TIVCDCONDDEF).
    (RECACUST->Conditions and Flows->Default Conditions->Define Default Conditions)
    but when i create contract, doesn't automatically be inserted default conditions in this contract.
    (I don't setting any conditions into rental object.)
    i tried to find any solution from the configuration any body have ideas about this function to insert default conditions in the lease contract.
    thnx

    Hi ,
    As I understand, system transfers default conditions to contract: 1) from rental objects assigned to the contract, 2) from prior contracts of the assigned rental objects.
    There's a special button (Default conditions) for that cases on a Conditions tab of Contract.
    So, I suggest to add conditions for a Rental Object and transfer them into a contract.
    Hope this will help.

  • Manual Princing Condition not copied using BAPI

    Hi Guys,
    Something pretty weird has been happening.. when I create a Sales Order over VA01 with reference a Contract, the Sales Order take the COMPLETE Contract Princing Condition, so its perfect. But When we're trying to use the BAPI (BAPI_SALESORDER_CREATEFROMDAT2 ) it does not create in the same way, I mean the MANUAL Pricing condition was deleted of my Sales Order Princing condition or does not show up for any reason.
    do you know if there is a flag or some configuration where I set "Take the contract Princing condition"?
    Thank you in advance!
    Alexandre

    Guy,
    Only to let all of you know that the soluion was call the function "PRICING_COPY" at the KOMP user exit and thus load the XKOMV table. It was because the standard process did not call this step when called througth the BAPI.
    Regards,
    Alexandre

  • Automatic PO creation when neither Contract or fixed vendor found

    Hi All,
        This is continuation of my previous thread. the issue has not been resolved and needs suggestions.
    SRM 5.0 ECS SP15. The issue happens sporadically when SRM SC is created without contract item (catalog/direct mat).
    So, when SC is created with above condition, instead of going to sourcing, system directly creates the PO. The only thing I noticed was the SC contained entry in preferred vendor field. there is no custom code on turning preferred vendor to fixed. And this does not happen often.
    Please advise
    Regards
    Rao

    hello,
    the preferred vendor maintained is treated as a source of supply. below is the IMG documentation for Sourcing is carried out for items without a source of supply setting
    SAP Enterprise Buyer transfers all requirements that have multiple sources of supply, of which none are assigned, to the purchaser's sourcing application. Once you have selected a source of supply in the shopping cart, the item does not go to the sourcing application and a PO is created.
    as suggested by Ricardo, you may implement BBP_SRC_DETERMINE BAdI to overwrite this, i.e. Sourcing will not be carried out only when a contract is assigned to a shopping cart item.
    regards.

  • Problem when creating contract  with foreign trade / customs

    Hi,
    I encountered a problem when creating contract / outline agreement.
    I used ME31K to create a contract with a vendor outside of our country. I suppose that I should be able to see "Foreign Trade / Customs" in "Header" menu, but this entry is gray, I cannot enter it.
    I tried to create a scheduling agreement using ME31L with the same vendor and material, I can see "Foreign Trade / Customs" information. I suppose these two process are similar, aren't they?
    Btw., I checked the master data according to this thread:
    http://help.sap.com/saphelp_46c/helpdata/en/ed/3b6cc697e711d1b4e20000e82d81b0/content.htm
    Can anyone give me some hint?
    Thanks!
    Charlie

    These two processes are different:
    The Contract agreement or the Outline Agreement is that create the centrally contract (cross-plant) where it can maintain different pricing conditions for each and every plant. It creates the Release Order with reference to Outline Agreement. No detailed delivery schedule can be made in the Release Order. No Release documentation is created. Only time-dependent conditions can be created, Some Item Category 'M' and 'W' can be used.
    Whereas the Scheduling Agreement is the Plant Location what must be entered in the Scheduling Agreement. Its no need to create any other purchasing document except for delivery schedule line via Transaction ME38 or MRP running (with the appropriate setting of Source List). Delivery Schedule line items are created subject to your specific requirement. It can create both Scheduling Agreement with or without release of Documentation (subject to the Document Type LP or LPA) with the selection of either FRC or JIT delivery schedule. Either time-dependent or time-independent conditions can be created subject to the customizing in the Document Type of the Scheduling Agreement. Item Category 'M' and 'W' can not be used.

  • Can conditional formatting refer to the value in another cell

    Is there a way for conditional formatting refer to the value of another cell instead of entering the value in the conditional format box?

    wwjd is right. no way of doing that.
    WWJD, two wuestions:
    1) do you have the new office 2008 for mac beta (is it out?), how close is it to the new features in Office 2007 for windows, if you do?
    2) why do our pictures keep getting cut off after a day of posting. I posted a pic yesterday and its already not showing on the page the next day. Do they not load them after the question is marked as solved?
    thanks,
    Jason

  • Purchase condition based on Contract document type

    Dear Gurus,
    We have created a seperate documents for Domestic and Import Contracts. We want to trigger Domestic Pricing condition in Domestic Contract, and vise verse... We want only the domestic condition to apprear in the dropdown when the purchase team is creating a domestic contract. Does Condition sequencing provide any means to achive this?
    Waiting for a reply.
    Regards
    VPV

    >
    VIKAT verlekar wrote:
    > Dear Gurus,
    >
    > We have created a seperate documents for Domestic and Import Contracts. We want to trigger Domestic Pricing condition in Domestic Contract, and vise verse... We want only the domestic condition to apprear in the dropdown when the purchase team is creating a domestic contract. Does Condition sequencing provide any means to achive this?
    >
    > Waiting for a reply.
    >
    > Regards
    >
    > VPV
    Separate calculation schema are created for both domestic and import and they are attached to vendor. When  vendor is inputted in the contract, vendor is the determining factor of which calculation schema it should bring as attached in the vendor. So only conditions attached with vendor will be bought once vendor is entered in contract. It can be either local or import.

  • Princing condition

    I got a strange problem with a princing condition.
    I have a new condition type ZR00. It's a discount with fixed amount (in SPRO, in maitaining condition type, under "control data" tab, "calculation type" field has value "B").
    In tcode VK13, the amount of ZR00 was maitained (it equalls 50 EUR).
    I've created a sales oder (tcode: VA01). System brings the condition ZR00 with the correct amount (50 EUR).
    I've then created the delivery and done the PGI.
    When I create the invoice, system brings the condition ZR00 with different amount (58,3 EUR).
    I've checked in tcode VTFL. For the item category used (TAN), the pricing type field has the value "G" (Copy pricing elements unchanged and redetermine taxes) and the price source field has the value "" (order).
    I don't seem to understand why system changes the amount of the condition? Can anyone help me on this please ?
    I don't khow if this might help but the quantity ordered in tcode: va01 is 200 UN whereas in delivery it's 250 UN. I don't believe this is the source of my problem since the condition has a "fixed" amount !
    Best regards,
    Bahia.

    Excuse me.
    I've read the OSS note 24832. It helped since i've understood some concepts.
    But I'm still sturggling with the same problem.
    My condition type ZR00  (which can possibly be changed manually) has T685A-KMANU = 'C' (Manual entry has priority) in Customizing.
    When I generate my invoice system brings condition type ZFRQ with the correct amount (maitained in VK11) but makes the condition type inactive. When I double-click on the condition, system shows that the condition is inactive because of subsequent price.
    What does it mean ?
    I tried to something else. II changed the amount of the condition type ZFRQ manually in the sales order.
    When I do billing, system brings two lines with the sames condition ZFRQ, one with the correct amount changed manually and the other with amount 0 EUR. Both are active !
    Could anyone help me on this please ? This problem is driving me crazy !
    Regards,
    Bahia

  • What happens to my iPhone when my contract runs out & I get Gen 2 iPhone?

    Right, my iPhone was activated last November when it was launched over here in the UK. I'm assuming once activated, I can change the sim card in the iPhone and it should work alright? I haven't tried switching sim cards before but don't see the point of paying for the monthly contract and also paying for a pay & go sim.
    So when my O2 contract ends in May 2009, am I right in thinking that i'll be able to give my iPhone to my wee sister and she can put her Pay & Go O2 sim in it and work away, whilst I take out a new contract for the 2nd Gen iPhone (assuming that there will be one).
    If this is the case, everyone will be looking on ebay next year to find genuine 2nd hand unlocked iPhones that will work with their sim cards without a contract. True or false?

    It just sounds like this at the minute...
    If anyone wanted to have/use my iPhone when my contract ends - they would simply have to enter another contract!
    By the time my contract ends, my iPhone will be in pretty used condition with scratches, blemishes and who do you think will want to pay contract prices to use a secondhand grubby iPhone?
    Will we be stuck with iPhones that will be useless in a years time? unless someones willing to pay for a contract to use the old 2nd hand iPhone (it's a bit like some offering you to buy their old Nokia 3310 (Remember them!?) and asking you to pay at least £35 a month to use it!) by the time this happens no one will want the Gen 1 iPhone because it will be outdated by other devices.
    Maybe i'm wrong, but i suppose we'll just have to see if O2 offer a deal to current iPhone contract holders when a new decive is launched or our contracts end.

  • When I close Firefox and then come back to it layer a box comes up that says it's already running. It ays to close Firefox first but when I hit close nothing happens and the box comes up again. I have to shut down my computer and restart to get into Firef

    When I close Firefox and then come back to it later a box comes up that says it's already running. It says to close Firefox first but when I hit close nothing happens and the box comes up again. I have to shut down my computer and restart to get into Firefox again. If I can't get this fixed I will start using someone else. Someone told me a way to close Firefox but I forgot what they said.
    == This happened ==
    Every time Firefox opened
    == a couple of months ago

    Hello Brian.
    You don't need to restart your computer to open Firefox again: you just need to close it manually through your application manager (CTRL+SHIFT+ESC in Processes tab). Anyway, hopefully this support article is what you need:
    http://support.mozilla.com/en-US/kb/Firefox+hangs
    What's probably happening is that you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Before I upgraded to 8.0 I could double click and see all open Apps and then close them. Now when I double click I am not sure what I am seeing or what to do?

    Before I upgraded to 8.0 I could double click and see all open Apps and then close them. Now when I double click I am not sure what I am seeing or what to do?

    The format keeps changing but the basics remain...in the center of the screen are large images of the recent apps which you can close by swiping up and away.

  • I am done with Verizon for their inability to update Android in a timely manner. When my contract is up, after 10 years, I am gone.

    Verizon,
    Nobody.. and I mean NOBODY is buying your crap. You don't update to the latest software in a timely manner. The entire planet has the KitKat update for Android and you don't under the guise of better experience. That is crap, everyone else can do it but you, you are inept.
    Additionally, you are the most expensive by far and the guise of biggest network. I really don't care about the biggest network, I use a very small percentage of it so this is no excuse.  AND if you are the biggest how come EVERY carrier can beat you on price and get updates out faster?
    Your new tiered plans "Family Share" crap.
    I do how you still charge me for data, voice, and text.. even though at the end of the day these are all just data packets across your network. I love being charged three times for the same service though.
    You want to really be the best, then change your ways.. but I am done waiting around for you.. this contract ends and I am gone.

    After 20 yes TWENTY YEARS being with Verizon I to am done with their cell phone business. I have had nothing but problems with my "new" Droid, which I was "steered" to by a tech who told me what I should have not what I chose, my weakness was to still trust the employee had the best interest of their customer at heart. Brewhahaha! Boy what a error that was on MY part. I got a phone that has been defective from the moment I turned it ON.
    I first had home service with Verizon for many years...then wifi....then the bundle. Great, all I can say is as this company has grown, they have fallen apart on their customer service and their policies. Their nothing more than yet another CORPORATE mentality company whose bottom line is PROFIT.
    My droid arrived, it would not hold a charge...it would not always take a preference I chose...it would change things on preferences on it's own (wondering if my phone is like that car in the movie "CHRISTINE")  and was encouraged to keep using it, I just either didn't understand the "smart phone" ...or my age was allowing them to think I could no longer learn to use anything other than a rotary phone.  One tech actually told me to take the battery out and reset the phone, hmmm...sure right and ruin the phone? RIGHT...who trains these people???
    Verizon is no longer any resemblance of the once good company it just to be.
    Today my day was horrible. (your just lucky I told blab on about the last three months dealing with them!)
    Having just spent the majority of my day being transffered from one department to the next (seems they now have to transfer you if there is something as simple as adding an e mail to the order that was cancelled in error by the way to replace the lousy dysfunctional Droid I got) no one person can do what ever your account needs. Half way through my completely messed up day, I got so tired of this syrupy fake responses telling me to have a wonderful day and enjoy the rest of my day..and it was a pleasure to serve me.... after way to many transfers to other departments...they started sounding like they were recorded bots...or flight attendants. I just had to ask them if they served peanuts and cold drinks. HARD LIQUOR?
    So now I am waiting for my "reburbished" droid. (again)..checked on why I had not gotten it...it was cancelled flagged by "fraud". WHATTT?  Fourth time I have ordered something and this has happened, and no e mail asking me to contact them. I live in a senior gated community and they are trying to tell me "someone in your gated community attempted to commit fraud" so MY order gets flagged. (half the seniors in this gated community are half dead the others are either in Palm Springs or traveling...and the one who are slightly mobile...might not remember how to even get to the mail room .and back to their house..granted UPS requires I SIGN for the phone...but impossible since they flagged and did not send the phone out. So, here I sit, wondering after three months of dealing with these (not so funny) clowns and gain absolutely NO satisfaction, except to say....adios...when my contract ends.  AT&T hopefully is better, but who knows..this phone situation may be the death of me yet..and in the end VERIZON will not longer have to waste their time or mine transferring me to try to get a 1. working phone  2.  my order actually processed correctly  3. have to re-educate their techs.
    I no longer TRUST Verizon, I no longer believe they have the interest of their customers at heart. (what heart?)  and about the only thing I don't understand is they sell me a phone, then a package to buy time...but also $30.00 a month  fee to connect to their lines? Shouldn't that rather come with the package deal??
    Signed..done with Verizon squeezing me two ways to Sunday.  I just hope some other company  comes in with a plan to beat the socks off these top providers of cell services in the states...and I'd like to just sit back and watch the huge exodus  of people leaving. The pickens are ripe to do just that.

  • How do you find out when your contract times up?

    I've searched all over My BT but no where can I find anything about the date I can cancel my landline. I want to terminate my contract and move to another provder, but don't know either when my contract started or when it ends.
    I believe I'm on a yearly one. Even BT's phone menu is baffling as it gives you the choice to cancel and I'm afraid that may literally terminate it there and then.
    I'm sick of BT increasing their prices and also removing the paper free discount too. I'm with O2 for phone and also have full Sky package but O2 have the better landline offer with BB cheaper again.
    Can someone please help on how to find end date out? thanks

    Hi.
    You can get the contract end date here at billing Live Chat:
    http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    Its open Mon-Fri 8-9
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

Maybe you are looking for

  • Bapi for f-44

    Hi.... I'm using BAPI_ACC_DOCUMENT_POST to clear vendor open items for the T-code f-44.The following is my below code and it seems to be going on fine but the data in the table bsak(Vendor accounts cleared items) is not updated..with the concern vend

  • Error while installing oracle10Gr2 on OEL5 64 bit

    Hi , I am tring to install ORCLE1OG r2 on OEL5 64 bit and i am getting problems. O: -------------------------------------- INFO: The "/ed82/Oracle102/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were

  • Camera Raw Doesn't recognize nef files

    I have CS4. I upgraded camera raw plugin tp 5.6. I am shooting with Nikon D7000, Getting error message that photoshop does not recognize nef files. Please help.

  • Discovery doesn't show virtuemart theme?

    I am testing the discovery feature of the new CS5 and do not seem to get any references to the virtuemart sections. Could someone explain why not??

  • How to check 2 condition types (kschl)

    Hi, READ TABLE i_komv WITH KEY kposn = ekPo-ebelp kschl EQ 'JEC1' OR                                               KSCHL EQ 'JMO1'. how to write this above stmt? I have to check 2 condition types with a single read stmt? regards, Star Shankar