Incomplete print out

Hi there. Good day. I’m a new member of your site and I'm sure you guys can help me regarding printing in SAP. I tried to print some open items in SAP in a landscape format, but when I see the print outs, each page is missing the lower portion. Almost four lines are missing. I tried to print on a portrait format and it was successful.  My manager wants to print the data’s in landscape. Is there a page set-up in SAP where I can change the spacing of each line? Maybe that can be a solution.  Your response is greatly appreciated. Thank you.

hi,
Welcome to SDN forum.
<b>Setting Print Parameters from within the Program</b>
If you use the print statements
1) NEW-PAGE PRINT ON
2) SUBMIT ... TO SAP-SPOOL
3) CALL FUNCTION 'JOB-SUBMIT'
you set the print parameters from within the program, using the corresponding options of the print statements. You can either display or suppress the Print parameters dialog box.
To ensure that the parameters are sent to the spool system properly and completely, you should always transfer the entire parameter set with the print statements. To create a parameter set, use the function module <b>GET_PRINT_PARAMETERS</b>.
<b>You can also view the following code :</b>
Normal definition of the print parameters
DATA: PARAMS LIKE PRI_PARAMS,
VALID TYPE C.
CALL FUNCTION 'GET_PRINT_PARAMETERS'
EXPORTING DESTINATION = 'LT50'
IMPORTING OUT_PARAMETERS = PARAMS
VALID = VALID.
IF VALID <> SPACE.
NEW-PAGE PRINT ON PARAMETERS PARAMS.
ENDIF.
Definition of the parameters for printing and archiving
DATA: PRI_PARAMS LIKE PRI_PARAMS,
ARC_PARAMS LIKE ARC_PARAMS,
VALID TYPE C.
CALL FUNCTION 'GET_PRINT_PARAMETERS'
IMPORTING OUT_PARAMETERS = PRI_PARAMS
OUT_ARCHIVE_PARAMETERS = ARC_PARAMS
VALID = VALID.
IF VALID <> SPACE.
NEW-PAGE PRINT ON PARAMETERS PRI_PARAMS
ARCHIVE PARAMETERS ARC_PARAMS.
ENDIF.
Definition of the parameters for a background job
DATA: PARAMS LIKE PRI_PARAMS,
VALID TYPE C.
CALL FUNCTION 'GET_PRINT_PARAMETERS'
EXPORTING MODE = 'BATCH'
REPORT = 'MYREPORT'
IMPORTING OUT_PARAMETERS = PARAMS
VALID = VALID.
IF VALID <> SPACE.
CALL FUNCTION 'JOB_OPEN' .... EXPORTING JOBCOUNT ...
SUBMIT MYREPORT VIA JOB 'MY_JOB' NUMBER JOBCOUNT
TO SAP-SPOOL WITHOUT SPOOL DYNPRO
SPOOL PARAMTERS PARAMS.
CALL FUNCTION 'JOB_CLOSE' ...
ENDIF.
Modifying the print parameters
CALL FUNCTION 'GET_PRINT_PARAMETERS' "Obtain print
EXPORTING NO_DIALOG = 'X' "parameters
IMPORTING OUT_PARAMETERS = PARAMS.
CALL FUNCTION 'GET_PRINT_PARAMETERS' "Modify print
EXPORTING NO_DIALOG = 'X' "parameters
IN_PARAMETERS = PARAMS
LIST_NAME = 'NEW-LIST'
IMPORTING OUT_PARAMETERS = PARAMS.
Reward with points if it is helpful
Cheers
ALfred

Similar Messages

  • Why Does iPhoto 08 Crop Print Outs ???

    Hi. I would appreciate a little help here.
    I am trying to print out some 8" x 10" photos with borders, in landscape paper orientation, using an Intel Dual Core iMac, Mac OS 10.4.11, iPhoto 08 ver 7.1.2, approved HP Printer and HP Driver, on 8 1/2" x 11" HP Premium Photo Paper, at maximum dpi.
    File resolutions are generally:
    1600 x 1200 (2 Mega Pixels, 4:3 image aspect ratio, 395 KB file size),
    2048 x 1536 (3 Mega Pixels, 4:3 image aspect ratio, 790 KB file size),
    2560 x 1920 (5 Mega Pixels, 4:3 image aspect ratio, 2.2 MB file size), and
    3264 x 2448 (8 Mega Pixels, 4:3 image aspect ratio, 3.6 MB file size).
    The problem I'm having is that iPhoto prints the photo by cropping approx 1/4" off the left side and 1/2" off the right side of the screen image without indicating there will be any loss of image content. The screen image DOES NOT accurately reflect the printed image.
    Like most people that take pictures, I frame the shots the way I wanted the picture to look. In a picture of a family reunion the person on the far left would have half his head and body chopped off (missing) while the person on the far right would be totally cut out (missing). What I see on the screen IS NOT what I get when printed out. And of course, it does this consistently without warning. Why?
    I would accept uneven borders, but want the entire picture to print. Something I would have thought to be the default settings for iPhoto when printing "with borders." Foolish me.
    I understand some cropping might have to take place when printing "border-less" printouts, but not for those "with borders." There out to be a law against doing this without conscent.
    HP PhotoSmart will do this for me, but it's rather a hassle to have to transfer pictures over each time I want a satisfactory print out.
    How do I get my pictures in iPhoto 08 to print out "entirely?" Dare I say "normally?"
    Have tried many settings changes in iPhoto and Preview to no avail.
    Please help.

    Hi LarryNH,
    Thanks for your timely reply.
    Ok, let's do the math. What the heck?
    Pick out a photo in your iPhoto library that you can view and print out in Landscape View.
    Preferably a photo that you can instantly recognize the border changes in, or with rulers or grid lines. If possible, let's make it an image with a 4:3 ratio too.
    Chances are you will be able to see the entire photo on your screen — even though your screen mostly likely is not one with a 4:3 image aspect ratio (pixel Width divided by pixel Height). Hmmmmmm.
    Now print out the photo using iPhoto 08, letter paper size with borders. (Save yourself some ink by choosing the lowest dpi or fast printing)
    For me, actual image size was 10 1/16 "W by 8 1/4 "H. The letter paper size print out has a 5/16 " border on the left and a 5/8 " border on the right (not centered, even though it's supposed to be). Both top and botton borders measure 1/8 " (centered, like its supposed to be).
    Notice any chopping off of the image on the left and right sides when compared to the screen image? Hmmmmm.
    When I print the same photo using HP PhotoSmart
    For me, the actual image size is somewhat smaller: 9 13/16 "W by 8 3/8 "H. The letter paper size print out has a 9/16 " border on the left and a 10/16 " border on the right (approximately centered). The top border is 1/2 " and the botton border ise 9/16 " (again, approximately centered). BUT MOST IMPORTANT, the image of the photo I see on the screen is "entirely" present on the print out.
    The original photo has a 4:3 (or 1.3333) image ratio (4 divided by 3).
    Apple is printing out an incomplete horizontally uncentered image with a 1.2197 ratio (10 1/16 "W divided 8 1/4 "H).
    HP PhotoSmart is printing out a complete image with a 1.1716 ratio (9 13/16 "W divided by 8 3/8 "H), but at least it is a complete image and it is approximately centered.
    Besides Larry, I bought a Mac. I shouldn't have to do the physics and math. Apple should be, thus making life easier for you and me. I hope they're listening.
    I have been totally unable to coax a complete image out of iPhoto, let alone one properly centered.
    I have been trying to print photos from Events. I'm going to try one from Albums next.
    If you find a work around in iPhoto, please let me know. With borders it is do-able, as HP PhotoSmart has proven. I just wish iPhoto could do the same.
    Got-A-Question

  • Incomplete Print and error massage

    Dear sir
    i just purchased one HP Deskjet 2545 all in one printer. I am a novice user.
    i have already set up it wirelessly. I just turned the wifi-direct and wifi on my printer. Connected from my pc wifi  with the passcode which printed automatically. then followed the steps with usb connected.I have given few single page print and its all ok. But when i have given print of a pdf file having 5 pages, it printed the last page correctly but it delivered an incomplete print of page 4 and it stopped. all the remaining 3 pages have not benn printed. I got a notification like "print error. an error occurred while printing". i tried the same print for thrice, and every time it finished with the same result. i observed, the incomplete print dont have few lines of the last paragraph and also the mergins are out of paper.
    Then i have given print separately for 5 times by mentioning different page numbers each time and the it got printed. kindly solve this issue as i have to print at least 50 pages per day.
    Regards

    Hello again.
    Please click on the HP Print and Scan Doctor to troubleshoot your printing issues. If this does NOT resolve your issue, please feel free to write back.
    Thanks again
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • I get incomplete printing for anything in black ink. and test bars are also faint

    when printing documents the text in black comes out incomplete, some are fine, others are missing.  color images, printing are fine.  Test page comes out with extremely light for the black toner images as well as the black bars

    Hi @denwa13,
    Welcome to the HP Forums!
    I understand that you are getting incomplete printing for anything in black ink, and test bars are also faint. I am happy to help you with this printing issue!
    For further assistance, I will need some additional information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the printer is able to make copies.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
    If you are using Windows, please try our HP Print and Scan Doctor, and post the results!
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • How can I print out the file directory?

    Years ago, I could print out a list of files in a folder from the finder window. Is there now a workaround utility to do that? I don't want to use screen shots, as the directory is too long and would require several screen shots.  thx.

    http://hints.macworld.com/article.php?story=20060720174103802
    or
    http://reviews.cnet.com/8301-13727_7-20026446-263.html

  • How can I print out the graph I need only, without the controls and indicators?

    I'm doing some programming in LABVIEW. I need to print out only the graph, without the buttons, controls, indicators. I tried to look for such a function in LABVIEW, but in vain. How can I achieve the result I expect in my programming?

    Hi Fenny,
    you should use the report generation functions to create a report containing your graph image and print it.
    Take a look at the Sample Test Report.vi you find in the report examples of LV.
    Just look at the part of the diagram where it is used Append Control Image to report.vi (in the center of the report functions chain); a graph reference is wired to the Ctrl reference input ( to create a reference of your graph right click on it and select create reference).
    Let me know if you need more help,
    Alberto

  • How can I print out the contents of my hardrive

    I have a hardrive with about 200 video clips and need to print the titles for cross refrerencing. I was just going to "grab" screenshots but this will take about ten sheets of paper. How can I print out a list of all the files on the drive?

    I tried this Finder drag method & discovered that it is very important to set the blank TextEdit document to plain text before the drag (from the format menu or with Cmd-shift-t). If you don't, TextEdit attempts to load the content of the files!
    Once I discovered this, I tried the method with Find (Cmd-F) results & it works for that, too. This means that by choosing the right combination of search location(s) & search criteria, you can extend the method to filter the list to just about any files you want, which could be very handy.
    For instance, set the "Kind" criteria to "QuickTime Movie" & location to "Computer" & you get a list of every QT movie. Or set the search location to the folder containing the movies of interest & you get all of them, including ones in subfolders. You could also use the 'date created' or other search criteria to filter the list to a specific subset of movies (or whatever).
    If you need to do this often, you could create one or more 'Smart Folders' with the criteria preloaded for each search.
    The only drawback I see for either Finder based method is the full path one. If you are getting results from just one or a few folders, Find & Replace can delete any of the path name fairly easily, but it becomes a chore if there are a lot of different ones. Some other text editor, like TexEdit Pro, that supports grep searches would be handy here, but since I'm not up to speed on grep, someone else will have to explain how to use it for this, if they want.

  • How can i print out the waveform chart?

      hello everybody,
    how can i print out the "waveform chart". can i do it just push the button. ( example; stop button is stop the program etc..)
    i checked the NI examples but i can't understand. i'm new to the Labview.
    pls help me.
    i added the my program
    look forward your reply
    regards from turkey...
    Message Edited by hknmkt on 05-29-2008 04:15 AM
    Attachments:
    29.05.2008_11.vi ‏37 KB

        hi jim,
    i tried the program but it's not running. When i run the program, it's print out without run the program
    i added the printed file.
    look forward your reply
    hakan
    Attachments:
    error8.JPG ‏8 KB

  • PO print out of delivery schedule

    Hi,
    Suppose I am generating a PO , in some cases I will be giving delivery schedule for some items in item details.
    I want this to come in the print out.
    But its not coming .
    Please advise.
    regards,

    Hi
    You can include logic with the help of Developre, If information is there in EKET for Purchase order ask him to include in print.
    regards
    Srinivas

  • How to print out wallet size photos on 6510 e-all-in-one series photosmart printer

    want to print out wallet size photos (size 3 and a half x 2 and a half).  I have windows XP and my printer is the photosmart 6510 e-all-in-one series

    You will have to change the settings in the photo editing software and put 2 wallets on a 4x6 or 9 wallets on a full page.  The photo tray will not take paper smaller than 4x6.
    SandyBob
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP
    1-800-474-6836

  • Freezing when trying to print out PDF?

    Trying to print out PDF of Aperture 'book'. Each time it freezes on the same page ... this particular page is where I have one image stretched across two pages. Is this possibly a glitch with Aperture?
    Ben
    I've trashed my preferences several times; doesn't seem to help. I've also tried to use two copies of the same picture (right half on right page, left half on left page); but that doesn't work too well, as Aperture seems to want to favor one side or the other – and thus I can't adjust the two sides to match up properly.
    Any suggestions would be most appreciated, thank you,
    Ben

    Hi Allen,
    I'm all topped up, big graphics card, latest ver. of Tiger, permissions repaired every day or so. The mystery continues.
    I love the IDEA of the two page spread. Have longed for it in Pages, where I'm producing a whole series of books ... a lot of two page spreads (but done by using two versions of the same still).
    Thanks,
    Ben

  • New Ink Cartridge but can not print out/copy any document.

    I have HP Printer Deskjet 1050. I've just bought 1 x Original HP Ink Cartridge Colour Black No.61 that can be used as well for my HP Deskjet 1050 (because I could't get No.802 Black Cartridge). I have pulled out the empty one and pushed the new one in until I heard snap sound (I've followed as what is in the instruction poster). Before my old Ink was empty, I was able to print either black or colour. Now, after I've got new one pushed in, I couldn't print nothing, even the alignment page doesn't automatically print out after all cartridges are pushed in and cartridge door was closed. My Black Ink warning light is blinking all the time. I can scan to my computer/laptop but can not print it out or make copy from the printer. This printer is not compatible for my laptop with OS Windows 8.1 (64-bit), but I was able to use my printer for printing thru my laptop by using HP AiO Printer Remote. Please help?

    Hi @KroebY, 
    Welcome to the HP support Forums! I see you have replaced the black cartridge on your HP Deskjet 1010, but it is not registering the new cartridge. You are unable to copy or print, you can make a scan. I notice you said your DJ 1010 was not compatible with the Windows 8.1 Operating system, there are full feature software and drivers available for your printer.
    Let's start troubleshooting the print quality issues: Printer Prints a Blank Page or Does Not Print Black or Color Ink for the HP Deskjet Ink Advantage an...
    Does this help, are you now able to print and make a copy? If yes, continue below:
    Now, the software:
    1. Unplug the USB if using a direct connection.
    2. Remove the HP DJ 1010 software from your computers Control Panel's Uninstall a program option.
    3. Restart the computer.
    4. Make sure all the DJ 1010 software is gone from the programs list as well as your HP folder listed under the All programs in your Start Menu.
    5. Now go ahead and download the software and drivers for your DJ 1010 (DO NOT plug in USB until the software prompts you to):
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=dj-117518-4&cc=us&dlc=en&lc=en...
    6. Go ahead and print a test page.
    7. If you are unable to print a test page, please run the HP Print and Scan Doctor- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    Please let me know if you are not able to print, and if the installation was successful.  I will watch for your reply.
    Thank you,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Print out in MB90 for GRN is not coming in English

    Dear Friends,
    While taking the print out in MB90 for GRN document, it is not coming in English.It is coming in some unreadableformat.
    In MN21 I have mentioned the language as EN.
    In the configuration of output type WE03 I have mentioned the language as EN intransaction code M706.
    A reply will be highly appreaciated.
    Regards
    Rutabhadra Panda

    hi
    check whether the printer you installed is having the proper driver.

  • Material price is not coming in PO print out

    Hi
    I am facing a problem for a cost cenetr PO material price is not coming in print preview as welll as in print out for a particular PO  what can be the problem.
    regards,
    zafar

    Solution in this link Print priview of Purchase Order

  • How t print out selected values from a Jlist

    hi iam trying to get the selected values from a list to print out as a string but iam getting ,Invalid cast from java.lang.Object[] to java.lang.String.is there any way to get the selected values t print ut as a string?? import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class MultipleSelection2 extends JFrame {
    private JList colorList, copyList;
    private JButton copy;
    private String colorNames[] =
    { "Black", "Blue", "Cyan", "Dark Gray", "Gray",
    "Green", "Light Gray", "Magenta", "Orange", "Pink",
    "Red", "White", "Yellow" };
    public MultipleSelection2()
    super( "Multiple Selection Lists" );
    Container c = getContentPane();
    c.setLayout( new FlowLayout() );
    colorList = new JList( colorNames );
    colorList.setVisibleRowCount( 5 );
    colorList.setFixedCellHeight( 15 );
    colorList.setSelectionMode(
    ListSelectionModel.MULTIPLE_INTERVAL_SELECTION );
    c.add( new JScrollPane( colorList ) );
    // create copy button
    copy = new JButton( "Copy >>>" );
    copy.addActionListener(
    new ActionListener() {
    public void actionPerformed( ActionEvent e )
    // place selected values in copyList
    copyList.setListData(
    colorList.getSelectedValues());
    String s1 =(String)colorList.getSelectedValues();

    Since the JList method 'getSelectedValues' returns an object array you'll need to iterate through the array and cast each object in the array to a string as you access them.
    Object[] o = colorList.getSelectedValues();
    for(int count=0,end=o.length; count<end; count++) {
    String s = (String) o[count];
    Hope that helps
    Talden

Maybe you are looking for

  • PDF files open very slowly or not at all.

    I am experiencing an issue on a clients network where most pdf files open extremely slow or not at all. This issue is being experieced by both pc and mac uses, computers on and off the domain. Any one connected to the network. Has anyone seen an issu

  • Unable to log into iCloud because old email pops up requesting password. Password not working and unable to receive reset

    I changed the main email on my Appleid a few months back. Everything worked fine until uppgrading to iOS7 on my phone. I am now unable to log into iCloud because the old email pops up and requesting password which is not working. I cannot rest the pa

  • Bootcamp - Startup disc error

    Hello,   I have a Macbook Pro mid 2010, Mac OS X 10.7.4 (11E53) Kernel Version:  Darwin 11.4.0 and I have also Windows 7 Ultimate using VMware. But something changed apparently, because previosuly it booted straight to Windows, but now it boots strai

  • Why won't movies sync to iPhone?

    I have a first generation 8GB iPhone. Up until recently, I could sync any purchased TV Shows and Movies. I can no longer get this to work. I have checked the box for I have 2.09 GB available. I've checked the boxes "Sync 1 most recent episodes of:" a

  • InDesign to eps problem

    When exporting an indesign file as an eps sometimes around a circular logo the background area will stay white behind it, so when put against a colored background it will show up white behind the logo instead of the color of the background.  How do I