Disable standard print option in the classical report

Hi,
  I want to disable the standard print option in my classical report. How can i do that? Thanks in Advance.

Yes it will come.
Go to SE41. Create a Status say ZSTAT. In that assing some function code
to print icon in menu bar say 'ZPRINT'.
When you are done with this. Go to your program and insert following line after START-OF-SELECTION.
  SET PF-STATUS 'ZSTAT' EXCLUDING 'ZPRINT'.
Then you will get disable icon for printer icon.
hope this helps you.
Enjoy SAP.
Pankaj Singh

Similar Messages

  • How to default the print options to the excel output

    Hi,
    We have a requirement to default the print options in the output of the report and the output is of excel type.
    Basically I need excel out put, which should be printed on Letter size paper and orientation should be landscape.
    For this I created a RTF template keeping orientation as landscape. I've loaded the xml data and see the output in excel. But the problem come when view print preview. By default it shows the preview in portrait orientation and scaling set to 'Adjust to 100% normal size'. Because of this my report is not getting printed in a single page. Manually If I change the orientation to landscape and scaling to 'Fit to 1 page(s) wide by 1 tall', the report prints properly. so how to default these properties while generating the output itself?
    Thanks,
    Vijay

    I got a work around for this. Instead of using RTF template, I used Microsoft Excel itself as template and did the formatting in excel.
    thanks,
    Vijay

  • END-OF-PAGE not displayed in the last page of the classical report.

    Hi all..
    The END-OF-PAGE is not displayed in the last page of the classical report.
    SY-LINCT value is 30.
    Lines displayed in the report per page is 24.
    [3 for TOP-OF-PAGE and 3 for END-OF-PAGE]
    My Internal table has 6942 records.
    It comes 289 pages with 24 records in a page and 290 th page with 6 records.
    The END-OF-PAGE is not coming for the 290 th page.
    Please help.
    Thank You.
    Karthi M R.

    There are multiple links in SDN on this subject; Please search,
    end-of-page

  • How to remove the hide option in the obiee report at the dashboard

    Hi,
    I've created a report in obiee 11.1.1.6.0 and placed on the dashboard. When i do right click on the report i can list of option of user controls. Using the edit properties i have unchecked all the controls, even though i can see the hide column option in the dashboard report. User should not have access on report controls. How can i remove the hide column option.
    Please guide me on this.
    Thanks,
    Ram

    Hi RM,
    Thanks of the information.
    I've did as per your reply, even though the column is showing hide the column when right click on the column.
    could you provide other alternative.
    Thanks,
    Ram

  • Print Option in the Salary Statement. What is the Default Printer ?

    Hello
    First off im new to the whole SAP ESS / NetWeaver theme and try to get a grasp of it.
    Along the way one of my Collaegues asked me to find out about the Printing option in the Salary Statement of our ESS Portal.
    I have been searching the Web quite some time now and hope to find the answer here.
    The only thing I found was this Thread ...
    configuring printers in portal
    ... but this couldn't answer my question to the extent i hoped.
    My Collaegue told me that we are using a Web Dynpro iVew to show the Salary Statement,
    and that you will get a Message stating : "Document is been Printed" as soon as you hit the Print Document Button.
    But the Document never showed up wether on the Local Windows printer nor on the SAP printer spool.
    We are guessing that the Document is send to SAP and then waiting to be Printed,
    but we can't find it in the spool of the coresponding Server.
    We are using a 3 Layer System with a Server wich is running SAP ("PHR")
    a Server wich is running the JAVA Apps. ("PP1") and the Desktop PC of the User.
    We think that if the User triggers the Print the Java Apps Server hands down the command to the SAP server
    wich then saves the file and stats in the ESS page "Waiting for Print to start".
    But we cant find this file anywhere in the spool of the SAP Server.
    We are running SAP 6.4 Enhanchmend Package 1 on the PHR.
    On the PP1 we are running an SAP Netweaver 7.0.
    The Desktop PCs are running on Windows XP SP2 with IE 7.
    As i said im new to the whole theme and can not differentiate wich of the infos you need and wich you don't.
    So i try to give as much as Possible but can only explain the problem to you the way my Collaegue's explained to me.
    With kind Regards
    Marcus Labohm

    Hi vijayols,
    Welcome to the HP Support forums.  I gather you would like to learn how to reverse the print order when sending a multiple page documents to your Deskjet 2545 Ink Advantage printer.
    I have included a document on print settings using Windows 8. In the section titled "Change print settings from the Windows 8 Desktop" there is a sub-section titled "Understanding Desktop print settings".  It explains the various options available and one of them is the page order of the print job.
    You mentioned that you have a Laserjet 9050.  That is a commercial product so to get your issue more exposure I would suggest posting it in the commercial forums. You can do this at the link below.
    Changing Print Settings in Windows 8
    HP Enterprise Business Community
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Drop down box for the selection screen field of the classical report

    Hi all.
    i want to have the drop down list to choose from, for the region(table:zbwcntry-field:zregion1) on the selection screen.
    what is to be added to the code for this requirement.Also,please note that this is the classical report.
    thanks for this answered.

    hi,
    data  : gv_name  TYPE vrm_id,        " used for vrm id
               gv_repid TYPE sy-repid,      " used to hold program name
    work area to provide drop down list
    DATA :  gs_value TYPE vrm_value,
    Internal table to provide drop down list
    DATA :  gt_values TYPE vrm_values,
    PARAMETER : p_run(12) TYPE c AS LISTBOX VISIBLE LENGTH 12
                                     DEFAULT 'DEFAULT' OBLIGATORY,
    CONSTANTS : gc_run(5) TYPE c VALUE 'P_RUN',    "constant for run mode
    gv_name = gc_run.
      gs_value-key = gc_v1.
      gs_value-text = text-010.
      APPEND gs_value TO gt_values.
      gs_value-key = gc_v2.
      gs_value-text = text-011.
      APPEND gs_value TO gt_values.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = gv_name
          values          = gt_values
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Hope this is helpful.
    Rgds.,
    subash

  • How to set the field non-editable in the classical report..

    Hi..
              How to set the field non-editable in the classical report..

    Hi experts,
    For the component 'ICCMP_EMP_SRCH' there is a view 'BUPAEMPSEARCH' , which has 2 context nodes 'CUSTOMER' AND 'SEARCHEMPLOYEE' , i need to add the field 'NICKNAME' which is part of the 'CUSTOMER' context node on the search screen. Currrently all the fields on the screen screen are from the 'SEARCHEMPLOYEE' context node. when i did the configuration , the 'NICKNAME' field is greyed out . I have already generated the Getter ,Setter , GET_I, GET_M methods for the 'NICKNAME' field and the context node and controller class and context class are all active .
    on debugging the GET_I method, i see that rv_disabled = 'TRUE' and the current = collection_wrapper->get_current( ) is returning empty value .
    for this rv_disabled to be set false , the code below is not triggered since there is no value in current.
    IF current->is_property_readonly(
    'NICKNAME' ) = abap_false. "#EC NOTEXT
    rv_disabled = 'FALSE'.
    ENDIF.
    when i check for other search fields of context node 'SEARCHEMPLOYEE' , all the fields are set to rv_disabled = 'FALSE'.
    can anyone suggest how to approch this. iam i missing any binding between context nodes or any activations ?
    The field properties are set as Input field and the display checkbox is not checked.

  • Getting the classical report's output automatically to local disk

    hi gurus,
                 i need to save the classical report's output into my local disk as soon as the user executes the report or press F8. Mind well, it should not be manual. I know the manual way system->list->save.
    Gaurav

    Check this function module.
    "SO_NEW_DOCUMENT_SEND_API1"
    Check this link for ,Download a report to excel with format .
    http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm
    Check this link for sample program.
    How to download a ABAP report to text file
    Regards,
    Maha

  • I can access a website and select the 'print' option but the print misses out

    I can access a website and select the 'print' option but the print misses out photos that should be included in the print. It happens on more than one website. If I use Explorer it doesn't happen. I guess there must be a setting or something that I have not found? Any help very gratefully received. Than you.

    I don't know if this will help, but I found it by accident. When I send Word projects to recipients, it doesn't always read properly depending on their format. If they have a PC It distortes my  program, or they may have newer versions of Word. If you have your document showing select 'print' and on my print menu at the bottom left corner it has a button that says 'PDF'. Click on that and it gives you several options for a PDF. What I do if I'm emailing to someone is select the email option then you can always print from the email. Hope that helps.
    jr

  • Adding Variable inside Print Options Header in OBIEE Report

    Hi All,
    Can we add a variable or access via @1,@2 column convension in the Print Options - Header / Footer sections. I want the values to appear only when users click the print option.
    Thanks,
    Sreekanth

    Yes you can refer variables in the Header and Footers properties.
    like for session , @{biServer.variables['NQ_SESSION.CURRENT_YEAR']}
    Also have a look at : How to generate dynamic Headers In OBIEE Reports [ID 1162344.1]
    HTH,
    SVS

  • Print directly to the printer option in the Windows registry

    I need to find the location for the option to "Print directly to the printer" in the Windows registry.  I am trying to create a GPO to enable this option at login and I can't find the location for it.  Is this possible to do?  If not, is there another way to enable this at startup for all users?  We are running Adobe Acrobat X on Windows 7 Enterprise 32-bit.
    Thanks

    I guess that those of use responding don't know enough about the process you are trying to implement to be of help. Printing to network drives has been an issue for folks for a long time and a lot seems to depend on the network. That is probably of zero help and all I can suggest is just to hang on for someone who hopefully has an idea. If we can get a better handle on what you are trying to do, we might be able to make suggestions. However, I think our answers are not going to be there for the registry issue.

  • NVision Report not generated with email option in the Run Report page

    Hi ,
    I want to send the nvision reports through email to the users, I tried it by setting the email option in the drop down of the "Type" after giving "Run Report" and then specifying the email ids. The issue is i am getting emails , but the report is not generated which otherwise generates, and hence no attachement is seen on the email .
    Anybody faced this issue ?? Please help
    Regards,
    Kanchana

    Hi again!
    You are absolutely right! I will mark as solved in 5 mins (can't do it now, thread to fresh it seems).
    thanks
    Manfred

  • Querry regarding the classical report

    Hi Experts,
    I am developing a classical report for G/L account statement.
    I hv kept Document No as a selection criteria.
    In one particular document, der r three entries.....
    one of G/L, Vendor and Customer.
    Format is as follows....
    Document No   Fiscal yr   Account No   Short Text   Debit amt   Credit Amt
    My query is I want to display the vendor code n customer code in the Account No. column wen evr the entry is 4 vendor n customer respectively.
    For the G/L account it is displaying the right value......
    but 4 vendor n customer it is displaying reconsilation acc. no.
    Instead of which i hv to display the vendor code n customer code.
    Plzzz help.....with the source code

    try this:
    use field hkont as "help-field":
    case bseg-koart.
    when 'K'.
      move bseg-lifnr to hkont.
    when 'D'.
      move bseg-kunnr to hkont.
    when 'S'.
    *do nothingg
    endcase.
    hope that helps
    Message was edited by:
            Andreas Mann

  • What is the Print Option on the iPhone do?

    While viewing an email on my iPhone I tapped a button the Print option was there.
    I don't understand how to use this since I do not carry a printer around with me.
    Thanks.

    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • Need to know if it is possible to change the output print option in the deskjet 2545

    The printer prints upside down ie when printing multiple sheets the last page is printed first and the first page last.We then need to again manually sort the order.My HP laserjet 9050 has the same issue if used without the sorter.Is there a solution for the same?

    Hi vijayols,
    Welcome to the HP Support forums.  I gather you would like to learn how to reverse the print order when sending a multiple page documents to your Deskjet 2545 Ink Advantage printer.
    I have included a document on print settings using Windows 8. In the section titled "Change print settings from the Windows 8 Desktop" there is a sub-section titled "Understanding Desktop print settings".  It explains the various options available and one of them is the page order of the print job.
    You mentioned that you have a Laserjet 9050.  That is a commercial product so to get your issue more exposure I would suggest posting it in the commercial forums. You can do this at the link below.
    Changing Print Settings in Windows 8
    HP Enterprise Business Community
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for