Pricing Conditions In Order confirmation-Scripts

Hi,
My client has two scenarios  1. CMS-complete manufacturer & supply (i.e,with taxes)
                                           2. jobwork ( i.e., without taxes).
I have copied standard print program and script into our zprograms.
I have to create Sales order confirmation for CMS and JOBwork.(cms is working)
Am getting pricing conditions for CMS process but not getting in Jobwork.
Pricing conditions means tooling cost, packing cost etc.
I have searched for so many conditions. but failed.
Plz let me know the proper condition or modification to retrieve the pricing conditions.
Thanks in Advance.
Regards,
Murthy.
Edited by: kan murthy on Nov 26, 2008 4:20 PM

Hi Prasanthi,
Thanks for ur valuable reply.
I came very near to solution.
I have given query like following.
SELECT SINGLE KBETR INTO KK3  FROM KONV WHERE KNUMV = VBDKA-KNUMV AND KPOSN = VBDPA-POSNR AND KSCHL = 'ZDEV'.
       IF SY-SUBRC = 0.
           FLG3 = 1.
       ENDIF.
And Am checking condition in script like this
IF &FLG3& NE 0
DEVELOPMENT COST : &KK3&
ENDIF
I have nearly 10 condtion types.
Data is coming into field properly.
Now problem is, the fields has its value equal to 0 are also displaying(even though i gave SY-SUBRC)
If value = 0. i dont want to be displayed those condition values in output.
Thanks & Regards,
Murthy
Edited by: kan murthy on Dec 1, 2008 12:59 PM

Similar Messages

  • Pricing conditions sales order

    Hi all,
    I need  to simulate order creation. I need to see how netwr chenge do to
    pricing conditions value modifications. I'm using FM SD_ORDER_CREATE, it works fine but when I pass to FM a value ' 0' for a pricing condition it return me default value ( different from 0 ) in ex_konvkom table.
    What can I do? Is it customizing problem or I need to use FM with different input??
    Regards,
    Federica.
    Edited by: Federica Guaetta on Apr 17, 2008 4:20 PM

    Hi Anita,
    If you are looking for pricing conditions for a sales order in CRM online, then use the function mod
    CRM_ORDER_READ. Table ET_PRIDOC is a deep structure and contains structure ET_PRICOND (I beleive..) This contains all the pricing conditions.
    I had a similar requirement and this is what I used. However unlike R/3 you don't have an option to get the aggregates such as net price and gross price. You could find some of these totals in SUBTOTAL1, SUBTOTAL2 fields in one the header tables of the same function module.
    Hope this helps!

  • Add pricing condition within order created with reference to SPA

    Hi,
    I have a requirement wherein I need to add a $50 fine to order if the total order weight is below 75 kg.
    Problem I am facing is with orders created with reference to SPA wherin pricing is not calculated but copied from SPA.
    Please help me in solving this issue.
    Also, Please let me know the pricing userexit / BADI for CRM wherein this can be coded.
    Regards,
    Willban
    Edited by: willban_sap on Jul 21, 2010 11:43 AM

    Hi Willban,
    wonder wether you could use any weight dependent (net or gross) group condition with a scale. Delow 75 kg across all grouped items you would charge 50 $ and starting at 75 kg you would charge 0 $. As the scale base should get adjusted with the copy / create with reference step, I see no need for custom code.
    Best Regards,
    Michael

  • Statistical Pricing Condition - Purchase Order

    Hello,
    We have a condition type in the Sales Order that is created as a Statistical Condition. However, in the PO this condition is being added in the net value. The item category for this item in the PO is 'Third-Party'.
    Is there a way to prevent this from happening.
    Thanks, Pankaj

    Hi Pankaj,
    The Pricing Procedures for Sales Order and the Purchase Order are different. So even if you have made a Condition Type as Statistical in the Pricing Procedure for Sales that doesn't mean it is going to be statistical in Purchase Calculation Schema.
    Check whether the Condition type has been made as Statistical in the Purchase' Calculation Schema.
    Regards,
    Karthik.

  • Copy the pricing conditions from Sales Order to Delivery

    Hi all,
    I have to send the princing conditions from the delivery trough Idoc.
    That's the reason why I need the princing conditions in the delivery. But I can't redetermine the pricing procedure in the delivery creation. I need to copy the pricing conditions from order to delivery.
    Because if there is any manual modification of a condition in the sales order, If I redeterminate the pricing procedure in the delivery, I would lost the changes.
    Anybody knows any User Exit or anyway to copy the pricing conditions from SO to Delivery?
    Thanks in advance

    I think pricing will not determine in delivery, if any shipmentchanges will copy to delivery, not standard pricing.
    Logically, when you create delivery by that time your pricing need to finsh, no changes, so send pricing infor from order to customer, as its standard process in any client.

  • Billing and Pricing condition in BW means

    Hi All,
    Can somebody tell me what is Billing Condition data,pricing condition and Order condition data.
    Actually what is condition type and condition itself.
    with some examples plz
    thanks
    harish

    dear Harish,
    take a look
    http://help.sap.com/saphelp_erp2005/helpdata/en/3a/44ac81473111d396dc006094b92c6a/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/12/084b88470311d1894a0000e8323352/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/64/7836b39c8911d199aa0000e8a5bd28/frameset.htm
    The term pricing is used broadly to describe the calculation of prices (for external use by customers or vendors) and costs (for internal purposes, such as cost accounting). Conditions represent a set of circumstances that apply when a price is calculated. For example, a particular customer orders a certain quantity of a particular product on a certain day. The variable factors here - the customer, the product, the order quantity, the date - determine the final price the customer gets. The information about each of these factors can be stored in the system as master data. This master data is stored in the form of condition records.
    hope this helps.

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • Sales order: How to add pricing conditions at item level in BDC of VA01

    Hello Experts,
    Am writing BDC for sales order, in this process I need to add ITEM PRICING CONDITIONS, so, am selecting item and pressing the DOLLAR symbol button and am adding the conditions by pressing PLUS button in loop!! but am getting this erorr- Field KOMV-KMEIN (2) is not an input field!! when I execute it in we19-BACK GROUND only!! if I execute the same CODE IN we19-Fore ground, I dont have any issue!!  I checked this SDN (field status in config), Google, but did not helped me!
    Pls. let  me know is there any other way to add conditions at item level in VA01 in BDC code?
    THank you

    Hi,
    It is happening because the second row of the item level data screen is becoming display only. Please check whether In foreground mode you are pressing an extra enter to give data in the second row of the item level data after giving data in the first row and in BDC recording you have not recorded that 'Enter'.
    Regards,
    Gargi

  • Purchase Order:Pricing condition report

    Hello Experts,
    Greetings.
    I would like to know that is thair any such report avaible by executing particular pricing condition we may know how many purchase order have been created against that particualr condition.(i.e purchase order list - pricing condition wise)
    Any help would be highly appriciated.
    Best Rgds
    Nitin

    Hi
    I dont think so there any report which you will give condition against Po
    but we can check this in table or develop with help of ABAp consultant
    in se16n t-code give table EKKO AND GET CONDITION number field  KNUMV and pass this number
    Now pass this into table KONV and find condition against PO
    Regards
    Kailas Ugale

  • How to read pricing conditions on sales order

    Hi
    i need to retrive pricing conditions of sales order but before posting sales order
    any user exit avialable ...?
    also i hv found one user exit in that there is FM EXIT_SAPMV45A_003
    But i am not able to read pricing conditions values
    also no data is there in konv table coz sales order has yet not been post
    so before sales order can i read the pricing conditions values ...
    pls guide
    if possiple pls provide example also
    thanks
    Taran

    Hi
    The problem is you can't use the KNUMV, because u make sure to get the princing active in the document at run time.
    If you want to know the old data you can read the table KONV using field KNUMV, but here you can't know if some modification is done.
    U can try to know the field-symbols:
    DATA: XKOMV LIKE KOMV.
    DATA: FIELDNAME(30) VALUE '(SAPMV45A)XKOMV[]'.
    FIELD-SYMBOLS: <TKOMV> TYPE TABLE.
    ASSIGN (FIELDNAME) TO <TKOMV>.
    LOOP <TKOMV> INTO XKOMV.
    ENDLOOP.
    Max

  • Retrieving Sales Orders from Pricing Conditions

    I need to retrieve pricing condition number KSCHL from tables A906, A908, A966, A967 and A997 based on Sales Contracts (VBAP-VGBEL). However all the above tabels do not have a Sales contract reference. Some have while some have MATNR and KUNNR.
    Can anyone suggest a FM or a BAPI that can get me the price condition numbers related to a Sales contract.
    Thanks in advance.
    regards,
    Soumya

    Hi there,
    Give us some more feedback what your purpose is ...
    Do you want to get information about existing orders or do you want to create new ones based on contracts, etc...
    Without knowing your purpose it is quite hard to answer this one ...
    Thx
    Steven

  • SAP report showing sales orders on which pricing conditions have been chang

    Is there a SAP report that shows a list of sales orders on which pricing conditions have been changed.
    My knowledge is:
    Review pricing condition transaction data table (‘KONV’) helps is some way.

    Hi Ashish,
    I don't know any such a report, but I guess you can play arround with table CDPOS.
    Change doc. object = VERKBELEG
    Table Name = KONVC.
    Actually this will take lot of time.
    Thanks,
    Mandar

  • Pricing condition redetermination for sales order created with reference

    Hi,
    Are  there any exit or routines that can be used to redetermine MWST pricing condition alone when creating sales order with reference to another sales order? The pricing from preceeding sales order is copied but we need only MWST to be redetermined after saving the order
    This is because we are making changes so that while saving the sales order the material tax classification is defaulted to M based on some conditions so that MWST picks up the value M
    Regards,
    Vin

    Hello Vinod ,
    did you tried following options :-
    1.Using Exit ( MV45aFzz) and re calculte pricning using FM 'PRICING'.
    2.or Using Copy Control (Tcode : VOFM ) while creating order with Ref.
    regards
    Prabhu

  • Inserting Pricing condition in Sales order when saving the sales order

    Dear ABAPers,
           My customers requirement is when saving the sales order new pricing condition has to be updated in the line item.for this i am using the User Exit 'USEREXIT_SAVE_DOCUMENT_PREPARE' ( MV45AFZZ).While saving the Sales order i am calculating the Price and updating in the Pricing conditions.
    In XKOMV internal table i am appending the pricing condition.But the problem is ,it is not calculating the taxes and it is Updating in VBAK and VBAP.
    How to do this.
    Thanks & Regards,
    Ashok.

    Dear ABAPers,
    I have Solved this Problem.
    Thanks & Regards,
    Ashok.

  • How to disable pricing conditions from editing in sales order's(vA01) and (VA02)

    Hi Experts,
    We have a requirement to disable all the pricing conditions in a sales order from editing where some user's are changing the prices manually.
    This should be disabled for particular order types and also based on the user's role in SU01. can anyone help me to fulfill this requirement.
    Regards
    Sree kumar.

    Hi
    Check my below document in which I have explained this in detail.
    Authorization for entering/displaying manual condition in Sale order.
    Thank$

Maybe you are looking for

  • On downloading pdf, "open" option is not available in IE10

    When i attempt to download pdf file, a pop up opens and the option shown it are "save" and "cancel" only. There is no such option called "Open" in that pop up. I use Adobe reader version 10.1.3. Kindly provide me what settings i need to change in IE1

  • Cannot smb to Windows 2000 Server share (works in 10.4)

    After installing a fresh copy of Leopard on my macbook pro I cannot connect to a previously working share on a Windows 2000 Server using smb. I am using Go > Connect to Server to connect. I am prompted for a username and password but the connection f

  • Group subscription to BrowserCam

    I'm looking for people to join in on a group subscription to the BrowserCam service - http://www.browsercam.com/. It gives you screenshots of your page in virtually every browser/system combination. The subscription would be for the plan that also in

  • Pop-up menu in fireworks8?

    Hello everyone: I have few questions regarding modify layers and exporting file from Fireworks8 (FW8) to Dreamwaver8 (DW8) a) I crated a single menu item with a sub pop-up menu. I crated menue item with hostspot method. Once hotsopt added, There is a

  • PROCEDURE DOESN'T EXIST

    This URL: http://atl-salliemae-app01.asp-sms.com:7777/pls/portal30/portal30 gives the error message portal30: PROCEDURE DOESN'T EXIST When I installed this product weeks ago I took all the default values. This URL was working before but is not now. E