Disabling reports printing and generating to a file

Can any one help me, i want a database function which disable printing and generating reports to a file where:
- i have so many reports, so i do not want to put the function inside each report source
- the printing or generating conditions varies from a user to another (authority rules)
- i have 8i database

first of all, i would like to thank you for your cooperation
i will make it clear, answering your questions:
- my reports version is 6i
- we are using an ERP calling the standard (system built in) reports and the customized also from a form (so i do not have the system built in reports source (which are so many))
- i only want the users review the reports on the screen only without printing or generating to a file (data security matter) so i want to enable these functions due to rules
- i want it as a database function because of the previous information
Edited by: user2212473 on 11/04/2011 06:11 ص

Similar Messages

  • Please help about Report Printer and PS tables-objects . ..

    Hi everybody
    I'm in trouble. I have a requirement in PS módule related with reports created by the Report Printer tool. I don't have any idea about these topics.
    My requirement is to create a report (not with Report Printer) with the structure for projects, with all the structure Project-WBS-Network-Activity and with some values like Budget, Commit, Actual,  Paid, etc.
    The functional consultant only tells me about some reports created with Report Printer wich have the columns required, some report has the Budget, other one has the Commit, etc. For example, one report is the tcode S_ALR_87013532; i don't know if this transaction exists in all the SAP implementations or if it was created only for my company.
    These reports only show two levels (Project-Network) so i i have to investigate:
    1. How to get all the structure levels (project-WBS-network-activity)
    2. How to 'translate' in code some value showed in a report created with Report Printer, i guess these values are created with formules and objects.
    3. How to get the same values showed in these reports, but for the Networks and Activities.
    I do not know anything about PS module and Report Printer and i really don't have any idea about how to make my development.
    4. I think the functional consultant could be able to create the report himself with the Report Printer, but he tells me he does not manage this tool so good and he wants to send SAP mails with the reports, and he say the reports created with Report Printer can not send mails. Is this true ?  and then, would be easier for me to learn Report Printer and create the report myself instead to develop it ?
    Does somebody can help me ?     Any idea ?
    Please help !!     I don't know even how to start with this.
    Thanks in advance ..
    Frank

    Hi Frank,
    here're some links:
    -http://help.sap.com/saphelp_47x200/helpdata/en/ca/01993862b47c67e10000009b38f8cf/frameset.htm
    -http://www.sapgenie.com/abap/tables_ps.htm
    -Re: Project System Costs: budget/actual/commt/rem.plan/assd
    Andreas

  • Mixing two mp3 files and generating new mp3 file in java

    HI,
    I have problem, I have 2 mp3 files I have some defined times for both file. On particular time i want to mix both mp3 file sound and generate new mp3 file by mixing audio from both files.
    As i am new to mp3 in java , Please guide me from where should i start or any other good suggestion.
    Thanks & Regards
    Akhnukh

    Thanks a lot for ur reply....
    But my actual task is to mix two mp3 files and generate a new file where in i should be able to list the two mp3 files playing simultaniously......
    So can u please help me in writing the j2me code for mixing of two mp3 files.....
    Thank u very much
    Navya

  • Can I run multiple reports and generate 1 PDF File

    Hi
    I would like to create multiple reports, run them, and generate 1 PDF output. Is this possible?
    Regards,
    Néstor Boscán

    Hello,
    Take a look to the thread :
    Re: How to append pdf (Very Urgent plz)
    Regards

  • [Forum FAQ] How do I disable all subscriptions without disabling Reporting Services and SQL Server Agent?

    Introduction
    There is the scenario that users configured hundreds of subscriptions for reports. Now they want to disable all the subscriptions, but Reporting Services and SQL Server Agent service should be enable, so the subscriptions will not delivery reports to users
    and users could run the reports and create jobs on the server.
    Solution
    To achieve this requirement, we need to list all subscriptions and their schedules by running query, then use loop statement to disable all the subscription schedules by Job name.
    On the Start menu, point to All Programs, point to Microsoft SQL Server instance, and then click SQL Server Management Studio.
    Type Server name and select Authentication, click Connect.
    Click New Query in menu to open a new Query Editor window.
    List all subscriptions and their schedules by running the following query:
    Use ReportServer
    go
    SELECT   c.[Name] ReportName,           
    s.ScheduleID JobName,           
    ss.[Description] SubscriptionDescription,           
    ss.DeliveryExtension SubscriptionType,           
    c.[Path] ReportFolderPath,           
    row_number() over(order by s.ScheduleID) as rn             
    into
    #Temp  
    FROM     
    ReportSchedule rs           
    INNER JOIN Schedule s ON rs.ScheduleID = s.ScheduleID           
    INNER JOIN Subscriptions ss ON rs.SubscriptionID = ss.SubscriptionID           
    INNER JOIN [Catalog] c ON rs.ReportID = c.ItemID AND ss.Report_OID = c.ItemID   
    select * from #temp
    Use the loop statement to disable all the subscription schedules by Job name:
    DECLARE
    @count INT,
    @maxCount INT  
    SET @COUNT=1  
    SELECT @maxCount=MAX(RN)
    FROM
    #temp         
    DECLARE
    @job_name VARCHAR(MAX)                  
    WHILE @COUNT <=@maxCount        
    BEGIN      
    SELECT @job_name=jobname FROM #temp WHERE RN=@COUNT  
    exec msdb..sp_update_job @job_name = @job_name,@enabled = 0     
    SET @COUNT=@COUNT+1   P
    RINT @job_name   
    END   
    PRINT @COUNT 
    Reference
    SQL Agent – Disable All Jobs
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • Premiere project opened - closed sequences and generating new peak files

    Hey guys,
    I'm working on a big project, which resides on our Drobo. I have been sorting clips and working in sequences for the last couple days now. All media was loaded fine, and peak files were generated.
    When I went to open the project this morning, all of the sequences I had been working on (accept for one) had been closed, instead of opening up like how I left them. Further, Premiere is now generating new audio peak files for the project, which is taking forever. Finally, it took 25 minutes to load all of the clips (about 800 or so). They finally finished loading, but I can't start working until the peak files are finished. All in all, i've been at work for 1 hour and still can't work.
    Basically, why didn't Premiere open the project as I left it last night? Closed sequences, slow load time, generating new peak files?
    I'm working with footage from RED, Sony FS700, GH4, and GoPro.
    My system:
    Creative Cloud
    Premiere Pro  8.0.1
    Windows 7 (64 bit)
    Intel 3770k
    Quadro k4000
    16 gb ram
    256 gb SSD (System)
    256 gb SSD (Render files)
    5.39 TB Drobo via USB 3.0
    Thanks,
    Dan

    >Drobo via USB 3.0
    Did you by any chance unplug/replug your USB drive?
    Have you gone into Windows and "locked" the drive letter?

  • Using JavaScript to Print and Overwrite Active Form Files

    Hello all,
    I have zero knowledge of JavaScript and I am hoping someone can help me
    quickly solve an issue I am having with active forms. I tried using the flatten
    feature in the action wizard but it is not working. I also tried using
    "this.flattenPages()" but I can still edit the fields in my PDF file.
    What I am looking for is a JavaScript command that allows me to overwrite the existing
    PDF file using the PDF printer and overwrite the active form so it is
    finalized. Maybe there is an easier more efficient way to accomplish this? Any
    input or help would be much appreciated. I am using Adobe Acrobat XI
    Pro. Thanks.
    P.S. I realize I can manually selected the Adobe PDF printer and finalize my
    active form that way but I am looking for a one click solution.

    Have you seen these?
    A tutorial on how to flatten form fields:
    http://acrobatusers.com/tutorials/how-to-flatten-form-fields
    And a free "Flatten Page Content" tool:
    http://www.pdfscripting.com/public/Free_Acrobat_Automation_Tools.cfm

  • Read XML file and generate a XLS file?

    Hi Guys,
    How I can generate a XLS file with information in a XML file.
    I have a XML which received information from a form.
    To the user see the information inside a XML file, I created a report.cfm with the informations of the users.
    Now the user want which the information in the XML, generate a XLS file from a CFM file to download.
    How I will transformed this information in a XLS file?
    Thanks,
    Fabiano Magno Pechibella

    There is no need to re-invent the wheel. Raymond Camden has published code that converts information from a form to an Excel file. His method first converts information from a form to a query. But you can easily adapt it to your case. If you do not have direct access to the form, you will still be able to convert the XML data into the name-value pairs in the query.

  • Get data from PL/SQL block and generate the data file in UNIX

    Hi All
    i was executing the following code block from Unix Shell Script. The following code was generating the file count_curdate.txt with all require infomrations. The query gives number of records , group by partition_dt
    ABC=`sqlplus -s <<EOF > count_curdate.txt
    uname/paswd@connectstring
    SET HEADING OFF;
    SELECT COUNT(*)||','||partition_dt from XYZ group by partition_dt;
    exit;
    END`
    But now i need to change the above code to use dbms_application_info.set_module in it. Could someone let me know how to generate the file using PL/SQL block in Shell Script. I tried writing following code, but it generate count_curdate.txt file with 0 bytes.
    ABC=`sqlplus -s <<EOF > count_curdate.txt
    uname/paswd@connectstring
    set serveroutput on;
    SET HEADING OFF;
    set feedback off;
    BEGIN
         dbms_application_info.set_module ('shm.ksh','get count by day');
         FOR reccur IN (SELECT COUNT(*)||','||partition_dt as "dcount" from XYZ group by partition_dt);
         LOOP
              DBMS_OUTPUT.PUT_LINE(reccur.dcount);
         END LOOP;
    end;     
    exit;
    END`

    OK, try this:
    ABC=`sqlplus -s <<EOF > count_curdate.txt
    uname/paswd@connectstring
    set serveroutput on;
    SET HEADING OFF;
    set feedback off;
    BEGIN
    dbms_application_info.set_module ('shm.ksh','get count by day');
    FOR reccur IN (SELECT COUNT(*)||','||partition_dt dcount from XYZ group by partition_dt);
    LOOP
    DBMS_OUTPUT.PUT_LINE(reccur.dcount);
    END LOOP;
    dbms_application_info.set_module (NULL,NULL);
    end;
    exit;
    EOF`Or this:
    ABC=`sqlplus -s <<EOF > count_curdate.txt
    uname/paswd@connectstring
    set serveroutput on;
    SET HEADING OFF;
    set feedback off;
    BEGIN
    dbms_application_info.set_module ('shm.ksh','get count by day');
    END;
    SELECT COUNT(*)||','||partition_dt dcount from XYZ group by partition_dt;
    BEGIN
    dbms_application_info.set_module (NULL,NULL);
    END;
    exit;
    EOF`Edited by: SeánMacGC on May 11, 2009 6:13 AM

  • "Sumbit Email" button, and generating a pdf file

    I would like to use the SUMBIT EMAIL button to send a pdf file of the completed form. I understand that is sends a data file, that has to be imported back into the form template on the other end.
    Is there a way to autmoate this process, or jsut simply send the completed form in pdf format?
    Thanks,
    Rich

    [email protected] wrote:
    > So, if none of the users has Reader installed, by we install a version of Acrobat, then they should just be able to open up the document as a pdf?
    >
    > What we are trying to create is a standform for our sales people in the field to fill out, and then email in to the respective account managers in the office all we want the account manager to see is a single pdf file of the sales request form. nothing else, no importing of data into a form, etc. just a simple completed and filled out pdf file.
    >
    > will this work if we remove Reader, and only have Acrobat?
    >
    > what steps do I take after I publish the pdf file? the sales person then open it up, fills it out, and then hits the sumbit email button. will it arrive in the Inbox as a pdf file, or the data file?
    >
    > thanks,
    >
    > rich
    In order to email the filled-out PDF with the data in it, you need to be able to save the form.
    Reader only allows you to save an empty form...if you try to save a filled-out form you will lose
    all of the data you entered into it. For this reason, you need one of two options...
    1) Purchase Adobe Acrobat for all of the sales people. Acrobat will allow you to save and submit a
    filled-out form. The steps involved would be:
    - Design your form in Designer and save it as a PDF. Set the properties on the submit button so
    it will submit the entire PDF.
    - Deploy the PDF File to your end users.
    - End user opens the form in Acrobat.
    - End user fills out the form and submits it. The filled-out PDF file will be attached to the
    email.
    2) Purchase Adobe LiveCycle Reader Extensions. With this product, you can reader-enable your
    document so that users can submit the filled-out form with Acrobat Reader. The steps involved in
    this case would be:
    - Design your form in Designer and save it as a PDF. Set the properties on the submit button so
    it will submit the entire PDF.
    - Reader-enable the form by running it through Reader Extensions Server and enabling the rights
    to save form data.
    - Deploy the reader-enabled PDF File to your end users.
    - End user opens the form in Acrobat Reader.
    - End user fills out the form and submits it. The filled-out PDF file will be attached to the
    email.
    Hope this helps!
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • I need to make a report with graphs, and generate an exit file to word

    I have to do the acquisition for a laboratory and to make inmediately a report with graphics and a constant test about the method of the experimentation

    Probably your best bet is to use ActiveX and control Word from LabVIEW, this way, you can act as you were using Word directly, automating all the steps to create your report. Look for examples in the developer zone, although there will be more examples relating Excel, that can show you the way to act. If you need to use this intensively, i think NI has created a Word toolokit that you can buy.
    For any particular question, just ask.
    Good luck

  • Report has been generated , but *.rep file can't be ran.PLEASE HELP!

    Hi,
    I am facing real challenge.
    I've created report based on the stored function(packaged function).But when I try to run *.rep file I get Rep-1219< "F_xxx" has no size -- length or width is zero.>Well , my field does have a size.Also what is interesting that if I go back to the *.rdf file and try to run inside Reports during design second time I get the same error . Then if I go thru wizards again I get
    Rep1106 <warning no field generated for the column "bla-bla">, and I get this message for the all my columns that I have in the second group.My report is group above.I am sure that 1106 is the cause for the 1219 in the runtime.But then if go thru wizard once again after all those 1106 messages I am able to generate report!!!! And then I do editing of report and successfully generarate new *.rep file, but when I run this file I get the same results already described.
    In my report I have formula column(1) that gets value from another column(2) if values in the 3rd column not null, then I summarized column (1) at report level.
    Just creating summary for the column(2) is not an option for me, because I need some values, but not all of them.Another select statment is not gonna work , because as I said, report is built on function returning ref cursor.
    So can anybody help me with this problem?
    Or any suggestions?
    Thanks a lot in advance.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Yu:
    I've tried all:manually increase fields,
    increase size in layout model, nothing worked.
    What else can be done?<HR></BLOCKQUOTE>
    Hey ,
    Check this out
    Cause: When you defaulted your layout, a field was not generated for the column in the message. The most likely cause is that a summary was not placed in the data model correctly. For example, you may have specified the source of a summary column to be a column in a group above the summary's group. This is not allowed.
    Action: Debug your data model and redefault your layout.
    I hope the problem is group layout..
    Cheers ...
    Krishna ...

  • Error in labview report printing and editing

    Attached is the labview code, excel template and required output excel.
    I have made the excel template by merging certain cells and assigning values.
    Also have defined the names as tables so as to address it in labview report vi's.
    So kindly help me insert values into the template without changing the cell dimensions. (can we keep it fixed ?)
    Regards
    Grugh Mike
    Success is Everything !!
    Attachments:
    print page.vi ‏25 KB
    templatel1.xls ‏31 KB
    Needed outcome.xls ‏34 KB

    sorry template is attached below.
    Regards
    Grugh Mike
    Success is Everything !!
    Attachments:
    templatel1.xlt ‏31 KB

  • Each page of Oracle Report Generates separate pdf file.

    I have a problem that i want that oracle report runs for one time and generates sepatate pdf files for each oracle report page.eg. if there are 8 page of report then 8 pdf files should generate (one pdf file for each page) but the condition is that the print job is set to NO and page range should not be given each time.

    What version of Reports are you using?
    If it's 10g then have a look at Report Bursting as this should enable you to send the report to multiple files based on a repeating group.
    Mark

  • Parameter issue - report not generating any pdf files

    Hi All,
    I'm trying to run a report which generates pdf files. Is there any limitation on the parameter string size? For one of the parameter values - '11F EA Accept nonhonor ASnSOMnSON_20091201090150846' the report is not generating any pdf files. I assumed the reason is of the keyword 'AS' in it and created another parameter value - '11F EA Accept nonhonor AnS-SOM-SON_20091202074331997', but it is also not generating any pdf files. I get this message from Adobe Reader " There was an error opening this document. This file cannot be opened because it has no pages. " The report is working normally when i hardcode the same parameter values into the logic. Any suggestions on this?
    Thanks.
    Edited by: user1049091 on Dec 2, 2009 9:17 AM
    Edited by: user1049091 on Dec 2, 2009 12:37 PM

    Tim,
    That report is working normally for all the parameter values, except this one. It is not working only if i pass the value - ''11F EA Accept nonhonor ASnSOMnSON_20091201090150846' as a parameter. It is generating the pdf files when i hardcode the same value into sql query logic in the data template, instead of passing it as a parameter. Please advise.
    Thanks.

Maybe you are looking for

  • I am trying to use a remote control with mac air but no IR, how do I do it

    Bought my Mac Air earlier this year, it has no IR, I have two types of remotes here plastic n metal but cant connect. There is no IR on the macair so I know this is part of the problem, so is there a workaround or a way to pair on bluetooth...If not

  • Podcast feed not updating since Nov 10

    Since Nov 10 I have posted 7 new podcasts. They are showing up here: www.nlmnorth.com/podcasts/podcast.php But not in the iTunes store or Podcast app. https://itunes.apple.com/us/podcast/newlife-ministries/id288969603 Not sure what I'm doing wrong. I

  • Sporadic ORA-12154 errors when connecting

    We are occasionally receiving "ORA-12154: TNS:could not resolve service name" errors in all of the applications running on our W2K web server connected to an 8.1.6 database on a Sun server. Does anyone have any idea what is causing this and how we ca

  • A corruption was discovered in the file system structure on volume Windows

    This morning, turned on the laptop and have several instances of this error in the event viewer. Here are the details: <script>// function f(e){ if (e.className=="ci"){if (e.children(0).innerText.indexOf("\n")>0) fix(e,"cb");} if (e.className=="di"){

  • Unable to launch InDesign CC 2014

    I get this message and cannot launch it. Is there a way to solve it? Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders. Ensure that you have appropriate permissions and then restart Adobe InDe