India Localization - How to Distribute Tax Amount between 2 Accounts

Hi Please help me.
I have a scenario:
My Client want to take 50% Tax amount to Tax Account and 50% Tax Amount to Expense Account in case of VAT/Excise Duty.
Example: Transaction Amount is 10000 INR TAX @10% (then tax amount would be 1000) when we calculate the tax 500 should hit Tax Account & 500 should hit Expense Account.
How to Implement this solutions please help me on this.
Thanks
Bharath

To distinguish between no submission and zero, have 2 keyfigures in your layout. One for Amount, the other for valid value.
If the user enters zero in amount, they have to put 1 in the keyfigure "valid value" to indicate zero is avalid value. Put this as a check while saving the data. Also, when the data is saved, automatically put a value of 1 in "valid value" keyfigure, for nonzero Amount. In otherwords , all valid amounts 0 and non zero have value 1 in the "valid value" keyfigure.
this way you can differenciate between 0 and null.
Hope this helps
-NS

Similar Messages

  • How to calculate tax amount

    Hi,
    I am working in driver program of service sheet entry SF. i want calculate Tax Amount of every line item of service entry sheet number.
      tax code, net value, total value  mention in line item but tax amount not.
    then How to calculate tax amount according tax code...............?

    Hi,
    Try with the below function module.
    CALCULATE_TAX_FROM_NET_AMOUNT
    Jshree

  • To prepare VAT Register -India Localization , how / from where to pull data

    A VAT Register report is required as featured below with the selection criteria/parameters and column names.
    1.     Output VAT Register Report Detailed with From Date and To Date Selection Range
    Document Number     Document Date     Customer Name     Customer VAT Reg No     Base Document Total     Vat Amount     Vat Rate     Gross Total
    Which table (s) has / have the VAT information stored under India localization - 2007B running on MSSQL 2005.
    Thank you

    HI Joy,
    We are using this SP as Purchase Register to get the details of not only vat, but BED, Ecess, Cess and Cst. I have called this SP in SAP through Biz-reporter add on.
    Create PROC [dbo].[PurchaseRegister1]
      @DATEFROM  datetime,
      @DATETO    datetime
    AS
    SELECT DISTINCT T0.DOCENTRY, T0.[DOCNUM], T1.[DSCRIPTION],T1.[ITEMCODE],
    CONVERT(VARCHAR(10), T0.[DOCDATE], 3) AS DOCDATE , T1.[QUANTITY], T1.[PRICE], T1.[TAXCODE], T1.[VATSUM],
    ( T1.LINETOTAL +T1.[VATSUM]) AS 'ROW TOTAL', (  T1.LINETOTAL) AS 'BASIC' , T0.[CARDCODE] AS 'VENDOR CODE',
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=-90 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM )BED,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=-60 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM )CESS,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=8 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)HCESS,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=4 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)CST,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=1 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)VAT,(SELECT DISTINCT ISNULL(TAXID11,0) FROM CRD7  WHERE CRD7.CARDCODE =T0.CARDCODE AND TAXID11 IS NOT NULL)  AS TINNO,DISCSUM,
    T0.[CARDNAME] AS 'VENDOR NAME' , T0.[COMMENTS] FROM OPCH T0
    INNER JOIN PCH1 T1 ON T0.DOCENTRY = T1.DOCENTRY
    --INNER JOIN OITM T2 ON T1.ITEMCODE = T2.ITEMCODE
    INNER JOIN PCH4 T3 ON T1.DOCENTRY =T3.DOCENTRY AND T1.LINENUM=T3.LINENUM
    INNER JOIN CRD7 T4 ON T0.CARDCODE = T4.CARDCODE
    WHERE   (T0.Docdate>=@DATEFROM AND T0.Docdate <=@DATETO)
    You can check the statype of the tax types in the OSTT table.
    Hope this helps.
    Thanks,
    Joseph

  • Difference in tax amounts between PO (header) and GR documents

    Hi,
    There is PO where the Fixed value BCD(Fixed value Basic customs Duty) is 10% and education Cess @ 3% and the total tax amount as per PO header data is 400GBP. However, in GR document it is showing as 194GBP.
    This difference is not fixed for the other affcted PO and GR. Say, for example in the second such difference: Per PO if the amount is 500 GBP, the GR document shows 481 GBP.
    The conditions are defined in MEK1 and they are Z condition types.
    I'm working on ECC 6.0
    Please suggest
    Regards,
    Soujanya

    The issue was due to exchange rates. PB00 is maintained in GBP and the customs duty and all other duties condition types local to India are maintained in INR. And there was a difference in the exchange rate amounts between PO and GR. And that was the issue all about

  • How to extract tax amount in item level from a Purchase order

    Hi experts,
    How to extract the tax amount data for each item in a Purchase order.
    I am using the data sources 2lis_02_itm, 2lis_02_scl, 2lis_02_S012.
    Please provide me which data source brings this tax amount data in item level and also the technical
    field name of tax amount.
    <Removed by moderator - soliciting points for answers is frowned upon>
    Regards,
    Bhadri M.
    Edited by: Arun Varadarajan on Nov 14, 2008 3:55 PM

    Dear Bhadri
    Did you look 2LIS_13_VDKON data source whther it can throw or not for billing related. Here you should look some billing conditions relates to particular document like taxable or not.
    (KAWRT, KAWRT_K, BIWGEO)
    Those informations will be maintained each with billing conditions.
    May not sure. Please look.
    Raju Saravanan

  • How to get total amount between two fiscal years

    i Have a report requirement. I have created a crosstab report where I need to get amount of current year current month(10/2010), current year last month(09/2010),last year last month(10/2009). Here I'm comparing  10/2010 amount with 09/2010 and 10/2009. But now my manager asking to me create report that  compare amount between 2008 and 2009 periods.
    How to get that?
    I have a prompts and I entered  1)fiscal year=2009
                                    2)fiscal period= 9;10
                                    3) account numbers=x;y;z;p;q;r;s
    I entered fiscal year:2009 in the prompt but I need to compare  fiscal year 2009(i.e 10/2009) amount with fiscal year 2008(10/2008).              
                                                                2009/09    2009/10   2008/10
    Account number  account name         amount     amount     amount
    In advance,Thanks for your response

    Is your universe based on a BEx query? If so, create the offset variables in the BEx query.
    If the universe is not based on a BEx query, you will need to create these variables in your universe. I do not believe you can do this directly in Webi.

  • PO: how to get Tax Amount of Invoice Receipt of each Goods Receipt?

    Hi all,
    For a PO, I have got a list GRs with their IRs via table EKBE as below:
    Item 1 -> GR 1 -> IR 1
    Item 2 -> GR 2 -> IR 1
    And I see in table RBKP which have field VAT (WMWST1), this field VAT is VAT amount of IR 1 for both GR 1 & GR 2.
    But I would like to get VAT of IR 1 separately for GR 1 & GR 2 as below:
    Item 1 -> GR 1 -> IR 1 -> I would like to get VAT (tax amount = A USD).
    Item 2 -> GR 2 -> IR 1 -> I would like to get VAT (tax amount = B USD).
    (In table RBKP: field VAT (WMWST1) = C USD = A USD + B USD).
    If anyone know which table I can get A and B separately, please help me?
    Thanks a lot in advance,
    Vinh

    You can pass the Invoice no. + GJAHR (concatenate) to BKPF- AWKEY and output the BELNR.
    Pass BKPF-BELNR to BSEG-BELNR which has fields MWART to identify the tax vlaues (DMBTR or WRBTR).

  • How to show Tax Amount bifurcation separately in A/R Invoice PLD

    Hi
        If total tax amount is 2412. BED is 1599 , Cess is 31 , HSCess is 15 , Vat 765.
        I want to show separately Bed , Sum of Cess+HSCess, Vat.
       Pls Help
    Thanks in Advance

    Hi,
    You may check this thread first:
    Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of t
    Thanks,
    Gordon

  • How do I share applications between accounts (ie Skype)

    Not sure how to share applications between accounts?  If I load Skype to my account for example, how can my wife see and use that same Skype account without having to have her own?

    There are two aspects to this ... 1) where you install the Skype software on your Mac and 2) whose ID you use to login to Skype.
    1) You should always install software in the root /Applications folder.  This is the default installation folder for nearly all software.  Installing in /Applications makes the program (app) available to all user accounts on your Mac.  If you install the software in any other folder (especially a folder inside your own user account), it will usually limit use of the software to that account only.
    2) After installing Skype as I indicated above, if you want your wife to use her own user account on the Mac, but sign in to Skype with your Skype user ID, all she needs to do is log into her account on the Mac and then open Skype and sign into Skype with your user ID & password.

  • How to distribute html component between different web applications?

    Hello. I have a project which consists of several modules. Each module is a separate web-application which can be deployed on a separate application server. All modules must have one menu. The problem is how to implement the menu.
    It would be good to maintain it as a separate project and to distribute it between modules as a jar archive. I have an idea to create a custom tag library which will generate and insert html code where it is necessary. But modules can look different, they can use jsf, richfaces or jsp for the page rendering and the menu must suit the page. So I think that the data and the rendering mechanism should be separated somehow.
    Thanks.

    Starting with Servlet Spec 2.3 (I think) the push has been towards complete web applications; even if it means duplicate files in each (disc space is exponentially cheaper than it was a decade ago).
    The easiest way to manage duplicate files is to keep a single copy for development and use build tools like ANT, Maven, etc.. to assemble your web applications at build time.

  • How to get tax amounts related to PO

    Dear All,
    I have to write a report based on PO and taxes related to it.
    I have got the PO details, but how to get the tax details like service tax, Excise , SHcess.
    I get some details in KONV table but when I check the PO taxes there are more no. of taxes.
    miro  has not been done for that PO.
    Please help,
    Thanks in advance,
    Salman Zahir

    Hi,
    Please Use the FM : CALCULATE_TAX_ITEM to fetch all taxes pertaining to PO and line Item.
    Before this we have to use FM:'REFRESH_TAX_TABLES'.
    Check the sample code for your reference.:
    LOOP AT it_ekko_ekpo INTO is_ekko_ekpo.
        CALL FUNCTION 'REFRESH_TAX_TABLES'
        EXPORTING
          LIVERY        = 1
        CONCATENATE '0' is_ekko_ekpo-ebelp INTO w_ebelp.
    *"--- Assigning values to Taxcom
        is_taxcom-bukrs = is_ekko_ekpo-bukrs.
        is_taxcom-budat = is_ekko_ekpo-bedat.
        is_taxcom-ebeln = is_ekko_ekpo-ebeln.
        is_taxcom-kposn = w_ebelp.
        is_taxcom-mwskz = is_ekko_ekpo-mwskz.
        is_taxcom-lifnr = is_ekko_ekpo-lifnr.
        is_taxcom-matnr = is_ekko_ekpo-matnr.
        is_taxcom-werks = is_ekko_ekpo-werks.
        is_taxcom-land1 = is_ekko_ekpo-lands.
        is_taxcom-wrbtr = is_ekko_ekpo-netwr.
        IF is_taxcom-mwskz IS NOT INITIAL.
    *"--- Function Module to get Condition types
          CALL FUNCTION 'CALCULATE_TAX_ITEM'
            EXPORTING
              i_taxcom            = is_taxcom
            TABLES
              t_xkomv             = it_komv
            EXCEPTIONS
              mwskz_not_defined   = 1
              mwskz_not_found     = 2
              mwskz_not_valid     = 3
              steuerbetrag_falsch = 4
              country_not_found   = 5
              OTHERS              = 6.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          DELETE it_komv WHERE kbetr = 0.
          LOOP AT it_komv INTO is_komv.
            is_out-kschl = is_komv-kschl.
            APPEND is_out TO it_out.
          ENDLOOP.
          CLEAR: is_taxcom,
                w_ebelp.
        ENDIF.
      ENDLOOP.
    thanks
    Eswar Rao

  • How can I copy filters between accounts?

    I seem to remember, back when I first switched my email to Thunderbird about two years ago, that I could duplicate message filters between email accounts rather than recreating them manually. Now I cannot find any way to do this. I'm reinstalling everything on my system, and while I copied my Thunderbird folder in its entirety from my backup, the filters carried over on only my primary account; my other accounts have no filters attached to them.
    I have nine different email accounts set up in Thunderbird (and no, I cannot consolidate them or forward some of them into another, as these need to remain separate for a variety of reasons), and about half of my filters should run on all nine accounts (they apply color-coded tags based on source and keywords). I tried a filter import-export extension, but it wouldn't import anything. And I really don't want to manually recreate two dozen filters across nine accounts, one filter at a time.
    If I can't copy or duplicate the filters from within Thunderbird, is it possible to go into the file system and copy individual files within the Thunderbird folder to accomplish the same result? I haven't identified anything in that folder that would allow this, but that doesn't mean it's not there—only that I don't know how filters are stored.
    Suggestion for a future revision: Change filter management so that multiple accounts can use the same filter without having to duplicate anything. You can have a master filter list where you set up the actual filters, and each email account has a window where you choose which filters that account uses and what order they run in for that account. I can envision exactly how it should look and work, but I don't have the programming skills to write it myself, either as an extension or for inclusion into the main codebase. (I'm not even sure the way I would want this to work can be done as an extension, as it seems to me it would require a deep under-the-hood change in how filters and accounts are matched.) I'd be happy to provide interface mock-ups and detailed descriptions of the desired functionality, if there's someone interested in doing the actual coding.

    Yes you can,
    The filter-files are in your "profile"\mail\"account"\
    and in "profile"\imapmail\"account"\ and are named msgFilterRules.dat
    You can open it in a texteditor (Notetab) and edit or you can copy from one account to next. Be a bit careful so you dont use filters where you dont want to.

  • How to get - Net amount for accounting doc in the SD doc flow?

    Hi,
    In my report I have to show the net amounts from the Sales doc, invoice and accounting doc, etc.
    I got the FI doc amount from BSEG, however there the gross amount is stored.
    I noticed that in the SD document flow for the accounting document the net amount is shown.
    I tried with the following calculation, however in some cases this doesn't work (eg there is separate tax item in the FI doc):
    "<lwa_bseg>-wrbtr - <lwa_bseg>-wmwst"
    Is there a function module/sap standard code to provide this data?
    Thanks in advance,
    Peter

    when u see the Item Header in SO or Billing , at the Head of Condition table u will get NET amount ?
    are u not maintaining any seperate conditions for this NET amount ?
    have a word with ur functional guys , so he can help u out.
    Regards
    Peram

  • How do i share apps between accounts?

    I have installed call of duty using my Admin account and installed it in the top most 'shared' folder. I can use it with no problems at all, but my brothers account has problems with it.
    1. The mouse wont work while in Call of duty.
    2. It opens in a window not fullscreen (not default option).
    3. His account will not create alias'
    I have had problems with games before where i can use them but my brother cant. Various companies including Aspyr recommend installing games into the shared folder (even if theres only one account) to get around any permissions conflicts, but i seem to think doing this is whats causing all the problems.
    Does anybody have an idea why this is happening?

    Thats what I thought but Aspyr and MacSoft told me to place games in the shared folder to avoid permissions conflicts. Which sort of makes sense because the folder is called 'Shared'. But then I thought about the Apps folder and how the other account (my brother) can access everything in there without problems.
    So im still not sure what function the shared folder has? From now on apps are going in the apps folder which makes more sense.

  • How do you share songs between accounts and different computers?

    My mom and I both like a song. She bought it on iTunes and wants to give it to me to have as well but we don't know how to do that..... Any knowledge on this?

    You can share an iCloud calendar with another iCloud user/ID either privately (which allows editing) or publically (which only allows viewing).  This is explained here: http://help.apple.com/icloud/#mm6b1a8694.

Maybe you are looking for

  • Email account ERROR

    I just launched my new site and when I am adding one particular email address to this website, I keep recieving the following message "Error Account details for this user can only be updated via the site where it was first created" This email was my

  • Font has disappeared, despite loading on every other program

    I've been working with one font on several different documents including indesign, and all of a sudden it was replaced by Times New Roman all throughout my indesign document that I have been working on for months. The font is still working in illustr

  • BOBJ 3.1 DI Install Issues

    I had no trouble at all on the core BOBJ EDGE 3.1 (Step 1) using the Express Install (MySQL DB all local).  When it came to Step 2 - Install Data Integrator I had numerous issues.  1) The install doc for this portion was not in the base package that

  • Coodinating Colors in Multi-Camera Shoots

    I sometimes use three video cameras on a shoot: a Canon 5D II, 5D III and Sony HXR NX5U.  I white balance each camera at the exact same spot and same lighting conditions immediately before the shoot.  The video clips that are subsequently produced do

  • Invalid URL /interop/index.jsp  when trying to access Shared Services

    Hi All!! I have EPM 11.1.2.2 under Windows Server 2008 and when I try to access the HSS , the login windows is showed in blank, but if I refresh the page with F5, this window is showed normally. The error message in the SharedServices_Admin.log is th