Frieght condition in item wise & Header wise.

Dear sir,
I have defined a fright condition FRB1 . I have created this condition type as both header wise & item wise in M/06
also selected C for manual entry .
but now when i am giving fright condition suppose 200 in header in distribute  value 50 in all 4 line item.
now i want to change in 3rd line item so that time  this fileds come gray.
please guide me how i can change this condition in item  for one particular line item.

Hi,
If you want to distribute the Freight condition from header input to equal to each line item in item level.You have to tick the item and header condition in frt cond type and tick for group condition.
If you want to change the frt cond in any line item after distributuin of frt in each line item it is not possible as the cond value flows from header level to each item, so you cannot change the same for one particular line item.
So better remove the tick for header and make the codn as item only so that you can add the cond value for which ever line item

Similar Messages

  • How to find item wise totals and header wise total using hierarchical ALV

    Hi Friends,
    I came across an issue of finding  item wise total using hierarchical ALV. I am getting header wise total by setting the field catalog. May you help me in finding  Item wise total.
    Regards
    Nikhil.

    hi,
    you must use "w_fieldcat-do_sum = 'X'" and change your layout like :
    w_sort-fieldname = 'FIELD'.
      w_sort-tabname   = 'TABNEME'.
      w_sort-up        = 'X'.
      w_sort-subtot    = 'X'.
      APPEND w_sort TO i_sort.
      CLEAR w_sort.
    you can use detailed code from http://wiki.sdn.sap.com/wiki/display/Snippets/Subtotalsinhirarchial+report.
    regards,
    orhan
    Edited by: goktasor on Jun 1, 2010 11:03 AM (need points : ) )

  • Frieght should appear in both header and item levels

    Hi SAP gurus,
    while doing the Sales Order transaction(va01),  frieght should appear in both header and item levels,  how can we configure in SAP.
    Thanks in advance.
    Sathya........

    Hi Sathya,
                   You can maintain the  Fright condition type (KF00) in your pricing procedure and maintain the condition record for that as per your requirement, or you enter manually at Sales Oreder it will come at header and item level.
    I hope it will solve your problem,
    Regards,
    Murali.

  • Grouping customers and view customer open items list - Group wise

    Hi.
    I have some requirement from my client.
    He says that he want to view customer open items list group wise.
    In FBL5N we can give the selection of multiple customers. But he wants to group the specific customers and then view the open items for this group.
    For example: Client has 10 customers and out of these customers he wants to select and group 5 customers. And then he want to view open items list for this group.
    Can anyone help me how to group these specific customers in the total customers list. Also request you to provide me the option to view open items for this group of customers.
    Regards,
    Padmavathi

    Hi Padmavathi,
    It is possible. use Worklist for Customers.
    Go to OB55 and define a Worklist for Customers, and mention the list of Customers that you want to see under that Worklist.
    After this, when you to to FBL5N, you will get an option to select Worklist to run the list of open items.. and it would show open items of all customers that you have defined in your worklist.
    Also note that you will have to go to FB00, tab Line Items, and tick Worklists available. This is at User Level, so only that user will be able to see the worklist in his FBL5N transaction code.
    Regards,
    SAPFICO
    Edited by: SAPFICO on Feb 10, 2011 11:43 AM

  • How can I have the pricing conditions at the item and header level of the d

    How can I have the pricing conditions at the item and header level of the delivery? There exist "condition" tabs both the header and the item level of the delivery but the contents of the tabs are empty. I'll be happy if you can help me. Thanks in advance....

    Hi
    If you want to have the pricing procedure at delivery level then you need to assign a pricing procedure at delivery level also
    Just go through the path to maintain the pricing procedure at delivery level.
    IMG -> Logistics execution -> Shipping -> Basic Shipping Functions -> Pricing -> Pricing Procedure. for Delivery.
    But can you be more clear if the above one is not your query ?
    Regards
    Srinath

  • How to select record item,vendor & quotation wise

    Hi experts,
    I have one quiery regarding developing a report & smartforms i hav to fetch data item wise vendor wise & quotation wise in same requirement.
    thanks
    ketan pande
    ABAP consultant.

    Hi,
    To get the SC item details,you an use the FM 'BBP_PD_SC_GETDETAIL".
    Also to get the vendor details,you can use the FM "BBP_PARTNER_GET_PURCH_DATA_NEW".
    BR,
    Disha.
    Pls reward points for useful answers.

  • Distribution of Header Freight condition among items

    Dear All,
    I have a Header freight condition which is manual. IWhen I give the Value of this header condition as 100, I want that this value gets distributed amongst the items proportionate to the item value.
    Actually I am seeing that if I give the Header condition value as Rs 100 manually, each line item shows freight value as 100 so if there are 4 line items the totall freight becomes 4 X 100  = 400.
    Please tell me if there is a way to get the header val;ue distributed in the items proportionate to the item values.
    Regards,
    Avinash

    Hi,
    This is very much possible and we have done it in our project very very recently.
    Just mark the condition type as Group condition and then assign the group condition routine 1(overall document) in the condition type.
    Now if you enter the condition type manually at header level, you can see that the value is assigned to all the items proportionately.
    Do let me know if you need any help on this

  • Printing of Condition value at both header and Item level

    Dear Sap Gurus,
    Please any body tell me how to print the condition value at both header and at item level in PO print out. ie.  I am using RA00 at both item and header level and i want to print this value at both header and item level.
    Thanks and Regards,
    Patil

    Hi,
    Please check with abaper is he calling the function like mention below or not
    CALL FUNCTION 'PRICING'
        EXPORTING
          calculation_type = 'B'   
    or  (calculation types = as in condition type)
          comm_head_i      = komk
          comm_item_i      = komp
          preliminary      = ' '
          no_calculation   = ' '
        IMPORTING
          comm_head_e      = komk
          comm_item_e      = komp
        TABLES
          tkomv            = i_komv.
    regards
    Edited by: bvdv on Jul 8, 2009 7:35 PM

  • Sales Order Header wise status.

    Hy expert,
    i going to make Sales order Status Reports. It run successfully fetch data form header wise, but it display all so, that is already closed or completed.
    i wnt to which Sales order it is pending or partially deliverd.
    Please help me regarding this.
    Report in ALV.
    Please read this code for fetch Data. if u like change pl do.
    Thnks
    Bhavesh Panchal
    baroda
    FORM data_retrieval.
    SELECT VBELN  NETWR KUNNR FROM VBAK INTO (ITAB-VBELN,ITAB-NETWR,ITAB-KUNNR) WHERE VBELN IN VBELN .
    SELECT NAME1 FROM KNA1 INTO (ITAB-NAME1) WHERE KUNNR = ITAB-KUNNR .
    SELECT BSTKD BSTDK FROM VBKD INTO (ITAB-BSTKD,ITAB-BSTDK) WHERE VBELN = ITAB-VBELN.
    SELECT VSNMR_V FROM VBAK INTO (ITAB-VSNMR_V) WHERE VBELN = ITAB-VBELN.
    *SELECT EDATU FROM VBEP INTO (ITAB-EDATU) WHERE VBELN = ITAB-VBELN.
    SELECT LFSTK FROM VBUK INTO (ITAB-LFSTK) WHERE VBELN = ITAB-VBELN and lfstk not like 'C'.
    APPEND ITAB.
    ENDSELECT.

    Hi,
    Try this out.
    SELECT vbeln auart spart audat netwr
          FROM vbak INTO TABLE it_vbak
           WHERE spart IN so_spart
           AND audat IN so_fkdat
           AND auart IN rg_auart
           AND vbeln IN so_vbeln.
    SELECT vbeln posnr spart werks matnr arktx kwmeng kbmeng abgru pstyv netwr matkl
       INTO CORRESPONDING FIELDS OF TABLE it_vbap
        FROM vbap
           FOR ALL ENTRIES IN it_vbak
             WHERE vbeln = it_vbak-vbeln
              AND posnr LIKE '%'
              AND werks IN so_werks
              AND matkl IN so_matkl
              AND matnr IN so_matnr .
    IF it_vbap IS NOT INITIAL.
    "Get all delivery details
    SELECT vbelv posnv vbeln posnn vbtyp_n vbtyp_v rfmng matnr          " vbfa_j for All Delivery details
             FROM vbfa INTO TABLE it_vbfa_j
              FOR ALL ENTRIES IN it_vbap
               WHERE  vbelv = it_vbap-vbeln AND
                posnv = it_vbap-posnr AND
                vbeln LIKE '%' AND
                posnn LIKE '%' AND
                vbtyp_n = 'J'.   
    ENDIF.
    LOOP AT it_vbap INTO wa_vbap WHERE abgru EQ space.  
    "Get cumulative confirmed qty
    wa_final-kbmeng = wa_vbap-kbmeng.
    READ TABLE  it_vbfa_J INTO wa_vbfa_j WITH KEY vbelv = wa_vbpa-vbeln
                                                posnv = wa_vbfa-posnr.
                                              "      BINARY SEARCH.
        IF sy-subrc = 0.
           wa_final-delivery_qty_total = wa_vbfa-rfmng.
        ENDIF.
    IF wa_final-delivery_qty_total NE wa_final-kbmeng .
           wa_final-pending_order = wa_final-kbmeng - wa_final-delivery_qty_total.    "(pending order = Order_qty - total delivery qty)
    ENDIF.
    CLEAR wa_final.
    endloop.
    Hope this will help.
    Thanks,
    Archana

  • What is the difference Item and Header condition?

    In Condition type screen, inside Control data1 section there are two fields Header Condition and Item condition. What is the relevance of these two fields and what is the diference between them?
    Thanks In Advance
    Prakash

    HI
    Header condition as the name suggests is a condition type which is applied at the header level only. The header condition is always manual and no condition record can be maintained for this. There is no access sequence for the header condition. When you select a header condition in a sales order in pricing and give the rate for the same then this rate will be applicable for the whole document that is for all the items. In some cases it works proportionately. Like suppose you have header freight condition type 'HD00'. You have multiple line items in the sales order. When you give a rate for the same then it will be distributed proportionately among the line items depending upon the weight or basic price.
    Std SAP header condition types:
    HA00 - Percentage discount
    HB00 - Discount (Value)
    HD00 - Freight
    HM00 - Order value
    RD00 - Weight discount
    ITEM CONDTION:
    Item conditions as the name suggests are given at the item level only. In the same sales order if there are 2 line items then, for the line item 10, the condition types may be different and for the line item 20 there may be different condition types. Like for eg: Discounts, say material discount 'K004". This condition type may be applicable for line item 10 and for the line item 20, it may not be applicable.
    Std SAP item condition types:
    PR00 - basic price
    K007 - customer discount
    K005 - customer/material discount
    KF00 - freight
    So basically, header condition applies to all line items in the document and the item conditions are applicable at the line item level.
    When you double click on a condition type in t.code V/06, there in the section "Changes which can be made" here you will see options like:
    header condition - if you tick the condition type becomes header condition
    Item condition - if you tick this then condition type becomes item condition.
    manual entries
    delete
    amount / percent
    value
    qty relation
    calculation type
    If a condition type is applicable for all items in the document then it is better to select the condition type as header as it will save the item.Reward points if solution helps.

  • AP REPORT AGE WISE, VENDOR WISE REQUIRED

    Hi,
    Please give me if there is any T-code to get the AGE wise VENDOR wise AP report at on go as we know the report code ( S_ALR_87012078 ) only for the same, in which, unless otherwise,  we go for drill down this report further, the report is being displayed for one vendor only and next we have to scroll to get the another vendor. This will not be helped to analysis in one paper.
    In view of the above, we need all your help to get the AP report with my above requirement in SAP Standard T-Code - if any,  ( or ) please confirm whether we need to go for development thro ABAP for the same.
    Please guide us immediately - if possible.
    Thanks
    G. Janarthanan

    Hi,
    Check this below reports for aging purpose for vendors
    S_ALR_87012084 Open Items - Vendor Due Date Forecast
    S_ALR_87012085 Vendor Payment History with OI Sorted List
    S_ALR_87012104 List of Cleared Vendor Items for Printing
    S_ALR_87012105 List of Down Payments Open On Key Date - Vendors
    Hope this helps. Do not forget to assign points if helpful
    regards,
    radhika
    Message was edited by:
            kolipara radhika

  • Vendor wise/Invoice wise consumption for each WBS element

    Any standard report from SAP, which provide details of Vendor Purchase order / Contract, details of SES with WBS no. and details of Vendor invoice in columnar form.
    SAP system can not generate standard reports giving vendor wise/Invoice wise consumption for each WBS element of particular asset.
    Please help me to get this report.
    Thanks in Advance.

    Hi
    Your starting point should be CJI3 report or any PS report... Here you get the FI Doc no
    If this FI Doc No is generated from MM, check the Header segment of the document.. It would have MM Doc NO + Fisc Yr populated in the ref key... This gives you the link between FI & MM
    From here on, you can take it forward... You can look up this doc no in MSEG Table and find the PO no... Then go to EKBE table for other PO details....
    br, Ajay M

  • Datasource or Cube for GL wise customer wise sales report

    Hi BI Masters,
    I am using Bi. 7.0, there is requirement for Sales report i.e.  'GL wise customer wise Sales Report '. For this i am searching standard  datasource or cube which can help to develop the desire report. i shall appreciate all of you if you can share your experience in this type of requirement.
    With Best Regards & Thanks
    Kamal Purohit
    INDIA

    Hi,
    Check the following datasource in ECC in RSA5.
    0FI_GL_10                         General Ledger: Leading Ledger Balances
    0FI_GL_11                         General Ledger: Balances of Leading Ledger via Line Items
    0FI_GL_12                         General Ledger: Balances of Leading Ledger via Delta Queue
    0FI_GL_2                          General ledger: Transaction figures - Cost of sales ledger
    0FI_GL_4                          General Ledger: Line Items with Delta Extraction
    0FI_GL_6                          General Ledger Sales Figures via Delta Extraction
    0FI_GL_7                          General Ledger Cost of Sales Ledger via Delta Extraction
    0FI_GL_8                          General Ledger: Statistical Key Figures
    0FI_TX_4                          Taxes: Line Items by Means of Delta Extraction
    Thanks
    Reddy

  • B.area wise,vendor wise,reconciliation account wise balances

    Dear seniors,
    My client has 5 b.areas, 6 Vendor groups, 6 recon accounts.
    some vendors are common to all business areas, that's why from all business areas postings happen to some vendors.
    that's y my client wants to see business area wise ,vendor wise,and recon account wise balances.
    as i checked there is no standard report for the above requirement.
    please guide me how can i guide Abaper.
    with regards,
    Bhuvan

    You can change the layout in standard report FBL1N for vendor line item display and subtotal by business area,GL account,account (vendor). Also you can collapse each of the above subtotal criteria so that you dont have a huge list of all items.
    Thanks and regards
    Kedar

  • Condition Record for a Header Condition?????

    Friends,
    The Client has a business requirement as follows:
    1.They have over 100 transport vendors to cater to their
    Shipping requirements across the country.
    2.The freight charges are different for all transporters.
    3. These charges are to be put at the HEADER level in the Sales Order.
    6. They do not want to enter the freight charges manually (referring to a seperately maintained freight charges/transporter list).
    6. They want the freight charges to be put at header level AUTOMATICALLY once the Transporter is chosen from the header partner function.
    Is it possible to maintain a condition record for a condition which is defined as a 'Header Condition'.
    To the best of my knowledge, we cannot maintain a condition record for a Header Condition.Header condition means all values are to be put manully.
    Please advise.
    Thanks.
    Mohammed Raheel

    Hi Mate,
    Here you go. This is the best solution and it should work for you.
    Create the fright condition type and uncheck the check boxes header condition and item condition. This action will let you enter an access sequence for the condition type. This fulfills the requirement for having the condition type to be automatic.
    For this condition type to appear only at the header level and not at the item level, this is quite tricky. First thing that struck my mind is to check the "group condition" and point the "grp cond routine* to 1. This does not work because you have unchecked the Header Condition check box.
    The other alternative to acheive the second requirement keeping the first requirement in place is to write a routine and assign it to the requirements column against the freight condition type in the pricing procedure. The routine will make sure that this condition is not picked up at the item level. If it is picked up you delete it programatically.
    Please make sure you do not mark this condition as manual in the pricing procedure.
    This should work.
    Thanks
    Ram

Maybe you are looking for

  • Netbeans 5.5 WebService Client - How do I pass a parameter to the service?

    I'm using Netbeans 5.5 and have generated a webservice client (JAX-WS 2.0) off of the existing WSDL. The webservice requires me to pass it some information. Per the generated code, it is expecting an EncryptedData object. The problem is, I have no id

  • How to obtain a variable Server Account Name using an @SQl with an @variable_server_ name + 'master.dbo.xp.instance.regread ...'

    Hi, I am trying to make a flexible script to get the Service Account Name from several servers. I am using "servername.master.dbo.xp_instance_regread.......", but I want to use a variable for the servername. So I started doing this: Declare @serverna

  • Withholding tax accumulation

    Dear Fi experts, Below is the revised TDS rate. *section----194C*                                                *nature of payment----payment to contractors*                                                                                *existing th

  • How can I download heart rate data to plot it?

    After setting things up appropriately, the heart rate readings from the sensors in my Watch are correctly appearing within the Health App on my iPhone. I can even see all of the every-10-minutes readings, in a list. I need to be able to extract that

  • How do I stop Adobe Reader from crashing on my unprivileged user?

    I am running Windows 7 and I needed to create an unprivileged user on my computer. When I open a PDF file, it almost instantly crashes (I can view the document for about three seconds). If I simply open Adobe Reader without a PDF and click Edit -> Pr