Required Footer need to printed in odf output of WAD template

Hi Experts - I am running my report in Portal. While I am taking pdf print output from the WAD i want " This is a confidential Information" need to be print on the Bottom of each page of PDF output ?
Any ways how to achieve this ?
Thanks
R

Amit,
Did you find a solution to this issue.
Please advice what you have done to fix the issue.
Padma.

Similar Messages

  • Need to Print the Report Output

    Hi,
    I want to print the report output. How to install a printer in Oracle Appls. If i give number of copies 1 or morethan 1(from SRS Window)...the report is completed-warning. pls advice
    Thanks in advance.

    Hi,
    I changed the printer to Epson LQ2170 and Epson LQ2180 but since I don't know the initialization and reset parameter (already search for the manual but couldn't find it, downloaded from Epson's website but couldn't find it either) so I register it with LQ1070. I'd tested to print the reports directly from Reports Builder 6i and it printed just as I wanted to but when I tried to print from oracle apps it only printed up to about 3/4 width of the paper. I tried to change the report's height and width, paper size, orientation but no luck. What should I do? Thanks

  • Need to print report imediately

    i need to print the report output immediately i am pasting some code which i am having problem , in job_open function module exporting parameters are gettting problem.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
            EXPORTING
              mode           = 'BATCH'
              report         = l_repid
            IMPORTING
              out_parameters = l_parms
              valid          = valid.
          IF valid <> space.
            CALL FUNCTION 'JOB_OPEN'
              EXPORTING
                jobname = my_job.
       SUBMIT l_repid VIA JOB 'MY_JOB' NUMBER jobcount TO SAP-SPOOL WITHOUT
       SPOOL DYNPRO SPOOL PARAMETERS l_parms.
            CALL FUNCTION 'JOB_CLOSE'.
          ENDIF.
    *Sending the print parameters to this.
          CALL FUNCTION 'GET_PRINT_PARAMETERS'
            EXPORTING
              destination    = 'LP01'
            IMPORTING
              out_parameters = l_parms
              valid          = valid.
          IF valid <> space.
            NEW-PAGE PRINT ON PARAMETERS l_parms.
          ENDIF.

    Hi!
    *Sending the print parameters to this.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
    EXPORTING
    destination = 'LP01'
    immediately = 'X'            "<<< add this line - immediate print
    NEW_LIST_ID = 'X'     "<<< add this line - new spool request
    IMPORTING
    out_parameters = l_parms
    valid = valid.
    Regards
    Tamá

  • Need to Print "Terms and conditions" on every back side of the page

    Hi All,
    i have requirement like need to print "Terms and Conditions" text on every back side of page using adobe form.
    i have tried options like created created 4 pages in master page and defined flow content page1->page3, page2->page4(terms and conditions). but when we execute less items of the billing number got the 3 pages i.e page1 having item data, remaining 2 pages displays the  "terms and conditions" text.
    if any worked on the same kind of requirement please let me know and it would be great helpful to me.
    Thanks,
    Ramana

    Hi,
    One of the option is that you can create 3 pages in the Smartforms, e.g. A, B and C.
    A has print mode "D" (duplex) and next page "B"
    B has print mode " " (unchanged) and next page "A"
    C has print mode " " (unchanged) and next page " " (blank)
    B and C do not have a MAIN window - they just contain the Terms & Conditions  in a secondary window.
    At the end of the MAIN window on page A, insert the command NEW PAGE <C>.
    This will give you a print out that will be in a sequence
    A,B,A,B,...A,B,A,C.
    Regards,
    PP

  • Need to add Header  and footer in an alv grid display output.

    How can I add header and footer in an alv grid dispay output.
    For the grid display, I am using the function module "REUSE_ALV_GRID_DISPLAY".

    HI,
    call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
                i_callback_top_of_page   = 'TOP-OF-PAGE'
                i_callback_html_end_of_list = 'END_OF_LIST_HTML'
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
                i_save                  = 'X'
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
    FORM end_of_list_html USING end TYPE REF TO cl_dd_document.
      DATA: ls_text TYPE sdydo_text_element,
            l_grid     TYPE REF TO cl_gui_alv_grid,
            f(14) TYPE c VALUE 'SET_ROW_HEIGHT'.
      ls_text = 'Footer title'.
    adds and icon (red triangle)
      CALL METHOD end->add_icon
        EXPORTING
          sap_icon = 'IL'.
    adds test (via variable)
      CALL METHOD end->add_text
        EXPORTING
          text         = ls_text
          sap_emphasis = 'strong'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(bold)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Bold text'
          sap_emphasis = 'strong'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(normal)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Nor'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(bold)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Yellow '
          sap_emphasis = 'str'.
    adds and icon (yellow triangle)
      CALL METHOD end->add_icon
        EXPORTING
          sap_icon = 'IC''.
    display text(normal)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Mor'.
    *set height of this section
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          e_grid = l_grid.
      CALL METHOD l_grid->parent->parent->(f)
        EXPORTING
          id     = 3
          height = 14.
    ENDFORM. "end_of_list_html.
    This will solve  it. Post if you need more help in this.
    Regards,
    Madhu.

  • I need to print the footer in all pages except last page.

    Hi,
    I'm working on PO RTF template. I got one probelm, I need to print the footer in all pages except last page.
    Can someone help me in this.
    Thanks in advance.
    Venki.

    This question has been answered already multiple times - please search the forum before posting a question - in case you did and you didn't find it - we added a feature
    in 5.6.2 to solve this problem - It is described in the user guide in the RTF template section search for start@last-page:
    Last Page Support
    XML Publisher now has the ability to show content only on the last page. This is useful for documents such as checks, invoices or purchase orders where you want want content such as the check or a summary in a specific place only on the last page.
    The basic command is:
    <?start@last-page:body?>
    <?end body?>
    http://forums.oracle.com/forums/search.jspa?threadID=&q=%40last-page&objID=f245&dateRange=last90days&userID=&numResults=15&rankBy=9
    Any content above or below these two tags will only appear on the last page of the document.
    Hope that helps,
    Klaus

  • Need to print same outputs at different printers

    Is there any way we could have the output directed to a different printer. A sales order confirmation output needs to print at printer ABC for user Sam, and printer xyz for user Jude. What configuration change would allow printing of outputs at user specific printer.
    Any suggestions

    if it is printing immediately , yes it is possible. In the user profile( T Code SU01) have default printer assigned , which ever you want to print for specific user and click on output immediately. when  the order is saved then it will print to the printer maintained in the user profile.
    If batch program , then itwill be difficult
    Regards
    Sai

  • Need to print  in german language in output.

    Hi,
           I need to print my vendor address and delivery address in german language (fetching data from database table) in my form.
           How I can achieve this.Please help,
    Regards,
    Himanshu

    Hi,
    So i think you should to call fetch the data when your are about to print a form..
    best way would be to call a subroutine in a script editor.. this routine will fetch all the data from database table ,, and it wud just like a ABAP form ..
    Pls follow the steps,,
    1. Create a Z program in SE38, declare all the structure related to data fetching in that,, perform all data selection,, fill these data structure..
    2. You should to paste your code within the Form and endform .. Like below:
    REPORT Zcall_in_script .
    form data_fetch.
    all the data retreval part .....
    endform.
    3. Now in your script ,, to call this form use below syntex,,
    /:   PERFORM data_fetch  IN  PROGRAM Zcall_in_script
    /:   USING &w_value1&
    /:   USING &w_value2&
    /:    CHANGING &w_value3&
    /:   CHANGING &w_value4&
    /:   ENDPERFORM
    4. here you can have the w_value3 & w_value4 as your fetch value .
    Edited by: Lokesh Tarey on Jul 26, 2010 2:10 PM

  • Regarding Invoice and Payment slip   both needs to print sub sequently

    Hi Guys,
             i have problem with smartform ,
    the requirement was ,
    invoice and payment slip both i need to develop using smartforms,
    the thing is invoice will print on white paper(Portrait) and
    payment slip will print on pre - printed paper (landscape) ,
    subsequently it needs to print one invoice and payment slip for that invoice and
    another invoice and payment slip like this in the sequence it needs to print .
    this would be done by overnight job scheduling ,
    how could i do this ,
    what about output types and how can i proceed with technically please guide  me .
    urgent requirement ..help me out this .
    Thanks & Regards
    Vijay Kumar Reddy
    +91-9789098418
    [email protected]

    Hi Dewang,
    I have a different situation, I posted SD request at contract account level posted using FPSEC1.
    Since the contract account is for purpose of Aggregation, I did a aggregated posting then when I prepare a print doc for the same using EA10_AGGRBILL it is not picking up the security deposit request.
    I have maintained the necessary entry in Item Selection in Account Maintenance/ Define Sub-Items for RF clearing type.
    Please advice.
    Thanks
    Satyajeet

  • Printing Selection-Screen while printing ALV Grid output display

    Hi,
    I have a requirement wherein I want to print the Selection Screen also while printing the output in simple ALV grid Display.
    Currently when I print the ALV output report, only the header and the Body of the ALV is getting printed. But the requirement is that I also want to print Selection screen along with this.
    If anyone has faced a similar situation, plz let me know what needs to be done in order to print the selection screen also while printing the ALV report output.
    Rgds,
    Nitin

    Hi,
    You can use given function module to print your
    selection screen
    RS_REFRESH_FROM_SELECTOPTIONS
    >This will get Current contents of selection screen
    RS_LIST_SELECTION_TABLE
    >This will Generates list according to values in selection table(RSPARAMS)
    Sample
    CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
           EXPORTING
                curr_report     = p_repid
           TABLES
                selection_table = it_int_tab
           EXCEPTIONS
                not_found       = 1
                no_report       = 2
                OTHERS          = 3.
      IF sy-subrc EQ 0.
        WRITE:1  'Selection Criteria'(i19),
             /1  sy-uline(18),
             /1  'Variant Name'(i21),
             23  sy-slset.
    *--  This function module lists the Selection Screen contents
        CALL FUNCTION 'RS_LIST_SELECTION_TABLE'
             EXPORTING
                  report        = p_repid
                  seltext       = 'X'
                  newpage       = space
             TABLES
                  sel_tab       = it_int_tab
             EXCEPTIONS
                  sel_tab_empty = 1
                  OTHERS        = 2.
    Mark all helpful answers

  • Footer to be printed on first page alone

    Hi we have a requirement(Documaker 11.4) stating that footer has to be printed on Page 1 alone even when it overflows to multiple pages, instead of printing on all other pages. We have tried using delimageoccur(-1) but when content is restricted to one page the footer is not printed. We have even tried with Preimage DAL but we are unable to set the position of the images correctly. There are almost 10-12 images in the footer section and with different triggers. Is there any option where we can make this happen.
    Many Thanks

    Hi,
    I am assuming what you mean by overflow is that form rolling to multiple (more than 1 page) pages based on the sections that are emitted. Unless, we give the Copyonoverflow flag for the footer section, Documaker places the footer only on the first page if coded at the top of the form in the form definition (.FOR File). However it just reserves that space as a footer area on the other pages. If you would need the footer only on the first page and if you have coded the footer section on top of the Form definition, can you just check if Copyonoverflow property in the Form Section Options is set. If so, you may remove and give a try.
    Please do let me know if this is solving your problem. Thank you.

  • Print program for outputting a Word Doc in SAP DMS

    Hi All,
    I have a requirement wherein I need to PRINT a MS Word Document linked to a Material Master using SAP DMS. I had searched the SDN and found that the FM CV150_PRINT_DOC has been used by some of you for similar purposes.
    Can anyone please describe how the FM can be used for the purpose mentioned above.
    Please also let me know if it is possible to create an OUTPUT TYPE to be associated with the print program that I shall create.
    Thanks in advance.
    With regards,
    Niharika

    Hi Bill,
    Thanks for the reply.
    Could you please describe in detail how OLE could be used for this? In case you have any sample code, kindly provide that.
    Thanks in advance.
    Warm regards,
    Niharika.

  • How do I use the print function to output a numeric variable with a fixed amount of leading zeroes

    I need to create an output from a T-SQL query that picks a numeric variable and uses the print function to output with leading zeroes if it is less than three characters long when converted to string.  For example if the variable is 12 the output should
    be 012 and if the variable is 3 the output should be 003.
    Presently the syntax I am using is PRINT STR(@CLUSTER,3) .  But if @CLUSTER which is numeric is less than three characters I get spaces in front.
    Please help!

    >> I need to create an output from a T-SQL query .. <<
    NO! NO! In RDBMS, we have a presentation layer that handles displays. We do not ever do it in the database. This is fundamental. But more than that, the purpose of PRINT is for debugging in T-SQL and never for output.
    You are still writing 1960's COBOL or BASIC, but you want to to it in SQL.  You probably picked the wrong data type (a numeric that should be a string) and are trying to repair your design error.  
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I have a brochure I need to print. When viewed on screen it is pixelated, however when I change to presentation view it is fine. I need to print on presentation view. How do I do this?

    I have a brochure I need to print. When viewed on screen it is pixelated, however when I change to presentation view it is fine. I need to print on presentation view. How do I do this?

    Sounds to me more like you have the Display Performance set on Typical rather than High Quality Display. Unless there is a problem with a missing or out-of-date link, the display in ID has nothing to do with output quality -- all of the image data is used for output.

  • Multiple PR-PO but need to print GR based on PR

    Hi All,
    We have multiple PR grouped into one PO and when we receive Goods Receipts (GR) for this PO, is there any way we can print the goods receipt note based on PR ?
    I.e. Say 5 PR grouped into one PO and GR is posted and when we print the GR we need to print based on purchase requisition based, 5 print out.
    We have the requirement were we don't want to post GR individually.
    Appreciate if you can help me on this. Thanks.
    Regards
    Ashwin

    Hi,
    As and when we create PO with reference to PR.. I think you will be knowing the Item lines of the materials from which PR it is been taken.
    Then when creating a GR with respect to PO please enter the PO number with the line item number and then only the materials in that PR will be picked up while creating the GR.
    You can make a reference in one of the fields the PR number and then you can even customise in your forms for the print out of the PR number also
    Then you can configure for WE03 which is collective GR list and then when you print you will get the materials with respect to the PR only.
    Hope this is helpful,
    Thanks & Regards,
    Kiran V
    Edited by: Kiran. V on Apr 18, 2008 3:48 PM
    Edited by: Kiran. V on Apr 18, 2008 3:49 PM

Maybe you are looking for

  • After Effects can't continue: unexpected failure during application startup

    Im running 10.10, Mac OSX, it was running fine before a minor update came out, and now I can not open AE CS6. I have uninstalled, reinstalled it, installed the trial of CC 2014. No messages beside "After Effects can't continue: unexpected failure dur

  • Table with 200 millions records.

    Dear all, I have to create table which will accept 200 millions record. I have to do monthly report from these data. The performance make me very very concern, does anyone has any suggestion? Thanks in advance.

  • TS1702 I'm having trouble making in app purchases

    Trying to make an in app purchase and it saying that my debit card info doesn't match my account I have no idea what that means. I've never bought anything through the App Store.

  • Installation Error for NW2004s Java SP9 Trial

    Hello, I tried to install trial version on XP professional as well as Windows 2003 server (separate computers). Every time I get error exactly at the same place. I go through first 3 / 4 screens, when I specify correct JCE zip file. It fails with fol

  • File sizes are coming about a bit big

    Okay so I've been having this problem for a few days now, and I can't figure out how to fix it. I am rendering a 30 second clip recorded in 1080p in a quicktime format, with H.264 compression and no effects added and the file size is coming pretty la