All Z report

Hi,
I want to find all z report and table in module wise
i.e MM, SD, FI/Co.
how to find it.
Thanks in advac,
Point is assured.

Regarding table names:
Here are few important Common Tables used in Materials Management Modules:
EINA Purchasing Info Record- General Data
EINE Purchasing Info Record- Purchasing Organization Data
MAKT Material Descriptions
MARA General Material Data
MARC Plant Data for Material
MARD Storage Location Data for Material
MAST Material to BOM Link
MBEW Material Valuation
MKPF Header- Material Document
MSEG Document Segment- Material
MVER Material Consumption
MVKE Sales Data for materials
RKPF Document Header- Reservation
T023 Mat. groups
T024 Purchasing Groups
T156 Movement Type
T157H Help Texts for Movement Types
MOFF Lists what views have not been created
A501 Plant/Material
EBAN Purchase Requisition
EBKN Purchase Requisition Account Assignment
EKAB Release Documentation
EKBE History per Purchasing Document
EKET Scheduling Agreement Schedule Lines
EKKN Account Assignment in Purchasing Document
EKKO Purchasing Document Header
EKPO Purchasing Document Item
IKPF Header- Physical Inventory Document
ISEG Physical Inventory Document Items
LFA1 Vendor Master (General section)
LFB1 Vendor Master (Company Code)
NRIV Number range intervals
RESB Reservation/dependent requirements
T161T Texts for Purchasing Document Types
Sales and Distribution:
Table  Description
Customers         KNA1   General Data
                  KNB1   Customer Master – Co. Code Data (payment method, reconciliation acct)
                  KNB4   Customer Payment History
                  KNB5   Customer Master – Dunning info
                  KNBK   Customer Master Bank Data
                  KNKA   Customer Master Credit Mgmt.
                  KNKK   Customer Master Credit Control Area Data (credit limits)
                  KNVV   Sales Area Data (terms, order probability)
                  KNVI   Customer Master Tax Indicator
                  KNVP   Partner Function key
                  KNVD   Output type
                  KNVS   Customer Master Ship Data
                  KLPA   Customer/Vendor Link
Sales Documents   VBAKUK VBAK + VBUK
                  VBUK   Header Status and Administrative Data
                  VBAK   Sales Document - Header Data
                  VBKD   Sales Document - Business Data
                  VBUP   Item Status
                  VBAP   Sales Document - Item Data
                  VBPA   Partners
                  VBFA   Document Flow
                  VBEP   Sales Document Schedule Line
                  VBBE   Sales Requirements: Individual Records
SD Delivery DocumeLIPS   Delivery Document item data, includes referencing PO
                  LIKP   Delivery Document Header data
Billing Document  VBRK   Billing Document Header
                  VBRP   Billing Document Item
SD Shipping Unit  VEKP   Shipping Unit Item (Content)
                  VEPO   Shipping Unit Header
FICO:
FBAS             Financial Accounting “Basis”
BKPF             Accounting Document Header            
BSEG             Accounting Document Segment           
BSIP             Index for Vendor Validation of Double  
                 Documents                             
BVOR             Inter Company Posting Procedure       
EBKPF            Accounting Document Header (docs from  
                 External Systems)
FRUN             Run Date of a Program          
KLPA             Customer / Vendor Linking                                                 
Customer Payment History                KUNNR / BUKRS
KNB5             Customer Master Dunning Data          
KNBK             Customer Master Bank Details          
KNC1             Customer Master Transaction Figures   
KNC3             Customer Master Special GL Transaction
                 Figures
LFB5             Vendor Master Dunning Data                  Vendor Master Bank Details            
LFC1             Vendor Master Transaction Figures 
LFC3             Vendor Master Special GL Transactions
                 Figures
VBKPF            Document Header for Document Parking

Similar Messages

  • How to show all view tab (Main Report and all Sub Report) in Visual FoxPro 9

    I use ActiveX from Crystal Report Developer XI for viewer in Visual FoxPro 9 and I already know how to show Main Report by using command:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the MyReport.rpt there is two subreport name :
    1. MySubReport1
    2. MySubReport2
    My Question is :
    How to show all view tab (Main Report and all Sub Report) at the 1st time we call ViewReport?
    I try to using command :
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub=oRptOpen.OpenSubreport("MySubReport1")
    oRptSub=oRptOpen.OpenSubreport("MySubReport2")
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    but only show Main Report (view tab name : Preview)?
    Did I miss any command before I call oRptView.ViewReport?

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Discoverer viewer displaying all the reports instead of one report

    Hi Team,
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.
    Can you please help me in this issue..

    Please post the details of the application release, database version and OS.
    I have created one menu and attached 4 reports to that.after that that menu is attached to the main menu.This menu is attached to the one xyz responsibility.
    Now i am facing the problem is : After logging to the responsibility,i clicked on individual report ,but it is not displaying only one report.It is showing all the reports in the discoverer viewer.Please review these docs and verify that you have completed all the steps.
    How to Create a Link to a Discoverer Workbook in Apps R12 [ID 471303.1]
    How to Create a Link to a Discoverer Workbook in Apps11i [ID 278095.1]
    Thanks,
    Hussein

  • Export all sql reports in a region to csv or pdf

    Hello there,
    I have a region on a particular page in apex and that region has about 12 different sql query reports.
    I have enabled csv option for each of them so there are 12 links to export each report. However
    I would like to have only 1 link which will save the contents of all the reports to csv or pdf. The
    column headings are different for some of these reports but wanted to know if something like this
    is possible.
    Thanks in advance for reading this.

    You might try wrapping the regions in html regions that essentially give you the ability to specify a valign=top for the report regions.
    So, your regions look like this:
    30 Report Start - contains region source = (div)<table width="100%" cellspacing="0" cellpadding="0"><tr><td valign="top">
    40 Approved Tests Report (Column 2) Conditional
    45 Report 2 Start - contains </td><td valign="top">
    60 Unapproved Tests Report (Column 2) Conditional
    65 Report 3 Start - contains </td><td valign="top">
    80 Approved Count by Build Report (Column 2) Conditional
    85 Report End - contains "</td></tr></table>(/div)"
    Replace () with the angle brackets
    Maybe there is a more elegant solution with templates or page level CSS or something..
    But that should work.
    Edited by: Bob37 on Sep 17, 2010 3:33 PM
    Edited by: Bob37 on Sep 17, 2010 3:33 PM

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

  • Option to download all the reports in a page

    Hi All,
    I have a requirement like this.I have a page on my dashboard.In that page i have 4 reports.Is there any option to download all the reports in the page at a time or any workaroungd for this.
    Thanks,
    chandra

    Hi,
    You can download all the reports in the same dashboard at a time.
    1.Add a text to the dashboard at the end of the dashboard.
    If you want download in a PDF format then Add this code to Text
    open(<) a href="give ur dashboard path here"&Action=Download&Format=pdf"(>)DownloadPDF(close tag</a>)
    If you want download in a Excel format then Add this code to Text
    open(<)a href="give ur dashboard path here&Action=print&Format=excel2000">Excel 2000(close tag</a>)
    HTML code will be like this
    open A tag href="path&Action=download&Format=pdf/excel2000">
    Assign text(Download PDF/Excel)
    close A tag
    Note:Remove the "(" and")" in the HTML code
    mark if helpful/correct...
    thanks,
    prassu

  • How does one view all scheduled reports?

    I am scheduling 12 reports to run monthly. I don't find any view in which to see all of my scheduled reports, in order to verify  success (or failure) of last instance run, to delete or modify a report's schedule, etc.
    I also see no such "I am scheduled" indication or view on individual reports.

    Hi Randy,
    To add to John's response, you would be able to get the list of all schedules, through the
    1. Instance manager. Log on to CMC and go to instance manager to see all your report schedules.
    2. You can always navigate to a reports history to view its instances.
    3. Run the below query in the Query Builder (AdminTools) application to get the list of schedules
    SELECT SI_ID,SI_NAME,SI_PARENTID FROM CI_INFOOBJECTS WHERE SI_INSTANCE=1
    The above query would bring you 1000 results of all the report instances in the CMS database, irrespective of the kind of the report.
    You can fine tune your query as per your requirement if you need to get the instances of particular report. Below is the query to get instances for a particular report
    SELECT SI_ID,SI_NAME FROM CI_INFOOBJECTS WHERE SI_PARENTID=<ReportId for which you need to get the instances> AND SI_INSTANCE=1
    4. By using BusinessObjects SDKs. For working with BO SDKs, you would need to be familiar with the 3rd option above as through the code you would be executing similar queries to CMS database to get the results in your application.
    Regarding your query 'We want to have the ability to let any users go to one page/or click a link in webi and the page would show all of that user's scheduled reports in one single list where they can view and edit the report's schedule.. I wonder if that is possible to achieve'
    This is surely possible using the BusinessObjects sdks. For more queries regarding it, you would probably have to post your questions in the java sdks space. Below is the link for the same.
    http://scn.sap.com/community/bi-platform/java-sdk
    Thanks,
    Prithvi

  • Is there a way to clear the history of all the reports

    I would like to clear out the history of all the reports listed in InfoView because many of the links are broke because I was told to delete all the directories containing the pdf's in the Epic\EpicBI\Output folder. Can I  truncate the tables in the database or where does InfoView maintain those links?

    If you want to delete all the scheduled instances for reports, it can use the code similar to the following:
    IInfoObjects oInfoObjects = oInfoStore.query("select si_id from ci_infoobjects where si_instance=1 and si_name='<report name>'");
    for(int i=0; i<oInfoObjects.size(); i++)
           IInfoObject oInfoObject = (IInfoObject)oInfoObjects.get(i);
           oInfoObject.deleteNow();
    oInfoStore.commit(oInfObjects);
    as a side note, do not try to alter the output file repository or the CMS database directly, it could create lot of issues\inconsistencies in your system and make it unusable.
    Thanks
    Aasavari

  • How to connect to database for all the reports FR

    Hi,
    I have developed 100 reports in production client, for testing purpose I have moved to
    test client. How can I connect to database for all the reports at a time?
    Regards
    Taruni

    Hi Taruni,
    You can connect to the database connection for all the reports through workspace in HFM.
    Connect to HFM Workspace-->click on Explore option-->and click on Tools-->click on Data Base Connection Manager and change the respective connections from Production Instance to Test Instance with required information, and than you will be able to connect to Test database for all the reports at a time.
    Regards,
    Srikanth

  • All Transactions Report to Non-System Admin

    Is it possible to broadcast a report of all transactions to a non-system admin?
    Background: Project Manager who is not a System/Travel admin,  would like monthly reports of all expense reports and expenses from system. Since reporting is based on role assignment is this possible? I have tried using Broadcast but user still only sees data for his direct reports. thnka you in advance for your help!

    Hi Juan,
    this should be handled very careful as you can get in trouble if you expose data to people that are not authorized to see it. So think twice before you do that.
    what is that project manager supposed to see? If he's allowed to see any detail, you might create a role that has no access restrictions. In this case, the report will show all expense reports. This way there is clear transparency in the system about authorizations
    Broadcasting works as well. In broadcasting you should deselect the "user specific" flag. In this case, the report runs with the authorizations of the broadcast creator (the system admin). It is probably useful to create a specific report for that and assign it to a work center view the system admin has assigned. However this way the system admin provides information to people that are not authorized by their role. So their needs to be another agreement in the organization to be on the safe side.
    Regards,
    Steffen

  • How to find a cloumn or table used in all the reports

    Hi ,
    Suppose I have like 15 to 20 reports and i want search a particular column or table where it has been used in all the reports.Is there any easy way ?
    Thanks,

    Well "used in reports" can mean different things. Column used for display or columns used for filtering for example.
    For a filter column you could literally search for
    MyTable."Sales Rep"Whereas for a display column you'd need to search for
    MyTable.&quot ;Sales Rep&quot ; (without the blank space after quot
    That's simply due to how stuff gets stored in the webcat:
    <saw:column formula="MyTable.&quot;Sales Rep&quot;" columnID="c3">PS: How can you correctly escape the string &quot so it doesn't become " in here?

  • Export all the reports currently stored in CMC

    Our company's internal security policy prohibits us from connecting anyone's copy of Crystal XI to our production report repository (in CMC). We have to work on reports locally and republish them fresh in the CMC every time a report is changed.
    We're trying to get all of our report files into a source control system to help with versioning, etc. Unfortunately the only place that we know has all the most current reports is the CMC itself. I'm trying to find a way to export all the reports from within the CMC to some folder or directory so that I can be sure I've got a copy of everything in production. Is there an easy way to accomplish this?

    Hi,
    If I understand your query then you want to create a backup of the reports present in the CMC.
    The reports present in the CMC is already backed up in the
    <Installed directory>\Enterprise 11.5\filestore.
    so if you keep the backup of the filestore folder you can get a copy of all the reports present in the CMC.
    I hope it answers your query.

  • How to create a global property for all the reports in Oracle BIP

    Hi,
    I am a new guy to Oracle BIP. I have a set of reports which is running perfectly. But now, I have to create a property something like this:
    If(bproperty)
    else
    I do not want to have a property for each of the reports but this should be a global one for all the reports.
    Please help. Your help is greatly appreciated :)
    Thanks,
    Karthik

    Hi,
    I am a new guy to Oracle BIP. I have a set of reports which is running perfectly. But now, I have to create a property something like this:
    If(bproperty)
    else
    I do not want to have a property for each of the reports but this should be a global one for all the reports.
    Please help. Your help is greatly appreciated :)
    Thanks,
    Karthik

  • How disable ALL scheduled reports?

    We have several scheduled reports (BO Enterprise XI R2) that run throughout the day. Is there a way that I can just disabled ALL scheduled reports? (Is there a service or something I can stop?)
    I know I can manually change each one to "On Demand", but that is a lot of work, then when I want to re-enable them I have to manually turn them all back on.
    Any ideas?
    Thanks!
    Shayne

    Please re-post if this is still an issue to the Business Objects Forum or purchase a case and have a dedicated support engineer work with your directly

  • How to see all standard report in sap pm

    hi
    urgent
    can somebody tail me
    how to see all standard report in sap pm

    hi
    manoj
    youcan see all the reprts in sap
    in trs SAP1
    OF ALL MODULES
    YOU REQUIRE ANY Ifurther information mailme back

  • How to see all the reporting variables in BW

    Hi All,
    Is there any method or table we have in BW to see all the reporting variables
    Thanks in Advance!
    BW User

    hello,
    check teh below:
    V_RSZGLOBV
    RSZGLOBV
    fields are:
    VNAM - variable name, technical name of the variables
    VARTYP - variable types : Characteristic value, Text variables, ...
    VPROCTP - Processing type for query variables : Manual entry/default value, Replacement path, Customer Exit
    IOBJNM - InfoObject
    Reg,
    Dhanya

Maybe you are looking for

  • Wrong posting

    SAP ECC 6 We have several companys, and just one of them have problems with posting of financial documents. When we create a document through FB01 it is created, and we can see it with FB03. However with FAGLL03 we can't see data. Database level ther

  • Catalog DVDs in PSE organizer

    Hi folks, I am looking for some search terms to find recommendations on how to use PSE organizer to catalog several hundred hours of personal video footage on DVD. I've tried searching Adobe's forums, Google and Elements Village to find some clues if

  • Some translations of LibreOffice missing from the official repos?

    Why hunspell-en is in the oficial repos and hunspell-en is in AUR? The two are not part of the same program?

  • 9iAS Portal R1 does not run on P-3/4 or Xeon Machine - I need help

    I installed 9iAS 1.0.2 on P-3, P-4 & Xeon machines, but the HTTP Server does not work. W2k shows that it is running, but actually it is not running. But, I have been successfully using it on AMD machines. Now, I need to run on Intel. Does anybody kno

  • Bad class file: WSRP_v2_Registration_PortType ...

    I've been trying to deploy a portlet to a 10.1.3.2 Portlet Container on OAS 10g without much luck. The portlet deploys correctly to the standalone OC4J within JDeveloper. Here is the error: ... \application-deployments\Portlet\Portlet\oasis\names\tc\