BAdI: Enhancements to Price Determination-Can't adjust ch_komp

Hi~!
I am working on the BADI method IF_EX_ME_PO_PRICING_CUST~PROCESS_KOMP.
I want to chage PO net price by BADI.
IF IM_ekko-bsart = 'ZNB'.
      SELECT SINGLE netpr INTO ls_netpr
        FROM zctmm090
       WHERE werks = im_ekpo-werks
         AND matnr = im_ekpo-matnr.
      IF  sy-subrc = 0.
         ch_komp-netpr = ls_netpr.    -
>   But,,,, this can't change PO net price.**_
      endif.
endif.
How can I change PO's net price?
This Company manages material price by CBO Table:ZCTMM090.
Thanks & Regards,
Maro.
Edited by: maro Kim on Dec 4, 2009 2:15 PM

Hi archana,
actually i want to use the same BAdi and method (PROCESS_ITEM).
Question: did you use parameter GET_HEADER of method PROCESS_ITEM ?
my problem: i want to read BSART from MEPOHEADER-data and according to result i want check MEPOITEM-data (here: WEPOS)
ls_mepoitem = im_item->get_data( )
works, but i did not find out how to use
...->get_header( )
If you used it, can you paste© your source code ???
Thanx a lot !
Jörg
P.S. it's my first BAdI
-- no more help needed ! Problem solved by adding own post!!! ---
Message was edited by: Jörg Sauterleute

Similar Messages

  • Single level and multi level price determination

    Hi,
    Regarding single level and multilevel price determination, how system is arriving the figure of some portion to single level and some portion to multilevel. Can any one clarify the concept.
    govind.

    Hi
    Find below my clarification.
    Multilevel price determination calculates the periodic unit price for a material. The standard price, the single-level differences cumulated in the period, the differences between planned and actual prices, as well as input material differences (multilevel differences) are all taken into account. The material price calculated in multilevel price determination can be used for inventory valuation.
    Follwing are Prerequisites\
    The material ledger is active.
    Actual costing is active.
    The price determination indicator in the material master is set to 3.
    The price control indicator in the material master is set to S.
    Single-level price determination has been performed.
    Following are the fartures
    A level is identified by a material and its associated procurement process. Multiple levels are the result of one material being used in another material. These multiple levels are reflected in the actual BOM that is created in the costing run in the step Determine Sequence.
    In multilevel production, both single-level and multilevel price differences exist. If one material is used in another material, and single-level price differences exist for the input material, this results in multilevel price differences. In this way, differences are rolled up from raw materials through semifinished products to finished products. This solves the problem of follow-up costs.
    The price calculated through price determination is updated as a periodic unit price (V price) in the Accounting 1 view of the material master record The price control indicator remains set to S. The standard price does not change.
    Regards
    Deepak

  • Valuation price with user exit/BADI/Enhancement Spot (In valuation variant)

    Hi all,
    i am facing problem finding enhancement when creation of sales order of Valuation price with user exit/BADI/Enhancement Spot  (In valuation variant)
    For refferenece:
    When going to t.code VA03, select one item and go to extras in the menu bar and select costing then you find some amounts calculation i.e valuation price automatically.
    So when creation of sales order i am giving material and that material price automatically takes from material master and creating sales order.
    My customer requirement is to get the valuation price of the input material from Z-table during the sales order cost estimate.
    This Z-table contains the material code, plant , grade  of the material.
    Ex:
    Material         Plant   Grade Price
    A                1000    XYZ     25000
    A                1000    PQR     35000
    A                1000    BCD     45000
    Suppose it depends on sales document type and which grade price i have to take.
    So first of all i am unable to find enhancement where to change this code to get change the valuation price.
    Does anybody have any idea , is there any user exit/BADI/enhancement for this.
    So please help me in this issue.
    Thanks & Regards,
    lokeshgoud

    pls allow me to post the questions

  • I want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these

    i want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these
    IF I CREATE SERVICE ORG WITH SERVICE SCENARIO ORG DATA PROFILE,
    MY PRICING IS NOT GETTING DETERMINED AS IT IS LINKED TO SALES ORG AND DISTRIBUTION CHANNEL THROUGH PRICING DETERMINATION SO HOW TO DO THE CUSTOMIZATION FOR THIS SITUATION
    WITH REGARDS,
    SATHISH

    Hi Satish,
    Please assign the org det. rules to org det. profile with Sales and Service scenarios and then assign the org. det. profile to transaction type. The below screenshot is just for your reference.
    Hope it would fix your issue.
    Regards,

  • You can't perform price determination /You must first allow price determina

    Hi Friends,
    While performing the t code CKMH (Single level price determination) I am putting plant, period and fiscal year but when i am going to execute I m getting the following error.
    1.you cannot perform price determination in period 01/2009.
    when I tried with previous period and years then i m getting                                                     
    2You must first allow price determination for period 001 / 2009**
    Any pointers will be rewarded.
    Regards

    HI,
    You have to allow the respective period in CKMG, it will allow in CKMH.
    Regd,
    Khan Mansoor.

  • Override consignment price  determination during goods issue process

    Hi ALL,
    My requirement is that User is asking want to override consignment price  determination during
    goods issue process. Is there any BADI/User Exit or  Enhancement spot which can override the price value and in the
    database level during Goods issue.
    If yes provide me the enhancement details and where I can implement.
    I will very thankful to you all if I get your valuable input.
    Regards
    Subhasis

    Dear Laxman,
    Check these links,
    https://wiki.sdn.sap.com/wiki/display/ERPLO/Batch+Determination
    Automatic batch determination
    Re: how to make the batch determination process automatic
    Regards
    Mangalraj.S

  • Updating the Price Determination Field in the Material Master (MBEW-MLAST)

    I'm doing a material conversion into an existing SAP system and the program to load the materials didn't load a value in the price determination field (MBEW-MLAST).  Normally this field is required but because the conversion BAPI doesn't do as much validation as MM01 it was possible to create the record without a value.  The field is not open to input when I use MM02, and even though it appears to work, when I do MM17 mass change the field is also not updated.  Finally I tried transaction CKMM - Change Material Price Determination for Material Ledger but it required an entry in the Old Price Determination field and it won't let me enter blank. 
    We've since corrected the program but my problem is that I've converted about 5000 materials without a value in the field meaning the FI guys can't release cost estimates which is causing a bunch of problems for the testing that we want to do in this system.   We've taken about 3 weeks to do this conversion so going back and doing it again is a terrible option.  Does anybody know a way to get a value into this field other than what I've mentioned above (MM02, MM17, CKMM)?
    Suggestions please.

    have a look into OSS Note 1491364 - BAdI CKML_SET_VPRSV: Price determination cannot be changed

  • Exit/BADI/Enhancement for Payroll driver

    Dear Friends,
    When we run transaction pc00_m10_calc for US payroll driver for an employee for a period,we can see the renumeration statement in the output screen.
    I need to modify the internal table xrt to add the similar wage types in one period before it passes to form , which exit / BADI enhancement should for this purpose.
    Pls. advice.
    Thanks..
    Regards,Prashant

    Hi,
        Please check the below.
    Enhancement
    HRUSRCU0                                Enhancement for Customer Exit for RPCTRCU0.
    Business Add-in
    PC10_PAY0001                            User exit for base_wages in a gross up calculation
    PC10_PAY0002                            Exit to determine if negative taxables should be allowed
    PC10_PAY0003                            Exit to determine if distribution calc should be allowed
    PC10_PAY0004                            Work Tax Area Override Add-In: Activation
    PC10_PAY0005                            Work Tax Area Override Add-In: Default proration of wages
    PC10_PAY0006                            User exit for additional ESS W4 (PZ10) fields; before output
    PC10_PAY0007                            User exit for PZ10 and IT0210 fields; after input
    PC10_PAY0008                            More than 99 exemptions for US payroll withholding tax calc
    Regards,
    Srini.

  • CKMM  Change Material Price Determination

    Hello all,
    Under what conditions or scenarios CKMM (Change material price determination) is used in Material Ledger/Actual Costing
    Thanks

    Nasir,
    I presume that you are aware of the two price controls prevailing in Product Costing. (1) Standard Price S is constant price without considering usage or invoices; Material stock valued at the same price over an extended period; Price variances are posted to price difference accounts; not affecting the standard price. (2) Moving Average Price V is the price that changes in consequence of usage and entry of invoices; Calculated by dividing the value of material by the quantity in stock; Automatically recalculated based on activity.
    Thru' CKMM transaction, you can inter-switch material from one price control to another. However, as I have been observing clients dont move from one price control to another just like that. In my many years of SAP experience, I have moved so far only one material from V to S.
    Even within Standard Price S, the standard price can be adjusted from single / multilevel pricing to transaction based pricing. CKMM transaction can also be used for making that kind of change.
    Thanks.

  • How can I adjust the font size of my printouts?

    I have an HP Officejet 4500 all-in-one printer and a new HP pavilion Slimline computer.  Since I changed to this computer, my printouts have very small font size making them hard to read.  How can I adjust the font size of the printout?  Is it a computer or printer function? I appreciate the help.

    I, too, am frustrated.  This seems like something that would easily be handled within the application software.  However, none of the fixes I've been offered have been very helpful.  My cousin sugested using Control C and Control V to move the text to WORD.  Once in WORD, you can manipulate the text on a WORD page...sometimes.  I've had good and bad luck with this method.  It still requires working in two different programs to get it legible.  Does anyone else have a 4500  All-in -one with this problem, or is it only me?  Thanks,  [Edited for Personal Information]

  • MIGO : Price determination

    Hi all,
    I got a problem when I try to do the good receipt for a purchse order in MIGO. SAP occures an error :
    "Transaction cannot be posted due to errors in price determination
    [X]Error during maint. of delivery costs in master conditions        
         Delivery cost conditions in different validity  periods not identical "                                                     
    What does it mean ? Where can I find the place where those validity periods are customized ?
    I've already checked in the RFQ, and the period value of the delivery cost condition seems to be OK for all the costs...
    Someone got another idea ?
    Thanks all !

    Hi Prasad,
    Indeed this PO already has a GR, but this GR was cancelled.
    Now when we try to do again the GR, we get that error.
    But I check the PO and the delivery costs are still here. If I erase the delivery cost from the PO, I can do the GR. If I put back manually the delivery costs, I get the error during the GR.
    So, do you have a solution ?
    Thanks,
    Mathieu

  • Price determination date control in Scheduling agreement (ME33)

    <<Do not ask for or offer points>>
    Dear SAP chams,
    I have one doubt at the time of scheduling agreement creation. I am creating scheduling agreement trough t'code ME33. In the same, Select line item, go to item data, go to Additional data. Here the field Pr. Date Cat (Price Determination (Pricing) Date Control) contains the value "5" (i.e. GR date). I want to change this value. How can i change this determination ??...
    Helpful answers will surely be awarded by points.
    Thanks and regard,
    Tarpan Vadaliya
    Edited by: Matt on Feb 27, 2010 10:47 PM

    Hi
    Price determination category 5 cannot be change in scheduling agreement if your document type is time dependent. (See config spro>mm>purchasing>scheduling agreement>define document type. In that you will see a tick for time dependent condition)
    If the config tick is removed then you can change price determination to any other option.
    Regards
    Antony

  • User Exit/BADI/Enhancement Point  in VF01 before new document no assignment

    Hi Expert,
       I am looking for a user exit/BADI/Enhancement point which will trigger in VF01 before the new document no (Billing document no assign).
    I need to cross check few things in Billing via VF01 at billing document save and give error message accordingly. The problem is if new number assign and there is error due to my code then when user save the document next he get a new no. its mean a no skip.
    Example: The invoice no is 1000. User start creating a billing document with Vf01 and he get an error message due to my code at exit , at this point of time the next number assign to billing which is 1001 but document not save due to my error message. Now after applying correction user save data and billing document created with no 1002. So there is no skip.
    I tried BADI BADI_SD_ACCOUNTING but this will trigger after no assignment.  Can someone provide me a user exit/BADI/Enhancement point in VF01 which trigger before no range assignment and contain at least Billing header data to use in my code?
    Regards
    Swati
    Edited by: Swati Namdev on Nov 16, 2010 9:55 PM

    HI Brad and team,
       BRED is right. I check few user exit normally all of us have that list or easily available on net.
    BRED: my question is: I need to check the billing date VBRK-FKDAT of document should not be less than the sales order plan billing date VBAP-Oldate.
    If this check fail then won't allow the user to create billing document. The problem is I used one user exit SDVFX001 already define previously that's work fine but issue is that user exit trigger after the billing no assignment. That's why when user get that error message he correct the document and create billing this time he get a new number which is skip of one no.
    That why I need a User Exit/BADI/Enhancement Point  which trigger at save but before document no assignment.
    Please update more about your comment "Why not use a header level copy requirement routine to perform the checks and log the messages? This is the standard process."  .
    Suggest user exit USEREXIT_FILL_VBRK_VBRP  trigger before save. I need at save the reason is VBRK-FKDAT  this can be change.
    Feel free to contact me back if you need more clarification.
    Regards
    Swati
    Edited by: Swati Namdev on Nov 17, 2010 6:22 PM
    Edited by: Swati Namdev on Nov 17, 2010 6:25 PM
    Edited by: Swati Namdev on Nov 17, 2010 6:32 PM
    Edited by: Swati Namdev on Nov 17, 2010 6:47 PM

  • Exit/BADI/Enhancement to change GL account in SAP

    Hello Gurus ,
    I have requirement to change GL account based on certain valuation class during delivery after PGI is done .
    Can anyone please help me exit/badi/enhancement .
    Thanks
    Tisha

    check this exits
    SAPLKAL1              Allocations: Authorization Check in Cycle Maintenance
    SAPMKAL1             Allocations: Authorization Check in Cycle Maintenance
    SAPMKGA2            Allocation: Execute Authorization Check for Cycle

  • The Condition for service price determination incomplete

    Dear experts,
    I run the System with EC&O Best Practice. Howerver, I can not enter Services on tab Service of Sales Order: Short text of Service, Quantity, UOM, Gross Price. the error "Condition for service price determination incomplete" occours when I press Enter key.
    Conditions for service price determination incomplete
    Message no. SE477
    Diagnosis
    Either the calculation schema for services does not exist or the condition types have not been defined correctly.
    Procedure
    Please check your Customizing settings for service conditions.
    If you have not yet defined any conditions for services, you can adopt the standard SAP settings from client 0.
    Please help me check this issue on the attached file.
    Thank you very much.
    Thanks,
    Binh Tran
    <Personal details shared by OP is removed by Moderator. >
    Message was edited by: Jyoti Prakash

    Hi All,
    Thank you very much for your inputs.
    I checked all the notes, 25357, 27024  and 1383066. Everything is ok in the system. and these notes explained more on the MM part not on the SD- BOS. However, still i am not able to complete the Inquiry, same error exists.
    This error is in SD not in MM, while i am creating the inquiry BOS.
    If any one come across it and solved it, please let me know.
    Regards,
    Suresh

Maybe you are looking for

  • Is there a way to add a column after a filled DataTable from SQL with the same rows?

    My problem is that not to add rows like filled by SQLDataAdapter at the same row in DataGridView. How to make that? I showed below the details with my code also a screen shot, which shows the rows differences from the origin one. I don't want to add

  • Jinitiator not Working in Windows 7

    Hi All, I recently got Windows 7 machine in my office, I tried to login to my client oracle apps 11i link through the IE 8 which comes default in Windows 7. Every time I log on to the screen and clicked any responsibility, the second window opens and

  • Converting appleworks document into jpeg - image quality

    I am createing a project with some students where we have video taped book reviews. They have then created awards for these books using Applework 6. I have had the kids save the certificates as jpeg2000 files using the best quality. When I drag and d

  • How to save files from email

    I am having issues saving a garageband file that my friend emailed to me from his ipad. I want to save it to my ipad so that I can add guitar to the vocals. When I go to my email I can play the file and it will let me email the file or massage it but

  • BR0083W Compression rates out of date - run BRBACKUP with option '-k only'

    Hi, I am getting backup warning in offline backup. i am attaching error log. BR0280I BRBACKUP time stamp: 2009-09-21 14.41.55 BR0319I Control file copy created: /oracle/KBP/sapbackup/cntrlKBP.dbf 9388032 BR0083W Compression rates out of date - run BR