How to print title in WAD report

Hi,
I need to be able to print the title of a WAD report. I need this to be exported with specific font and color. I tried using the text box but, in text, I cannot give any font or size to the text. I am using the "Header" and giving the text of the title in the Print configuration, but is there any other alternate way? Any suggestions???
Thanks

Hi ,
Can you please try with 'Info Field'.
Thanks & Regards,
Ramnaresh.P.

Similar Messages

  • How to print Data Model in Report??

    Do anyone know how to print Data Model??
    Thanks your help.
    - Frank

    Hi Venkat,
    Thanks alot.... i am checking the appendix k.
    I want to know that if i want to customize the report as per the client requirement,
    can you please let me know which template i will use if i required remittence advice as well as check print data on the layout.
    The following is the list of field i required:
    Vendor ID
    Check Date
    Check number
    invoice date
    invoice/ CR memo number
    invoice description
    invoice gross amount
    invoice discount amount
    invoice net amount
    total gross amount
    total discount amount
    total net amount
    logo
    company name and info
    bank name and info
    check number
    check amount spelled out
    check date
    check amount numeric
    payee name
    CEO signature
    MICR check number
    MICR routing number
    MICR bank account number
    mailing return address
    mailing address
    Venkat it would be great help if you please let me know the exact process to be follow for check printing report.
    I worked on bi publisher report in 11i, but in 12i the process is bit different.
    also if you have any template ready can you please send me on my mail id ... i forwarded you the test mail from my official id or on [email protected]
    Looking forward to your kind response.
    Regards
    Ratnesh

  • How to Print the Attachment in Reports

    Hi,
    I am having a Custom form which captures information related to Items. User is attaching Picture of the Item as Attachments. I will generate the information what the User entering in this form.
    Now, my question is, how to print this Item Picture attached as attachments in the report.
    Regards/Prasanth

    You can use a distribution file to define an attachment, have a look at http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_dist.htm#i1006076

  • How to print date/time in report page footer?

    Hi
    I have a report which users can print as PDF.
    However, I like to display current date/time in report footer.
    I can see the Page Footer in section but can't figure out how to print date/time there.
    Thanks for help.

    hi movilogo
    Please try this.
    Create hidden item P1_DATE
    Create On load process in page 1 and put this code
    begin
    :P1_DATE:=TO_CHAR(SYSDATE,'DD-MON-YYYY HH:MM:SS');
    end;
    Open your region in Page 1 put this code in Footer area
    *&P1_DATE.*
    Refresh your page.
    you will get the output like this.
    16-SEP-2009 11:09:17
    thanks
    Mark Wyatt

  • How to print logo in standard report

    Hi,
    How to print a logo in sap ordinary report
    Thanks,
    Sreedhar

    Hi Sreedhar,
    It is not possible to print logo in the ordinary report, but it can done through ALV.
    Write  the code in Top-of-page event in ALV.
    The following is the code for inserting the logo in ALV.
    FORM TOP_OF_PAGE.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
               I_LOGO             = 'ENJOYSAP_LOGO'
                IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
    ENDFORM.
    Rewards if it is helpful...
    Regards,
    Omkar.

  • How to print Title in RTF Template

    I want to define the Title of the Report Using Word
    File -> Properties -> Summary
    Say XYZ
    I would then like to reference this Title in my RTF Template. What syntax i can use for this?

    I want to use the Title property in Sub template which is common for all my templates. I know I can accomplish this by defining a parameter in main template and then passing it as parameter to the sub template. However i thought that Word properties is a more proper place for placing the title and somehow i need to reference it in my rtf template to that i can pass it as a parameter.

  • How to get Business content WAD reports in BI 7.0

    Hi All
    I am generating CRM reports in BI. I got all the business content query designer reports but I am not able to find its corresponding WAD reports. BW 3.5 business content CRM WAD repots are available. I am working on BI 7.0 so if I implement BW 3.5  wad reports I need to migrate the reports manually to BI 7.0. Is there anyway to identify BI 7.0 wad reports. Because I couldn't find corresponding tab in BI content object types.

    Hi Arun,
    I understood that but the problem is I am not able to find some CRM standard web templates in my BI 7.0 WAD business content. For example there is one standard web template for "Lost Leads" (0TPLB_MKTG_C01_Q0005_V01) available under BW 3.5 WAD business content. But I am not able to find its BI 7.0 version. If I install BW 3.5 version I have to migrate this to BI 7.0 manually, while doing that I am getting some strange errors also.
    Why I am not getting BI 7.0 version of that report? SAP has not yet published yet?

  • How to Print Text in WAD 7.0

    hi
    i have created a web template using WEB APPLICATION DESIGNER
    now i have added few custom texts in it like
    Report name,Cost centers ,Plant Names
    now if i use Export to command to create print , it is not printing this custom texts
    it is only printing Query Result.
    If i use File -> Print
    this print texts but cannot print WHOLE QUERY DATA
    it only prints what is visible (e.g. if the report is wide with 20 Columns, it cannot print 20 columns.)
    how to resolve this ??

    Hi kartikey,
    just select a text item and enter the text at the last parameter TEXT_CONTENT, that´s it. You may change the style and so on. It is also possible to bind the data provider and display the query title or other generic text.
    Look up the SAP help here:
    http://help.sap.com/saphelp_nw70/helpdata/en/8c/d9413a3ace7022e10000000a11402f/frameset.htm
    regards
    ARNE

  • How to print smartform from a report

    Im displaying a report, which contains several documents, whereby which ewch document is connected to a smartform.
    The page displaying the report contains a button 'Print'
    When clicking on the Print button, all the documents in the report should be printed.
    But my program is creating a spool file of the report, which will be printed further - its not what I want
    I want the program to print the smartforms of each documents on the report directly.
    heres my code and I dont know what I should do to be able to print the smartforms directly
    Get the function module name of the smartform.
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname = '/EU000/FI_PRINT_DEBIT_NOTE'
          IMPORTING
            fm_name  = g_fm_name.
    gw_options-tdnoprev = ' '.
    gw_options-tddest = 'LOCL'.
    gw_options-tdprinter = 'LOCL'.
    gw_options-tdnewid = 'X'.
    gw_options-tdimmed = 'X'.
    gw_control-preview = ' '.
    gw_control-no_dialog = 'X'.
    write: text-006,' ', text-007, ' ', text-008.
    write:/.
    For all the documents
        LOOP AT gi_all_data INTO gw_all_data.
          write: gw_all_data-gjahr(4), ' ',gw_all_data-belnr,'     ', gw_all_data-belnr.
          write:/.
    CASE SY-UCOMM.
    WHEN 'PRINT'.
    Call the smarform
          CALL FUNCTION g_fm_name
            EXPORTING
              gw_all_data = gw_all_data
              user_settings = ' '
              output_options = gw_options
              control_parameters = gw_control.
    WHEN 'BACK'.
    LEAVE SCREEN.
    ENDCASE.

    DATA:   x_control_parameters TYPE ssfctrlop,
            x_output_options TYPE ssfcompop.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_prin LIKE usr01-spld.
    SELECTION-SCREEN BEGIN OF LINE.
    INITIALIZATION.
      SELECT  spld
              FROM usr01
              INTO p_prin UP TO 1 ROWS
              WHERE bname = sy-uname.
      ENDSELECT.
    START-OF-SELECTION.
      x_output_options-tdimmed = c_x.
      x_output_options-tddest = p_prin.
      x_output_options-tdnewid = c_x.
      x_output_options-tdreceiver = sy-uname.
      x_output_options-tdcopies = '001'.
      x_control_parameters-device = 'PRINTER'.
      x_control_parameters-no_dialog = c_x.
      x_control_parameters-langu = sy-langu.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
       EXPORTING
         formname                 = 'Z_SMARTFORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
      IMPORTING
        fm_name                  = f_name1
      EXCEPTIONS
        no_form                  = 1
        no_function_module       = 2
        OTHERS                   = 3
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    IF P_PRI = 'X'.
      CALL FUNCTION F_NAME1
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS          = X_CONTROL_PARAMETERS
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS              = X_OUTPUT_OPTIONS
      USER_SETTINGS              = 'X'
          wa_header                  = wa_zmexh51
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          tab_item                   = TAB_ZMEXD51
          tab_item1                  = TAB_ZMEXS51
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ELSEIF P_PRE = 'X'.
      CALL FUNCTION F_NAME1
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS          = X_CONTROL_PARAMETERS
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS              = X_OUTPUT_OPTIONS
      USER_SETTINGS              = 'X'
          wa_header                  = wa_zmexh51
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          tab_item                   = TAB_ZMEXD51
          tab_item1                  = TAB_ZMEXS51
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDIF.
    Check the above code its just similar requirement  it may helpful to you.
    Thanks,
    Phani.

  • How to print watermark in classical reports?

    How to display the watermark in classical reports?

    hi
    go to se78 graphics -> enter
    BMAP(BITMAP IMAGES)
    Name MYBMP
    select radio button
    color ->import
    filename: c:\pictures\123.bmp.
    name : mybmp
    description : BMP ->continur ->save.(activate it)
    now go to se71->choose the prog -> layout ->right click ->create graphics.
    utilities -> printing test -> output device -> LP01.
    Hope this helps
    if it helped, you can acknowledge the same by rewarding
    regards
    dinesh

  • How to Print aliases in the report

    Hi,
    I have a scenario where i need to print the alias names for one dimension and member names for the other, Here I am trying to generate a level 0 extract with the help of report script.
    when i specify the function {OUTALTNAMES} for printing the aliases for that particular dimension. it prints the aliases for all the dimensions specified in the report script. here is my report script
    <ROW (Time, Employee, JobCodes, Products, Branch, Accounts)
    {NOINDENTGEN}
    {SUPPAGEHEADING}
    //{SUPCOLHEADING}
    {SUPMISSINGROWS}
    {SUPCOMMAS}
    //{SUPZEROROWS}
    {SUPBRACKETS}
    {TABDELIMIT}
    {ROWREPEAT}
    //{MISSINGTEXT "#MI"}
    {DECIMAL VARIABLE}
    <SYM
    <SUPSHARE
    //"STRAT_LOAD"
    //{OUTMBRNAMES}
    "2007 - JAN"
    //{OUTMBRNAMES}
    <LINK (<LEV("Employee",0) )
    //{OUTMBRNAMES}
    <LINK (<LEV("JobCodes",0) )
    //{OUTMBRNAMES}
    <LINK (<LEV("Products",0) )
    { OUTALTNAMES }
    <LINK (<LEV("Branch",0) )
    "Actual_Units"
    "Actual_$"
    "Points_Units"
    "Points_$"
    Above i need to print the alias name of all the branches and the member names for employees,jobcodes and products. some how the outaltnames is not working. pls advice
    Thnx

    Hi,
    this is a bug. It seems that once you select {OUTALTNAMES} you can't go back to {OUTMBRNAMES}.
    The workaround I have used is to incorporate using the <OUTALTSELECT "Alias table name". This allows you to select from more than 1 alias table. So where I need to use the member name, I select an alias table that has no aliases defined for that dimension.
    To incorporate this workaround, define {OUTALTNAMES} at the top (or even above each dimension), then put the <OUTALTSELECT "Alias Table Name" above the dimension in the script.
    Robert

  • How to print a sytem profile report to a PDF?

    Hi,
    I know how to get to the System Profile, but when I press print, it only prints the first page.
    I know I can save it as a .SX report (or whatever the file extension is).
    I want to print it to a PDF.
    Once I get the .SX, can I open and print that file?
    Beth

    Files generated by System Information are XML files. They contain code, which needs to be interpreted by software to make it human-readable. Open the file with TextEdit or Xcode and you'll see what I mean.
    You'd have to find a third party application that is capable of reading XML files, making them human-readable and allows you to print the interpreted version instead of the source code of the file. I'm not aware of any such software. Maybe somebody else here on the forums can tell you more.

  • How to print a width height report? Urgent!

    I must print some data on pre-printed table. The table is 680w*263h. When I print, I set orientation and size, but the result becomes a 680h*263w report. Below is my code. I'm working on JDK1.4.2-08, is this a JDK bug? please help me, thanks.
    DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
    PrintService printService = PrintServiceLookup.lookupDefaultPrintService();
    DocPrintJob job = printService.createPrintJob();
    DocAttributeSet das = new HashDocAttributeSet();
    das.add(OrientationRequested.PORTRAIT);
    das.add(new MediaPrintableArea(0,0,680,263,MediaPrintableArea.MM));
    Doc doc = new SimpleDoc(new TestPrint(), flavor, das);
    PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
    job.print(doc, pras);
    public int print(Graphics g ,PageFormat pf , int pageIndex )
              if(pageIndex != 0 )return java.awt.print.Printable.NO_SUCH_PAGE;
    g.drawString("Hello World1!",0,20);
    pf.setOrientation(java.awt.print.PageFormat.PORTRAIT);
    Paper paper = new Paper();
    paper.setSize(680,263);
    pf.setPaper(paper);
    System.out.println(pf.getOrientation());
    System.out.println(pf.getWidth());
    System.out.println(pf.getHeight());
              return java.awt.print.Printable.PAGE_EXISTS;
    }

    If orietation changes to 'LANDSCAPE', all the characters orientation becomes vertical. I just want to print a report like this:
    | Hell World!__________________|
    |----------------------------------------------+
    Message was edited by:
    pierre19458
    Message was edited by:
    pierre19458

  • How to print Headers for Delimited Report?

    Hello,
    I am able to generate a Delimited report. Report is running and saving to a specified folder as a ASCII file(.txt). I can open that file using Excel and every thing looks good. But the problem is with the headers, to the columns. I would like to print the Header to each column. Other wise we do not know which column is which. Any kind of feed back is greatly appreciated.
    Thanks,
    EV

    If you're using 6i Patchset 11, you might like to take a look at the "delimiteddata" command line option rather than using "delimited" output.
    "delimiteddata" is driven from the data model and you can specify which columns you want to include and also define the column header values in the same fashion as the XML tags.
    You should be able to get more details from Metalink.

  • How to "print" a user-defined report to PDF?

    Hello, I am using sqldeveloper 3.1 and I've got a user-defined report (chart) working. I see one can adjust a bunch of PDF settings in the report properties, but I cannot find how to actually produce a PDF version of my report/chart...

    You can watch the movie here, but simple answer, right-mouse in the grid, Export > PDF
    http://www.youtube.com/watch?v=k7hNn2jowhQ
    The charts are not supported yet in the PDF reporting feature.
    Edit the report definition in the PDF section to control the properties of the PDF generated.

Maybe you are looking for

  • PS and PP integration

    Dear Experts, Good Morning.... Please suggest me PS and PP integration customization steps. Regards Lallan

  • Database Config Assistant - Oracle 9.2 on Linux

    I installed Oracle 9.2.0.1.0 on Red Hat Linux v8. When I try to use the Database Config Assistent to create a database, I get an ora-27123, "unable to attach to shared memory", error. This occurs in the 3rd step of database creation, Copying database

  • Pass parameters to transaction launcher

    Hi experts, We'd like to know how to access directly to an oportunity in WebClient UI. We've faced to this problem creating a new transaction launcher and we've configurated it with URL BSP. Also, we've defined the parameter "OBJECT_ID", the opportun

  • Indesign trial crashing immediately after launch

    Hi there Hope someone can please help me? I downloaded the trial for InDesign CC.  running win 7 64Bit. I get this error message as soon as I open the app. Thanks so much.

  • Web DynPro Application properties Help.

    Hai All, I need help in how to use the Help menu text in the application properties, and parameters tab in the application. Thanks and Regards, G.Sreevathsava.