Handling PRINT option in OO-ALV PAI

Hi,
I am using OO-ALV with 6 Grids.I have split the containers and populated the 6 Grids. My requirement is to print all of them in one go( i.e without using individual toolbars)
I created a GUI Status and included the Icon for "Print". I am not being able to figure out how do I handle this in PAI.  i.e after
Case Sy-Ucomm.
When 'PRINT'.
Please let me know if some function module would be of some help OR/AND anything more to be done.
Please help. Thanks in advance!!
Sowrabha

Hi,
First fill your Selection Screen data, then Press F9 or From Menu  Program->Execute in Background->
then one popup comes for Printer details , then give the correct details, and then ok, then you can reach the JOB setting window, here click on Immediate and then press save button. then use SM37 transaction and check the Job status , if it is finished you will see the spool using that you can take print(if you give the option spool while giving printer details).
Regards
vijay

Similar Messages

  • How to hide Print and Filter option from dynamic ALV

    Hi,
    I have created the dynamic ALV. now User don't wan't Filter , export,print Option on the ALV dispaly.
    Could you please tell me How to hide Print and Filter option from dynamic ALV.
    Thanks and regards
    Amita.

    Hi,
    Please go through the following link to get an better idea on ALV.
    [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9&overridelayout=true]
    This is the code  which you have to write in  WDDOINIT
    DATA LO_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
    LO_CMP_USAGE =   WD_THIS->WD_CPUSE_ALV_TEST( ).
    IF LO_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
      LO_CMP_USAGE->CREATE_COMPONENT( ).
    ENDIF.
    DATA LO_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
          LO_INTERFACECONTROLLER =   WD_THIS->WD_CPIFC_ALV_TEST( ).
            DATA LO_VALUE TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
            LO_VALUE = LO_INTERFACECONTROLLER->GET_MODEL(
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_EXPORT_ALLOWED( abap_false ).
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_PDF_ALLOWED( abap_false ).
    lo_value->IF_SALV_WD_STD_FUNCTIONS~SET_VIEW_LIST_ALLOWED( abap_false ).

  • Output print options for alv which has more than 30 cloumns

    hi,
    if an alv output(oops or normal ) has 30 coloumns in the output,
    if i give print option in the spool i check it will have only 13 coloumns generated other coloumns are not at displayed. how to get all the coloumns print in the spool if alv has more than 30 coloumns.
    regards,
    narsimha.

    Hi Narsimha,
    Its the limit in background that u can print only 255 characters.
    Regards
    Lalit

  • Problem with 'PRINT' button in OOPs ALV

    Hi All,
    I have developed a OOPs based ALV report. When ever we create an ALV we also have to create Menu bar I did that providing fuctionality for 'BACK' and 'CANCEL' buttons in main toolbar. But user wants funtionality for 'SAVE' and 'PRINT'.
    How do I do this ?  Is there any stadard code which I can paste in PAI and use it. Classic ALVs handle this by default and OOPs doesn't do this it handles only a table level. But in my report I have a header information also. If user uses the standard 'PRINT' button at table level, only table contents are printed not the header information.
    Please let me know how to handle 'PRINT' & 'SAVE' button in OOPs ALV.
    Thanks in advance.

    Hi Ravindar,
      This programe BCALV_TEST_GRID_PRINT has used the normal class cl_gui_alv_grid where as I have used CL_GUI_ALV_TREE class.
    Regards,
    Deepthi.

  • Print Screen Data Containing ALV

    Hi,
    I Have a application where in a screen I have a Text Box below which is an ALV. Now I have a custom button named PRINT.  When we press the print it should sent a print to the local printer containing the text box and ALV data in it. So it should like as it was in the screen. Knowing that menu bar and ALV has the standard print option, but the client requirement asks for this.
    Please throw some input on this.
    Regards,
    Jagath.

    Hi,
    Try handling this using the events. for the UCOMM for the button print, code the same functionality as in the standard tool bar PRINT button.
    Rgds,
    HR

  • Iphoto 08 Printing Options limited???

    Is it me? or is the new Iphoto in I LIFE 08 more limited in it's printing options.
    In 06 and earlier it had options for printing greeting cards, n-up and other options for printing.
    Now it seems if you want to take an image ie. and print your own greeting card.. you can only
    do a greeting card if you purchase it thru apple ?? is it me or is there something Im missing?
    Also wondering how to print to standard Epson or Kodak Photo paper templates from i photo?

    ericsf:
    Welcome to the Apple Discussions. iPhoto 6's greeting cards were difficult to print as they, as the current batch, were based on 7 x 10 inch stock. to print both sides in register one would have to trim the stock to 7 x 10 beforehand and have a printer that would handle 7 x 10 borderless. I don't know of any printers that do support 7 x 10 borderless. It's the same with iPhoto 7.
    If you have a 3rd party editor that supports layers, Photoshop Elements, Photoshop or Pixelmator, you can follow Tutorial #8 to print the cards borderless.
    The n-up is possible but more difficult to find and execute. See Anastassios T's post in this thread: http://discussions.apple.com/thread.jspa?threadID=1142792&tstart=0.
    Happy Holidays
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Printer option in selection screen (Input Parameter)

    Hi All,
    I want to give printer option in selection screen.
    Please do needful help.
    Regards.

    Hi,
    in the PF-STATUS if u enable the Printer Icon on Application Tool Bar and in the PAI Event in the
    User Command Module get the FCODE and apply the following FM ALINK_PRINT_FRONTEND
    Hope this works ....
    Best of luck!!
    Thanks
    Ravi

  • Missing print options - Canon MP600 and ????

    Well I discovered the hard way another function deleted in SL!
    I have a Canon MP600 multifunction unit. Now when I go to print, I can NOT specify certain pages to print such as 1, 3, 7, 10. In Tiger & Leopard I could.
    I finally found the option for printing all even or all odd pages under "Paper Handling". This helps but this means I have to switch to another screen to get that option. And why there instead of under instead of "Duplex Printing and Margin", a more logical place for the even or odd selection if not on the main page.
    Also missing is the option to just print the current page.
    For one document I wanted to print, I selected the pages one-by-one on the first page of the printer dialogue by selection a range of say 3 to 3.
    Is this all the SL printer driver? Will the old Leopard driver work? If so how do I get it back?

    John Mertes wrote:
    I have a Canon MP600 multifunction unit. Now when I go to print, I can NOT specify certain pages to print such as 1, 3, 7, 10. In Tiger & Leopard I could.
    I agree with Todd. You must have been using Office or Acrobat or some other application that provided this feature. The Preview application included with 10.6 has exactly the same print options as that provided with 10.5.
    I finally found the option for printing all even or all odd pages under "Paper Handling". This helps but this means I have to switch to another screen to get that option. And why there instead of under instead of "Duplex Printing and Margin", a more logical place for the even or odd selection if not on the main page.
    The Duplex Printing menu is provided by Canon. It is known as a PDE (Print Dialog Extension). When you think about, if the printer can print duplex then you usually don't want to print odd or even pages. This is more suited for printers that have no duplex option, where you would need to print one side then reload and print the other - hence it being provided by Apple and not the vendor.
    Also missing is the option to just print the current page.
    Preview does have an additional menu under File called 'Print Selected Page'.
    For one document I wanted to print, I selected the pages one-by-one on the first page of the printer dialogue by selection a range of say 3 to 3.
    That was also the case with Preview on 10.5. So again, you must be referring to a particular application that had print current page. BTW - if it was Acrobat you were using on 10.5 then this is still available with 10.6.
    Is this all the SL printer driver? Will the old Leopard driver work? If so how do I get it back?
    No. The issues you are mentioning appear to be application specific. As for installing the Leopard driver on 10.6, I don't believe the driver v5.8.3 for 10.5 and earlier can be used on 10.6. In testing the installation of the v5.8.3 driver on 10.6, it did appear to install but without an MP600 to connect to I cannot be certain it will work. So you may need to test this yourself. But that said, I don't believe the v5.8.3 driver will give you back the settings you want...
    Pahu

  • Where are all my print options?

    I've installed an Espson Stylus Photo 2200 and a Cannon Pixma Pro 9000 on a MacBook Pro 17 with Snow Leopard to print via Photoshop CS4 and many of the print options which are available in Windowns (Vista w/ps CS3) can not be accessed. I do get "color handling" and "printer profile" options from the main print dialog box but none of the additional set ups are available (in each printer's secondary dialog boxes in Windows). The only additional option available is "page setup" which only gives options for print orientation and paper size. I've been to Canon and Epson pages and have downloaded the most recent drivers for each printer. Any help/insight greatly appreciated. Thanks.

    In the Print dialog below the page orientation and scale, there is a menu of options. If the Printer Manufacturer chose not to include the options, then you won't see them. There should be four sections. The first is the Application's own options, below that are standard options like layout, paper feed, color matching, etc. Below that is the printer specific options that you are looking for. Under that is the Summary which is just a text list of all the options.
    If Epson or Canon has other options that don't appear in that submenu, then they chose not to include them in the Mac driver.

  • Epson R1800 printer options missing when using AEBS wireless printing- WHY?

    I have run into a very odd problem with my Epson R1800 printer. When I install the printer for directly connecting via USB or FireWire the version 6.12 print driver appears with all of the options. When I install the same printer when connected through my AirPort extreme base station the print driver is lacking most of the adjustment features.
    Fire wire and USB contain the following menu items in the drop down print dialog"
    Print Settings (with basic and advanced tabs)
    Roll Paper Option
    Expansion
    Extension Settings
    The AEBS printer options only contains one printer specific selection called:
    Printer Features
    which has a very limited selection of options, an no options which allow me to turn off color management.
    Some additional information
    - I installed this same printer driver on one laptop back in the days of 10.5.2 and I was able to install a AEBS printer which allows all of the options. On that same computer if I now install a new printer with the same driver those extra options are missing.
    - I just upgraded a second laptop to Leopard today and went straight to 10.5.3 and the wireless driver for this printer only contains the limited menu items.
    - I am certain that I am using the Epson drivers and not the Gutenprint drivers. Please do not suggest the Gutenprint drivers, they do not handle color management properly.

    This is a real problem for this printer OS combination... I believe due to the crappy Epson driver. I searched the internet and found lots and lots of people having a similar problem. When I contacted Epson today they admitted there was a driver problem, but the tech told me they had no plans to improve the driver 'because the R1800 is a discontinued model'! How's that for support!
    Anyway...several people have had fairly decent luck removing the printer and all Epson software then re-installing it. When the 'correct' driver is installed it will say something like "Epson R1800 (sp) 1". My problem is there is no way to profile this printer and have the driver work as it should for proofing and color management. I know that doesn't help much, but if you google "Epson R1800 problems with Leopard" you'll see what I mean.

  • Printer options missing

    I have just upgraded to Snow Leopard but for some reason most of the options on the print screen are missing (e.g. paper handling, scheduler, etc.). I recently purchased a MacBook Pro with SL and it set itself up to work with the same printer (Canon MP780) OK. I don't get as many printing options on the MacBook as I did with Tiger on the iMac, but it offers the key ones. How do I sort out the iMac?

    Also the printer/scanner won't scan any more - it says it can't find the driver.
    Repair permissions and restart your computer. If the printer/scanner is still searching for its driver, go to the manufacturer website, download & install any & all of the updated drivers you find for your model printer/driver. You will need to repair permissions and restart your computer again after the installation.

  • Printer option is not enable in module pool programing

    Hi All,
       i m creating one report & i want to print that optput result.So for that persose i create a function key for print.but i dont know the exart coad for that print option , which will be written in PAI.can any one help me...................
    Thanks
    Laxmikanta

    HAI,
    Use this FM:
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
           EXPORTING
              layout                 = 'X_65_132'
              line_count             = 65
              line_size              = 132
              destination            = 'LOCL'
              report                 = '/SAXAG/CM_DARLEHEN_PRINT'  "Report Name
              list_name              = 'NEW-LIST'
              immediately            = 'X'
              copies                 = '1'
              with_structure         = 'X'
           IMPORTING
              out_parameters         = pripar
              out_archive_parameters = arcpar
              valid                  = val
           EXCEPTIONS
              archive_info_not_found = 1
              invalid_print_params   = 2
              invalid_archive_params = 3
              OTHERS                 = 4.
        IF val ne space AND sy-subrc = 0.
          SUBMIT /SAXAG/CM_DARLEHEN_PRINT
          TO      SAP-SPOOL
          SPOOL   PARAMETERS pripar
          WITHOUT SPOOL DYNPRO
          AND RETURN.
        ENDIF.
    Declare pripar and arcpar of the type:
    DATA: val(1) TYPE c,
          pripar TYPE pri_params,
          arcpar TYPE arc_params.
    Best Regards,
    rama

  • I have recently downloaded iOS 8 and there is no longer a Print Option in chrome drop down menu

    Since I down loaded iOS 8 there is no longer a print option in the drop down menu of my Chrome Browser. Under the 3 horizontal lines in the right hand corner ?

    You did not say if you installed a carrier update. Are you using an unlocked phone? Does your carrier require you to manually set your APN settings? If you do not know what it is then you don't. Have you checked with your carrier? An MMS with iMessage is handled differently than an MMS with the carrier. Since your iMessage is working, contact your carrier and have them check the provisioning on your account. They may need to do a reset on their end, since SMS/MMS is a carrier function.

  • "Odd Only" and "Even Only" print options ignored

    The "Odd Only" and "Even Only" print options in the Paper Handling paper handling pane of the print dialog are ignored. Running 10.5.8.
    I've tried several different printers, and several apps, including basic things like Text Edit. I've found some archived threads mentioning a similar problem in Leopard, but no resolution, or any real diagnosis/acknowledgement of the problem, or recent news.
    Some applications (e.g. MS Word) have their own odd/even only option, but not all.
    Any info?

    I tried a number of apps, including Apple apps: TextEdit, Preview, in addition to MS Word and other apps.
    Printers: "Open PDF in Preview", plus both Epson and Gutenprint drivers for Epson R220.
    All gave the same results - the option is ignored.
    Are you using the "Odd Only" and "Even Only" print options in the Paper Handling pane (present for all applications), and not the option to print odd or even pages only provided by some apps (e.g. Word)?

  • How do i change my photo print options to landscape or portrait.  I can't find where to change it.

    How do i change my print options in iPhoto to landscape or portrait.  I can't find where to change it.

    With the introduction of iPhoto 9 (11) there's no Page Setup anymore for iPhoto.  That's handled by iPhoto in the Print window by the layout and print size you've selected.  We'll assume you're using Yosemite and iPhoto 9.6
    We need to know more details of your problem and setup, i.e.:
    what do you see in iPhoto's Print window?
    has it ever worked with iPhoto 6.
    how are the photos oriented when viewed in an Event or album?
    what fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?

Maybe you are looking for

  • Questions on reading in JPEG2000 Images

    I am currently having an issue reading in jpeg2000 images. The issue is that I cannot find a way to extract metadata that is in the file and also extracting an area of interest in the image is painfully slow. i tried doing a ImageReader.getImageMetad

  • Washed out colour

    Hi Everyone     When i try to alter washed out colour in my footage using Shadow/Highlight or Gamma ,i get a comb effect on the edge of the subject and if i use auto colour or auto levels ,the colour isn't stable.I need a really good solution to the

  • File Read and Extract

    Hi, I have a script which runs and generates log files. Rather than manually read through these log files, I'd like to code a program which will take the file, read through it and extract the data I wish to extract. For example, it may read: bla bla

  • BOM Change - Delete an item(s) and insert new line items

    Hi, We need to mass update BOMs like for some of the existing BOM's we need to delete some line items and insert new line items. We want to use the BOMMAT04 IDOC in LSMW but I'd like to know couple of things before I go ahead with that approach For i

  • This Accessory is not made to work with the iPhone (apple headset cable)

    Is it just me or are others seeing this whenever you plug in the iPhone headset USB cable to your iPhone ... not sure what gives here, but it's quite annoying. I have the cable plugged into a 23" ACD USB hub (not sure if this makes a difference or no