Name of the predefined style in the template removed in the output-RTF

When using predefined named styles in an RTF-input-template, these get removed from the resulting output-document.
* Create a BI-Publisher -project and use an rtf-file with a predefined style (you can define one on the fly by changing the default style and call it eg. "MyStyle")
* Type in some text in the template-rtf marking it with "MyStyle"-style
* Save your template, add a dummy dataset and then view it as rtf-output
* The Name of the predefined style is not in the style-list of the output-rtf anymore.
Basically, BI-Publisher seems to remove the names of the styles in the list of the rtf and thus making it impossible to work consistently with styles afterwards for people wanting to modify the resulting rtf using a in-house-style .
Does anyone know a workaround for this ?
Thanks,
Peter

Hi,
According to your requirement there is no such standard SAP report.
Develop a custom Z-report using LDB PNP in Tcode SE38.
Hope this helps.
Thanks,
Sarika.

Similar Messages

  • Append a file with date and name in the output file

    I am running a script which produce an output in excel file, I would like the server name and the date in the output file,  Both the servername and date has declared at the beginning of the script as 
    $server = test1
    $date = Get-Date -uformat %Y-%m-%d
    I am able to append either server or date but not both. Could you please help me out on this.
    I would like the output file as '
    server_report_date.xls

    I got this working by 
    "C:\Aravind\Scripts\$server-"+"Report-" +"$Date"+".xls"
    Thanks!!

  • Getting the Fild name of the output

    Hi Friends,
    Right now I am working with interactive reporting.
    and the output contains the fileds CARRID,CONNID,SEATSMAX and  -
    and s on.
    whenever I clik on a reord, in output screen, I should get the name of the filed and When I click Sort button in toolbar, the output should be sorted according to the which I have selected.The selected filed could be anything like CARRID OR CONNID or SEATMAX.
    Kindly, help me how I can capuer the fied which user has Cliked.
    Regards,
    Xavier.P

    Use GET CURSOR FIELD [field_properties] .
    Here field properties can be Value or length etc.
    To get the field name you need to use VALUE.
    So the syntax will be :
    GET CURSOR FIELD VALUE val
    The addition VALUE assigns the formatted content of the output area on which the cursor is positioned to the data object val. For val, a character-type variable is expected.

  • Find the SAP Script name for the Output type RD00 and Appli V3

    Hi Gurus,
    My requirement was to copy the Std SAP Script for the output type RD00 and application name V3 and to do some modification.
    Please any one suggest me how to find the Std SAP script based on the above Output type and Appl ?
    Regards
    paul

    Hi,
    The script Name is LB_BIL_INVOICE
    You can find byNACE>V3>Output Types>RD00-->Processing Routines
    In thje output type Press Change button and select New entries.
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Mar 31, 2008 12:06 PM

  • Dynamic Names for the Outputs

    Hi,
    I was wondering if it would be possible to name the PDF outputs dynamically?
    Say for example, I have a tag in the XML <TemplateName>ABC</TemplateName>. Can I have the output PDF with the name 'ABC'?
    And
    Is it possible to explicitly specifiy the name 'ABC' somewhere in the INI file so that the outputs generated will be multiple versions for 'ABC' (like ABC001, ABC002 etc)?
    Many Thanks,
    Phew

    Phew,
    As mentioned earlier, in order to rename the file you have two steps:
    1) Make the input data value available to genprint - this is normally done by creating a global variable.
    2) Configure the PDF print driver. Depending on the version of Documaker you are using you can refer to one of the following manuals:
    a) 11.5 - Using the PDF Print Driver - http://docs.oracle.com/cd/E16256_01/pdf_book.pdf (see section "Generating Separate Print Files")
    b) 12.x - Printers Reference - http://docs.oracle.com/cd/E22582_01/printers_rg.pdf (see section "Generating Separate Print Files")
    Essentially you will configure the INI like so:
    < BatchPrint >
    PDF = ~FUNCTION .PDF
    Where ~FUNCTION is an INI Built-in function like one of these:
    ~DALRUN {function name} - executes a DAL function to return a string which is used to name the file.
    ~DALVAR {variable name} - returns the value of a DAL variable which is used to name the file.
    Don't forget the space after the built-in function before the static bit of the filename...
    Best,
    Andy

  • How can I modify the display field names on the output port of my bi query

    Hello,
    I integrate my bi query in the visual composer storyboard.
    Then I click on my output port of the query and see the output fields.
    The display field names are very strange.
    For example:
    ABZCNQMDOPWJGHS1Q5Q27090
    I have never save such a field name while I create my query in the query designer.
    Have somebody an idea, where I can modify my displayed field names??
    Thanks.
    Thomas

    Hi Thomas,
    the cryptical names are the technical names of your query components. If there is no decription available (depends also on your portal language) then the technical names are displayed. Check your portal language in your user settings and then check if you have entered a description in the query designer for this language.
    Best Regards,
    Marcel

  • Header Name in the output file using content conversion

    Dear All,
    I want to have a text file with a header in the output. I have given the following values for content conversion:
    RecordSet structure = Record,Row
    Record.fieldSeparator='nl'
    Row.endSeparator='nl'
    Row.fieldSeparator=','
    Row.addHeaderLine=1
    but still I am not getting header in the output file. Please tell me where I am making a mistake in getting the header.
    Reg,
    NJ

    hi chirag,
    thnx for replying.
    i m getting the required output file without any error but i m not getting header. i hve added "addHeaderLine" parameter in content conversion but still i m not getting header in the output file.
    reg,
    nj

  • Help in merging the output rtf/documents reports

    Hi,
    I am working with XML pub tool for a user requirement that 2 output reports(rtf documents) were genated using XML processor from 2 rtf templates, XML data files etc. No I need to merge the 2 output rtf/doc reports . Is there any function in XML publisher so that I can merge these output reports as one report.(Same as merging 2 documents in microsoft word)
    Thanks
    Raj

    You can merge/append 2 documents with a third party tools wihtout using XMLP publisher.
    HTH
    Shaun S

  • Name of the person entering Invoice

    Hi,
    From which table can i get the name of the person entering Invoice.
    BKPF-USNAM gives the user ID how to get the user name.
    Regards,
    Bhanu

    Hi,
    Use the below BAPI to which you need to pass the user-id as the input. Which will return the name in the output parameter Address in the fields First Name and Last Name.
    CALL FUNCTION 'BAPI_USER_GET_DETAIL'
    EXPORTING
    username             = wa_imrg-readr
    CACHE_RESULTS        = 'X'
    IMPORTING
      LOGONDATA            =
      DEFAULTS             =
    ADDRESS              = wa_address
      COMPANY              =
      SNC                  =
      REF_USER             =
      ALIAS                =
      UCLASS               =
      LASTMODIFIED         =
      ISLOCKED             =
    tables
      PARAMETER            =
      PROFILES             =
      ACTIVITYGROUPS       =
    return               = it_return
    Hope this helps,
    Murthy.

  • Anyway to supress the coulmn names in the query output from SQLPLUS

    Hi,
    I am using sqlplus to run a script which returns the results with column names.
    Is there anyway to omit the column names from the query output from sqlplus?
    I would like to have only results with out their column names in the output.
    Thanks in advance!!

    Hi,
    Maybe your LINES(IZE) isn't set ?
    SCOTT>set lines 130
    SCOTT>select status, machine, module
      2    from v$session
      3   where upper(username) = 'SCOTT';
    STATUS   MACHINE                                                          MODULE
    INACTIVE PFAE3\VPC4894-03                                                 TOAD 9.7.2.5
    ACTIVE   PFAE3\VPC4894-03                                                 SQL*Plus
    2 rows selected.
    SCOTT>As an alternative to setting linesize, you can format columns:
    SCOTT>set lines 80
    SCOTT>col status for a8
    SCOTT>col machine for a30
    SCOTT>col module for a30
    SCOTT>select status, machine, module
      2    from v$session
      3   where upper(username) = 'SCOTT';
    STATUS   MACHINE                        MODULE
    INACTIVE PFAE3\VPC4894-03               TOAD 9.7.2.5
    ACTIVE   PFAE3\VPC4894-03               SQL*Plus
    2 rows selected.
    SCOTT>Regards
    Peter

  • How to find out program name to the corresponding output type of invoice..

    hi ALL,
    I want to findout program name to my output type.
    For one invoice functional peoples are configured. Here i know the outtype. But i don't know the program name .
    Can any body please tell me how to find out the program name for the output type..?

    Hi,
    Goto NACE t-code
    Select Billing (V3)
    Press 'Output Types' Button
    In the next screen select the corresponding output type you want.
    Then press 'Processing Routines' in the left pane. You can see the program name
    Cheers,
    Kothand

  • Header in the output of the program

    I have used this code for creating header in the output.
    REPORT  ZF7U_PAYMT_PAR
            LINE-SIZE  132
            LINE-COUNT 60
            NO STANDARD PAGE HEADING.
    TOP-OF-PAGE.
    CALL FUNCTION 'Z_STANDARD_PAGE_HEADER'
           EXPORTING
                COMPANY_CODE = ''
                PAGE_NUMBER  = SY-PAGNO
                REPORT_NAME  = SY-CPROG
                REPORT_TITLE = SY-TITLE
                REPORT_WIDTH = SY-LINSZ
                RUN_DATE     = SY-DATUM
                SUB_TITLE    = 'CALTEX OIL (pty) Limited'
           EXCEPTIONS
                OTHERS       = 1.
    But the program name in the output is ZF7U_PAY instead of ZF7U_PAYMT_PAR.
    What changes are to be done in the code ?
    or Is there any other problem?

    FUNCTION Z_STANDARD_PAGE_HEADER.
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(COMPANY_CODE) LIKE  T001-BUKRS
    *"     REFERENCE(PAGE_NUMBER) LIKE  SY-PAGNO DEFAULT SY-PAGNO
    *"     REFERENCE(REPORT_NAME) LIKE  SY-CPROG DEFAULT SY-CPROG
    *"     REFERENCE(REPORT_TITLE) LIKE  SY-TITLE DEFAULT SY-TITLE
    *"     REFERENCE(REPORT_WIDTH) LIKE  SY-LINSZ DEFAULT SY-LINSZ
    *"     REFERENCE(RUN_DATE) LIKE  SY-DATUM DEFAULT SY-DATUM
    *"     REFERENCE(SUB_TITLE) LIKE  SY-TITLE OPTIONAL
    *"  EXPORTING
    *"     REFERENCE(OTHERS) LIKE  SY-SUBRC
      tables: t001,
             sadr.                "img.21nov02
              adrc.
    Working storage
         data:  center_start      like sy-linsz,
               right_align      like sy-linsz,
               title_length     like sy-linsz,
               avl_text(4)      type n,
               prt_text(4)      type n,
               w_sys_descr(15)  type c.
    Get name and address of Company based on Company Code
      if t001-bukrs ne company_code.
        select single * from t001 where bukrs eq company_code.
      endif.
    if sadr-adrnr ne t001-adrnr.                             "img.21nov02
       select single * from sadr where adrnr eq t001-adrnr    "img.21nov02
                                and   natio eq space.         "img.21nov02
       if adrc-addrnumber ne t001-adrnr.                        "img.21nov02
        select single * from adrc where addrnumber eq t001-adrnr"img.21nov02
                                 and   nation eq space.         "img.21nov02
         translate adrc-name1 to upper case.                    "img.21nov02
      endif.
    Calculate center and right positions for the first line
    title_length = strlen( sadr-name1 ).                     "img.21nov02
      title_length = strlen( adrc-name1 ).                      "img.21nov02
      center_start = ( report_width - title_length ) / 2 + 1.
      right_align  = report_width - 15.
    Write the first header line using the positions calculated
      write:/ 'Program:', report_name(9).
      if not sy-slset is initial. write: 'Var:', sy-slset. endif.
      position center_start.
    write sadr-name1.                                        "img.21nov02
      write adrc-name1.                                         "img.21nov02
      position right_align.
      write:  'Date:',
      run_date mm/dd/yyyy.
    Calculate center and right positions for the second line
      title_length = strlen( report_title ).
      center_start = ( report_width - title_length ) / 2 + 1.
      right_align  = report_width - 15.
    Write the second header line using the positions calculated
      if ( w_sys_descr is initial ).
        write:  sy-sysid to w_sys_descr.    " instance
        write:  '/'      to w_sys_descr+10. " /
        write:  sy-mandt to w_sys_descr+12. " client
        condense w_sys_descr.
      endif.
      write:/ 'System :', w_sys_descr.
    write: / 'Run by :', sy-uname.
      avl_text = report_width - 43.
      if title_length > avl_text.
        position 22.
        prt_text = title_length - avl_text.
       shift report_title right by prt_text places.
       condense report_title.
        write report_title.
      else.
        position center_start.
        write report_title.
      endif.
      position right_align.
      write:  'Time:', sy-uzeit using edit mask '__:__'.
    write:  'Run Date :',
    run_date mm/dd/yyyy.
    Calculate center and right positions for the third line
      title_length = strlen( sub_title ).
      center_start = ( report_width - title_length ) / 2 + 1.
      right_align  = report_width - 15.
    Write the second header line using the positions calculated
    write:/ 'System :', w_sys_descr.
      write: / 'Run by :', sy-uname.
      if sub_title ne space.
        avl_text = report_width - 43.
        if title_length > avl_text.
          position 22.
          prt_text = title_length - avl_text.
         shift sub_title right by prt_text places.
         condense sub_title.
          write sub_title.
        else.
          position center_start.
          write sub_title.
        endif.
      endif.
      position right_align.
      write: 'Page:',
             page_number using edit mask 'LL_______'.
    write:  'Time:', sy-uzeit using edit mask '__:__'.
    Finally, underline the header
      uline.
    ENDFUNCTION.

  • Can you retrieve document from the output folder?

    OK, this was a stupid thing to do, I know.  But I'm hoping there is a solution.
    I spent the past two days editing a 600+ page document that I produced using the Printed Documentation SSL.  Unfortunately, I didn't copy it out of the output folder.  This morning, I inadvertently started to run the same SSL, but cancelled before it had a chance to generate.  Too late.  The "Clearing Output Folder" line already appeared in the log.
    Is there a way to retrieve the file once RoboHelp "clears" it?  At the moment, there is no file with that name in the output folder.
    Any help you could provide would be much appreciated.

    Hi there
    I'm a simpleton at heart.
    Before attempting to resort to installing another application, have you looked inside the Recycle Bin?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Name for the edit.template files channel or provider?

    Hi,
    I'd like to modify the default error page that shows the text:
    " A serious error has occured in the Desktop. This may have been caused by a mis-configuration on the server.
    Please report this problem to your administrator."
    I know where the files are located:
    <sunwps>/desktop/default/Error
    But the display profile document that supports these files is not located there. Does anyone know the name of the provider or channel that backs these template files?

    The provider is called ErrorProvider, and a reference to this provider is hard-coded into the DesktopServlet, i.e., there is no definition for this provider in the display profile. This is a special case so that errors can be handled even if there is no display profile.

  • Displaying name of the Used Query-View in a Web Template

    Hello Experts,
    I am using a Query View as Dataprovider in a Web Template.
    Now I would like to display the name of the View.
    But with a Text Element this isn't possible.
    You can only display the name of the Query.
    Is there a way to display the name of the used Query-View?
    Thank you for your help.
    D.Kramer

    Hi Sumit,
    hi Björn,
    thank you for your hints.
    We use a template to enable users to create Views.
    So its dynamic.
    That way we don't know the Name of the Views in advance.
    (So putting the text into 'Title' is not possible)
    We already use the "Query View Selection". This works out for users that are able to see different Views. (Power User)
    But is it also possible to display the Query View Name in an Item or with html methods for those templates where there is only one View (as dataprovider) we don't know in advance?
    Thanks again.
    D.Kramer

Maybe you are looking for