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.

Similar Messages

  • Two financial statements at product wise and location wise below comp code

    company code have number of products and they are being sold in various locations. here management wants to get financial statement  both product wise and location wise below company code. the problem is that their is no field to post for BA, profit center and segment in MIGO posting and Billing document in standard SAP
    please inform me is it possible to get financial statement both product wise and location wise below company code. if it is possible please provide answer.
    Thanks & Regards 
    Arjun

    Financial Statements can only be drawn at Company Code, Business Area, Profit Center, and Segment levels only.
    If you want to have product wise, then the same must have mapped / designed against the one otherthan companyt code.

  • In alvs how to do totals by colum wise and row wise

    hi,
    in alvs how to do totals by colum wise and row wise
    could u plz explain clearly with coding

    Hi Rajesh,
    Go through these links...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    Reward Points if this helps,
    Satish

  • I want logic to calculate mateiral wise and period wise

    can anyone please tell how to consider material and period for this pgm
    i have coded to calcualte sum of material wise.
    but i want to consider materila wise and month wise
    eg:material   quantity month
        1000        200       4/2001
         1000       300       5/2001 based on the below conditions.
    Select  mATNR SPMON ZZDPFC ZZMARKET
    From S507
      into corresponding fields of  table  t_DATA WHERE
      VRSIO = '000' AND BEDAE = 'KSV' AND ZZDMTYP = '001'
      AND  ZZDPFC GT '0' AND ZZMARKET IN ('001','002') AND SPMON >= 200705.
       SORT T_DATA BY MATNR ZZMARKET SPMON.
    write:/04 'Material',25 'Demand Plant'. "45 'Market',70 'Period'.
    LOOP AT T_DATA.
    WRITE:/02 t_data-MATNR ,25 t_data-ZZDPFC,45 t_data-ZZMARKET,
    70 t_data-SPMON.
    at end of matnr.
    sum.
    write : /02 t_Data-matnr,25 t_data-zzdpfc COLOR 5 .
    endat.
    endloop.

    Hi,
    <fs> type   t_data
    sort t_data by matnr  month.
    V_index = 0.
    loop at  t_data  assigning <fs>.
    V_index = sy-tabix + 1.
    read  t_data assigning <fs2> with  index V_index .
    if sy-subrc = 0.
    --if <fs>-matnr =  <fs2>-matnr and <fs>-month = <fs2>-month.
    <fs>-quantity =  <fs>-quantity =  <fs2>-quantity.
    delete  t_data index V_index.
    --endif.
    endif.
    endloop.
    <b>then loop at  t_data to display .</b>
    Regards,
    Sooness.

  • Training on CalcScripts, Reporting Scritps, MaxL and Data Loading

    Hi All
    I am new to this forum. I am looking for someone who can train me on topics like CalcSripts, Reporting Scripts, MaxL and Data Loading.
    I am willing to pay for your time. Please let me know.
    Thanks

    Hi Friend,
    As you seems to be new to essbase,you must learn What is Essbase, OLAP, Difference between Dense & Sparse, and then use "essbase tech ref" for more reference
    After that go through
    https://blogs.oracle.com/HyperionPlanning/and start exploring CalcScript, Maxl etc
    and all this for you free free free..........
    Thanks,
    Avneet

  • Profit Center Wise and Currency Wise balances in same report?

    Experts,
    Is there any report where we can see Profit Center and Currency Wise balances in the same report?
    How can we get such report?
    - Nilesh

    Hi
    Did you try FAGLL03?? I think that should suffice
    or try FGI3
    br, Ajay M

  • Stock reservation report For customer wise and Document wise

    Dear sd experts ...
    In my company  we have kept some reserved stock to some customers By using MB1B-412E M.type now Requirement is I want to see how much stock kept in reservation for Customers and Document wise also
    I Have checked in CO09 But not possible and MCTA also
    plz guide me how to find

    did you try MMBE ?
    also check MB5B, MD04, MB5T

  • Chart report Condition fields and Data fields

    Hi all,
    i have tried chart report by adding two condion fields and one data field, the report is more meaning full in this scenario. the first condition field is taken as x-axis, the 2nd condition fields is taken as legend.
    while adding more condition fields and data fields, i feel its not showing meaningfull data.
    can anyone explain how the condition fields and data fileds are manipulated by crystal report.
    i am using CR XI R2 Server.
    Thanks
    Padmanaban V

    i am using Crystal Report XI R2 RAS Embedded in my server.
    as we can add any number condition fields programatically using the method
    ConditionField.Add(FieldObj), i would like to know how these fields are manipulated internally by the RAS server.
    that means, what is the significance of condition fieldobject 1, condition fieldobject 2,condition fieldobject 3 etc...
    if i add more than two condition fields , RAS Chart Report always returns 0 as legend value for all legends.
    Thanks in advance
    Regards,
    Padmanaban V
    Edited by: Padmanaban Viswanathan on Dec 22, 2008 9:53 AM

  • Cell wise and row wise check box in oops alv

    Normally column wise check box are possible in oops alv but how to possible check box in first row only in oops alv and Cell wise check box in oops alv?

    Hi,
    Try like changing  this
    insted of
    g_layout-f2code = ' '.
    use this
    g_layout-f2code = 'DISP'. " Sets fcode for when double
    and
    g_layout-f2code = '&ETA'. " it will display POPUP screen
    Best Regards
    Ranga
    Edited by: Ranga Swamy on Nov 1, 2008 11:07 PM
    Edited by: Ranga Swamy on Nov 1, 2008 11:17 PM

  • Regarding reporte execution time and date

    hi all,
    Is there any table in sap which can give me date and time of last execution of a report.
    Thanks and regards .
    Punit

    Hi
    I exactly don't know but i can provide you with the list of table names where BASIS people are gonna use them
    http://www.saptechies.com/list-of-important-transaction-codes-tables-programs-reports/
    check out this tabel  i hope it helps you
    DBSTATC
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Jul 18, 2008 7:57 AM

  • B.area wise and vendor wise report

    Dear seniors,
    My client has 5 b.areas,
    some vendors are common to all business areas, that's why from all business areas postings happen to some vendors.
    that's y my client wants to see business area wise ,vendor wise balances.
    please guide me how can i guide Abaper.
    with regards,
    Bhuvan

    Statement: some vendors are common to all business areas
    Question: Where do you create vendors per business area??
    You can change the field status of the posting keys relating to vendor such as 31, keep business are as mandatory.
    Some of the standard reports must suffice your reporting reaquirements.
    otherwise need to create a form and report (FKI4 and FKI1)
    Regards,
    Ravi

  • Report Preview Tab and data loading

    I have 2 questions:
    When I first started developing a report, when I opened the file I had both the design and preview tabs displayed. It seems after I downloaded and viewed 1 of the sample reports, the preview tab disappeared (tho, it's not obvious the 2 are related). I checked the box under Options/Layout/Display Preview Panel, but it did not seem to help. Is there something else I missed?
    The other question, and this may have an effect on my 1st question, is that when I open my report file, the database records are not automatically loaded (thus, nothing to preview at that point). Is there a way to set an automatic log on to the database so that the load time happens at the beginning and not when I actually want to preview results?
    Thanks in advance....Steph

    Don,
    Thanks for the response. I tried what you suggested and it does not seem to work all the time. There may be something else that I need to consider.
    I was wondering...when I do the "Save Data with Report", does it save ONLY the data? Or does it save some intelligent connection back to the database?  Also, is this function the same as the one listed under Options/Reporting? I selected the one on the File menu (as you suggest), but it doesn't seem to change the selection on the Options/Reporting window.
    Apologies for my attempt at a "2-fer-1". I only did that because I believed the 2 might be related...maybe not. I'll repost as a separate issue/concern.
      Cheers...Steph

  • Report Designer - Chart and data

    Hi,
    I have a query section. In one of the cell, I have a chart. I have the data in other columns on the side of the chart. When I execute the report designer, I get the chart and the then the data below on the side. When I create a pdf, the data moves up to the side of the chart. I want the web view look like the pdf view where the data is on the side of the chart. Is it possible? Why is the web view and the pdf view different?
    Best regards,
    Jai

    Moved to BOE Admin forum

  • Report locale, subtemplates and Data Model

    Hi,
    I have the following situation:
    We have 4 templates according to language, with french the default language:
    - FR: template.rtf
    - NL: template_nl.rtf
    - DE: template_de.rtf
    - EN: template_en.rtf
    The report locale is enough for BI Publisher to select the correct template, so that's OK.
    Some data from our database is also based on locale (eg street names and cities).
    Question 1: is it possible to use the current locale as parameter for the (sql) data model in some way (eg by using a specific parameter name)? For now we set the report locale to the correct language AND we send that same value through as a parameter. It would be cleaner to just set the report locale and be able to use that value in some way.
    Question 2: all of the above templates have a footer that's being reused, each also share the same data model, but the data is again based on the current locale.
    so: footer.rtf, footer_nl.rtf, footer_de.rtf and footer_en.rtf. Do I need to import all of these in their respective files or will localisation work (I doubt it)?
    Question 3: Is there a way to implicitly pass all parameters that were passed to the main template, also pass to the subtemplates? (eg LANG parameter is passed to template_nl.rtf, who can use it in his data model, is there a way to automatically make LANG available for footer_nl.rtf's data model or do I need to explicitly pass it as a parameter in the <?call-template: footer?>) - again if the report locale is available in some way to the data model, it would be easy.
    Thanks in advance

    Hello,
    Probably the easiest would be to use an OnDemand Process and some AJAX to pull your data into the extjs object.
    Here's an example of an OnDemand Process.
    http://apex.oracle.com/pls/otn/f?p=11933:11
    For data the easiest at the moment would be probably to use the Oracle XML functions to generate your data in XML and use that as your data feed.
    You might want to take a look the new Interactive Reports included in APEX 3.1, while extjs has alot of functions there is a bit of setup involved , while the Interactive Reports all you need is a SQL query http://www.oracle.com/technology/products/database/application_express/html/irrs.html
    You should search the forum for extjs as there has been quite a few successful integrations of APEX and extjs / YUI / jQuery etc.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Stock in transit report with delivery # and date included

    I need a report similar to MB5T that will also show the delivery number and goods issue date.  I couldn't find anything standard and was going to ask an ABAPer to create something.  When researching where stock in transit is stored, I keep finding that the value should be in MARC-TRAME; however, in our system that value is blank (even for a material that shows stock in transit in MB5T.)  Is this value stored in another location as well?
    Thanks in advance for your help.

    Thanks for the response.  I know that I can view the PO history by going into the individual POs, but we want something that will show all of the POs at once without having to click in each individual one.
    Thanks!

Maybe you are looking for

  • Complex Selections Made Easy in Photoshop CS5 | CS5 Production Premium Feature Tour | Adobe TV

    Take the time and frustration out of making precise image selections. New Truer Edge selection technology in Photoshop CS5 and Photoshop CS5 Extended offers better edge detection and masking results in less time-even when you select the trickiest ima

  • English language in ESS which should be German

    Hi, I have a little translation problem in our portal. We installed German language pack but there is still english text displayed in ESS but only in forms such as edit/change address, material status and so on. Can you give me a hint were I can chan

  • Override/Hide Master Page Footer?

    I am working on my work's SharePoint subsite. The site inherits its master formatting from the main site's master page, and I have no access to the master page whatsoever. If it matters, I also do not have access to SharePoint Designer. The master pa

  • Help with a clipping mask

    Hopefully I can adequately explain this. I'm a design dabbler so excuse my lack of knowledge.   I have a text logo that I am trying to place a tennis string (essentially just a grid of strings) mask over.  I want the mask itself to be transparent so

  • Recommendations for Rebuilding my Mini Server

    I recently upgraded my Mini to Mavericks Server, and ended up destroying the most crucial service on the machine: File Sharing. Ever since the upgrade, I've been plagued with permissions issues, destroyed Photoshop docs, and a complete disruption in