Tds,epf,esic Report

Please correct thi query
SELECT DISTINCT T0.[U_empName], CASE WHEN T0.[U_Code] = 'EPF' THEN T0.[U_NetAmt] END 'EPF Amt.',
CASE WHEN T0.[U_Code] = 'TDS' THEN T0.[U_NetAmt] END 'TDS Amt.',
CASE WHEN T0.[U_Code] = 'ESIC' THEN T0.[U_NetAmt] END 'ESIC Amt.'
FROM [dbo].[@BIZ_SALLOG]  T0
WHERE T0.[U_Code] in ('EPF','ESIC','TDS') And T0.[U_MthID] Like '%[%0]%'
this report showing result like
name            EPF Amt.     TDS Amt       ESIC Amt.
veena                280          NULL            NULL
veena                NULL        120              NULL
veena               NULL        NULL            80
But It should be like this in one row
veena               280          120               80

Hi.......
Try this one......
SELECT DISTINCT T0.U_empName, (isnull((SELECT SUM((case when upper T1.U_Code = 'TDS' then T1.U_NetAmt else 0 end)) FROM dbo.@BIZ_SALLOG T1 WHERE T1.U_empName = T0.U_empName ),0)) As u2018TDSAMTu2019,
(isnull((SELECT SUM((case when upper T1.U_Code = 'EPF' then T1.U_NetAmt else 0 end)) FROM dbo.@BIZ_SALLOG T1 WHERE T1.U_empName = T0.U_empName ),0)) As u2018EPFu2019,
(isnull((SELECT SUM((case when upper T1.U_Code = 'ESIC' then T1.U_NetAmt else 0 end)) FROM dbo.@BIZ_SALLOG T1 WHERE T1.U_empName = T0.U_empName ),0)) As u2018ESICu2019
WHERE T0.U_Code in ('EPF','ESIC','TDS') And T0.U_MthID Like '%%0%'
Group By T0.U_empName
Regards,
Rahul

Similar Messages

  • TDS Addon,XL Reporter addon installation failed while connecting Citrix

    Hai!
    I am using SAP B1 PL 42
    I have installed, MS sql Client,SAP B1 client and Addons  in my citrix
    server.
    It's installed successfully and i able to log in,Connect TDS,XLR
    Addons.
    I publieshed SAP B1 in citrix.While i log in through citrix.
    TDS Addon and XL-reporter addon's are showing error and failed to
    connect.
    Error Msg screen shot is attahched in the SAP B1 Support Message.
    Message No: 922695
    [https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000610167&_SCENARIO=01100035870000000183&_ADDINC=&]
    Pl help me out in this issue.
    Note:i log SAP  with same user name
    Thank you.
    K.Thanga Raj
    09710445987

    Hi,
    I cant view the link of the error. are you running citrix remotely or from the box? are all components installed for TDS and XLR?
    Please refer to the link also :
    Refer this link
    ftp://ftp.citixsys.net/
    user name: national
    password: national
    Regards,
    Clint
    Edited by: clint pow on Nov 11, 2008 8:06 AM

  • TDS Report

    Hi
    We are using Extended With Holding Tax. But for India, there is no standard report in SAP, which gives the details of Vendor with name and details of TDS. The report J1INMIS is now not supported by SAP. We need to develop a report. which should be the tables from which the data should be picked up
    Regards
    Vaibhav

    Hi,
    TDS detail and vendor code is available at table BSIK.
    For vendor name and address, table is LFA1 & LFB1
    Thanks
    Prashant

  • Query related to withhold tax

    Hi  Freinds,
    This is mamatha i have a query related to withhold tax .what is diff b/w business place and section code.what is importance of section code.
    Regards
    S Mamatha
    Please, search SDN

    For India, witholding tax, you need to create the business place and section code with the same id.
    Section code is additional field provided by sap for tds related processig, reports etc.
    Regards,
    SDNer

  • TDS Amount on Vendor Advance Shows positive value in *QUERY* for TDS Report

    Hi Everybody,
    I have made a query for List of TDS Report with Vendor informations as required by my client. In which the value of TDS on Vendor Advance Payment appears as positive value instaead of negative value. Please suggest how to rectify.
    Thanks,
    Paul

    Dear,
    If you have cleared the advance in F-54, then this will reverse the tax amount. That could be the reason for tax amount in debit.

  • Pending tds report bills wise and date wise

    Dear ALL,
      In my client place they want Pending TDS Certificate Report Bill wise  , it is there any standard tcode for that or else for this report preparation what are the tables we have to give to ababer for creating new report. Please guide to solve this issue.
    girija

    Dear,
    You can use following tables to get detailed report on TDS...
    1. WITH_ITEM
    2. J_1IEWTCHLN
    3. J_1IEWT_CERTIF_N
    4. BSIK or BSIS.
    Regards,
    Chintan Joshi.

  • Report on EWT - Report on tds deducted till issue of tds certificate

    We have implemented ewt recently. we want to have report which will give the tds deducted on advance, invoice , tds challan updation, tds payment, tds certificate issued etc.
    Do we have any T code which will give the tds details vendor wise for the above said requirement.
    Prashant P. Zinge

    Hello,
    Do J1INMIS t.code, You would get available details pertaining to TDS.
    J1INMIS.
    Regards,
    Jaymin R. Bhatt

  • TDS (WHT) Reports, Tables, T-codes

    My Dear Friends,
    Please help me in the below requirement
    My Client need a report which consists the below fields. If there is no standard SAP report, please help me with tables, programs.
    TDS Report
    Vendor Name
    Vendor Number
    Vendor PAN Number
    Posting date
    WHT Base amount
    TDS Amount
    TAX Rate
    Challan no and date
    Recipient type
    BANK BSR No
    Business place
    Section
    I have referred through BSIS, WITH_ITEM, BSIK, BSAK, but not able write an ABAP Query with right link.
    Kindly help me
    Thanks,
    Narasim
    Edited by: nkonnipati on Aug 24, 2011 4:12 PM

    HI,
    Please refer and try with  new report called J1ineMIS.
    Vendor Name        BSEG
    Vendor Number    BSEG
    Vendor PAN Number J_1IMOVEND
    Posting date          BKPF
    WHT Base amount with_item
    TDS Amount           with_item
    TAX Rate                with_item
    Challan no and date  with_item
    Recipient type          with_item
    BANK BSR No         
    Business place          Bseg
    Section code              Bseg.
    Regards
    Madhu M

  • TDS Query report

    Hi All,
             My client is using SAP B1 9.0 pl8. I need TDS report in required format.
    Document date,
    Party name.
    Address,
    PAN no.
    Type of Deductee
    Vendor bill date
    bill no.
    Description
    Basic value
    Service tax amount
    Others(fright charge/any charges)
    Total tax value
    Rate of tax
    Section code
    location(branch)
    remarks.
      pls help me in this regard. waiting for replay.
    Regards,
    Saikrishna.

    Try This
    SELECT T2.[DocNum], T0.[DocDate], T2.[CardCode], T2.[CardName], T2.[BaseAmnt], T4.[Rate], T4.[WTAmnt], T0.[BSRCode], T0.[ChallanNo], T1.[DueDate], T1.[CheckNum], T1.[CheckSum] FROM OVPM T0  INNER JOIN VPM1 T1 ON T0.DocEntry = T1.DocNum INNER JOIN OPCH T2 ON T0.DocEntry = T2.DepositNum INNER JOIN PCH1 T3 ON T2.DocEntry = T3.DocEntry INNER JOIN PCH5 T4 ON T2.DocEntry = T4.AbsEntry GROUP BY T2.[DocNum], T0.[DocDate], T2.[CardCode], T2.[CardName], T4.[WTAmnt], T1.[DueDate], T1.[CheckNum], T1.[CheckSum], T0.[BSRCode], T0.[ChallanNo], T2.[BaseAmnt], T4.[Rate]
    Regards
    Kennedy

  • How to create functional spec. for tds report in sap

    hello ,
    My client wants to develop tds report as per their desired format. the format is like
    DATE OF DEDUCTION/DATE OF CREDIT
    NAME OF THE PARTY     
    SEC     
    COMP/NON-COMP.     
    AMOUNT PAID     
    TDS     
    SURCHARGE(10%)     
    ED.CESS(2%)     
    TOTAL     
    BSR CODE     
    CQ/DD NO.     
    CHAL.SR.NO.     
    DEPOSIT DATE     
    PAN NO.
    I  talked to our abap person.But he said he needs the functional spec to develop the same.But i dont know how to create the functional spec and table join.
    I am very new in sap.If possible then Please help me in this regard.
    thanks&regards
    baishali

    Hi
    In the functional specifications, you need to tell which Tables and Fields should be picked up for displaying the data. Specifically for TDS some of the common tables are WITH_ITEM
    Also look at J1IENMIS. Much of teh information you require is there in the new TDS Report for India, though not exactly in the same order
    Regards
    Sanil

  • Standard report for TDS

    HI SAP GURUS
    please tell me what is the standard report for TDS IN SAP ?

    Hi
    if for employee PC00_M40_F16
    PC00_M40_F24Q-Quater reports
    PC00_M40_F24
    with regards
    partha

  • Fixed Deposit Report with TDS Details

    Hello All,
    Is there any report available to show Fixed Deposit Report with TDS Details ?

    HI
    TPM13 basically provides for Subledger Cashflow and hence all entries through any CFM transaction will get reflect here. You can check this for any of CFM postings. This also gives additional details of FI Documents.
    Thanks n Rgds
    C C

  • Customer wise TDS Receivable Report

    hi,
    Our Client requirement is to get customer wise TDS Receivable Report. As of now they are passing manual entry whenever they get the TDS certificate from the customer.
    Is it possible to configure in SAP to pass automatic entry for TDS receivable report.

    Dear Vijay
    I think there is no configuration for TDS receivable, but we can capture the tax amount in expenses account while sales invoice posting (same as cash discount procedure) and see the report in Tax expenses account.
    Regards
    Sridhara Rao D
    Edited by: Sridhara Rao.D on Oct 1, 2011 3:49 PM

  • J!INQEFILE report TDS section wise

    Hi Gurus,
    In T-code J1INQEFILE,
    Report is not generated based on TDS section wise.
    Niether section code is provided in Selection screen nor in the report, as provided in selection screen of T-code J1INCHLN.
    While filing Quarterly TDS return, it is required to be filed section wise. 
    Regards
    Velu Mudaliar

    If i am understanding is correct, You want to see the report official withholding tax key wise?(194C, 194K, 194J,194I etc)
    If yes, J1INQEFILE provides the data as per income tax act/legal requirement, as per the income tax act we have to file the quarterly return like below
    TDS other than salaries have to file FORM 26Q, TDS on foreighn payments Form 27Q, for TCS Form 27EQ.
    If you want to see the official w/tax key wise tax deduction execute the j1inqefile with form 26Q and in excel file you can able to see the section wise deduction and details.
    or you can execute the J1INMIS required section wise.

  • J/v passed for TDS which not shown TDS Report

    Sir,,
    I faced problem regarding some TDS Like Interest,Salary,  entry passed through which not shown in
    Tds report.
    I not aware about how to passed  this type entry so which appeared in TDS report.
    Pls give me a suggestion regarding above problem.

    Hi,
    Create one time vendor or dummy vendor for all expenses. Then assign w/h tax codes and post the TDS at the time of invoice or payment.
    You will not get report if you directly pass a JV.
    Regards,
    Shaik

Maybe you are looking for

  • HELP!! My picture won't show up on photostream

    I took a picture with my iphone 5s. The picture shows up in the bottom left corner when I'm on camera view, but when I click on it, the picture doesn't show up. It takes me to the picture I took before the most recent one. I tried going to my photos

  • Increase in speed after defragmenting Windows

    Hi there everyone. This is an observation I made after I defragmented Windows on my MacBook. The Windows ran faster (obviously) and surprisingly, Mac OS also became faster.

  • Best way to implement request-response and still reliability

              HI,           what is the best way to implement a request -response paradigm and still have           the reliability that message will be 100% processed and give response...do i need           to create the permanant queues with storage..

  • Is it possible to run a command prompt(or DOS Command) through flash and run a Activex(.OCX) file from flash

    Hi all     Is it possible to run a command prompt(or DOS Command) through flash.If it possible please guide me to do that throug AS 3.0.    and Is it Possible to run a activex (.OCX) file from flash. If it is so please guide me the way to do it Thank

  • DC CS4 "Bluetooth not available"

    I am trying to link to a Nokia E71 in a project in Device Central CS4. In the "New Project" dialog box, I am able to select the phone and the resource file (swf file). However, when I select a new task- "Send to Bluetooth Device" and click the "Searc