Broadcasting - Bursting - changing format of pdf

We have set up Broadcasting (bursting) by e-mail, sending a pdf to a named person for each Trading Partner. The document that each user receives shows just the data for that Trading Partner. This part works fine.
HOWEVER, I have been unable to change the output format to anything other than the 2 Portal Themes ('Standard SAP' and 'Black and White') given as options on the 'General Precalculation' tab.
I have created 2 new web templates, based on 0BROADCASTING_TEMPLATE and 0QUERY_TEMPLATE_BROADCASTING70
And in SPRO I have 'Set Standard Web templates (non-BW3.x)' and set the 1st copy template as the default in 'Broadcasting' and the 2nd as the default in 'Query precalculation'.
The new templates are based on a bright green stylesheet, and this stylesheet works as expected when applied 'directly' to a query run on the web. The new stylesheet was uploaded to the Customer > Stylesheets directory through SO2_MIME_REPOSITORY
We cleared cache (with SMICM) and bounced the J2EE Engine.
I installed the current version of Adobe Reader on my PC. (Is it possible that an old version of Adobe on the server could be the problem?)
I am only using the Portal for access to Broadcaster, by the way, we are not broadcasting TO the portal.
But guess what, not a shade of green to be seen anywhere. Just further loss of my hair. Grrrrr
Can anyone help? We have recently upgraded to 2004S.
All the best,
Patrick

Thanks, Deepu.
2 follow-ons:
Any idea whether SAP are considering improving this so people CAN customise the pdf output?
And when I tried using the HTML output I got an error message saying 'The Web template "ZQUERY_TEMPLATE_BROADCASTING70" does not exist in the master system'. It certainly EXISTS, I can open it, but what does it mean by the 'master system', do you know? The message number, RSBOLAP013 doesn't come up in SAP Notes.
Patrick

Similar Messages

  • Iwork page beta changes format in pdf file

    i am working in iCloud page beta, informal business card, after selecting print, I choose pdf format, the layout changes in the pdf file. how should i correct this

    With the document open choose the spanner > Print.
    With the document close, control click > Print Document.
    Both ways should create a useable pdf to print directly from your browser.

  • In arobat the mail button changes format to .fil what to do

    plaese tell me what to do
    arobat changes format from pdf to .fil when mail button is pushed

    MAPI is typically required (Outlook generally uses MAPI for communication with other applications). You will have to check your mail client. It should also be defined as the default in your OS. I have one machine I could never get it to work on, but I have the advantage of just doing it on a different machine in that case -- typically a different version of Acrobat (I generally do not have upgrades).

  • The numbering format keeps changing when making PDF's from Word 2007 ? Using Acrobat 9 Pro Extended

    The numbering in (Contents) format keeps changing when making PDF's from Word 2007 ? Using Acrobat 9 Pro Extended.

    The issue is that I have made up a contract in Word.
    The second page has a list of all contents of the contract.
    gghhjhhbhbhhbhbjbhj....1
    bv v vghvjvjnnnnnnnnn....2
    When we convert to PDF some of the numbers change. Example 20 becomes 201.
    Your help is appreciated.
    Cheers Ocean designs.

  • Change photos from PDF format to Jpeg

    how do I change photos from PDF format to Jpeg?

    Welcome to Apple Support Communities.
    Open the existing pdf file with Preview.
    In preview, select File, Save As, and click on the Format window to change PDF to JPEG.
    Then click the Save button.
    Quality may suffer in the translation from one format to another.
    In a quick test, changing Quality to 'Best' and Resolution to 300 dpi, the text in my sample page was crisp, but the original photo area was very pixelated.
    The original image in the pdf file was also pixelated when viewed at 100%
    A portion of the test image and text at shown at 100%. (Click on the image to view full size):
    Message was edited by: kostby

  • Workbook broadcast ouput should be in PDF format

    Hi,
    Workbook broadcast output should be in PDF format ,I could not find any option in broadcast setting in BI 7.0.the users requested that they want the report in PDF format.
    Please let me know how can I achieve this.
    thanks
    Pallavi

    Hi,
      I am not sure whether this is possible? Can you check in RSRD_OUTFORM_OT table whether PDF option is available for workbook(WB)? Anyway if there is only one sheet in workbook you can broadcast the query itself.
    Regards,
    Raghavendra.

  • The file should be in XML-BURSTING-FILE format.

    I'm gettting an error when I try to upload my xml bursting control file for my oracle report that has an rtf template defined.
    The error message says"The uploaded file MT_RAXINV.xml is invalid. The file should be in XML-BURSTING-FILE format."
    and my code is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" >
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/ZRAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email server="mailhost.microtune.com" port="25" from="[email protected]"
    reply-to ="[email protected]" >
    <! - filter=".//G_INVOICE[BILL_TO_EMAIL IS NOT NULL]"- >
    <xapi:message id="${TRX_NUMBER}" to="[email protected]" cc="[email protected]" attachment="true"
    subject="Microtune Inc - Receivables Statement for payment due from ${BILL_CUST_NAME}">
    Please find attached Receivables Statement for payment due of ${TOTAL_AMOUNT_DUE}.
    Regards,
    The Receivables Team
    Microtune Inc
    </xapi:message>
    </xapi:email>
    <xapi:print id="printer_tune"
    printer="ipp:\\congo\sunset" filter=".//G_INVOICE[BILL_TO_EMAIL=NULL]" copies="1" />
    <xapi:filesystem output="\\astro\erp\Oracle\${TRX_NUMBER}.pdf"/>
    <! - Add an id for this delivery method i.e. printer1 - >
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="printer_tune,${TRX_NUMBER}">
    <! - Deliver to printer and email - >
    <xapi:template type="rtf" location="xdo://SQLAR.ARInvoice.en.US/"?getSource=true" filter="">
    <! - Specify template to be used for Receivables Statements- >
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Any help would be much appreciated.
    Thanks,
    Leo

    Thanks, for the update. Sorry I did not update this entry, I had actually figured that out but still my problem is that my email is sending without an attachment. I'm not getting any error and the email is sending fine but without the attachment.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/ZRAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email server="mailhost.microtune.com" port="25" from="[email protected]" reply-to ="[email protected]">
    <xapi:message id="${TRX_NUMBER}" to="[email protected]" cc="[email protected]" attachment="true"
    subject="Microtune Inc - Receivables Statement for payment due from ${BILL_CUST_NAME}">
    Please find attached Receivables Statement for payment due of ${TOTAL_AMOUNT_DUE}.
    Regards,
    The Receivables Team
    Microtune Inc.
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="Invoice_${TRX_NUMBER}" output-type="pdf" delivery="${TRX_NUMBER}">
    <xapi:template type="rtf" location="xdo://SQLAR.ZRAXINV.en.US/?getSource=true"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>

  • Federal court website gives a .pl document which opens as garbage until we manually change it to .pdf, is there any way to get Firefox to do this automatically?

    I am using a Mac. When downloading a document from the federal court website using Firefox, we get a .pl document which opens as garbage (in TextEdit) until we manually change it to .pdf, which causes it to open just fine (in Preview). It used to work fine, giving a .pdf document every time, but apparently upgrades to Firefox have removed this functionality. As far as I can tell my computer, an iMac running Mac system OS X 10.10.1, does not recognize the .pl format. Is there any way to get Firefox to automatically convert a downloaded file from .pl format to .pdf format? My friend tells me that Google Chrome downloads these documents with no problem. I would prefer to stick with Firefox but I might have to change if every downloaded document is in an unreadable format.
    This is a typical example of what I get when I try to open a .pl document (the pdf version is a one page document using plain English):
    =====
    %PDF-1.5
    %‚„œ”
    2 0 obj
    <</Length1 15628/Length 10121/Filter/FlateDecode>>stream
    xúÌ{i`U∂9∑™∫;kWoYÈtuöK“ÑR@“ F!,Å$ñêÑÑd Ç䆆¢≤)
    ¢Ääƒet\FeûN࣌∆y3"ÈÔ‹Í|Ûæ˜˝˙˛LUNü{œ›Œ=€=∑i

    HI jlawrence1,
    Is it possible to associated the pl file mimetype with an application? [[Applications panel - Set how Firefox handles different types of files]]

  • Date format in PDF "Printer friendly"

    I am using obiee 10.1.3.4.1
    Is it possible to change date format in PDF files that are exported with "Printer friendly" option?
    For example I have prompt with date 01.12.2011.
    I want to export whole dashboard (prompt with report) to PDF with "Printer frienldy" button. But this generates PDF with prompt where is my selected date in different format 2011-12-01
    I would like to have same date format in PDF as it is in my prompt...

    date separator is "." in my case and dateOrder is "dmy"
    my complete localeDefinition is bellow
    <localeDefinition name="cs-cz"> <!-- czech -->
    <property name="localeDisplayMessage">kmsgLocaleName_csCZ</property>
    <property name="defaultLanguage">cs</property>
    <property name="characterSetList">locale:cs</property>
    <property name="listSeparator">;</property>
    <property name="decimalSeparator">,</property>
    <property name="thousandsSeparator"> </property>
    <property name="dateSeparator">.</property>
    <property name="timeSeparator">:</property>
    <property name="timeFormat">H:mm:ss</property>
    <property name="dateShortFormat">d.M.yyyy</property>
    <property name="dateLongFormat">d. MMMM yyyy</property>
    <property name="negativeNumberTemplate">-#</property>
    <property name="collationImplementation">win:0405</property>
    <property name="dateOrder">dmy</property>
    <property name="24hours" xsi:type="xsd:boolean">true</property>
    <property name="am">dop.</property>
    <property name="pm">odp.</property>
    <property name="firstDayOfWeek" xsi:type="decimal">0</property>
    <property name="monthNames">
    <property>leden</property>
    <property>únor</property>
    <property>březen</property>
    <property>duben</property>
    <property>květen</property>
    <property>červen</property>
    <property>červenec</property>
    <property>srpen</property>
    <property>září</property>
    <property>říjen</property>
    <property>listopad</property>
    <property>prosinec</property>
    </property>
    <property name="abbrevMonthNames">
    <property>I</property>
    <property>II</property>
    <property>III</property>
    <property>IV</property>
    <property>V</property>
    <property>VI</property>
    <property>VII</property>
    <property>VIII</property>
    <property>IX</property>
    <property>X</property>
    <property>XI</property>
    <property>XII</property>
    </property>
    <property name="dayNames">
    <property>pondělí</property>
    <property>úterý</property>
    <property>středa</property>
    <property>čtvrtek</property>
    <property>pátek</property>
    <property>sobota</property>
    <property>neděle</property>
    </property>
    <property name="abbrevDayNames">
    <property>po</property>
    <property>út</property>
    <property>st</property>
    <property>čt</property>
    <property>pá</property>
    <property>so</property>
    <property>ne</property>
    </property>
    <property name="dateFormats">
    <property>d.M.yyyy</property>
    <property>d. MMMM yyyy</property>
    <property>d.M.yy</property>
    <property>yyyy-MM-dd</property>
    </property>
    <property name="timeFormats">
    <property>H:mm:ss</property>
    <property>HH:mm:ss</property>
    <property>h:mm:ss tt</property>
    </property>
    </localeDefinition>

  • Bursting Invalid Format???

    I'm getting the "The uploaded file invoice_control.xml is invalid. The file should be in XML-BURSTING-FILE format." But I can't really tell what's invalid about it??? This is a really small control file... can't imagine debugging a larger one, is there a specific editor I should be using to debug the format?
    Anyone see what I'm missing???
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/G_INVOICE/CUSTOMER_NUMBER">
    <xapi:delivery>
    <xapi:filesystem output="/usr/tmp/${TRX_NUMBER}_${CUSTOMER_NUMBER}.pdf" id="111"></xapi:filesystem>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="111">
    <xapi:template type="rtf" location="/usr/tmp/SMARTInvoicePortrait.rtf"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Jeremy

    when i removed the <?xml version="1.0" encoding="UTF-8"?> line it was valid... but i assume i need some format line don't i?

  • Export Format In PDF Articles - Vector as default

    I would like to request that 'Vector' be made the default (or an option allowed for users to change the default) for 'Export Format in PDF Artciles' in Slideshows and Scrollable Frames.
    In my line of work - newspaper and magazine publishing - roughly 99.9% of Slideshows and precisely 100% of Scrollable Frames contain text and therefore *must* be set to Vector otherwise our pages look pants on a Retina display. It is troublesome and needlessly expensive for us to be changing Raster content to Vector over and over and over again. And over and over. And over and over.
    We're finding that big scrolls and MSOs might be set to Vector in our templates but, after a bit of chopping, changing and copy-pasting on live pages by designers, they revert to Raster. Can you imagine how infuriating it would be if you applied a custom Swatch to an object, only to have it keep reverting to Black? Well, this is what it's like with the Raster business.
    Alistair

    I would like to request that 'Vector' be made the default (or an option allowed for users to change the default) for 'Export Format in PDF Artciles' in Slideshows and Scrollable Frames.
    In my line of work - newspaper and magazine publishing - roughly 99.9% of Slideshows and precisely 100% of Scrollable Frames contain text and therefore *must* be set to Vector otherwise our pages look pants on a Retina display. It is troublesome and needlessly expensive for us to be changing Raster content to Vector over and over and over again. And over and over. And over and over.
    We're finding that big scrolls and MSOs might be set to Vector in our templates but, after a bit of chopping, changing and copy-pasting on live pages by designers, they revert to Raster. Can you imagine how infuriating it would be if you applied a custom Swatch to an object, only to have it keep reverting to Black? Well, this is what it's like with the Raster business.
    Alistair

  • How do you transfer files from mac to word pc for school?  Paper keeps changing format when professor opens it on PC

    I have Word 2011 on Mac 10.6.8.  I write my papers and save them as .docx  I submit them to my school online but every time My professor opens them he says the margins are set wrong.  He said to save them as a Word-Pc format.  How do I do this? Do I save it as RTF or as PDF?  He has to be able to make comments on the paper after along the right side.  I can not ask him to download anything t make it easier for me. I should be the one doing it correctly. I just do not know how.  Can you please tell me how I should be saving my papers so that they do not change format when he opens them on his PC?
    And I do recheck and open and repen my paper to check and recheck my margins before I submit it and all is fine on my end.
    Thanks for your help.

    nnigel, Welcome to the discussion area!
    I've been reading thru the discussions and yet to find a clear answer on how to transfer files from my external HD to time capsule.
    If it is directly connected to your Mac via USB or FireWire, Time Machine will include it in the backup.
    ...but is it difficult to point the library to the music file on the Time Capsule?
    iTunes for Windows: Moving your iTunes Music folder

  • Broadcasting in EXCEL export to PDF, Bex Analyzer

    Hi!
    The user wants to export the Bex Analyzer Workbook (excel) to PDF... HOW CAN I DO IT???
    Thanks a lot...

    Hi Leticia,
    Here's are some things you can do with Broadcaster...
    1.  Broadcast a workbook from BEx Analyzer (must have Precalc Server set up for this).   You cannot Broadcast in .pdf format from an Excel workbook.  There will be no option in Broadcaster for that.
    2.  Broadcast a .pdf from Report Designer where your Excel query needs to be highly formatted.  Create the Enterprise (RD) report first from your query, then you can Broadcast from there.
    3.  Broadcast a .pdf from Query Designer.  Open the query and create a Broadcast Setting from the query itself and select .pdf as the format.  The only difference between this and #2 above is that the .pdf won't be so nicely formatted as the Report Designer version of the query.  However, you don't have to go to the trouble of creating the Enterprise (RD) version of the report using this option.
    4.  Broadcast a .pdf from a Web Template.  You could publish the query to the Web and then create the Broadcast setting from the Web Template and select .pdf as the format.
    5.  Also Broadcast in other formats (i.e. Excel (XML), Portal, etc.) from Query Designer, etc.
    The best looking (nicest format) .pdf would be Broadcast from a Report Designer version of the Query.  The nicest Excel version would be from a Workbook within BEx Analyzer (where it would be Broadcast exactly the way it looks in BEx).  But, per my comments above, you have other options.  These of course are not every option but only pertain to your question about Broadcasting as a .pdf.
    Hope this helps!

  • How to use information broadcasting bursting option?

    Hi all,
    I am unable to find the option for the information broadcasting bursting option? can anyone pls advise me on this!!
    I have the precalculation server but still i cant find the bursting option ? were can i see it?
    Thanks
    Pooja

    Hi Pooja,
    Are your precal server setting are ok? Check the settings for the pre calcualtion server once.
    Check the below links
    /people/community.user/blog/2006/12/28/exception-broadcasting-in-sap-netweaver-2004s
    http://help.sap.com/saphelp_nw04s/helpdata/en/8c/11984197eb2e7be10000000a1550b0/frameset.htm
    https://service.sap.com/~sapidb/012003146900000085752006E/HowtoInformationBroadcasting.pdf
    /people/sap.user72/blog/2005/12/23/summary-of-new-features-for-information-broadcasting-in-sap-netweaver-2004s
    REgards
    KP

  • How to change text in PDF doc. which is a musical score

    Hello,
    I'm new here, so please excuse me if I do or say something I shouldn't.
    I need to change the words in a musical score because the font is too small. OCR recognition doesn"t work because there are illustrations that are different from images or text... Is there a way to get in there and make the changes I need to do?
    Any help greatly appreciated.

    Thanks for the reply, but I have Adobe Reader 9 Pro. Will it still not 
    work ?
    Le 29 sept. 2011 à 29 sept. 11 - 16:09, Claudio González a écrit :
    Re: How to change text in PDF doc. which is a musical score
    created by Claudio González in Adobe Reader - View the full discussion
    Unfortunately, not with the free Reader.
    Replies to this message go to everyone subscribed to this thread, 
    not directly to the person who posted the message. To post a reply, 
    either reply to this email or visit the message page: [http://forums.adobe.com/message/3944833#3944833
    To unsubscribe from this thread, please visit the message page at [http://forums.adobe.com/message/3944833#3944833
    ]. In the Actions box on the right, click the Stop Email 
    Notifications link.
    Start a new discussion in Adobe Reader by email or at Adobe Forums
    For more information about maintaining your forum email 
    notifications please go to http://forums.adobe.com/message/2936746#2936746

Maybe you are looking for

  • Error while posting unplanned delivery cost

    while posting in MIRO am getting this following error. "Maintain account determination (table T030B) for posting key UPF". can someone explain me the step to configure this in OBYC.

  • Exposure control vs. Brightness control

    Could someone explain the difference between the exposure control (slider) and the brightness control. They both seem to move the histogram in similar manners. And if there is a difference should one always correct for WB first, then exposure, then b

  • Tomcat and java

    please help me .......... [root@rac1 init.d]# tomcat5 debug Using CATALINA_BASE: /usr/share/tomcat5 Using CATALINA_HOME: /usr/share/tomcat5 Using CATALINA_TMPDIR: /usr/share/tomcat5/temp Using JAVA_HOME: /opt/jdk1.5.0_12 Initializing jdb ... runrun o

  • Can anyone send me some docs about dimension analysis?

    hi all Can anyone send me some docs about dimension analysis. What factors should be considered before dimension are created and stuff like that. to my email id [email protected] regds hari

  • My iphone sounds keyboard, notices, ringer have all gone silent.

    My sounds are not working, no ringer, and no key board sound, or alerts. I have tried a total reset, I powered it down, and I turned off the vibrate tab.. The battery charge percentage is also not working now.. Anybody got any suggestions.