Certificate in landscape format

Hi,
I'm still wondering that I found nothing  about printing certificats in landscape format.
I'm not looking for a solution to change the page oriantation. This shouldn't be a big deal. 
The standards certificate function print each characteristic into a single line including limits value and so on. 
In the case you have multiple batches and print all on the cert you will get for each batch the block of characteristics.
I'm wondering that there is a solution to print  the results in kind of table. So the header should be the charcateristic name and limits for example.  And each line shows all the information for a batch.
example :
batch                         *  mic1  *    mic2   *    mic3          *...
limit range                  *  2 -4   *   <200   *    100 - 500  *
unit of measurement *  ms     *      g      *    Ohm          *
batch A                    *  2,4    *    pass    *     425         *
batch B                    *  2,2     *    pass    *     435         *
batch C                    *  3,1    *    pass    *     250          *
Is there a way get the output in that format?
Thanks for your feedback.
Jens
Edited by: Jens Hoene on Jun 9, 2010 4:22 PM

HI FireFighter,
good to know that I wasn't blind about that. And that was nearly that what I  was looking for.
But you mentioned a interesting way to get this done. Currently we use our own SAP script  for the special requirements we have (only some canges from standard form)
But based on the line by line style for the characteristics I wasn't sure how to create the landscape style. So I started the idea to change the print program, because I would like still to have the fexibility from the cert profile. But I was not very happy about this idea.
But I like your idea only to change the SAP script. The numbers of column will not very high and I think this should work if the printout is done in landscape mode, but what column is printed will be different from printout to printout and that is the reson that I would like to use the functon of cert profile.
At the moment I think an "matrix" could work, but not checked yet if this is possible within SAPscript. To work only with hard defined numbers ov SAP script veriable will be very taff, because of the numbers of batches that could be printed on a cert.
So the best case would be if there could be used a dynamic matrix in SAP script. Do you know if this is possible?
Thanks
Jens
Edited by: Jens Hoene on Jun 15, 2010 1:22 PM

Similar Messages

  • SQL Plus command to print a report in Landscape format

    Hi,
    what is the SQL Plus command to print a report in Landscape format?

    841731 wrote:
    Hi,
    what is the SQL Plus command to print a report in Landscape format?SQLPlus doesn't print, and it doesn't know about 'landscape' vs. 'portrait' any more than it knows about fonts. the only 'formatting' it knows is line size, page size. And all it does with line size is know where to insert a CR/LF pair (windows) or a CR (*nix). The only thing it knows to do with page size is repeat column headers.
    The rest is up to whatever application you use to open the pure asciii text spool file.

  • Character mode Report in Landscape Format

    Hi All,
    I want to print my character mode report in landscape format. But I am not getting it. Everytime I get print as Portrait. I am printing from live previewer of report builder.
    I am using Oracle 9i and Report builder 6i (6.0.8.11.3).
    I have done following settings:
    System Parameter ORIENTATION=Landscape
    DESFORMAT=DECLAND.PRT (Given by Oracle)
    In the object navigator I have set following properties for Main Section
    Width=11
    Height=8.5
    Orientation=Landscape
    Char Mode Width=132
    Char Mode height=66
    I have done same settings for Header Section and Trailer Section. Please help me.
    Thanks in advance.
    Regards
    Mona

    You will need to edit prt files to add the printer escape sequences to change the page orientation to landscape. Printer escape sequences can be obtained from the printer manual, or the printer vendor.
    For instance, HP printer escape codes can be obtained from the HP website under the printer support links.
    The steps below describe how to print a landscape, character mode report from a Windows NT PC on an HP 4100N Printer. The 4100N is a dual mode printer that can use either PCL or Postscript printer language.
    1. Use a web browser to navigate to the HP website and obtain the printer escape codes for the HP 4100N. If you are unable to locate the HP4100N printer, look for generic PCL information. The HP site also includes detailed information on the printer command syntax.
    2. The HP4100N printer command for landscape page orientation is "ESC&l1O" - where ESC indicates escape, '&' (ampersand) is the parameterized character, 'l'(lower case letter l) is the group character, '1' (number one) is the printer value character and 'O' (upper case letter O) is the termination character.
    NOTE: The HP documentation uses "EC" to signify the escape character.
    It also suggests pressing CTRL and the letter P together, then
    releasing both keys and pressing the ESC key. If this is done in
    a dos editor, a left arrow will actually be displayed on screen.
    This character cannot be interpreted by Oracle Reports and will
    cause printing errors if used in a .prt file. Instead, just use
    the letters "ESC" to indicate that the code that follows is a printer
    escape sequence.
    3. Make a copy of the wide.prt file and rename it to "mywide.prt."
    4. Add the page orientation escapes to mywide.prt file:
    printer "mywide"
    height 66
    width 132
    before report esc "&l1O" *** Puts Page in Landscape Orientation***
    after page control(L)
    after report esc "&l0O" *** Resets page orientation to Portrait ***
    return control(M)
    linefeed control(J)
    SYNTAX NOTES: The escape sequence must be enclosed in double quotes ("). The above comments regarding page orientation are used to clarify where the escape codes gets added, but they should NOT be used when editing
    the actual .prt file.
    5. Save mywide.prt file to the $ORACLE_HOME\report60\printers\ directory.
    6. Go to Windows PC -> Start -> Settings -> Printers and open the properties for the HP printer. Ensure that the option to "Always Spool Raw Data" is checked. This option is usually under the General Printer
    Options, or Spool Options. On Windows NT, you must have Administrator privileges to change this setting.
    7. Test running the report to the printer and specify desformat mywide. It is not necessary to include the file extension (.prt).
    8. The report will now print in landscape orientation.

  • Dispalying SAP script output in landscape format

    Hello All,
    Could anyone please tell me the step by step process to display a SAP Script output in landscape format?
    Also is it possible to display a column name in 2 lines if it does not fit into 1 line.
    Regards
    Indrajit.

    Hi,
    Here is the way to print the SAPSCRIPT in landscape ..
    Goto SE71, then give you layout name then press change, then press the Header button(CAP ICON), then you will get the Header infomation, then select the Basic Settings pushbutton, then there we have an option to Print the Layout in  Portrait format or Landscapr format, then select the LANDSCAPR format Radio button then activate it
    Regards
    Sudheer

  • Converting a .pfx certificate to x509 format

    Hi Java Gurus,
    I am not able to convert .pfx certificate to x509 format. The jdk1.3 keytool command is not recognizing it.
    I have to do the following.
    1. Open internet explorer
    2. Type website address, click on go
    3. Browser pops a "Client Authencitation" window.
    I click the required certificate and click on ok
    4. Get connected to the website
    Now how do I do the same thing from the command line using a Java Client.
    Any help/hints/guidance is highly appericiated.
    Thanx in advance
    Moses

    If you have windows 2000, you can convert the cert to PKCS#7 format by (1) install the cert within windows; (2) goto Run and type in MMC and add the component "Certificates"; (3) find the cert listed and right-click and select Export. This will allow you to export the file out in a couple differing formats, including PKCS#7 (*.p7b) which keytool will see as a valid cert chain. (Make sure when you export as *p7b file, you check the option for "Include all certificates...")                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to create xml template in landscape format

    Hello Everyone,
    I am trying to create a template in Landscape format in xml publisher. But when i upload and run, the output is in portrait format only.
    Any suggestions would be helpful.
    Thank You
    Kumar

    Hi,
    You should change the orientation in word, and in EBS define de output of the concurrent program as xml.
    That should do it.

  • Landscape formatting question

    Can anyone help me with a formatting question? I have a number of PDFs that are landscape format. Every time I open them they default to portrait, even when I change orientation in page set-up and re-save...

    You are only changing the view, not the pdf. Use the Rotate command in the Document menu, not the view menu.

  • PDF in Landscape format

    Hi,
    ESS is displaying a smartform as PDF.
    The smartform is generated in landscape format.
    And this is rendered in portal as PDF in portrait format.
    Do we have any way to render the PDF in landscape format?
    Regards,
    Nagaraju Donikena.

    Changing the attributes can solve this problem.
    We did the changes in R/3 to solve this issue.
    --Nagaraju Donikena

  • Smartforms in Zebra Printer - Landscape Format

    Hi all,
              I have two issues....Kindly help me in this regard.
    1) I have developed 9 labels in smart forms (all to be printed in Zebra printer) of which 4 should be in Landscape format. I have changed the settings in my smart form(Page>OutputOption>Landscape) for the 4 labels.So, when I give the printout of all the 9 labels these 4 alone should be in Landscape format ad the rest in Portrait format.
    But, every label comes in Portrait format only.
    2) In the above label in 1 particular label half of the label is completely black and only remaining half is seen.
    I have used the device type :- ZLZEB2 based on the SAP Notes 750002 and 750772.
    Kindly help me in this regard as the requirement is pretty urgent.Any information would be helpful.
    Thanks & Regards,
    Ramky.G

    Hello Martin,
    Yes, I know about the sap-notes and have tried the tips too. However, the printout is all mugged up on the same line. This my problem. I will try with new-line command and see if the lines print would be seperated line for line.
    Do you have an example for me, with screen shots etc?
    However, thanks. I have given points
    Blacky.
    Edited by: BlackMoses on Mar 10, 2008 8:08 AM

  • SMARTFORM PO BACKPAGE LANDSCAP FORMAT

    hi,
    It is a smartform in Landscape format.
    I have a problem in smartforms front and back printing.
    Ihave three pages, First page, back page (has terms and condition) and next page.
    when taking the printout First page comes correctly, but the back page comes as reverse order,  I change the print mode to Tumble duplex, it also comes as old one.
    Please help me where i have to do the changes.

    Hi,
    Tumble duplex will print in reverse order. It should come proper if you have used Duplex mode(D).
    Thanks and Regards,
    Bharat Kumar Reddy.V

  • Pritn foramt for the report output in Landscape Format

    I have a question about how we can get a spool output switched to fit to a Landscape format - it is currently printing format 90x120 on a Letter size ( Portrait format ) - it's a report output

    Hi
    You can write the code during the PRINT COMMAND  to specify the Size of the Print  Layout(see the F1 help om NEW-PAGE PRINT ON )
    generally when the Size of the report is suitable to LANDSCAPE while printing while selecting the printer we select the printer properlies as LANDscape and print
    Regards
    Anji

  • Printing to Landscape format, not Portrait

    Hello,
    I'm trying to turn a PDF that was created in Landscape format
    into a Flash Paper SWF. When I drag the PDF onto Flash Paper, it
    creates a SWF but in a Portrait (print) format. This isn't
    acceptable because you can't read the content (unless you hold your
    laptop sideways for the whole thing). I didn't see an option
    anywhere in Flash Paper to set this. I imagine there must be a way
    to do this?

    After additional research I have found that the only way to get my labels to consistently print in landscape is to edit them with a previous version of Crystal.
    I had hoped that I could save to a previous version from Crystal 2008 but there is no option to do this. I was thinking this because MS Word and MS Excel can saave to previous versions (2007 will save to 95 etc.)
    Hope this helps others.
    Brad

  • View in Landscape format

    Hello,
    I have a PDF file where all of the pages display in portrait format.  I want to change some of the pages to display in landscape format.  I then want to save it so that when visitors to my website will view it in the format that I have set (either portrait or landscape).  I used to be able to do this Acrobat 8 Pro by rotating the pages the way I wanted them and then saving the PDF.  This doesn't seem to work in Acorbat 9 Pro.  Is there a way to accomplish this in Acrobat 9?

    Hi,
    This still should work in Acrobat 9. Select the page you want to rotate and select Document: Rotate Pages. . .
    Save the file.

  • Why can't we text or email in landscape format?

    just curious why we cannot text or email in landscape format. I would appreciate the larger keyboard...

    I just sent this message to:
    http://www.apple.com/feedback/iphone.html
    ===============================================================================
    I just bought a new Apple iPhone 3G. I am very happy with the functionality of the phone with one BIG exception.
    That is the fact that the wider Landscape orientation of the Keyboard is only available while using the Safari and not on the Notes, Email or Text Messaging applications!
    WHY would this be? The larger keys and the slightly larger space between the keys in the Landscape orientation makes all the difference in the world in the ease and accuracy of typing on this virtual keyboard.
    The phone clearly has the ability to change from Protrait to Landscape with the built in accelerometer.
    For younger users and/or those with more agility and smalle fingers, the Portrait orientation of the keyboard probably is not a problem for them.
    But, I am a Senior Citizen with big, fat and shaky fingers and I can just about type properly in Landscape. In Portrait, I hit the "Back" arrow button about as often as every key! This is VERY frustrating when I cannot think of ANY reason whatsoever for Apple to leave the iPhone with this clear deficiency.
    If the Software Developers at Apple think that Portrait orientation is appropriate for some apps and not for others....fine! But, just give us an optional setting so that we can choose which is best for us to select depending upon the application we are typing in ....Portrait or Landscape...then EVERYONE will be happy!!!!
    PLEASE make this simple and obvious change in your next Firmware Update for your otherwise wonderful product!
    Thank you!
    Charles I. Proche
    ================================================================================
    I have read many comments on this and other issues and the same refrain is repeated over and over again:
    "APPLE JUST DOESN'T CARE WHAT THIER CUSTOMERS WANT OR DON'T WANT IN A PRODUCT...THEY WILL GIVE US WHAT THEY THINK WE WANT AND THAT IS THAT!"
    I have to believe that if enough iPhone buyers and potential buyers wrote to the Feedback site with the same issue that they would at least CONSIDER making this simple and obvious enhancement!
    Charles I. Proche

  • Landscape format changing to portrait from 2 page onwards which is issue

    Hi Guru's,
    I have an issue when printing smartform. In my case I have one page only and there is a table in that. I want to print output in landscape format. But when I am printing the output, first page is printing in landscape but other pages are printing in portrait with out any reason.  I want All pages must be in landscape only.
    Could you please help me how to resolve this issues.
    Thanks for your time.
    Regards,
    J.Prakash

    It's a problem with SPAD settings.

Maybe you are looking for

  • IPhone Purchasing Questions

    So, I'm 20 and still don't have credit. I wouldn't be so eager to get it either, but AT&T want me to throw down $500 for a deposit when I buy my iPhone. I just don't have that kind of money right now. I've already budgeted for the cost of the phone a

  • Can only send 1 Text/MMS at a time

    Prior to this update, I could send a "mass" text message ( WITHOUT PICTURES ) now I can only send out one at a time. This is a very annoying problem when you have to to send he same text message to 4-5 people. I can't now, I get "send failure". Of co

  • Problems with exporting after Facebook export installation

    Hi there, I installed the Facebook exporter app and then discovered my iPhoto is too old (it is iPhoto 4). Thereafter I was unable to export anything because my mac would crash. So I uninstalled the app and since then my normal export button is missi

  • Hardlinking via Finder or SSH

    Hi, I am running a mac mini as a file server connected to a drobo to store all my files in a central place. The issue that I am having is that I would like to use hard links instead of aliases, is there a way to do this from a remote machine or the m

  • Passing report results parameters to different page

    Hi y'all, I was wondering how report results (results acquired by custom written sql query) can be passed to different pages? Can anyone help or provide me with a link which can point me to some documentation on this subject. Thanks, Cleo