Report Layout modification problem

Hi!!! Friends,
I have developed a report in Report 6i on version 6.0.8.11.3 and tried to open and modify it on version 6.0.8.18.3. In that case if I move the edit margin of the report a bit then after running the report I am getting the following error
Error :-
REP - 1352 The fonts specified for this report cannot be found for the character set specified by NLS_LANG.
Could any one help me to get rid of this problem?
Thanks in advance.
Regards,
Sanjeev

Pls try this (Assuming this is Solaris OS)
Cause may be that NLS_LANG might not be matching with the entry in Tk2Motif.rgb (Pls search for this file in $OH)
Change Tk2Motif*fontMapCs entry to reflect correct character set.
If NLS_LANG is WE8ISO8859P15, then the entry
should be:
Tk2Motif*fontMapCs: iso8859-15=WE8ISO8859P15
Thanks
Ratheesh

Similar Messages

  • Reports layout/format problem when called from forms

    hi,
    using forms and reports builder 10g OS winxp
    i have created web and paper layout report with pre-defined template gray (rdf). when i run the web layout there is no problem.
    when i call this report from form using
    web.show_document('http://machine:8889/reports/rwservlet?report=mail_report.rdf&destype=cache&desformat=HTML&userid=abc/xyz@dbname&para1='||:parameter1, '_blank');
    the layout (cell bgcolors of the table) does not appear.
    pl guide what am i missing out.
    thanks

    Hi,
    that has nothing to do with forms. Your call inside web.show_document is a servlet-call. With this you get the paper layout of a report. If you want to get the web-layout, you have to call the report with a jsp-call. In your case that might look like http://machine:8889/reports/mail_report.jsp?userid=.....
    If you store your report as jsp-file, you can use it for paper & web-layout, as rdf only paper-layout is possible.
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/bi/B14048_02/pbr_arch.htm#i1005927
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/bi/B14048_02/pbr_run.htm#g1022421
    Regards
    Rainer

  • ME2N report layout  Modification

    Hi All,
         I need to add three new fields to the me2n alv report.
         which approach I can follow?
         where to write the code?
    Regards

    Hi,
    I want add new fields and populate data to the existed alv. I have copied that program and trying to do.
    Means existed alv layout change with 3 new fields.
    Regards
    SRI

  • Report layout modification

    I have a standard program in which I need to customise the output. Right now it is displaying the output of the report in 4 rows and I want to display the output in one single line in ALV format. The report which I am trying to customise is RM06EL00 and the output currently displayed is like below.
    1.)PO Type Vendor Name PGp Order date
    2.) Item Material Short text Mat. group
    3.) D I A Plnt SLoc Order qty. Un Net Price Curr. per Un
    4.) SL del. date Sched. qty. Un
    and what I want is something like this
    1.)PO Type Vendor Name PGp Order date Item Material Short text Mat. group D I A Plnt SLoc Order qty. Un Net Price Curr. per Un ....
    I copied the RM06EL00 to ZRM06EL00 I tried debugging the program to find out where the internal table for final display is being populated but couldnt find it. Any pointers on how to achieve the same .

    Hi Anjur,
    You follow the following steps to find out where exactly  the internal table for final display is being populated   :
    1. Go to perform end_of_selection(sapfm06l) in the main prg RM06EL00 ( at line 115, col 16)). Double click on this.  It will take you to form end_of_selection
    2. Double click on perform start_via_table_manager in the form   end_of_selection.
    3. you will reach form start_via_table_manager . In that you will see function ME_REP_START_VIA_TABLE_MANAGER .
    double click on this fm .
    4.( In menubar   Goto - > Main Program . It will take you to the main program SAPLMEREP.
    4. Double Click on the include lmerepfxx.
    5. You will see a lot of includes . Double cklick on the include lmerepi02.
    6. IN this  include lmerepi02, you will find out the required internal table, where you have to populate the data.
    Regards,
    Kunal.

  • APEX 5: report layouts broken after download

    Hi, after switching from 4.02 to 5.0, I´m testing the new environment. Today I run into a problem I cannot solve. I have a lot of report layots stored in the section in Shared components, alle Named Columns RTF format. All these layouts are working fine in the application. But if I download one, the result is a damaged file. MS Word can not open it ('file is damaged' or 'not enough space' ). It also looks like the downloaded file is always bigger then the uploaded source.
    I did a test:
    - download one layout from a backup server (with APEX 4.02)
    - controlled it by opening in Word, all fine
    - upload to APEX 5.0
    - test in the application, result is ok.
    - download again: file size changed from 284kB to 388kB, file is damaged.
    Is there any help? - Thank you!

    Hi Norbert,
    Getting back to your report layout download problem - there is an issue with certain versions of the database, which causes CLOB_TO_BLOB conversion to not always work properly (bug 7459168). This is what is causing the download of your RTF documents to produce invalid results. The files in your database are not affected by this, it's only an issue on export. To work around this database bug we've filed bug 20931298, and we've implemented a fix for this, which will be available with out first patch set, APEX 5.0.1. As usual, I do not have a date yet when this will be available. Can I ask what version of the database you are currently using?
    Regards,
    Marc

  • Pdf printing Report Layout

    I'm trying to modify the default Report Layout and I'm almost there, except for how the Apex engine loops through the sub-templates is messing me up. I want my report to look like:
    COL HEADER1
    COL DATA1
    COL HEADER 2
    COL DATA2
    COL HEADER3
    COL DATA3
    etc.
    I can do this in the HTML report layout no problem, but the pdf output looks like:
    COL HEADER1
    COL HEADER2
    COL HEADER3
    COL DATA1
    COL DATA2
    COL DATA3
    etc.
    When I try to merge the Report Column Heading and Column Template code together in the Column Template field and just use #PRN_TEMPLATE_BODY_ROW# in the Report Layout, I get:
    '#COLUMN_HEADER#'
    COL DATA1
    '#COLUMN_HEADER#'
    COL DATA2
    '#COLUMN_HEADER#'
    COL DATA3
    So basically, the #COLUMN_HEADER# substitution string doesn't get substituted with the actual column header name if it's used in the Column Template section. I think it should, since then my problem would be solved. Any insights? Thanks.

    Kathryn,
    The #COLUMN_HEADER# substitution string does not get substituted when used in the column template section. I agree it would be helpful if it were though, unfortunately that's not the case yet. I'll add that for the next release,
    Regards,
    Marc

  • Report layout problem

    i am facing very strange problem,
    some times in report layout the field ,frame etc movement not exactely accoring to the
    cursor movement(this happend only in some reports others work properly),
    due to this ,layout designing is difficult
    bye
    siddharth

    Hi,
    Please try with latest Report Ver 6.0.8.19.0. you will not face the problem.
    Thanks,
    Puvan.

  • Problem with Report Layout

    Please help me.......
    I had created a new form (Copy of Sales-> A/R Invoice, loaded from XML file).
    The problem comes, when I tried to see (Print Preview) the Report Layout for the Corresponding A/R Invoice form.
    The Layout Designer button is not showing its functionality on Clicking. Also the Print Preview button is in disabled condition. So I cant set the Report Layout and also cant see the Report (Preview) .
    So is there any solution for this problem.

    Hi,
    For the user defined forms the PLD functionality is not avaliable, instead u can design and use Crystal reports.
    Vasu Natari.

  • Financial report layout problem

    Hi ALL,
    I have a financial report definition, which has 5 levels. Every level I have to show a total row, which is constructed by former total rows
    plus some new rows. I tried to use new Pivot functionality to construct this report ,
    but the problem is that in one column you cannot delete total rows selectively from the table, so you will have total rows for the single new rows also. This causes that you will have too much total rows, duplicate total rows at the highest levels.
    There is an example in the document "oracle-bi-ee-new-features-10gr3.pdf" about financial layout. It shows a correct Pivot report, it looks fine. But I cannot reconstruct this report.
    Can you tell me how they could delete in this example duplicated "Total Fixed Assets" and duplicated "Total Investments" rows which must have been there before?
    Thank you,

    I don't think so, but you could just put the dimension inside of the report, merely for the purpose of the end-user being able to see the actual dimension name.
    Thanks,
    James

  • Matrix-Report - Layout-Problem

    Hi,
    In my report (matrix-rep.) is number of column larger than side-width.
    Report continue printing on the next page, but I want, the report should print this on the same page bellow
    How can I do this?
    Thanks
    Gregor

    Title of this Forum: Forms
    Title of this Thread: Issue with Report Layout
    I can't point my finger on it, but something feels wrong. Or is it just me ;) ?
    Reports has its own forum dedicated to questions related to...reports:
    Reports
    You have a good chance that you get more answers over there. Also you did not mention any version numbers (reports version, database version,...) so please add these informations over there as well as the solution to your problem may depend on the version of the product you are using.
    good luck!
    cheers

  • Problem with creating customized report layout

    Hello,
    I want to create customized report layout. However, it doesn't work. Can somebody help me?
    I have a page 24 in apex.oracle.com(workspace: houbcm, username: apex, password: apex1). Here is the code in my .xslt.
    <?xml version="1.0"?>
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
    <fo:simple-page-master master-name="content"
    page-width="210mm" page-height="297mm">
    <fo:region-body/>
    </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="content">
    <fo:flow flow-name="xsl-region-body">
    <fo:table table-layout="fixed" width="100%">
    <fo:table-body>
    <fo:table-row >
    <fo:table-cell> <fo:block text-align='right' > <fo:inline> Product Name: </fo:inline> </fo:block> </fo:table-cell>
    <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//PRODUCT_NAME' /> </fo:inline> </fo:block> </fo:table-cell>
    </fo:table-row>
    <fo:table-row >
    <fo:table-cell> <fo:block text-align='right' > <fo:inline> Description: </fo:inline> </fo:block> </fo:table-cell>
    <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//PRODUCT_DESCRIPTION' /> </fo:inline> </fo:block> </fo:table-cell>
    </fo:table-row>
    <fo:table-row >
    <fo:table-cell> <fo:block text-align='right' > <fo:inline> Category: </fo:inline> </fo:block> </fo:table-cell>
    <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//CATEGORY' /> </fo:inline> </fo:block> </fo:table-cell>
    </fo:table-row>
    <fo:table-row >
    <fo:table-cell> <fo:block text-align='right' > <fo:inline> Availability: </fo:inline> </fo:block> </fo:table-cell>
    <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//PRODUCT_AVAIL' /> </fo:inline> </fo:block> </fo:table-cell>
    </fo:table-row>
    <fo:table-row>
    <fo:table-cell> <fo:block text-align='right' > <fo:inline> List Price: </fo:inline> </fo:block> </fo:table-cell>
    <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//LIST_PRICE' /> </fo:inline> </fo:block> </fo:table-cell>
    </fo:table-row>
    </fo:table-body>
    </fo:table>
    </fo:flow>
    </fo:page-sequence>
    </fo:root>
    Thanks,
    Jen

    Hi,
    Thanks for the reply. I have created following report definition.
    SELECT Call_Type.EnterpriseName, Call_Type.Description AS DNIS, Call_Type_Interval.CallTypeID,
    SUM(Call_Type_Interval.ServiceLevelCallsOffered) AS CallsOffered,
    SUM(Call_Type_Interval.CallsAnswered) AS CallsAnswered,
    SUM(Call_Type_Interval.TotalCallsAband) AS TotalCallsAband,
    SUM(Call_Type_Interval.ServiceLevelAband) AS ServiceLevelAband,
    SUM(Call_Type_Interval.ShortCalls) AS ShortCalls,
    SUM(Call_Type_Interval.CallDelayAbandTime) AS CallDelayAbandTime,
    SUM(Call_Type_Interval.AnswerWaitTime) AS AnswerWaitTime,
    SUM(Call_Type_Interval.AnsInterval1) AS AnsInterval1,
    SUM(Call_Type_Interval.AnsInterval2) AS AnsInterval2,
    SUM(Call_Type_Interval.AnsInterval3) AS AnsInterval3,
    SUM(Call_Type_Interval.AnsInterval4) AS AnsInterval4,
    SUM(Call_Type_Interval.AnsInterval5) AS AnsInterval5,
    SUM(Call_Type_Interval.AnsInterval6) AS AnsInterval6,
    SUM(Call_Type_Interval.AnsInterval7) AS AnsInterval7,
    SUM(Call_Type_Interval.AnsInterval8) AS AnsInterval8,
    SUM(Call_Type_Interval.AnsInterval9) AS AnsInterval9,
    SUM(Call_Type_Interval.AnsInterval10) AS AnsInterval10
    FROM        
    Call_Type (nolock),
    Call_Type_Interval (nolock)
    WHERE Call_Type.CallTypeID = Call_Type_Interval.CallTypeID
    AND Call_Type.CallTypeID in (:calltype_list)
    AND Call_Type_Interval.DateTime >= :start_date
    AND Call_Type_Interval.DateTime <= :end_date
    GROUP BY Call_Type.EnterpriseName,
    Call_Type.Description,
    Call_Type_Interval.CallTypeID
    For this definition i wanted to create a customized report which is apparently not possible.

  • Problem Exporting Report Layout

    Hi,
    I have an application that contains many report layouts. In the development environment it works fine. But, I have exported the application (.sql file) and imported into the production environment and when I try to run the report the application can´t find the page and the report doesn´t run.
    Anybody can help me ?
    Thanks,
    Best Regards,
    Marcelo Batalha

    Hi,
    For the user defined forms the PLD functionality is not avaliable, instead u can design and use Crystal reports.
    Vasu Natari.

  • Crystal Report Layout asking for Login Info

    I have modified the Delivery Note Crystal Report Layout for Business One by clicking the Edit button on the Report and Layout Manager for Delivery Note (Items).  I then saved my modifications to a file.  Finally, I go into Business One and import the Layout for Delivery Note (Items).  When I preview the Layout it asks me for login information then continues to fail.  How dow I make it so I can print the Delivery without having to constantly log in?

    Hi Jeff,
    I recently had a similar problem on an 8.82 implementation, having contacted and spoken to SAP Support multiple times these suggested fixes worked:
    The request to login to the database when you open or print preview a Crystal
    report is a known issue. To resolve this, I recommend you go through our Root
    Cause Analysis (RCA) guide. Please see attac hed Note 1676353 on where to find
    this. There are four Cases in this guide (which contain a number of Influences)
    - please go through all Cases and Influences.
    We also tried the following:
    STEP 1:
    Influence 2: Case 2 is to clear all the data for login (e.g. sa and
    password - delete them) and then ticked 'Integrated Security#.
    - Influence
    3: #: Check the current datasource is to update connection.
    - Retest opening
    the system reports on a workstation.
    - If they are still reporting an error
    try the next step
    - STEP 2:
    - Change the datasource location of
    the report from OLE DB to SAP Business One type and leave the
    authentication
    information blank. Try running the report in Crystal, and then import to SAP.
    And also opened up the Crystal Report via the Edit button in SAP in Reports and Layouts Manager, we then clicked on the database connection and updated all the tables (even though they were the same) and these got the reports needed working. Speaking to SAP it is a known bug and they are releasing a hotfix to resolve it, but try explaining that to a customer !!!
    Hope these help.
    Regards
    Sean

  • Oracle bi publisher report for apex - Report Layout

    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to.
    I have 3 tables in my RTF template 1) Header 2) Details 3) Summary. Details section has a group. This runs fine.
    Now if I just combine all the above 3 tables into one by adding row above and row below to the "2) details" table and moving the table 1 and table 3 into those rows, makes the data in the group in table 2 disappear when run on the apex application.
    However it works fine when data is loaded on the RTF template and Preview --> PDF is seen.
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    Krishna
    Edited by: Krishna on Aug 9, 2010 10:08 AM

    Hi, I think you need to provide more information.
    user452458 wrote:
    Hi There,
    Navigation: Home>Application Builder>Application 20>Shared Components>Report Layouts
    I created rtf template for a Report Query. It worked fine upto certain point.
    However at some point, if I make a minor modification to the layout it is not displaying all the data that it is supposed to. What modification? added extra fields? Are those fields in the corresponding report query? change to the design of the document? did you delete the old template and re-upload after making the changes?
    Moreover the preview on the RTF template works fine with the same data.Preview from where?
    >
    Is it a known bug? Because some of my coleagues has same issues.
    Thanks
    KrishnaAlso, you should change your display name to something better than user452458 ;)
    Trent

  • Custom Report Layout with mutliple child tables

    I am trying to create a custom report layout (using Bi Publisher) where I have parent data (multiple jobs on a page) and several child tables for each job (JobDays and JobStops) and several child tables for JobDays (JobDayProviders, JobDayCrew). On the apex screen, I have a join on Jobs and JobDays and I am using functions to string each child row value for JobDayProviders and JobDayCrew together and putting a <br> in between so that they will format on separate lines within a cell. It works fine on the screen but when trying to print to pdf, it ignores these line breaks. I have also tried using <br></br> (saw an article that said just use HTML in bi pulisher) which puts two lines in between each value on the screen and is still ignored on the pdf.
    for example:
    Table hierarchy:
    Jobs table
    Job Stops
    Job Days
    Job Day Service Providers
    Job Day Crew
    Report Layout per job (will have mutlipe jobs to print, just printing 1 day per job):
    Jobs.col1 JobStops.row1 JobDay.col1 JobDayProviders.row1 JobDayCrew.r1
    JobStops.row2 JobDayProviders.row2 JobDayCrew.r2
    JobDayProviders.row3
    Thanks,
    Linda
    First, is there a way to get bi publisher to recognize the line breaks? If not, what is the best way to create a custom report for this scenario? I tried to create a report query with mutliple queries, but cannot determine how to link the child queries to the paren query. I have seen an example where a button is pressed to print one parent row and the id of that row is saved and referenced as a parameter in each of the queries, but if printing mutliple parents on a report, how would I link the child queries to the parent query?

    Helen,
    The best way for your case is to use a content folder and customize it whichever way you like.
    however, your question is about reports. the problem in reports is this that you have to use just one single query and the layout of the results of this query are displayed in a peculiar way.
    anyway. something similar but not exactly the same as what you wanted do is the following.
    use a query like the following: (with a union in between)
    SELECT COLUMN1,NULL , NULL ,NULL ,NULL
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    UNION
    SELECT NULL,COLUMN2 , COLUMN3, COLUMN4, COLUMN5
    FROM my_source_table
    WHERE myCriteria LIKE 'SoAndSo%'
    ---------- Now, have the following codes in the layout segments:
    <!--- header --->
    <table border="0" cellpadding="1" cellspacing="1" width="20%" align="center">
    <!--- body --->
    <tr align="center">
    <td><table border="0" cellpadding="1" cellspacing="0" width="30%" align="center">
    <tr align="center">
    <TH><#COLUMN1.FIELD#></TH>
    </tr>
    </table>
    </td>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN2.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN3.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN4.FIELD#></TD>
    <TD class="report_cell" ALIGN="LEFT"><#COLUMN5.FIELD#></TD>
    </tr>
    <!--- footer --->
    <TR><TD></TD></TR>
    this should produce a report with a table structure (you may see the whole if you give BORDER="1" in the main table tag). Within this table, the first column of the first row should be showing top-leftmost column value once (COLUMN1 value) and then the next rows would show last four column values as a table block on the right-bottom part.
    with kind regards,
    naqvi

Maybe you are looking for

  • PC Hyperterminal

    I wish to monitor a serial port between 2 PC's. I have a serial to USB converter by Roline. (The serial end connects to serial port of PC's in parallel). When I'm in PC emulator mode I can use the Hyperterminal utility supplied in Windows to monitor

  • File System Repository limitations

    Hi everyone I'm currently involved in a SAP Enterprise Portal project where we among other things are utilizing KM. One of my customer's requirements are that we integrate an existing fileshare into KM. This fileshare is currently at ~200 GB and is s

  • Lightbox Problems

    Hello,     I am a student curator for Fairfax County Public Schools (FCPS). Currently we are working on a website that encorporates lightbox; unfortunately we have run into issues beyond myself. The lightbox works perfectly in dreamweaver live, yet w

  • How do I delete a second mail account that is showing up on the dropdown box of a new message.

    When I send an email, it says it is from this second account. It is only showing up on the dropdown from the actual email. I choose my preferred account, but always uses the one I don't want.

  • VF02- Issue while going into Menu Goto- Header - Output

    Hi experts, when i go in VF02 transaction and when i go to menu -goto header - Output . Then i select existing output and click on Repeat output button . Then i select that output and click on Processing log button i get following message "No error l