Setting the Spool Title from Information Broadcaster

I have a BI 7.0 SP 15 environment. We are trying to use the Information Broadcaster to setup a schedule of a few hundred reports to be sent to the printer. The problem is we need to be able to set the title line of the spooler, but I can seem to find any parameters directly in the Information Broadcaster that will set the title line. Every time I send a report to the printer the title line of the spool is blank. Does anyone know of a way to set this parameter? Is there a way of modifying an ABAP program to set this parameter? I know there are way of programmatically setting this parameter, I just dont know which program to modify to get this to work.
Thanks for any assistance,
Tim

It was output_options-TDCOVTITLE and not output_options-tdtitle,
But thanks any way!!

Similar Messages

  • How to change/set the browser title from web forms (XP platform with SP2)

    I am running Form9i, I have set the browser windows title from Web Forms dynamically by using following method. However, when my PC has changed to XP, the function seems not work. Does anybody have same problem and how to solve it? Any suggestions would be appreciated.
    Add the Javascript code to your baseHTML file. For example,
    if you are using the basejini.htm:
    <HEAD><TITLE>%pageTitle%</TITLE>
    <script language="javascript1.2" type="text/javascript1.2">
    function Change(a) {    document.title=a;    } </script>
    </HEAD>
    In web Forms , call the javascript function with WEB.SHOW_DOCUMENT built.
    For Example the following code set the browser title with username . web.show_document('javascript:Change('||'"'|| get_application_property(USERNAME)||'"'||')','_self');
    Best Regards,
    Bowie

    Dear Frank,
    Thanks for your reply. Can you tell me in detail which built-in function in Webutil can set value in browser title ?
    Btw, is it possible for me to set parameter "separateFrame=True" in formsweb.cfg and set the form window title by using SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,v_msg_string)?
    Best Regards,
    Bowie

  • Help.... trying to set the browser title for reports called from 9i form

    hello all
    I am attempting to call a 9i report from an oracle 9i form .I am using the following code
    repid := find_report_object('report5');
    SET_REPORT_OBJECT_PROPERTY
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_type,CACHE);
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_DESFORMAT,pdf);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'sandy4');
    v_rep := RUN_REPORT_OBJECT(repid,p1_id);
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://----.--------.com:8888/reports/rwservlet/getjobid'|| substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=sandy4,'_blank');
    .. and so on
    The reports RUNS FINE AND POPS UP AS A NEAT PDF internet explorer page !!!
    I WAS WONDERING IF THERE IS ANYWAY TO SET THE BROWSER TITLE OF THIS REPORT THAT POPS UP..
    DO I HAVE TO CHANGE SOME PROPERTY AT THE REPORT END
    OR CAN I SET IT DYNAMICALLY BY PASSING AS A PARAMETER
    FROM MY FORM
    I HAVE SEARCHED EVERYWHERE FOR THIS
    PL HELP
    I WILL REALLY APPRECIATE IT IF SOMONE CUD HELP ME WITH
    THIS
    THANK YOU
    SANDY

    Hi,
    It is possible to set the Document title for PDF output. Open the Reports Property Inspector, under PDF Document Taxonomy, you can set the Document title. But this does not show up in the browser when you open the document.
    thanks,
    Senthil

  • Set the Airport Extreme to not broadcast the SSID

    Set the Airport Extreme to not broadcast the SSID

    "Hiding" the SSID will do nothing to protect you from hackers.....and anyone else who wants to see your network, since there a numerous free utilities on the Internet that will reveal your network in seconds.
    On the other hand, it might keep a few honest neighbors from seeing the name of your wireless network.
    iOS devices often have trouble connecting to a "hidden" network, so you may need to display the network if your iPhone, iPad, etc have trouble connecting to the network.
    Your call on this.
    Assuming that you have Lion, Mountain Lion or Mavericks on your MacBook Pro.....
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the AirPort Extreme icon, then click Edit in the smaller window
    Click the Wireless tab at the top of the next window
    Click Wireless Options at the bottom of the window
    Enter a check mark in the box next to Create Hidden Network
    Click Save, then click Update and allow a full minute for the AirPort Extreme to restart

  • Setting the JMS Header from Payload

    Hi Experts,
    My requirement is to send the payment data coming from ECC to non sap system.Sender adapter is proxy and receiver is JMS.ECC will be sending the filename in one field and payload content as a string in another field.PI has to set the filename coming from ECC in JMS header property.What configuration changes should i need to make in JMS adapter to achieve it?
    Converting the XML to string is possible in PI.But my question is converting the string XML data into XML fields is possible in SAP PI?If so how to do that?
    Please provide your suggestion.
    Regards,
    Karthiga

    Hi Karthiga,
    The UDF is there in blog
    DynamicConfiguration dynamicconfiguration = (DynamicConfiguration)param.get("DynamicConfiguration");
                DynamicConfigurationKey dynamicconfigurationkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/JMS", "DCJMSMessageProperty0");
                String s = dynamicconfiguration.get(dynamicconfigurationkey);
                CorrID.append(s);
    Please let me know if you have any issue.
    regards,
    Harish

  • How to set the spool retention period till 30 days(Printer Properties).

    Hi SAP Experts
    I need to setup a job which creates a spool. I want to set the spool retention period till 30 days(Printer Properties). But I have the option of keeping it only for 8 days or Do Not Delete at all. Can you please let me know how can I setup a job which creates a spool which wil be retained for 30 days and then will automatically get deleted?
    Advanced Thanks
    Thanks & Regards,
    Kishore.

    Hello Kishore,
    I can understand why you dont want to change the variant.
    However may be a slight change in the variant might help your cause though I am not sure whether you will like this suggestion or not.
    Create a dummy output device type to which all spools created for this report need to be assigned.
    Once this is done  make a small change in the variant for the field Output device in such a manner that all the spools belonging to this printer/output device are not deleted.
    Then create a new variant for this output device ensuring that only spools belonging to this output device and older than 29 or 30 days  are deleted.
    While this will  ensure that normal spool requests are deleted these ones are not.
    Really dont if this solution is acceptable or not.
    Regards.
    Ruchit.

  • Automatically setting the browsers title

    Hi,
    we are rendering xdp forms using LiveCycle Forms 7.1, and using Reader 8.0. The pdfs are opened inside of the browser.
    Just wondering if there is a way, in the xdp, of setting the browsers title when it opens the pdf? something like xfa.host.title = "Window title", although this does not work.
    Currently, the title is set to the URL of the link used to generate the xdp.
    thanks,
    John

    The question was answered in another forum,..
    Second, your code fails because it assumes that the feature activation happens while on a particular SharePoint web site:
    SPSite site = properties.Feature.Parent as SPSite;
    If activating via PowerShell you will not get a valid SPSite object via the code above, while it works just fine if running via a Web browser UI on the site collection feature page.
    Disabling the auto-activation and run the corresponding PowerShell code to activate the feature once the WSP has been installed and deployed should fix your problem.
    Do this worked like a charm.

  • Get the page title from definition

    Hi, If I have the page definition label, how can I get the page title from jsp page or java class? Thanks

    If the jsp is on a portlet on that page then use
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/javadoc/com/bea/netuix/servlets/controls/page/PagePresentationContext.html
    If you want to find out for some other page (i.e. the current page is different from the page you want the title of) then use
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/javadoc/com/bea/netuix/servlets/controls/application/DesktopPresentationContext.html
    getPagePresentationContextRecursive...

  • How to change the owner of an Information Broadcasting setting?

    Hi,
    I have created and scheduled some reports to be distributed via the Information Broadcasting functionality. I would like know if it is possible to change the "owner" of the setting in order to cater for the following scenario.
    User A has created and setup a few Information Broadcasting settings. I would like to change the ownership of the setting so that User B has access to make changes. At the moment, users only have rights change their own settings.
    Appreciate any help...
    Cheers,
    Lashan

    Found a workaround although not ideal. I can temporarily assign the user the required rights to view all setting. User can then copy the settings (using save as option) and once done I can remove the rights.
    However, the report format would have been customised and saved (using save view option) prior to setting up the information broadcast. When transfering ownership I also need to transfer the ability for the user to edit the saved format without starting from scratch. Any table or transaction I could use to do this? So at the moment I have a solution to enable the new user to change the distribution list and schedule, but not the report format which is required.

  • Hwo to get the spool number from report output

    Hi,
    I am displaying some output in the report using write statements and within my program I need to collect the output written by write statements and send it as an email.So for that I need to generate the spool number and I am using the below code to do that
    CONSTANTS:
        l_linsz TYPE sy-linsz VALUE 201, " Line size
        l_paart TYPE sy-paart VALUE 'X_65_132'.  " Paper Format
      l_uname = sy-uname .
      l_repid = sy-repid .
    *-- Setup the Print Parmaters
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          authority              = space
          copies                 = '1'
          cover_page             = space
          data_set               = space
          department             = space
          destination            = space
          expiration             = '1'
          immediately            = space
          new_list_id            = k_x
          no_dialog              = k_x
          user                   = l_uname
        IMPORTING
          out_parameters         = l_mstr_print_parms
          valid                  = l_mc_valid
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
    *-- Make sure that a printer destination has been set up
    *-- If this is not done the PDF function module ABENDS
      IF l_mstr_print_parms-pdest = space.
        l_mstr_print_parms-pdest = k_lp01.
      ENDIF.
    *-- Explicitly set line width, and output format so that
    *-- the PDF conversion comes out OK
      l_mstr_print_parms-linsz = l_linsz.
      l_mstr_print_parms-paart = l_paart.
      l_variante = sy-slset.
    * submitting the spool request
      *SUBMIT (l_repid) TO SAP-SPOOL*
                       *SPOOL PARAMETERS l_mstr_print_parms*
                       *WITHOUT SPOOL DYNPRO*
                       *AND RETURN.*
    *Calculating the lenth of report name
      lv_len = STRLEN( l_repid ) .
    *consutrucing the database variable  rq2name to search the spool
    *request
      IF lv_len >= 9 .
        CONCATENATE l_repid+0(9)
                    l_uname+0(3) INTO lc_rq2name .
      ELSE.
        lv_len = 9 - lv_len .
        DO lv_len TIMES .
          CONCATENATE lv_temp '_' INTO lv_temp .
        ENDDO.
        CONCATENATE l_repid lv_temp
                    l_uname INTO lc_rq2name .
      ENDIF.
    *selecting the spool request using the above consructed varibale
      SELECT   * FROM tsp01 INTO TABLE lt_tsp01
              WHERE rq2name = lc_rq2name .
    *sorting the interbla table
      SORT  lt_tsp01 BY rqcretime DESCENDING .
    *reading the first spool request
      READ TABLE lt_tsp01 INTO ls_tsp01 INDEX 1.
    but the problem with the above code is I am using variants to execute the report but when the above piece of code is getting executed it is clearing all the variant values on the selection screen and it is defaulting the values on the selection screen.
    Is there any way i can execute the above code without any problem in the selection screen.
    Thanks
    Bala Duvvuri

    Hello Bala,
    I wouldn't SUBMIT the same program to get the Spool number. You can achieve the same by [NEW-PAGE PRINT ON|http://help.sap.com/abapdocu_702/en/abapnew-page_print.htm#!ABAP_ADDITION_1@1@] command.
    Check the code snippet i've provided below:
    DATA: spfli_wa         TYPE spfli,
          print_parameters TYPE pri_params,
          valid_flag       TYPE c LENGTH 1.
    START-OF-SELECTION.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          no_dialog            = 'X'
        IMPORTING
          out_parameters       = print_parameters
          valid                = valid_flag
        EXCEPTIONS
          invalid_print_params = 2
          OTHERS               = 4.
      IF valid_flag = 'X' AND sy-subrc = 0.
    *   1. Write the output to the output list(no spool is generated)
        SELECT carrid connid
               FROM spfli
               INTO CORRESPONDING FIELDS OF spfli_wa.
          WRITE: / spfli_wa-carrid, spfli_wa-connid.
        ENDSELECT.
    *   2. Write the output to SAP spool(no list is displayed)
        NEW-PAGE PRINT ON PARAMETERS print_parameters NO DIALOG.
        SELECT carrid connid
               FROM spfli
               INTO CORRESPONDING FIELDS OF spfli_wa.
          WRITE: / spfli_wa-carrid, spfli_wa-connid.
        ENDSELECT.
        NEW-PAGE PRINT OFF.
        MESSAGE i000(zibi027) WITH 'Spool' sy-spono 'is generated!!!'.
        "You can use the spool number (SY-SPONO) to email the list output
      ENDIF.
    Hope this helps.
    BR,
    Suhas

  • Multi-SCORM Packager Takes the SCO Title from the wrong field

    I think I've just stumbled across a huge bug in the Cp7 Multi-SCORM Packager tool.  Can anyone else confirm seeing this same issue?
    I have a multi-SCORM course with several modules.  Each SCO is set up in the LMS Manifest dialog with a unique ID in the SCO Identifier field (e.g. My_Course_Module_ID) and the SCO Title field underneath has the correct name of the same module (e.g. My Course Module).  When published to SCORM zip files the imsmanifest.xml files for these modules are correct.
    However, I've just discovered that when packaging up a number of these SCORM modules using the Multi-SCORM Packager tool, the resulting imsmanifest.xml file it produces is NOT using the SCO Title. When uploaded to an LMS the SCO Title shown in the LMS TOC seems to be whatever had been used as the Project Title field text in the Publish dialog at the time the SCO was published.
    Here's the issue: The Publish Title field ends up being used for the file names of the output.  So if you use a Project Title such as: My Course Module it will mean your HTM and SWF output file are named as My Course Module.htm and My Course Module.swf.  The problem with this is obviously that the spaces in the filenames mean you cannot use them on the web.  So, I normally use a lowercase name with underscore characters in the Project Title field (e.g. my_course_module) to ensure the output is web-compatible (e.g. my_course_module.htm, my_course_module.swf).
    It doesn't matter whether you are publishing for SCORM 1.2 or 2004, the result is the same. The TOC in the LMS comes out with the wrong text string.  The issue with this bug in the Multi-SCORM Packager taking the Title attribute for the imsmanifest.xml from the wrong dialog field means that the TOC strings displayed in the LMS are incorrect.  So far I've found no way to resolve this issue other than manually modifying the combined imsmanifest.xml.
    Has anyone else seen this issue?  Can Adobe confirm if this is a known bug/issue so that I know if I need to log it or not?  Is there a fix or workaround (other than manually editing each and every imsmanifest.)

    Shriyansh,
    Are you using the Cp7 version of the Multi-SCORM Packager or the Cp8 version?  I'm talking about the Cp7 packager app.
    I've tried this Cp7 SCORM Packager on two different machines installed a year apart and they both do the same thing.
    Here is my Manifest dialog settings:
    Note that what I'm expecting to see in the TOC of the LMS SCORM Player is the Title field name of the SCO (About Working in Courts in this case).  But what I'm seeing appear is actually not that field, and it's not even the SCO ID field above it.  (I tried changing that field as well to see if its value was what ended up getting written into the imsmanifest.xml for the multi-SCORM package.)
    What ended up being used as the Title of the SCO in the package turned out to be the contents of the Publish dialog's Project Title field.
    I verified this by changing the values in this Project Title field for a couple of SCOs, published them to zips and then compiled them into a Multi-SCORM.  THEN  I was seeing those values in the TOC of the LMS player.
    Currently, when I create a Multi-SCORM Package with the Cp7 app, here's what I see in the Title tags of the Organizations block:
    As you can see above, what's coming out is NOT the SCO Title tag value from the Manifest dialog, and although it looks similar, it's not the SCO ID either.  The value is in fact taken from the Publish dialog's Project Title field.
    Weird.  I've never seen this issue in any previous version of the Multi-SCORM Packager tool.
    Any ideas why this is getting so badly screwed up?

  • How to set browser window title from FPM ?

    How do I set brwoser window title at runtime in FPM ?
    Using IDR area objetc I can set only apllication are(ident area) title, not the browser window title. Browser window title is set statically from iView name of in portal, and PFCG contect if in NWBC client.
    But in my case, I want to set it at runtime, for eg. in case of Purchase Order window, I want to set it as 'Purchase Order:<PO number>
    Is there any API to set this?
    Thanks again,
    Hari
    Edited by: Hari Krishnan P on Jun 9, 2010 10:22 AM

    When you call it as external window you may pass the title. other than that i am afraid you are left with no choice.

  • Setting the layer name from a format plugin with CS2 and before

    Hello,
    I wrote a new format plugin and the name of the layer shown in PS , when I read a file, does not seem to be consistent on all computers for versions CS2 and before :  some times I get "Background" and some times I get "Layer 0" .
    When the layer is named is "Background",  it is locked. If I double click on the layer, I get a panel to rename it and the name suggested is "Layer 0" (and not "Background").
    Somehow, it seems that my plugin is not doing exactly the right thing or there is a setting in PS options (or in the registry) that controls/causes that behavior. My understanding is that we can't name layers from the plugin before version CS3 (setting the layerName field in the FormatRecord makes no difference for CS2 and before).
    I do not care much about the actual layer name as long as that name is consistent for all installations. Does anybody know what is going on?
    Thank you!
    Gilbert

    If it has transparency, it has to be a layer ("Layer0").
    If it doesn't have transparency, it is treated as a background.
    And yes, changing the background to a layer does normally rename it to "layer X".

  • Changing the spool title and producing a separate spool

    Hi Friends,
    In my requirement I need to generate a separate spool request and unique spool request title based on the value of a field.
    Suppose my Itab values are
    Col1
    1
    2
    3
    1
    2
    In such a case I need to genarate 3 different spools requests with unique spool titles
    Spool 1
    Spool 2
    Spool 3
    \[removed by moderator\]
    Thanks,
    Naresh
    Edited by: Jan Stallkamp on Jul 29, 2008 5:29 PM

    If it is a Normal Report then in  The printparameters you can see a parameter
    PRI_PARAMS-PRTXT you can populate the title.
    so according to your conditon you can populate the Title which is PRI_PARAMS-PRTXT .
    First call Function GET_PRINT_PARAMETERS
    change the title after getting the parameters..
    second we call  NEW-PAGE PRINT ON PRINT PARAMS>>
    CALL YOUR REPORT DISPLAY< ALV or WRITE STATEMENT >
    NEW-PAGE PRINT OFF.

  • How to set the ODBC driver from Micorosft ODBC manager in vista 64bit

    Dear Sir/Madam
    I just installed Vista ultimate (64 bit) on my computer.
    After that, I downloaded and installed Oracle Database 10g Client Release 2 (10.2.0.3) from http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
    Set up the network config from net configuration assistant is fine (tnsnames.ora).
    When I want to set up the system ODBC from Microsoft ODBC manager.
    I can't found oracle driver from Microsoft ODBC manager (only Sql Server driver is existing ).
    Why? and how to found it out?
    Thanks
    Francis SZE

    Database 10g Client Release 2 (10.2.0.3) from
    http://www.oracle.com/technology/software/products/da
    abase/oracle10g/htdocs/10203vista.htmlWhich means you will be using the 32-bit environment on top of the x64 based os (WoW64). Have you verified that the Database product is certified for Vista "x64" editions?
    http://support.microsoft.com/kb/896456/en-us
    I can't found oracle driver from Microsoft ODBC
    manager (only Sql Server driver is existing ).
    Why? and how to found it out?You are likely looking in the wrong place. DSNs with 32-bit drivers are managed through odbc admin tool in %systemroot%\syswow64\.

Maybe you are looking for

  • New Computer, new itunes, old iPod

    My computer recently breathed its last and my hard drive was destroyed, so having purchased a new one and installed itunes I plugged my iPod in only to find there is no obvious way of transfering songs from the iPod to iTunes. I've authorised my acco

  • How can i put songs onto my Itunes?

    My IPod and IPad were synced to my home computer. Itunes was just erased from the computer. I just got a mac and authorized it, but it only transferred my purchases and I have a large amount of songs from cd's. I want to upgrade the software on my de

  • Converting string to color

    I have a String str = "red" . how do i convert this to Color.red .

  • Mail Subject area overlapping From text

    Hello, When I go to read my mail where it says who it's from and the subject they are both on top of each other. So I can't click on there name or even see what it says. http://i13.photobucket.com/albums/a267/fireexplorerryan/Picture3.png?t=118166782

  • Problems with X-Fi Fatal1ty XtremeGamer p

    Hello,?About a month ago my brother gave me his sound card because he said that sometimes it just quit on his computer and there would be no sound. I know he bought it in early 2007 and he is usually too lazy to return something when it isnt working