Tax Breakup Through FMS

Hi
    Pls help me on fms query at the time of Sales Order to get sepatate tax rates , tax amount in UDF's
Thanks

Hi Manish.....
      To get the tax brekup at transaction document level you need to first create the UDO where complete taxes with its rates would be stored. And then you should call these rates through FMS so that it will be easy to calculate on document level...
Regards,
Rahul

Similar Messages

  • A few days ago i bought the macbook pro in a Providence. In late Summer i will come back to my Country - Ukraine. I would like to know about a tax for my laptop. Can i return tax? Through the TAX FREE or return in airport? What should i do?

    A few days ago i bought the macbook pro in a Providence. In late Summer i will come back to my Country - Ukraine. I would like to know about a tax for my
    laptop. Can i return tax? Through the TAX FREE or return in airport? What should i do?

    You need to talk with the tax authorities in the countries to which you traveled and that of your home country. We are all end-users liek you and not Apple agents.

  • HD video Delivery through FMS

    Can we broadcast our video in HD Quality through FMS? if possible what we have to do for that, whats the minimum bandwidth needed to deliver the HD quality video?

    Yes FMS does support HD Streaming.Install this app : http://www.videoRx.com/apps/air/BitrateStarterRx.air - it would help you in your bitrate/bandwidth calculations.

  • Tax Breakup in PLD

    Dear All,
    I require the following tax breakup in PLD
    Ex:
    Total................................................303743.40.......A
    Packing charges.................................2316............B
    Excise Duty@10%..............................30606..........C=(AB)10%
    ECess@2%..........................................612............D=C*2%
    Hcess@1%..........................................306.............E=C*1%
    Transportation charges(Freight).............3937.............F
    Octroi@3%.......................................10655.............G=((ABCDEF)(ABCDE+F)0.04)3%
    Octroi service charges@1%...................107.............H=G*1%
    VAT@4...............................................14091...........I= (ABCDEFG+H)*4%
    In PLD this is structure which client is expecting for A/R Invoice since this is mandatory for his business practice.
    We have created 2 set of tax code for octroi, octroi service charges, vat which are apllicable at line item and freight charges ie transportation charges.
    In PLD, Till Hcess it is coming fine but tax after transportation are coming twice since we are applying
    octroi_1, octroi service charges_1,VAT_1 at line item and octroi_2, octroi service charges_2 and VAT_2  at freight.
    In PLD it shows
    octroi_1
    octroi service charges_1
    VAT_1
    octroi_2
    octroi service charges_2
    VAT_2
    Instead we want it to as shown in above example.
    Any solution will be highly appreciable..........
    swapnil

    Hi,
    Pls check the link.
    How to convet Amount To Words in PLD
    Also,
    may be the following will help u as u can placed the tax on the position u want.
    If tou want the tax break up , for that you have to mke the formula using the ostt and por4(purchase) and inv4 for invoice pld. table .
    Every taxcode has a unique nota fiscal id .Use that in ur PLD .
    Ex:
    First inser a repetitive area.
    Suppose Hcess id is 90 in ostt.
    1. Make a text field in repetive area and give 90 to it .
    2. make a db field and fetch nota id from ostt.
    3. make a formula field and Compare text field and db field .
    4. link the test field and db field with formula field .
    5. make a db field and fetch taxamount from por4.
    6. link this filed also to formula field
    7 . make a new formula field and multiple the amount field and previous formula field .
    8. make a new formula field in repetitive area footer and do copulmn sum of last formula field which have the result of multiplication.
    Same u have to repeat for taxrate .
    However u should go for Crystal report for such type of requirement .
    Rgds,
    Premraj

  • Tax Breakup in Crystal Report

    Hi,
         How to do Tax breakup in Crystal Report

    HI Jambulingam ,
    Create query in SQL to get required data and do tax break up in sql query as shown below:
    SELECT M.DocNum AS 'AP Inv. #', M.DocDate as 'Date', M.CardName as
            'Vendor Name',M.NumAtCard as 'Bill No. & Dt.',L.ItemCode,
              L.Dscription,L.LineTotal as 'Amount',L.vatsum ,L.PriceBefDi as 'Rate',
         (Select Sum(LineTotal) FROM INV1 L Where L.DocEntry=M.DocEntry) as 'Base Amt.(Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=-90 and DocEntry=M.DocEntry) as 'BED (Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=7 and DocEntry=M.DocEntry) as 'HSCess_New (Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=-60 and DocEntry=M.DocEntry) as 'EDCS (Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=-55 and DocEntry=M.DocEntry) as 'HECS (Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=1 and DocEntry=M.DocEntry) as ' VAT (Rs.) ',
         (SELECT Sum(TaxSum) FROM INV4 where statype=4 and DocEntry=M.DocEntry) as ' CST (Rs.) ',
         (SELECT Sum(TaxSum) FROM INV4 where statype=-10 and DocEntry=M.DocEntry) as ' CVD (Rs.) ',
         (SELECT Sum(TaxSum) FROM INV4 where statype=5 and DocEntry=M.DocEntry) as ' Ser.Tax (Rs.) ',
         (SELECT Sum(TaxSum) FROM INV4 where statype=6 and DocEntry=M.DocEntry) as 'CS on Ser.Tax (Rs.)',
         (SELECT Sum(TaxSum) FROM INV4 where statype=4 and DocEntry=M.DocEntry) as 'HECS_ST (Rs.)',
          M.DocTotal as 'Total (Rs.)'
    FROM OINV M LEFT OUTER JOIN INV1 L on L.DocEntry=M.DocEntry
                 LEFT OUTER JOIN INV4 T on T.DocEntry=L.DocEntry and L.LineNum=T.LineNum
    GROUP BY
         M.DocNum,M.DocDate,M.CardName,M.NumAtCard,M.DocEntry,M.DiscSum,M.WTSum,M.DocTotal,L.ItemCode,L.Dscription,L.LineTotal,L.vatsum,L.PriceBefDi
    ORDER BY M.DocNum,M.DocDate,M.CardName,M.NumAtCard,M.DocEntry,M.DiscSum,M.WTSum,M.DocTotal,L.LineTotal,L.vatsum,L.PriceBefDi
    use query to create crystal report.
    Thanks,
    Neetu

  • Regarding: How to get the Tax Breakup  Amount using SDK

    Hai Friends,
                   I created one saled order . I have given Tax code (Service) then it show total  amout of tax is 370.80. when i click the link button of Tax Amount field  from sales order then it show  the  Tax Breakup Details in Separate Screen of SAP. That screen Contain following Details.
    From Caption is : Define Tax Amount  Distribution
          Type               Tax Parameter Code         Tax Parameter Name                Rate            Duty         Tax Amount        Base Amount
          Service           Service                            Service Tax                               12                                 360.00
          Cess_ST        Cess_ST                          Education Cess for Sevice          2                                     7.20
          HSCess_ST   HSC_ST                            HSCee for Service                      1                                     1.00
                  My Doupt is :
                           How do i get the Service tax Breakup value from above grid.
                           How to get the Tax Breakup value from that SAP Screen, is it any help in SDK.
    Please Help Me.
    Regards,
    K Sakthivel
    Edited by: ksakthivel on Dec 7, 2011 10:41 AM
    Edited by: ksakthivel on Dec 7, 2011 10:53 AM
    Edited by: ksakthivel on Dec 7, 2011 10:54 AM

    Hai Friends,
                   I created one saled order . I have given Tax code (Service) then it show total  amout of tax is 370.80. when i click the link button of Tax Amount field  from sales order then it show  the  Tax Breakup Details in Separate Screen of SAP. That screen Contain following Details.
    From Caption is : Define Tax Amount  Distribution
          Type               Tax Parameter Code         Tax Parameter Name                Rate            Duty         Tax Amount        Base Amount
          Service           Service                            Service Tax                               12                                 360.00
          Cess_ST        Cess_ST                          Education Cess for Sevice          2                                     7.20
          HSCess_ST   HSC_ST                            HSCee for Service                      1                                     1.00
                  My Doupt is :
                           How do i get the Service tax Breakup value from above grid.
                           How to get the Tax Breakup value from that SAP Screen, is it any help in SDK.
    Please Help Me.
    Regards,
    K Sakthivel
    Edited by: ksakthivel on Dec 7, 2011 10:41 AM
    Edited by: ksakthivel on Dec 7, 2011 10:53 AM
    Edited by: ksakthivel on Dec 7, 2011 10:54 AM

  • 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

  • Video chat through FMS:Browser Issue

    Hi.
    I am trying to make video two way chat application through FMS streaming in AS3.0.
    Its working fine with Mozilla but not working in Internet Explorer.
    What may be the problem ??
    Any clue.
    Thanks.

    Hi.
    My two way video chat streaming in AS3.0 is working fine on Mozilla browser.
    I can broadcast myself to other and see other person on my side if he allows.
    Problem is that with Internet Explorer Browser.
    When user uses the Internet Explorer Browser then even he broadcast himself (allows streaming by FMS) dialog box appears:(ask for user prompt:he allows mike and camera access)  but no streaming occurs.
    Nothing happens.
    Any Clues.
    Hope I have explained whats going on to my extent.

  • VAT/CST-Service tax calculation through FI

    Dear All,
    We have TAXINN procedure with condition based. in this case how to caluclate output VAT/CST and service tax though finance (in t code FB70- f-22).
    Is there any steps we need to take care through finance module.
    Thanks in Advance,
    Regards
    Sahil K

    You can refer the following for Service Tax configuration
    http://wiki.sdn.sap.com/wiki/display/ERPLO/ServiceTaxConfigurationinIndia+(SD)
    Service Tax Configuration
    For VAT, you'll have to configure Tax procedure, create Tax codes and maintain rates in them.
    Ravi.

  • Transporting Tax Procedure - Through Request or Adjustment ?

    Hi All Experts,
    Good Morning !
    I have issue where India TAXINN procedure did not copied fom SAP Standard client unfortunately. Where is it present in rest client. I am thinking of two approach for the same to add the Tax Procedure.
    A ) Create the transport request and add the tax procedure and move to client.
    B ) By using Adjustment feature between two clients.
    What is the best policy to go ahead with ?
    1 ) If TR is approach - Then how to add the complete tax procedure component in request ? is this possible ? The mistake I did, I tried by making changes in text but only textual changes got transported in earlier request rest all condition types and details went blank. That created much confusion and now facing some inconsistancies. My BASIS team doesnt know about this how to add particular component to TR. My requirement is want to transport the Tax Procedure as it is presented in source client which intact in and working perfect so that I can have the same consistent effect in my current client.
    If anybody has gone through the same issue, please comment on this. It will be great guidance for me and who are reffering this thread.
    Thank you for patient reading !
    Regards,
    Sharvari Joshi.

    Self Solved.
    Regards,
    Sharvari Joshi.

  • Transfering Sequences (Setup- Financial- Tax- Sequence)Through Copy Express

    Hi Everyone,
    Could anyone suggest how to transfer Sequences set in 1 Database to another Database through Copy Express? I can't find the option for Sequence transfer in Copy Express.
    Thanks,
    William

    Hi Everyone,
    Is there any way to transfer Sequences (Setup->Financial->Tax->Sequence) to another Database? Cause I cannot find any template for Sequences in DTW and also cannot find the Sequence option in Copy Express.
    Thanks,
    William

  • Help on Query - A/p Invoice Tax Breakup

    Hi Xperts,
    declare @todate as datetime
    declare @enddate as datetime
    SELECT @todate= /*min(T0.DocDate) FROM OINM T0 WHERE T0.DocDate=*/ '[%0]'
    SELECT @enddate= /*max(T0.DocDate) FROM OINM T0 WHERE T0.DocDate=*/'[%1]'
    select DISTINCT a.Docnum as "Invoice No" ,a.Numatcard AS "Customer Reference" ,a.comments, a.cardcode as "Cust.Code", a.cardname as "Customer Name" ,(Select max (T2.TaxId2) from CRD7 T2 where T2.CardCode = a.CardCode) [Tin#],  a.docdate AS "Invoice Date" ,(SELECT SUM(Quantity) FROM INV1 where docentry =a.docentry)as "Quantity" ,
    (select sum(LineTotal) from INV1 where docentry = a.docentry)as "Basic Value" ,(Select sum(taxsum) FROM INV4 where docentry = a.docentry and statype=-90) as "BED" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=-60) as "Cess" ,(Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=7) as "HeCess" ,(Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=1) as "VAT" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=4) as "CST" ,
    A.VatSum as "Total Tax" ,(select sum(linetotal) from inv3 where docentry = a.docentry) as 'Freight' ,
    A.DocTotal as "Net Value"
    FROM OINV A left OUTER JOIN INV3 B ON A.DOCENTRY = B.DOCENTRY left OUTER JOIN INV4 C ON A.DOCENTRY = C.DOCENTRY left outer join INV3 h on A.DocEntry = h.DocEntry left outer join INV1 d on a.docentry = d.docentry left outer join crd7 e on a.cardcode = e.cardcode, oitm g left outer join ochp f on f.absentry= g.chapterid where a.Docdate >=@todate and a.Docdate <=@enddate and g.itemcode=d.itemcode ORDER BY A.DOCNUM
    In the above query Item type service posted document is not coming. 
    Thanks in Advance
    Balaji Sampath

    Hi Balaji........
    In service Document Items do not come and you have made Inner Join your Invoice with OITM so that it is not coming.....
    declare @todate as datetime
    declare @enddate as datetime
    SELECT @todate= /*min(T0.DocDate) FROM OINM T0 WHERE T0.DocDate=*/ '[%0]'
    SELECT @enddate= /*max(T0.DocDate) FROM OINM T0 WHERE T0.DocDate=*/'[%1]'
    select DISTINCT a.Docnum as "Invoice No" ,a.Numatcard AS "Customer Reference" ,a.comments,
    a.cardcode as "Cust.Code", a.cardname as "Customer Name" ,(Select max (T2.TaxId2) from CRD7 T2 where T2.CardCode = a.CardCode) [Tin#],  a.docdate AS "Invoice Date" ,(SELECT SUM(Quantity) FROM INV1 where docentry =a.docentry)as "Quantity" ,
    (select sum(LineTotal) from INV1 where docentry = a.docentry)as "Basic Value" ,
    (Select sum(taxsum) FROM INV4 where docentry = a.docentry and statype=-90) as "BED" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=-60) as "Cess" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=7) as "HeCess" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=1) as "VAT" ,
    (Select SUM(taxsum) FROM INV4 where docentry = a.docentry and statype=4) as "CST" ,
    A.VatSum as "Total Tax" ,(select sum(linetotal) from inv3 where docentry = a.docentry) as 'Freight' ,
    A.DocTotal as "Net Value"
    FROM OINV A left OUTER JOIN INV3 B ON A.DOCENTRY = B.DOCENTRY left OUTER JOIN INV4 C
    ON A.DOCENTRY = C.DOCENTRY left outer join INV3 h on A.DocEntry = h.DocEntry left outer join
    INV1 d on a.docentry = d.docentry left outer join crd7 e on a.cardcode = e.cardcode Left Outer Join
    oitm g On d.ItemCode=g.ItemCode left outer join ochp f on f.absentry= g.chapterid where a.Docdate >=@todate
    and a.Docdate <=@enddate and g.itemcode=d.itemcode ORDER BY A.DOCNUM
    Please try above......
    Regards,
    Rahul

  • Tax is not visible in the LOV while creating Tax Jurisdiction through Payab

    Hi Gurus,
    We are not using E-Biz Tax here, after upgrade, Users were unable to create a VAT Invoice with error as below:
    Could not update the payable information for the modifications done in the tax window ZX_TAX_RATE_INFO_NOT_FOUND N TAX_REGIME MU-Tax n TAX_CODE VAT N TAX_STATUS STANDARD N TAX_RATE_CODE 15% n TAX_JURISDICTION_CODE NULL
    I checked in the system, there are taxes, tax regime, Tax rate, Tax status but not the Tax Jurisdiction. I also tried to create a new Tax, Tax status and Tax rate but when I tried to create the tax jurisdiction, it shows me error as below:
    TAX no data found
    It does not show any tax in Tax Field, but when I go back and query my tax, it is available and enabled for transactions also. Am I missing any step in between? I have followed all the steps.
    Please help, what should I do to enable the tax already created in 11i and migrated to R12 and for new taxes also?
    This is a very urgent issue, a timely help will be highly appreciable.
    Thanks a lot, in advance.
    Regards,
    A.B.

    Hello,
    Please check the correct settings (input/Output Tax)
    IF every thing is correct, then update the table.
    If your problem still there, then it is simply a refreshment problem, so close SAP and re open again
    Hope your problem will be solved
    Thanks
    T.

  • How to populate a field in a standard SAP screen through FMs and Workflows

    Hello Everyone,
    I have a requirement in which I have to populate a field in an standard SAP Screen.The logic for finding the value of the this field will be done in a new FM and this value has to be passed to this field on the standard SAP screen through workflow.I am new to workflows and need some quick help.Kindly let me know the basic steps I need to follow to realise this requirement.
    Thanks,
    VP

    Hi,
    You can create the task in the workflow which contains the method in which you set the value of the field in standard screen using set parameters id and the aprameter name attach to the field

  • BAPI_ACC_DOCUMENT_POST and tax posting through the BAPI

    Hi,
    We are using the BAPI_ACC_DOCUMENT_POST to post accounting documents. The BAPI works fine without the tax data but we need the tax data also to get posted for the line items. Please let me know how the ACCOUNTTAX
    and CURRENCYAMOUNT table parameters needs to be populated.
    A sample code would be of much use.
    Currently if we have 3 line items in GL to be posted we fill 3 line items in AccountGL table, one line item in Accounts payable table, 4 line items in the currency table ( 3 for the actual items and 4 th item with summed up quantity of all 3 items) .
    Your help is greatly appreciated.
    Regards,
    Prabaharan.G

    hi,
    i use this function in some program i try to give to u how to set the minimum value in the structure/tables of the bapi.
    > DOCUMENTHEADER                                                        
    >        BUS_ACT                    =    'RFBU'           "for FI document    
    >        USERNAME                =    sy-uname
    >        HEADER_TXT              =    your text
    >        COMP_CODE              =    Company code
    >        DOC_DATE                  =    Document date
    >        PSTNG_DATE              =    Posting date
    >        FISC_YEAR(1)              =    The year of posting date
    >        FIS_PERIOD(1)             =    the period of posting date
    >        DOC_TYPE                  =    document type
    if you set a different year or period from the value that you have in the posting date the bapi trigger an error
    > ACCOUNT GL
    >       ITEMNO_ACC   = progessive number
    >       GL_ACCOUNT  = G/L Account
    >       ITEM_TEXT       = item text
    >       DOC_TYPE      = document type (the same of the header for all item)
    >       COMP_CODE   = company code (the same of the header for all item)
    >       BUS_AREA      = business area
    >       TAX_CODE       = tax code
    if you set a different doc_type or company code for each item the bapi trigger an error
    > ACCOUNTTAX                
    >            ITEMNO_ACC   =  progressive number
    >            GL_ACCOUNT   = G/L Account referred to TAX CODE
    >            TAX_CODE        = TAX CODE
    >            TAX_RATE        =  TAX RATE
    >            ITEMNO_TAX     = progressive number  which tax item is referred
    >CURRENCYAMOUNT
    >           ITEMNO_ACC     =  progressive number
    >           CURRENCY        =  currency
    >           CURRENCY_ISO =  iso currency that you find in TCURC-ISOCD table
    >           AMT_DOCCUR    =  amount with sign the sign +/- identify Debit/Credit Indicator
    > - this field only for tax record
    >           AMT_BASE        =   is the AMT_DOCCUR of the line which ypu want to calculate the tax with sign
    >           TAX_AMT           =    tax amount
    usually for calculate the correct value i use these functions 'CALCULATE_TAX_FROM_GROSSAMOUNT' or 'CALCULATE_TAX_FROM_NET_AMOUNT' it depends if i have the net or gross amount.
    for example:
    DOCUMENTHEADER                                  
    >        BUS_ACT                    =    'RFBU'
    >        USERNAME                =    sy-uname
    >        HEADER_TXT              =    'my_text'
    >        COMP_CODE              =    '0001'
    >        DOC_DATE                  =    '20080115'
    >        PSTNG_DATE              =    '20080115'
    >        FISC_YEAR(1)              =    '2008'
    >        FIS_PERIOD(1)             =    '01'
    >        DOC_TYPE                  =    'SA'
    ACCOUNT GL
    >Record 1
    >ITEMNO_ACC =  0000000001
    >GL_ACCOUNT =   0290111010
    >ITEM_TEXT =   ITEM_TEXT
    >DOC_TYPE =    SA
    >COMP_CODE =    0001
    >BUS_AREA =   GS1                                                                       
    >Record 2
    >ITEMNO_ACC =  0000000002
    >GL_ACCOUNT =    0500103900
    >ITEM_TEXT =   ITEM_TEXT
    >DOC_TYPE =   SA
    >COMP_CODE =   0001
    >TAX_CODE =  V2
    ACCOUNTTAX
    > Record 3
    >ITEMNO_ACC =   0000000003
    >GL_ACCOUNT =  0221103001
    >TAX_CODE =  V2
    >TAX_RATE =  20.000
    >ITEMNO_TAX = 0000000002
    CURRENCYAMOUNT
    >Record 1
    >ITEMNO_ACC = 0000000001
    >CURRENCY =  EUR
    >CURRENCY_ISO =   EUR
    >AMT_DOCCUR  = 150.00
    >AMT_BASE =  0.00
    >TAX_AMT =  0.00
    >Record 2
    >ITEMNO_ACC = 0000000002
    >CURRENCY =  EUR
    >CURRENCY_ISO =   EUR
    >AMT_DOCCUR  = -125.00
    >AMT_BASE =  0.00
    >TAX_AMT =  0.00
    >Record 3
    >ITEMNO_ACC = 0000000003
    >CURRENCY =  EUR
    >CURRENCY_ISO =   EUR
    >AMT_DOCCUR =  -25.00
    >AMT_BASE =  -125.00
    >TAX_AMT =   -25.00
    hope that is useful.
    Bye
    Marco

Maybe you are looking for

  • Why am I getting a "Problem With Previous Purchase" when I haven't purchased anything?

    Sometimes, quite randomly when I open anything on my iPad or iPhone and try to update an app or something of the like, iTunes asks me to verify my billing information. It gives me the reason "There was a problem with a previous purchase." And asks me

  • Running your memory the right way/ running 4 DIMM slots on P55 boards

    Dear Forumers, Lately there are a lot of questions, about motherboards from the P55 range not starting on first boot. This could be due to wrongly arranged memory DIMM's in your slots. Some people out there, like me, were convinced that you could cho

  • Problems only with Adobe ImageReady Animated GIF

    Anyone encounter a problem and solution for getting ImageReady animated GIF working properly in a java app? Developer placed 2 animated gifs in the app which caused the CPU system resources to spike to 100%. We then tested animated GIFs made from Mac

  • Tips on Converting from 5 to 8?

    We are currently using RoboHelp 5, our projects are all WebHelp projects, and they are all in RoboSource Control (RSC). Our corporate office purchased licenses for us to move to RoboHelp 8. Any suggestions on the best way to proceed? As a precaution,

  • Up-To-Date

    I got my PowerBook G4 in January 2004 (1.25GHz model, 15") and I know in the box that sits in my closet are some of those Up-To-Date coupons for OS updates. Does anyone know if these coupons can be applied towards Tiger? It's really just out of curio