Tax break up of Tax code assigned to every line item

hi all,
i want tax break of a tax applied to line item after every line item in the pld.
ex:-  ITEM CODE         ITEM DSC        QTY      RATE    TAX CODE
        abc                     dhfh                   1          100        BED+VAT
                                                                       eses 2% 10                                                                               
hses 1%  5
                                                packing &Forwarding       200
                                                                        VAT 4%  100
client  want same tax split up for all line item and not after end of report.
can u guide me how to do it?
thanx in advance.

Hi,
This might be helpful
Link:[Tax Break up|https://websmp208.sap-ag.de/~sapdownload/011000358700004326202006E/HowToTaxBreakup_2004_2B_IN.pdf]
*S-User ID is needed for access

Similar Messages

  • Defaulting Tax Code in the PO line item by Material Group

    Hi All,
    How do I default the Tax code for the PO line item by material group in INDIRECT purchasing (without Material Number)
    What is the config for this?
    Thanks in advance.

    Not possible with mateiral group except you devvelope custom solution or try the following
    Do the config in thetcode
    OMKL
    OMKN
    OMKO
    than maintain that for your conditon in MEK1. 
    In this section, you maintain the tax code determination facility.                                                                               
    Within the framework of the price determination process, it is possible       
    to have the tax code determined automatically via the conditions.                                                                               
    For the purposes of automatic tax code determination, tax indicators          
    derived from the material master record, Customizing, or the purchasing       
    document are used. The system determines the tax code on the basis of the     
    combination of these tax indicators.                                                                               
    To assign a tax code to a combination of tax indicators, you must             
    maintain master conditions in Purchasing (menu options "Master data ->        
    Taxes").                                                                               
    There are tax indicators at the levels "plant", "account assignment           
    category" and "material".                                                                               
    In addition, there are two tax indicators that are derived from the           
    purchasing document:                                                                               
    o  Country of origin and country of destination differ                        
    o  Region of origin and region of destination differ                                                                               
    The assignments "tax indicator -> plant" and "tax indicator -> account        
    assignment category" must be made in Customizing.                                                                               
    Automatic tax code determination can be useful, for example, if different     
    tax rates apply depending on whether a material is placed in stock or is      
    consumed immediately following its procurement.

  • Profit Center assigned to a line item by default.

    Hi,
    When posting an entry to Bank account the user is not giving any profit center, but in entry view you can see the profit center being assigned to that line item and displayed.  From where is that Profit center getting assigned and How can that be checked in the system?

    Hi,
    A default profit center can be maintained in transaction 3KEH (table T8A30).
    Check if the a default profit center is maintained for the Bank GL code the table.
    Regards,
    Sameer

  • Change the status profile assigned to the line item from PROFA TO PROFB

    Hi Experts,
    The issue we are having relates more to the fact that the code we have written is changing the item category, however the status profile has already been retrieved from configuration based on the original item category and therefore the status selection that we are getting is incorrect.
    Item Category A -> Status Profile PROFA
    Item Category B -> Status Profile PROFB
    For example we have a line item and item category A is determined through config, this then retrieves its associated status profile PROFA. However we have then coded the system to change item category A to item category B.  However the status profile still remains PROFA.
    We need to find a way to change the status profile assigned to the line item from PROFA to PROFB.
    any quick inputs from any one please......
    Thanks in advance
    hemanth

    Hi
    There is perform which moves the values to VBAP field.
    This PRCTR field is stored in VBAP (i.e., SO line item table)
    USEREXIT_MOVE_FIELD_TO_VBAP
    Hope it works.
    VVR

  • How to get Characteristic Values assigned to the line item of Sales Order?

    Hi,
    I want to get the Characteristic Values( Variant Configuration )assigned to First Line Item of Sales Order.
    I was using the Fn. Mod.: VC_I_GET_CONFIGURATION_IBASE,
    this fn. mod. giving all the Characters but not the assigned characteristic values.
    Is there any other way to find characteristic values of sales order.
    Thanks,
    vinayak.
    Message was edited by: vinayaga sundaram

    For example, please see this example program.
    It lists the characteristic names, the values, and the description of the values which are tied to a sales document.
    report zrich_0001.
    * Internal Table for Characteristic Data
    data: begin of i_char occurs 0.
            include structure comw.
    data: end of i_char.
    data: xcabn type cabn.
    data: begin of xcawn,
          atwtb type cawnt-atwtb,
          end of xcawn.
    data: xvbap type vbap.
    parameters: p_vbeln type vbap-vbeln,
                p_posnr type vbap-posnr.
    start-of-selection.
      select single * from vbap into xvbap
                 where vbeln = p_vbeln
                   and posnr = p_posnr.
      clear i_char.  refresh i_char.
    * Retrieve Characteristics.
      call function 'CUD0_GET_VAL_FROM_INSTANCE'
           exporting
                instance           = xvbap-cuobj
           tables
                attributes         = i_char
           exceptions
                instance_not_found = 1.
      loop at i_char.
        clear xcabn.
        select single * from cabn into xcabn
                 where atinn = i_char-atinn.
        clear xcawn.
        select single cawnt~atwtb into xcawn
                   from cawn
                     inner join cawnt
                       on cawn~atinn = cawnt~atinn
                      and cawn~atzhl = cawnt~atzhl
                          where cawn~atinn = i_char-atinn
                            and cawn~atwrt = i_char-atwrt.
        write:/ xcabn-atnam, i_char-atwrt, xcawn-atwtb.
      endloop.
    Regards,
    RIch Heilman

  • Revenue Recognition based on User Status of assigned Sales Order line item

    Dear Community members,
    We have requirement to recognize / de-recognize revenue posted to WBS for calculation of RA, based on the 'User status' of the assigned Sales Order line item.
    To elaborate requirement further -
    1) WBS Element - XXX - 10 ( with operative indicator - Plan/Bill/Account Assign)
    2) Sales Order(SO) Line Items assigned to the above WBS -
    - SO No -  123 Line Item 10 - Actual Rev - $ 300 - User Status - EXE (Meaning this work is in progress , partial payment received thus actual revenue for RA at WBS is 'Zero'
    - SO No -  124 Line Item 20 - Actual Rev - $ 400 - User Status - COMPL(Meaning this work is Complete , all payment received thus actual revenue for RA at WBS is $400
    - SO No -  125 Line Item 10 - Actual Rev - $ 800 - User Status - EXE (Meaning this work is in progress , partial payment received thus actual revenue for RA at WBS is 'Zero'
    As per WBS reports Actual Revenue posted to WBS XXX-10 is $ 1500 ( $300$400$800) , however since two SO line items ( SO 123 /line item 10 and SO 125 / line Item 10 ) are NOT having User status 'COMPLETE', the actual revenue posted by those line items $ 1100/- ($300 + 800)  should not be included as Actual Revenue for RA at WBS level.
    Thus Actual Revenue for RA at WBS XXX-10 should be $ 400 /- ( the revenue posted by SO 124/line item 20 which has user status as 'COMPLETE')
    How do above can be achieved?? Is there any standard solution for this?? Is any SAP Note available for this (I too am looking for one but not found any ) ?? do we need any enhancement , Customer exit etc
    Thanks in advance
    with regards

    Hi,
    Thanks. You are right that the 'Completed Contract Method' would defer revenue recognition. However, the status checked would be of the RA object (WBS Element in this case, as RA key is on WBS and RA is being calculated on the WBS).
    However, our requirement is to check the user status of the Sales Order Line items assigned to the WBS element and filter the revenues posted based on the active user status of individual Sales Order Line item.
    Please give you inputs.
    Thanks in advance
    With regards

  • GR can not printed for PO-Multiple account assignment on single line item ,

    Hi!
    I made a pr with single line item with 3 account assignment on percentage basis.I created a PO against .GR non valuated was automatically ticked so no account assignment was created at the time of GR posting.
    Can I make a valuted GR against PO line item with multiple account assignment.
    I faced another problem .I displayed the GR and after ticking out put check box in the general data page of the GR doc. the output is being saved but  the update is terminated immediately.and no output page is generated in this item level.This output problem is not there at the time of single account assignment at PO line item.
    Can you please let me have the solution ?
    Thank snd regards,
    Suranjana

    > I made a pr with single line item with 3 account assignment on percentage basis.I created a PO against .GR non valuated was automatically ticked so no account assignment was created at the time of GR posting.
    When you are having the multiple account assignment, then the system will force you to have GR-non valuated indicator being flagged which results in the fact there is not any FI document at GR posting stage and this is the standard feature of SAP.
    > Can I make a valuted GR against PO line item with multiple account assignment.
    No, not at all. The disability of GR indicator can be set in OME9 with account assignment category
    > I faced another problem .I displayed the GR and after ticking out put check box in the general data page of the GR doc. the output is being saved but  the update is terminated immediately.and no output page is generated in this item level.This output problem is not there at the time of single account assignment at PO line item.
    In fact, it is possible to maintain multiple account assignment for each and every PO line item by selecting the 'Multiple Account Assignment' button in the 'Account Assignment' View of the Item Detail of PO. However, for such multiple account assignment selection, no accounting document will be generated upon GR maintenance. This can only be done during IR via LIV process.

  • Can we make use of Transaction code FKMT  for vendor line items

    Hi
    Please advise me whether we can make use of Transaction code FKMT (Account assignment model) for vendor line items as follows:
    For Example:
    Expenditure Account      Dr.       Rs.1000
             To Vendor A                                      Rs.100
             To Vendor B                                      Rs.100
             To Vendor C                                      Rs.100
              To Vendor D                                      Rs.700
    Also please advise me what to give parameters
    Thanks and Best Regards
    Shekhar
    Edited by: Shekhar Yecham on Sep 19, 2008 7:05 AM
    Edited by: Shekhar Yecham on Sep 19, 2008 7:10 AM

    Dear Kulakarni,
    I found few of my fields in 0FI_AP_4.I did n't find few fields can i enhance the Datasourse.
    What is the respective Cube for that  Datasourse.
    I check  0AP_30,but in Business Content that cube is not available.
    Could you please give me guidance.
    Thanks in Advance,
    Srinivasan.

  • Display Vendor Code in FBL3N GL Line Items

    I am working on ECC 6 Version. I have observed that in the GL Line Items list ( T code FBL3N) for GR/IR accounts, Vendor Code Field is blank for some of the line items. Mostly the document types involved are RE (MIRO) and WE (Goods Receipt) where vendor code field is blank in the GR/IR Account line item list.
    Is there any way that I could update the Vendor Code in all the line lines displayed in the GL Line Items list (FBL3N).
    Thank you for the reply.
    Gemini

    Hi Gemeni,
    GO TO FIBF -  SETTINGS > PRODUCTS > CUSTOMER
    ASSIGN NEW PRODUCT AS ZOFF..OFFSETTING ACCOUNT DETERMINATION
    AND ACTIVE THE PRODUCT
    COME BACK
    SETTINGS > P/S MODULE > CUSTOMER >
    EVENT : 00001650............USE FM.......LINE_ITEMS_GET_GKONT
    SAVE.....
    GO TO GR IR ACCOUNT IN FBL3N AND CHANGE LAYOUT ASSIGN OFFSETTING ACCOUNT
    YOU CAN GET OFFSETTING ACCOUNT NUMBER AS VENDOR IN FBL3N
    NO NEED ABAP DEVELOPMENT
    Rgds
    SumaMani

  • Account assignment template (FB60) Line item Value date

    Hi Gurus,
    I have an issue regarding the value date on line item level on Account assignment template on FB60. When user activates an Account Assignment template, on each line item system populates the value date equal to the date of the template creation date and not the current date. I created the template with several GL accounts and before saving it I deleted the value date from the line items. Now I want to reuse the same template after a week, it shows the correct GL accounts but with the value date equl to the template creation date (last week date). Any suggestion please, how can I fix this.
    Regards,
    Ahmad

    In the IMG "Enter Global parameters" for your Company code change the status of the switch "Define Default value date" and then test.
    Thanks
    Ron

  • Two deductions for invoice with same reason code posted as one line item

    Hi
    We have a scenario wherein we are taking two or more deductions on the same invoice and are using the same reason code which have a setting of charge off.
    SAP system displays the FI posting with same reason codes with charge off setting as one line item.
    However we want the FI Posting to display separate line items per deduction and not combine amounts of deductions based on same reason code with charge off setting.
    Any comments are appreciated.
    Edited by: Kirti Bhardwaj on Jul 24, 2011 9:46 AM

    Hi,
    you can use different reason codes in distribute differences screen once you have fist selected one reason code for one invoice.

  • Sales order no and line item no in account assignment tab of line item no.

    Hi All,
    When we display a sales order and go to line item --> Account assignment tab --> we can see sales order no and line item no in that screen. We want to know from where this existing no. in that field is populating from.
    We want to know this as we want to check feasibility of changing sales order and item no to maintenance contract no and line item no. ( Maintenance contract we have to pick from notification)
    If anybody has any idea about this do let me know as this is urgent requirment.
    Effort will be rewarded.
    Thanks in advance.
    Edited by: Satish Bharambe on Jul 4, 2008 10:38 AM

    Hi Satish,
    You mean Accounting assignment tab-->In Settlement rule details
    If yes the order number which is coming in that field Sales order and for which sale order you are looking that details both are the same numbers(i.e Nothing but sales order number).
    When you create sales order system will give number of the sales order the number will come in this place.
    I hope it will help you,
    Regards,
    Murali.

  • Section code suppressed on vendor line item in f-53

    Hi all!
    I have created a validation to make business place and section code mandatory on all vendor accounts. This works fine except for when trying to post a vendor payment in transaction f-53. On the line item for the vendor I get an error message when trying to save saying that I must enter business place and section code (according to my validation). Business place is automatically filled but section code is not and the main problem is that that field is supressed. So now it's not possible to post a payment!
    How do I solve this? How do I make the field section code not supressed and filled automatically or manually?
    Many thanks in advance!

    Hi,
    Can you please check the affected posting key in 0B41 and its field status.
    Thanks
    Aravind

  • T.code required for Vendor line item display and Customer line item display

    Hi Gurus,
    Pl provide me transaction code for "Vendor line item display and " Customer line item display apart from FBL1n for vendor and FBL5n for customers.
    Kindly advise.
    Regards,
    Samar

    Hi,
    You could use these, for example:
    S_ALR_87012103 - List of Vendor Line Items
    S_ALR_87012197 - List of Customer Line Items
    Just curious: what's wrong with FBL1(5)N?
    Regards,
    Eli

  • Unable to update profit center or plant code in the customer line item

    Hi,
    We require the profit center and plant code and division in FI
    documents (Posted through billing document or through direct FI entry)
    We are unable to input plant or profit center in the customer line item
    while using F-21 or any other FI transaction
    The plant and profit center is not appearing even in customer line item
    in RV document (From SD billing)
    We have made the Field status group as optional for the reconcilation
    accounts.
    Regards
    Sembian

    Hi
    Profit center / cost center are generally entered in revenue & expense line items (P&L items). Customer / vendor master and line items are balance sheet items which will not show profit / cost centers.
    Regards
    Neeraj

Maybe you are looking for