In T-Code J2IUN SECess on ser tax account is not appearing

Dear All,
SAP version is 4.7.
For monthly utilization (T-Code: J2IUN), the option " Cross utilization between service tax and cenvat" need to be used.
Presently G/L account options appearing are as below,
     Service tax credit account
     ECESS on ser tax account
     Service tax payable accoun
     ECS on ser payable account
Following options are not appearing,
          SECess on ser tax account
          SECess on ser payable account
What need to do to appear the "SECess"  options?
Please guide.........
Thanks & Regards

hi
check this sap Note 1045145 - 1% SECess levied on service tax - Budget 2007.
1032265 - Budget 2007-Legal implications
921634 - Service tax India: Transfer from Interim to Final Account

Similar Messages

  • WIthholding Tax TAB is not appearing in F-53,F-58

    Hi SAP Gurus,
    we are on SAP ECC 6.0  and if we execute all post withclearing transaction like f-53 or F-58 only following tabs are appearing
    Standard
    Partial Payment
    Residual Item
    and Withholding tax tab is not appearing, we have checked in SHDO and Withholding tax code having progrmamme SAPDF05X and screen 6105  and it is appearing there
    please help us out where changes have to made to activate this TAB as due to supression of this TAB our end users have to make Witholding tax calculation manual which is tedious job
    BR
    Sajida

    Hi Sajida,
    Kindly check the Vendor Reconciliation G/L Account  in FS00 Tcode check the Field Status
    variant for eg. G067 whether the Withholding tax code and Withholding tax amounts are Optional
    Entries or not.
    Hope this will help to solve your issue
    Thanks
    Trinath

  • Found error:-5011,[JDT1.Account][line1]  ' tax account  has not been define

    hi expert all
    Found error:-5011,[JDT1.Account][line1]  ' tax account  has not been define for selec ted tax code'....
    when i add this journal entry  following error is coming
    where  need changes please tell me......... very much required..
    Private Sub JournalEntry2(ByVal accntcode1 As String, ByVal newaccnt1 As String, ByVal newaccnt2 As String, ByVal newaccnt3 As String, ByVal newaccnt4 As String, ByVal newaccnt5 As String, ByVal str7 As String, ByVal value As Decimal, ByVal value1 As Decimal, ByVal value2 As Decimal, ByVal value3 As Decimal, ByVal value4 As Decimal, ByVal value5 As Decimal, ByVal value6 As Decimal)
            On Error GoTo ErrorHandler
            Dim nErr As Long
            Dim errMsg As String
            'add an Journal entry
            Dim vJE As SAPbobsCOM.JournalEntries
            vJE = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries) '(oJournalEntries)
            Call vJE.Lines.SetCurrentLine(0)
            ' vJE.TaxDate = Now
            vJE.Lines.AccountCode = accntcode1 '"110000"   '''''''o
            vJE.Lines.ContraAccount = accntcode1 '"10110"
            vJE.Lines.Credit = 0
            vJE.Lines.Debit = value '150
            vJE.Lines.DueDate = CDate(Now)
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = accntcode1  '"110000"
            '  vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(1)
            vJE.Lines.AccountCode = newaccnt1 '"10110"      ''''''' 1
            vJE.Lines.ContraAccount = newaccnt1  '"110000"
            vJE.Lines.Credit = value1  '''' 50 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            'vJE.Lines.Line_ID = 1
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = newaccnt1  '"10110"
            'vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(2)
            vJE.Lines.AccountCode = newaccnt2 '"10110"     '''''' 2
            vJE.Lines.ContraAccount = newaccnt2 '"110000"
            vJE.Lines.Credit = value2       ''40 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            'vJE.Lines.Line_ID = 1
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = newaccnt2   '"10110"
            'vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(3)
            vJE.Lines.AccountCode = newaccnt3 '"10110"     '''''' 3
            vJE.Lines.ContraAccount = newaccnt3 '"110000"
            vJE.Lines.Credit = value3      ' ''' 20 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            'vJE.Lines.Line_ID = 1
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = newaccnt3  '"10110"
            'vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(4)
            vJE.Lines.AccountCode = newaccnt4 '"10110"     '''''' 4
            vJE.Lines.ContraAccount = newaccnt4 '"110000"
            vJE.Lines.Credit = value4     ''20 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            'vJE.Lines.Line_ID = 1
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = newaccnt4  '"10110"
            'vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(5)
            vJE.Lines.AccountCode = newaccnt5 '"10110"     '''''' 5
            vJE.Lines.ContraAccount = newaccnt5 '"110000"
            vJE.Lines.Credit = value5  ''''20 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            'vJE.Lines.Line_ID = 1
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = newaccnt5  '"10110"
            'vJE.Lines.TaxDate = Now
            Call vJE.Lines.Add()
            Call vJE.Lines.SetCurrentLine(6)
            value6 = value - (value1 + value3 + value2 + value4 + value5)
            vJE.Lines.Credit = value6  ''''20 '150
            vJE.Lines.Debit = 0
            vJE.Lines.DueDate = CDate(Now) 'CDate("11/13/ 2002")
            vJE.Lines.ReferenceDate1 = Now
            vJE.Lines.ShortName = str7  '"10110"
            'vJE.Lines.TaxDate = Now
            If (0 <> vJE.Add()) Then
                MsgBox("failed to add a journal entry")
            Else
                MsgBox("Succeeded in adding a journal entry")
                vJE.SaveXML("c:\temp\JournalEntries" + Str(vJE.JdtNum) + ".xml")
            End If
            'Check Error
            Call oCompany.GetLastError(nErr, errMsg)
            If (0 <> nErr) Then
                MsgBox("Found error:" + Str(nErr) + "," + errMsg)
            End If
            'disconnect the company object, and release resource
            'Call oCompany.Disconnect()
            'oCompany = Nothing
            Exit Sub
    ErrorHandler:
            'MsgBox("Exception:" + Err.Description)
        End Sub

    Hi John,
    I would try first to add the same JE is the Business One application. If it adds without any error then the problem is not related to any definitions of Business One.
    From your error and your code it does seem the error is related to the use of the property ShortName - you only use the ShortName if you are adding a JE line for a BP. If you want to add a JE line for a regular account number then you ONLY use the property AccountCode and don't set ShortName.
    Cheers,
    Lisa

  • Tax Conditions types not appearing in CRM orders and quotations

    Hello All,
    I have created a new tax condition type in ECC and through initial load replicate the same to CRM. pricing procedure repliction with new tax condition is also successful.
    But, the new tax condition is not appearing in condition tab at item level when i create quotation in CRM. other condition types are coming. data for this condition type is there in custom condition table. mapping of tax classifiction to tax group is also done in SPRO.
    Please advise.
    THank and Regards
    Sudhir Grover

    Hello Sudhir,
    You should check the trace log for pricing at first. Set the user parameter:PRC_TRACE as 'X' on T-cd:SU01 for your user and check the Access analysis on the condition tab.
    Regards,
    Masayuki

  • TAXINN Tax procedure is not appearing in IDES SAP ECC 6.0 client 800

    Hello Gurus,
    TAXINN Tax procedure is not appearing in IDES SAP ECC 6.0 client 800. Can anybody tell the step by step procedure to get it done??
    It is very urgent.
    Thanks

    Hi,
    TAXINN has to be copied from '000' client to our client.
    check following
    [http://forums.sdn.sap.com/thread.jspa?threadID=1540232]
    Regards
    kailas Ugale

  • Tax amount is not appearing in consumption history of earmarked fund

    Dear Experts,
    It is a requirement from my customer, the tax item be populated with the same earmarked fund, commitment item, functional area, funds center and fund of the related expense or revenue item.
    The transaction OBBH and the exit presented in attachment was used to try to achieve that requirement.
    The accounting document was correctly created with the tax item correctly populated with the earmarked fund, commitment item, functional area, funds center and fund from the related expense item.
    The funds management document was also  correctly created including the tax item with the correct commitment item, fund, funds center and functional area.
    The problem detected is related with the missing tax value in consumption history of the earmarked fund. The value of the tax item is not appearing in records of tables KBLP and FMIOI.
    Could you please help me with this problem?
    Kind Regards,
    Rui Neves

    Hi,
    Thanks for your answer.  We are reimplementing the REFX solution for a company.  The existing system is also in ECC6.  For  contracts made in existing system when periodic posting done, tax is shown against both contract and rental object.  The value of periodic posting is same for both contract and rental object.
    However, in the new implementation, tax amount is not appearing against rental rental object.  Tax amount is appearing against rental contract.  As a result, there is a difference in amount.  Is this correct as a process ?
    Regards,
    T Saravanan

  • Tax Levels are not appearing in PO

    Dear All,
    I am using Taxinn and i am maintained Conditions in FV11 on Plant/Tax Code Level.
    While raising PO these values are not appearing.
    Regards
    amey

    Hi,
    Once you have maintained the tax condition record through FV11, you have to come out of the PO creation transaction and again try to create PO.  (Sometimes it is required). As mentioned above, it is necessary to check the date of the condition record should cover the date of creation of purchase order.  Also check the condition record you entered is not deleted by somebody.
    Also check the company code assignment to tax code as mentioned above reply.
    SPRO->Logistic General-> Tax on Goods movements -> India -> Basic Settings -> Maintain Excise duty -> Conditionbased excise determination -> Assign tax codes to company codes.
    Thanks,
    Harikrishnan.
    Edited by: Harikrishnan_sap on Aug 13, 2010 3:52 AM

  • KE30 - Tax figures are not appearing

    Hi Gurus,
    When I run KE30 report field 'Taxes' do not show any value. So I maintained condition type MWST for value field VVN30 in KE4I. Howver it didn't work out. Can anybody help me out?

    Hi Pushkar
    Taxes do not flow to COPA, because the Tax accounts are balance sheet accounts... Only P&L accounts with cost element category 11 or 12 can flow to COPA during SD billing
    You need to follow the below steps to achieve this
    1. Create a New condition type in SD, ZTAX
    2. The condition record of ZTAX will be 100% and based on MWST
    3. Mark this condition type as statistical in SD pricing procedure
    4. In KE4I, replace MWST with ZTAX and mapp it to a value field there...
    This is a tried and tested approach.. It works for sure!!
    Regards
    Ajay M

  • Tax rate is not appearing automatically in Condition Type of PO

    Hi,
    input tax is configured and acessed to condition type. In PO if we put the tax % in Tax code . The input tax is generated and adjusted against the vendor. but i want the exact % is to be appeared in the condition type maintained. as because the print preview of PO is not showing any tax amount. If we put the tax rate manually then it is  showing. how can i resolve the above issues.
    rgds
    satyajit

    Satyajit,
    As per you reply message,
    - You have maintained tax code X5 for MWVS.
    - Simultaneously maintained condition record.
    - The intention of above two activities are same. First one is formula based to determines tax in PO>Invoice tab> taxes. Second one also determines tax through condition record.
    However you are asking tax as PO conditon. That means a manual tax condition. Is it right?
    For getting condition rate determination in pricing, you have to maintain condition record for pricing condition type.
    Please revert back with more details to better understand.
    warm regards
    sairam akundi

  • In Withholding Tax, Amount is not appearing in Remittance Challan

    Hi,
    I have done WHT configuration in Implementation project, This is my 1st Project and I am new in SAP, I am facing following 2 Problems
    1) Remittance Challan is getting prepared.but amount is not showing in the remittance challan, all the process till Certificate is happening smoothly. Please advice, where my settings went wrong or If I missed something in the configuration?
    2) Please also guide or tell me the steps for configuring E-TDS filing.
    Again requesting to kindly provide the solution.
    Thanks
    Regards
    Sunil

    Your Qn. No.1 is answered in the following thread.
    Re: WHT Error while J1INCHLN ?

  • Assign Project Code to Tax account automatically

    Hi Everyone:
    When I assigned a Project code in a Marketing document, why in the Journal Entry the tax account does not assign automatically the project code the way the others accounts does?. Is there any way to achive this?
    Thanks
    Claudia

    Hi,
    Check this thread...
    [Re: Project code is not tagged against service tax in transactional J.E.|Re: Project code is not tagged against service tax in transactional J.E.]
    Thanks
    Sachin

  • Tax not appearing in accounting doc wrt a material document

    Hi All,
    In one material doc's accounting doc, tax lines are not appearing. I wanted to know how the system picks up the tax code for a material doc posting. Here the posting is an inventory posting.
    Regards
    Rudra

    Basically there has been no tax calculation for an Accounting doc .User wants to know why so?
    He is telling why the tax lines are not appearing. As stated above, its a material doc which when posted,
    generated the stated accounting doc.The movt type is 702.
    Please let me know why there has been no tax line items in the accounting doc.

  • Tax details not appearing in the purchase order

    Dear Gurus,
                  Am using tax procedure TAXINN. and i have maintained the respective values for the condition type even though while creating purchase order am trying to click the TAXES button but its not simulating the values that pop up taxes screen is not appearing. but all the CIN settings maintained correctly in J1ID also the values maintained correctly..
    any other setting is required...
    Please advise me..
    Regards
    Anand

    Check tax code is assigned to company code in CIN SPRO settings.

  • PO Taxes does not appear

    Hi,
    When I click on the Taxes button under the PO Invoive tab, taxes screen does not appear. Can someone tell why is that not appearing.
    Thanks.

    Hi Kanakaraj - Taxes for Individual Line Item is checked for Australia. However, PO is not for Servce line Item. Std. PO is being raised to a Vendor and there is only one Line Item.
    Hi Kunal - Tax Codes are maintained in FTXP and the Tax Code is also being picked up from the Info Record and appears under the PO Invoice tab, however, no tax information is displayed when I click on the Taxes button next to the Tax Code field. Tax Procedure, Condition Types and Access Sequence are fine. Tax Condition BASB and other Z condition types are maintained in the Pricing procedure but these do not show up after clicking the Taxes button. Do they need to be maintained somewhere else as well?

  • Balance of SECess on Service tax not in J2IUN

    Hello:
    I can get the balance of SECess on Service tax not in J2IUN. How can I do? And the table:J_1IEXCACC new added 3 field are about what kind of account?
    RG23A AT1-AT3
    RG23C AT1-AT3 
    What kind of account should I assign to these fields?
    BR,
    Linda

    Issue got Fixed.
    Gnanasambanthan.V

Maybe you are looking for

  • A bug in ORACLE Report query??

    I need to modify my report by adding a description. I can run my query from SQL statement without a problem. However, when i put it in the report, strange result is happening. The result for 1 record used to be 1 page only and now went up to the numb

  • Chinese Characters in output file

    Hi All, We have recently made our SAP Unicode compliant. Now user started entering customer name in Chinese language. We have program to extract customer name. If I use following, then output file contains hash (#) OPEN DATASET file_name FOR OUTPUT I

  • N8 power saving bug

    Hi all, As N8 user should know that when you activate power saving mode, it will switch your network to GSM mode and by right it should also switch it back to dual mode when i deactivate power saving mode. But sometimes it won't. It will just stay wi

  • Appearance of secured portlets in the page

    I have portlets that are secured by user_id all published in one page. When a user signs on, they see their portlets and blank lines for portlets that they do not have access to. Is their any way to avoid these balnk lines. Thanks Valli

  • My firefox crashes constantly. How do I fix this?

    Firefox crashes quite frequently. I have tried reinstalling the software but it doesn't help. I have a 2010 macbook pro, 10.9.2, running on Maverick. I have the most recent firefox installation. Here are the five most recent crash reports: 147D201B-0