Tax Bifurcation in A\R Invoice PLD

Hi All,
I am trying to bifurcate the Tax Amount in A\R Invoice PLD. My Client is  using the  Tax Code VATSAT in which VAT is 4% and SAT is .5%   i want to display the tax amount seperatly in Invoice PLD.
Thanks In Advance,
Pankaj Sharma.

Hi,
In SAP you have Table OSTT. In this table all the tax codes are stored. For each Tax code, there will be related Nota Fiscal Id and Numerator.
In PLD, Add repetitive area and in Repetitive area
1. Create 1 text field and enter the number (Nota Fiscal Tax ID or Numerator)
Note : If you are calculating excise duty or service tax or Vat then you will be entering Nota fiscal Tax ID else you will be entering Numerator Number in the Text field you have created.
Let's Assume Field_001 (ex. Field_001 --> -90 or 6)
2. Create 1 database field, in that link the "Sales Tax Authorities Type" table and "Nota Fiscal Tax ID" or "Numerator"
let's assume Field_002
3. Create one Formula Field, In that Check whether the two fields are equal.
let's assume Field_003 contains formula (ie., Field_001==Field_002)
4. Create one Database field, In that link "A/R - tax Amount per Document" table and "Tax Amount" Column.
let's assume Field_004
5. Create one Formula Field, in that multiply two fields
let's assume Field_005 = Field_003 * Field_004.
6. Then in Repetitive area Footer, Create one formula field, and in that Sum that result.
Let's assume Filed_006 = COLSUM("Field_005")
Do the above said process to retrieve seperate tax amount values.
To print Tax rate :
In repetitive area footer, create one database field, and now choose A/R Invoice or corresponding table and Tax Rate column.
Let's Assume, that in repetitive area footer Field_101 has the above database table link.
Now, as per my previous reply Create one Text Field and enter "VAT" and then next to text field create Formula Field and Choose the Field_101 in the Formula column.
In End Of Report
Create Text fields seperately for BED, Cess, HSC, VAT, Excise Duty, Frieght, etc., And corresponding Formula fields which refers the values which you have calculated in Repetitive area footer (ie like Filed_006, you will have seperate calculated values in repetitive area footer fields). Select corresponding values to these formula fields and in Text field (Properties --> General --> Link To field, Link the formula field number which is corresponding to the Text field)
I hope this could help you

Similar Messages

  • Tax breakup in A/R INVOICE PLD

    hi to all,
                  i am using sap b1 2005b pl 40 but i  am trying to make pld of a/r invoice in which i want tax breakup like excise duty,education cess ,higher education cess....and sales tax.but i dont know. how to set.so pls send me detail procedure its very urgent......
    Regrads......

    hi vishal,
    Pl refer below document for tax break up in PLD.
    How to show Tax Break-up in document printing (India) 2004.2.pdf
    Use below link
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000680297&_SCENARIO=01100035870000000183&_ADDINC=011000358700002837782005E&
    login using s-user id & password.
    Jeyakanthan

  • Tax Bifurcation Printing on Excise Invoice

    Hi Every Body,
    My self Nagesh, I am new Developer in SAP Business One, I am Designed the SAP business one Excise Invoice, there is one problem, SAP Baseness one Show the Sum Total Amount of All Taxes applied on document Total, But my company requirement is that All Taxes will show in Deferent for EQ:
    Excise                             =
    Education Cess                 =
    Higher Education Cess      =
    VAT  Etc.                        =
    So please guide me how to I wall display on Printing of Excise Invoice

    hi
       you want bifurcation of taxesin print layout. so pls go through following procedure
    in print layout designe of a/r invoice add one repetitive  area  and in that area take one source type database  and take table name is a/r invoice tax amount per document and column is autharity code also take another source type database in front of that and same table name a/r invoice tax amount per document column name is tax amount. pls go through above procedure.
    regards,
    vishal

  • Tax Bifurcation In A/R Invoice

    Hi
         B.E.D 8%: 18000
         Cess+A.E.D 3% = 540
         CST/VAT 2% = 4871
        How this can be done in UDF through FMS In A/R Invoice
    Thanks

    Hi Manish
    If you want to show the Tax division on the A/R Invoice .
    Then Create the UDF for all the Tax Head in the marketing Documents .
    Create the Query for each UDF using the same formula which you have used in the TAX Code .
    For the Same you have to catch the Tax Code from the Form in the Query .
    Ashish

  • Tax error while posting an invoice in SRM

    We are using SRM 5.5 SP4, ECS and ECC 6.0. We are using vertex for tax caluculation and we configured the tax calculation to always occur in ECC.
    One more important point is, client has decided to use invoicing in SRM. Now the problem is we ran in to so many tax related issues and we opened OSS messages for this but SAP did not help. Let me explain the problem in detail.
    1) We used to get "Tax jurisdiction code could not be determined" error while creating shopping cart, but we implemented note 436760 and hardcoded a value and got rid of that error.
    2) When we create a SC, the copy of PO is created in ECC and vertex is called for tax calculation and tax is calculated properly based on the tax hierarchy except when you use the Shipping Address (external), so when I used the delivery address other than plant, it should calculate based on that address but it was not doing that, its calculating based on the cost object's jurisdiction code. For this problem, we have implemented ME_ADDRESS BADI in ECC, but with this BADI, it is always taking delivery address's jurisdiction code, which is also wrong.
    The tax jurisdiction determination should be from 1) Delivery address if its different from plant, else it should look in to the cost object, else storage location then plant.
    So we implemented the above logic in that BADI and there is no problem with PO taxes.
    3) When we create an invoice with reference to PO, the invoice verification program is always determining the tax jurisdiction code from plant even though the taxes on PO are calculated based on cost object, hence the IDOC is erroring out by saying there is a difference in tax.
    So we implemented the user exit and used the same logic of tax determination and its fixed now.
    4) Finally, we are trying to create invoices without PO's in SRM, here no tax calculation is happending in SRM, but when we try to post the invoice in to ECC, we are getting the following error
    "SAX processing failed on input stream#SAX processing failed when attempting to add child element to parent.  (parent element=com.vertexinc.tps.common.domain.LineItem, child element=com.vertexinc.tps.x.."
    So I am not sure how to fix this, we are at the dead end now out of ideas, so trying to get some help from experts like you about looking at this problem in a different angle. Now there are a couple of questions I can ask you
    1) Did we do something wrong by selecting R/3 as the tax calculation system, if not is it difficult to fix this error and move forward?
    2) What if we need to change the design and start calculating the taxes in SRM by connecting SRM to Vertex, will there be any new challenges? and do you have any config doc for this? Also we are implementing this rollout for US, Canada and Mexico companies.
    I would really appreciate if you can reply me with your valuable input. You can also email me if @ [email protected]
    Thanks a lot,
    Sreedhar

    Hi
    <b>It's recommended to have the same Tax related configuration data replicated in SRM system from R/3 as well.
    I don't recommeded you to go with Hard-coding of tax codes.
    We have faced similar issues with Delivery address and we have to solve it using our custom logic inside the BBP_DOC_CHANGE_BADI  and BBP_CREATE_PO_BACK BADIs.</b>
    Anyways, send the detailed business requirements to my mail which are already having with you.        )
    I will definitely help you out.
    <u>Please refer to following threads as well.</u>
    <b>sales tax gurus
    How to display country related tax codes in SRM
    e-Invoice tax calculation.
    Tax code T1 does not exist for jurisdiction code error in shopping basket
    Drill down facility not working for Tax codes ....Urgent!!!!!
    Tax Issue
    Tax Calculation
    Tax setting in Extended Classic Scenario
    Withholding Tax in SRM5.0
    IDOCS for Tax Information
    Taxes in Bid Invitation
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • A/R Invoice PLD

    Hi Everyone,
    On the A/R Invoice PLD I created, I am showing both the Item No. and the Customer/Vendor Catalog No.  I selected both fields from teh A/R Invoice - Rows table.  However, on one of my invoices teh Customer/Vendor Catalog No. is not coming through for certain items.  There are 12 items on the invoice and three of them do not have the vendor catalog number.  I verified there is a catalog number setup in Business Partner Catalog Numbers. 
    Does anybody know why it might not be coming through for some items?  Like I mentioned, there are BP catalog numbers set up for the item numbers in question, so I'm at a loss.
    Any help is appreciated.
    Thank you,
    Amanda

    Amanda,
    Since you say this is happening on only one of your invoices, you would need to explore more on the specific items and see if the same behaviour is repeated with other BP's?
    If the PLD works for most Invoices then there could be nothing really wrong with the template.
    Yes, Press the Alt key and click on the Table selection drop down.   If you are trying this on a field which is already set to a table it might not work. 
    So, please change the field to a Free Text....then change it back to a Database Field and then Hold the Alt Key and click the drop down
    Suda

  • Tax on free of charge invoice

    Hi,
    I have a situation where it picks tax on free of charge invoices. It doesn't happen for every free of charge invoice, one or two in couple of months. can anyone tell me how to resolve this issue?, I know I didn't provide enough information here, but it looks like only one taxjurisdiction has this issue. And it alwaya taxes 50% of the Csh.disc.bas amount. Any help will be reallyu appreciated.
    Thank you
    Priti
    Edited by: Priti Singh on Feb 27, 2008 10:35 PM

    To keep it simple, you should create a new Tax Code for  Tax Code for Intercompany Transactions (if you have anything already where the tax will be 0, you can use that also).
    The T Code to use it is FTXP.
    The Tax percentage rates for the 2 condition types XP1I and XP2I need to be Zero ( considering this tax code will be used by AP process) - If it's by AR process, the condition types that need to be zero are XR1I and XR2I.
    Hope that helps..
    Thanks,
    Nandita

  • Manual Input of TAx Amount in Sales AR Invoice

    Hi Experts!
    Is there a way where we can do a manual recording of tax amount in Sales AR Invoice (just like in AP Invoice, we can manually input tax amount)? 
    Hope to hear from you soon,
    Thanks

    Hi Sandra,
    You can't override the AR tax calculation amount. You can control how much tax is calculated for each row (i.e. some may be non-taxable).
    Otherwise, there may be an adjustment that falls under the rounding field. Check the Help file for more info on this field to determine which option in Document Settings you want to select.
    Heather

  • Sales Order Number in A/R Invoice PLD

    Dear All,
                 I copy a Sales Order to a Delivery Challan, i Copy This Delivery Challan to a A/ R Invoice.
                 I Need the Document number and their posting dates of both sales order and delivery documnet base number onto the A/R Invoice PLD.
                 I AM able to achieve the delivery number and date of Delivery documnet can anyone advice how to retireve the base sales order number on A/ R Invoice PLD

    Hi Aslam,
    Check this thread,
    Re: SO delivery date on A/R invoice
    OR
    Try to Create Query PLD. or Stored Procedure
    Regards,
    Madhan.

  • How to get Incoming payment total in Invoice PLD

    HI ALL
    I designed a A/r Invoice PLD in which i insert the Incoming payment DocTotal field in the End of PLD
    when i priview the A/R Invoice  Document
    each Item  , qty and total in the repetitive area repeating  40 to 50 times
    when i remove the incoming payment doctotal field from the PLD  it is working fine
    My requirement is i should show the Incoming payment Doctotal along with the Invoice total in PLD
    can any one suggest the answer

    Hi,
    You cannot just add that Incoming payment DocTotal field directly to your Invoice PLD because there is no proper link for it.
    What you can do is to add a UDF in Invoice table and get the related Incoming payment DocTotal by FMS query.
    Thanks,
    Gordon

  • Purchase order Document date in AP Downpayment invoice PLD

    Dear All,
    Is it possible to capture purchase order Document Date in AP Down payment invoice PLD.My client want like this.I have tried,but i am not able to capture this field in AP Down payment invoice PLD.please give me the solution for this,If it is possible.
    Thanks,
    Silpa.N

    hi silpa,
    Create a user defined field in row level of marketing documents.
    Apply formatted search using query
    Select $[OPOR.TaxDate]
    select auto refresh
    when changing field Document Date in header level.
    On copying purchase order to ap downpayment invoice Document date will copy to it.
    U can also bring it to PLD by creating database field with table DPO1,column U_XXX
    Hope it will solve problem.
    Jeyakanthan

  • LST No CST No add in Excise Invoice PLD

    Hi,
    I want add two DB fields in Pld.
    1. Lst no
    2. Cst no
    I know in INV12 Table these fields is Exists.
    but when i take one database field in INVOICE pld that time INV12 table not shown in list.
    how i can retrieve lst no and cst no from INV12 table.
    Regards.
    Sam

    Mr.Sam
    When u select field type Datbase then go to next where u need to select table & field,press alt or ctrl button and double click on column,So u will get all tables in SAP B1
    Regards
    M Auditya
    Edited by: Paulo Calado on May 20, 2009 5:33 PM

  • Add "Approver" field in AP Invoice PLD

    Hi Experts,
                    I want "Approver" field in AP Invoice PLD. How can I get. Please help me.
                    Thanks for advance

    I modified the query showed on the other thread for you:
    SELECT T3.U_NAME FROM DBO.OWDD T0
    INNER JOIN DBO.OPCH T1 ON T1.DocEntry= T0.DocEntry AND T0.ObjType = 18
    INNER JOIN DBO.WDD1 T2 ON T2.WddCode=T0.WddCode
    INNER JOIN DBO.OUSR T3 ON T2.UserID = T3.INTERNAL_K
    WHERE T1.DocNum=$[$8.0.0\]
    Using this query as a FMS query to assign to your UDF (BY SHIFTALTF2).  The you could include this UDF to PLD.

  • Batch No. in AP Invoice PLD

    Hi all,
    How to retrieve Batch No. in AP  Invoice PLD in SAP 2007B.
    I want to print batch no. regarding item in repetative area.
    when selecting batch no. from OIBT table ,it is showing multiple rows ,also retreiving the previous batch no. of that particular item.
    How to retreive the batch no.??
    Regards,
    Neetu

    i want to print batch no. regarding item code in a/p invoice pld.
    when in invoice pld i m picking the batch no,from oibt.batchnum ,it is picking multiple enteries it is also showing the previous batch nos created against that particulra item.
    how to retreive batch no. on a/p[ invoice pld.
    admin-> System Initilizaiton -> Print Preferences - > Per Document tab, 'When Batch/Serial No. Exist, Print' here 'When Batch/Serial No. Exist, Print' is selected
    regards,
    neetu

  • Sort option in Repetitive Area on AR Invoice PLD is disabled / greyed out

    Hi Experts,
    I have an issue whereby in my PLD the sort option under Print Layout Design Manager -> Repetitive Area -> Sort is greyed out / disabled in the AR Invoice PLD. Does anyone know why this might be? I've not seen this before and I can't find any notes relating to specifically to this issue in an AR Invoice PLD.
    2007A PL06 Hot Fix 01.
    Many thanks for any help,
    Caroline

    Hello Khushwant,
    In SAP when your business Process is Sales Order --> Delivery --> AR Invoice
    SAP would print the Batch Numbers along with the Delivery document.
    But your Business Process is Sales Order --> AR Invoice
    SAP would print the Batch Numbers along with the Invoice document.
    Whichever document releaves inventory, SAP will Open the Batch selection screen when adding that document and the Batch Report will be printed on a seperate sheet along with that document.
    The functionality change in SBO 2007, is that the Batch number print on the Delivery / Invoice document itself instead of on a seperate Page as in 2005.
    Could you please explain your Business Process in relation to what I have mentioned earlier.
    Printing the Batch Number as part of the Invoice document itself in SBO 2005 is going to be a tough task.
    Let me know if where and how you want to print this information.
    Regards
    Suda

Maybe you are looking for

  • Where to find the number of files in a folder (in Finder)?

    I just upgraded from Snow Leopard. In the past I could look at the bottom of the finder window and see how many files where in a particular folder.  And how much megawattage they respresented in total. Is there some kind of preference I can set in Mo

  • Purchased songs no longer playing on shuffle

    I have continued to try and solve my suffle problems and every now and then, I am able to narrow my issue down further. My shuffle played fine until the end of October and I am still trying to get it to play! The last thing I have noticed is that it

  • LDAP Configuration in Weblogic 9.1 on HP-UX

    Application unable to login, getting invalid login user. LDAP in Windows Box. In log file following lines we getting, Suggest how to resolve this issue: <XACML Authorization isAccessAllowed(): returning DENY> ####<Oct 26, 2006 11:07:42 AM IST> <Debug

  • In App Purchase Rejected

    i have submitted for review an in app purchase product. However, it got rejected without any notification and under the languages section, there is a label 'rejected'. I have absolutely no idea why it got rejected and do not know how to move on from

  • TS1398 why can,t my ipad  set my location

    why can,t my ipad find my location at home with wifi only i need it  to use other apps