Freight condition value at header level for PO

Hi
In the PO header freight condition i have given 150RS.
There are two items in the PO.
Item1 qty 10 price 10rs/each
Item2 qty 20 price 20rs/each
Freight value for item1 is 30rs and unit price of the item is becomg 40rs/each
Freight value for item1 is 120rs and unit price of the item is becomg 140rs/each
I want 150rs to be apportioned among the two items like
30rs for the 1st item
120rs for the 2nd item
But the unit price is gettiing increased abnormally.
PLease suggest how to catter this.
Regards
Soumen

Hi,
To distribute the price across all the item then for that particular condition type tick the group condition and header condition in
M/06
If you tick the group condition then price will be distributed across all the items proportionally.
Try this and see.
Raj

Similar Messages

  • Freight condition calculated on header level , not at item level

    Hi,
    I am creating PO with 2 line items..
    mat X qty 1 price 100 INR
    mat Y qty 1 price 100 INR
    Now i have given freight as 500 INR in header level...
    My prob is freight is getting calculated based on number of  item level...
    It means if i have 2 item levels my freight is coming 1000 INR....
    it is adding based on line item.....
    but it shud come 500 INR....
    I want my freight to be added at header level......
    Utsav

    HI
    What will u do if in case freight shud be 500 + 500 = 1000
    So leave this condition as it is
    Goto Tcode M/06 ... and create a new condition for freight ... by copying the present condition type and then add it in pricing procedure
    But in "details "of this new condition type  put a tick mark against group condition and header condition.
    "To go into details of a condition type ... select the condition type and then click on lens button"

  • Need to pass condition values in header of billing...by using bapi

    Dear Gurus,
    I am creating invoice for delivery by using bapi
    BAPI_BILLINGDOC_CREATEMULTIPLE.. ....in this i need to update some condition values in header level..when i am passing those condition values in CONDITIONDATAIN its updating for each individual line item of any invoice and sum of line items of condition values in header...but i need to update only in header and dont wnat to update in item level..
    please help me in this..am very much thankful to you if you can help me
    Thanks in advance
    Regards,
    Rajesh

    Ok, after continuing to search the internet I finally found the extra piece that I was missing that gave me the results I needed. The new expression looks like this:
    =runningvalue(Sum(Max(IIF(LEFT(Fields!JobNum.Value,1)="S" AND Fields!Week1STol.Value<>0, CDBL(Fields!Week1STol.Value), 0),"JobItem"),"JobItem"),SUM, "JobItem")
    In this I wrapped the original expression of Max in both a Sum and a runningvalue both at the JobItem level to get this rollup value. Now when I open the grouping I get the correct running value at each level.
    What this really gives to me is a running total at each of four groupings, even with a "max" value at the detail level. This also allows me to total a max value inline on the report, without needing a hidden row, or report footer.
    Thank you to everyone who looked at this, I hope it helps someone else. If this answer is not clear enough, please don't hesitate to add to the comments and I will try to clarify.
    Thank you, Chad

  • Header Freight Condition Value to be Spread at Item Level

    Dear All,
    There is an issue i am facing.
    We have a freight condition (header level) in a Stock Transport Order
    There are say 6 line items in the STO. The functional requirement is that the Header Freight Condition Value has to be inventorised on the line items in ratio of their value. Also the header freight amount should get spread only on specific line items ( say of a particular material type )
    Please help me with this issue.
    Regards,
    Adams P

    Dear RamShiva,
    I think below forum document will resolve your issue.
    http://scn.sap.com/docs/DOC-43356
    Regards,
    Haresh Panara

  • Is there an FM by which we can get condition record values at header level

    Hi All,
    Please help Is there an FM by which we can get condition record values at header level.
    Thanks,
    Gaurav Mittal

    Hi
    There is no exact FM for this
    Take the Header level condition number from the doc (KNUMV) and pass to the KONV-KNUMV and take the respective Header level amounts(KWERT) from it based on Condition Typse (KSCHL)
    we use VBAK-KNUMV(for SO leve ol)r VBRK-KNUMV(for Billing Doc's) or EKKO-KNUMV (for PO's) to get the record values from KONV
    Regards
    Anji

  • Service scenario Freight condition value is not pick up in Service entry sh

    Hi,
    I have done Service PO and assigned freight condition in header level as amount 100 and complete the service PO, then we have done service entry sheet wrt Service PO and check in GRN detail we are not getting the Freight value in as 100 separately.
    i am using freight condition as YDFR as delivery cost indicator B assigned.
    User required in freight value in GRN and secondly it is comming in Normal GRN its not showing in service.
    please suggest me
    Thanks
    Shital

    Hi,
    This is clients requirement and we have upgraded in R/3 4.7 to ECC 6.0 so same thing working in R3 4.7.
    so we put freight value as header level in PO and complete the service entry sheet and check the FI doc we didnot get the separate freight amountor not added in also. we get only base value as 1000 not get 100 freight amount. in R3 4.7 it is showing separately
    we need this please guide me.
    Thanks
    Shital

  • OTC . How is freight calculated in OM header level

    Hi
    We have this business scenario where Freight is calculated at order header.
    But we were checking the API for that
    WSH_INTERFACE_GRP.Create_Update_Freight_Costs
    This is done at Delivery or Delivery detail level.
    So CANT we have freight costs at order header level???
    Basically i have say 3 labels created for an order i need to generate freight for these 3 labels. Please not 3 labels DOES NOT correspond to 3 lines.
    So can i create Freight lines for these 3 labels for that order header Id.
    And also another question is for RETURN orders we wont have any deliveries then how are freight cost calculated
    Regards
    Gibin

    FUNCTION ZSAVE_NOTES_SAVE.
    *"*"Local interface:
    *" IMPORTING
    *" VALUE(OBJECT_ID) TYPE CRMT_OBJECT_ID
    *" VALUE(OBJECT_TYPE) TYPE CRMT_SUBOBJECT_CATEGORY
    *" REFERENCE(HEADER) TYPE THEAD OPTIONAL
    *" REFERENCE(TEXT) TYPE TDTXTLINES
    *" TABLES
    *" LINES STRUCTURE TLINE
    TYPES : BEGIN OF STRUC,
    GUID TYPE CRMD_ORDERADM_H-GUID,
    END OF STRUC.
    DATA : WA_STRUC TYPE STRUC,
    IT_STRUC LIKE TABLE OF WA_STRUC.
    TYPES : BEGIN OF STRUC1,
    TDOBJECT TYPE STXH-TDOBJECT,
    TDNAME TYPE STXH-TDNAME,
    TDID TYPE STXH-TDID,
    TDSPRAS TYPE STXH-TDSPRAS,
    TDTITLE TYPE STXH-TDTITLE,
    TDLINE TYPE STXH-TDTXTLINES,
    END OF STRUC1.
    DATA : WA_STRUC1 TYPE STRUC1,
    IT_STRUC1 LIKE TABLE OF WA_STRUC1.
    SELECT SINGLE GUID FROM CRMD_ORDERADM_H INTO WA_STRUC WHERE
    OBJECT_ID = OBJECT_ID AND OBJECT_TYPE = OBJECT_TYPE.
    SELECT SINGLE TDOBJECT TDNAME TDID TDSPRAS TDTITLE TDTXTLINES FROM STXH
    INTO WA_STRUC1 WHERE TDNAME = WA_STRUC-GUID.
    APPEND WA_STRUC1 TO IT_STRUC1.
    CALL FUNCTION 'SAVE_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    HEADER = HEADER
    INSERT = ' I '
    SAVEMODE_DIRECT = ' X '
    OWNER_SPECIFIED = ' SAPUSER '
    * LOCAL_CAT = ' '
    * IMPORTING
    * FUNCTION =
    * NEWHEADER = HEADER
    TABLES
    LINES = LINES
    EXCEPTIONS
    ID = 1
    LANGUAGE = 2
    NAME = 3
    OBJECT = 4
    OTHERS = 5
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    COMMIT WORK.
    ENDFUNCTION.
    Have alook at the follolwing threads
    Probelem with SAVE_TEXT
    SAVE_TEXT FUNCTION MODULE
    save_text?
    there are many more examples.

  • Crm_order_maintain ,changing pricing condition value at item level

    Hi,
    I am trying to change the pricing condition value at item level while creating sales order through CRM_ORDER_MAINTAIN.
    I am not able to change the condition value.
    Code is below.
          wa_inputfields-ref_guid   = wa_orderi-guid.
          wa_inputfields-ref_kind   = 'B'.
          wa_inputfields-objectname = 'PRIDOC'.
          wa_fieldname-fieldname    = 'KBETR'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KMEIN'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KPEIN'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'KSCHL'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          wa_fieldname-fieldname    = 'WAERS'.
          append wa_fieldname to wa_inputfields-FIELD_NAMES.
          INSERT wa_inputfields INTO TABLE it_inputfields.
    wa_pricing_add-KSCHL  = 'ZP06'.
    wa_pricing_add-WAERS  = 'USD'.
    wa_pricing_add-KBETR = '10'.
    wa_pricing_add-KPEIN = '1'.
    wa_pricing_add-KMEIN = 'ST'.
    INSERT wa_pricing_add INTO table it_pricing_add .
    wa_pricing-REF_GUID     = wa_orderi-guid.
    wa_pricing-REF_KIND      = 'B'.
    wa_pricing-PRICING_TYPE  = 'A'.
    wa_pricing-COND_ADD = it_pricing_add.
    wa_pricing-PRICING_PROCEDURE = 'ZVDSP'.
    append wa_pricing to it_pricing.
    Can you tell me how to overwrite the condition value while creating sales order using crm_order_maintain.?
    Regards,
    Indhra.E

    Hello Indhra,
    Check the CT_INPUT_FIELDS table, in the OBJECTNAME field you will find all the tables that are filled during the function call. Check those tables mentioned in the OBJECTNAME to look for any pricing related data.
    When your order is in change mode and you activate debug <b>just before you make the change</b>, the CRM_ORDER_MAINTAIN FM call contains <b>data only relevant for the change you just made</b>. In other words, you need to fill exactly the same tables as CRMD_ORDER does.
    E.g. You just change the pricing procedure and you see in debug that 5 tables are filled, you must do exactly the same in your code! It's quite anoying but you're using a low-level API FM that can handle ANY transaction type in CRM!
    Check it, it works!!
    <b>Reward points if useful!</b>
    Regards,
    Joost

  • REG: Freight condition maintain in delivery level

    Hi Gurus,
    I want to maintain one freight condition type in delivery level because  my customer sometimes picked from my depo & some times we send by our transport.
    What should be my approach for this?
    can I maintain any pricing procedure  at delivery level. If yes then how ?
    I created a sales order & tried to put a condition type at delivery level But in item level condition tab is greyed out.
    Thanks & regards

    In IMG path select  Logistic Execution =>  Shipping => Basic Shipping function => Pricing => Define Pricing Procedure for delivery, assign the pricing procedure to your delivery type and save.
    Now include the freight condition in delivery.
    thanks
    G. Lakshmipathi

  • Condition Currency at Header Level

    Hi,
    Using SRM 7.0, SP09, ECS.
    We are unable to change the Conditions Curency for Header Level Conditions while creating RFx Response. Is it standard behaviour?
    Note: It is working fine with item level conditions.
    Ganapathi

    Hi,
    Someone who is using conditions in RFx/RFx Response kindl check and reply.
    In RFx, before publishing add more than 1 currency in Bidder's tab page. In Response, go to condition tab page...
    add a condition at item level for which calulation type is not %. You will get a box to select reqired currency....
    add a condition at header level for which calculation type is not %. You don't get any option to selectu currency. The field is grayed out.....Is it so in your system?
    Ganapathi

  • How to make Delivery block at Sales Order Header level for specific materia

    Hi,
    My client want to create a delivery block EDI order at the Order Header level for specific materials
    How can we achieve this.

    Dear Varada rajan
    Go to material master, select "Sales: sales org.1" view and assign "01" against the field "DChain-spec. status" and save.  By assigning, for a particular sales area, you can block that material.
    Now go to OVSU select 01 and assign "B" against the field "Block delivery".
    Now create a sale order and post the outcome.
    thanks
    G. Lakshmipathi

  • Field Selection at Header Level for FB60/FV60/MIR7/MIRO

    Hi All,
       I am facing a problem  for making few feilds mandatory at header level for the above transactions.
    Feild required to be made as mandatory are
    1. POR Number
    2. POR Ref.No.
    The above two feilds  are sepcific to Switzerland Business Process.
    Please  guide me how i can make/add/delete/reqdentry/edit for any of the feilds at header level.
    Thanks
    Sudhakar

    while creation of document type... there r 2 fields which u can make as compulsory.... check in OBA7
    it has header like: required during document entry
    so whenever u use the specific document type these fields will be mandatory
    for other fields on header U can use validation GGB0 to do so...

  • Pricing Conditions deactivation at header level of Sales Order

    Hello there,
    We have used a routine in pricing procedure (BaseType Routine) to deactivate condition MWST in the MWST condition line in pricing procedure, transaction V/08.
    In the routine, We played with the KINAK (set to K )and KOBLI (set to space) flags of structure KOMT1 and XKOMV and delete the MWST entry in the TOBLI table and succeeded to deactivate the MWST at item level of the sales order. (MWST condition appear in the conditions tab at item level as inactive)
    We have created a sales order with only one item that has the MWST condition deactivated at item level.
    But in the conditions at header level the MWST condition does not appear. Shouldn't the MWST condition appear at header level but deactivated (with a yellow triangle next to MWST)?
    If yes is there a flag that we forgot to set?

    Hi experts,
    Has anyone done the above mentioned before, please reply...

  • Net value in header level (sales order)

    hi ,
             I am creating a sales oder. I have enterned the material in item level with some quantity but the net value of the order at header level is not updating .. y????  help me please.

    HI,
    you can use following step to tace it:
    1. go to header level "conditions" tab page & go for analysis there. you can get the results where & which value its picking there.
    2. if its more then 1 line item at item level system will through the consoilidated vale at the header level not for a single line item.
    Try this hope this will help u..Revert me if not solved...
    Regards
    Deepak

  • Freight condition value modify after reverse GR

    Hi
    I have done PO with freight condition FR1 and done GR again i reverse GR now i want to change my PO freight value but system is not allowed, in Config i have removed Dlivery cost B in Condition type now it will work but i want to know this is correct way or not or any other option.
    What is use of Delivery cost B in PO,GR or MIRO, please explain this
    Please suggest solution
    Thanks
    Shital D

    Hi,
    I have created two POs with & with out the config option : Delivery Costs - B. But in both the cases, the system does not allow the change in the freight percentage FRA1. For standard conditions like FRA1, the control will be entirely throgh the backend program. If you need to work with configuration/control data of the condition type, please create Z-condition by copying the std condition and try to change the control data.
    thanks & regards
    Chaitanya Rayaprolu

Maybe you are looking for

  • Office Interop 32 bit on 64 bit OS email attachments filling up outlook temp folder OLK

    I have an issue when sending emails (many) using Office.Interop 32 bit that when the application is installed on a 64 bit OS the outlook secure temp is filling up and throwing an exception, this does not occur when the application is installed on a 3

  • Hiding objects in the timeline view as too many objects

    Hi there I have a rather busy slide going on and I have lots of objects in my slide, so much so that when I expand the timeline panel it stretches all the way to the top of the screen.  Is there any way I can temporarily hide some of the objects from

  • How do i use a photo from online site and get it into photoshop?

    I found and signed up for Flickr == how do I ger a photo I like from there into photoshop?

  • SOAP request error

    Dear XI Expertise, I am doing a scenario on SOAP>XI>System..... First thing my SOAP Adapter is not enabled when I see in the RWB-->Adapter Monitoring For this I searched the forum and followed almost all the blogs.......but could not find a solution.

  • (Synology, ReadyNAS, or Airport Extreme)+External

    I just recently switched to Mac. I had a big desktop, my girlfriend had a very old macbook, so we are dumping both and just bought a MB Air. We need some external storage and my initial idea was an Airport Extreme + an external harddrive and using th