Create report template works in XE not in 11g

Working systems
Windows vista
Oracle XE
Apex 3.1.0.00.32
System that fails
Unix of some sort
Oracle 11g
Apex 3.1.0.00.32
PDF printing enabled and working
Error: ORA-01400: cannot insert NULL into ("FLOWS_030100"."WWV_FLOW_REPORT_LAYOUTS"."FLOW_ID")
Created and xsl file using Stylus Studio on my laptop where XE resides.( Good tool btw)
Navigated to: Home>Application Builder>Application >Shared Components>Report Layouts>Create Report Layout
Layout NameL test1
Report Layout File: TestRpt.xsl
Clicked on Create and the report layout showed up in the list
I emailed the file to my work account. Followed the same steps and got the above error.
I thought maybe it was a Unix v. Dos file structure so I edited the xsl file in SQL Developer (another good tool for Apex) and saved as TestRptA.xsl. Same error occured.
I can put any file into the XE form and it uploads. I assume the 11g system does not get the file passed in the parameters...
Any ideas on this would be greatly appriated.
Sam
Stumped in San Jose
Home>Application Builder>Application >Shared Components>Report Layouts>Create Report Layout

It went away. Nothing was done by the DBAs or me.
Its a miracle!

Similar Messages

  • In XL Reporter  the report template ER-1 is not working,

    In XL Reporter  the report template ER-1.ixr given by SAP is not working,
    Error message displayed: "Error in Expansion" how to correct this problem
    please give me the solution or mail me ER 1.ixr if you got working file, thank you
    Regards
    krish
    mail id:[email protected]

    Dear Radhakrishnan,
    This error has already been reported to SAP Support earlier also. It happens with SalesTaxRegister.ixr also and here is the solution for it :
    Whenever the Xlreport "SalesTaxRegister.ixr" is executed from
    XLReporter the error "Error in expansion" appears.
    This error occurs because the report references two fields which do not
    exist in the metadata.
    Note: SalesTaxRegister.ixr is provided by SAP for Indian localisation.
    To correct this problem, follow these steps:
    1.  Open the report definition in Excel.
    2.  Click menu 'Format > Column > Unhide' to unhide all columns. This
        will make columns A to AC visible.
    3.  Delete the content in cells O15 and O25 (PO4_NonDdctPrc).
    4.  Hide columns A to AC again and save the report.
    5.  Try to run the report again.
    The above solution will work for SalesTaxRegister.ixr report.
    For the customized report which the partner must have
    created, there would be some similar references that do not exist
    in the metadata. Once these references are deleted the report will work
    again.
    For further information please have a look at the note :  1072702.
    Regards
    Arshdeep

  • Error- Create Report doesnt work on client machine

    Hi All,
    On one of the machine i have installed
    BO XI R2 server,
    VS 2005
    I have tried Create report application using Web intelligence sdk on it and it's working.
    But when i try to run the same sample from another machine it throws an error as below.
    Java Plug-in 1.6.0_11
    Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sslcomp172
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    load: class com.businessobjects.wp.tc.TCMain not found.
    java.lang.ClassNotFoundException: com.businessobjects.wp.tc.TCMain
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://localhost:2112/edit_cs_webi_java_panel/applet/com/businessobjects/wp/tc/TCMain.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: com.businessobjects.wp.tc.TCMain
    Please help me
    Thanks
    Amol Mali

    Hi, Amol;
    The main point of the error is that there is a class that is not found or missing.
    On the other computer, how did you deploy the Crystal runtime files? Have you installed a server version of Crystal to that machine, or does it have the full Enterprise product installed?
    Regards,
    Jonathan

  • EHS & WWI: Error creating Report Template

    Hi all,
    We have installed WWI for defining report templates and cannot create the templates from cg42.
    Let me try to reproduce my steps:
    1. Enter cg42 and create a new template, entering the name and descirption (i.e. TEST WWI, Report Template Example)
    2. Save the template
    3. Display the document (F7)
    4. Error message: "Cannot display document TEST_WWI vesion00" Message no. C$563
    But if I change to display mode then if I press  the Document button (F7) the report template is displayed.
    Do you know why this could be?
    Many thanks and regards,
    Alberto

    Hola Alberto,
    Estoy empesando a parametrizar SVT, pero no he podido generar ningun reporte de volumen de sustancias, tienes algún documento o manual de cuztomización de SVT que me puedas facilitar?
    Me gustaría hacerte una pregunta puntual, pero lamentablemente, no sé donde esta la falla.
    Muchas garcias.
    Saludos.
    Alejandro González Spencer

  • DBMS_SPACE works in 10g not in 11g

    Hi,
    I have a code that uses DBMS_SPACE that works in Oracle 10g but not in 11g.
    Any clarification is appreciated.
    SQL> select * from v$version ;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL>
      1  declare
      2   -- IN vars
      3   v_segment_owner VARCHAR2(100):='HR';
      4   v_segment_name VARCHAR2(100) :='NAMES';
      5   v_segment_type VARCHAR2(100) :='TABLE';
      6   v_partition_name VARCHAR2(100) :=null;
      7   -- OUT vars
      8   v_unformatted_blocks   NUMBER;
      9   v_unformatted_bytes   NUMBER;
    10   v_fs1_blocks   NUMBER;
    11   v_fs1_bytes   NUMBER;
    12   v_fs2_blocks   NUMBER;
    13   v_fs2_bytes   NUMBER;
    14   v_fs3_blocks   NUMBER;
    15   v_fs3_bytes   NUMBER;
    16   v_fs4_blocks   NUMBER;
    17   v_fs4_bytes   NUMBER;
    18   v_full_blocks   NUMBER;
    19   v_full_bytes   NUMBER;
    20   v_segment_size_blocks NUMBER;
    21   v_segment_size_bytes NUMBER;
    22   v_used_blocks NUMBER;
    23   v_used_bytes NUMBER;
    24   v_expired_blocks NUMBER;
    25   v_expired_bytes NUMBER;
    26   v_unexpired_blocks NUMBER;
    27   v_unexpired_bytes NUMBER;
    28  begin
    29  DBMS_SPACE.SPACE_USAGE(
    30   segment_owner => v_segment_owner ,
    31   segment_name => v_segment_name ,
    32   segment_type => v_segment_type ,
    33   unformatted_blocks => v_unformatted_blocks ,
    34   unformatted_bytes => v_unformatted_bytes ,
    35   fs1_blocks => v_fs1_blocks  ,
    36   fs1_bytes => v_fs1_bytes ,
    37   fs2_blocks => v_fs2_blocks ,
    38   fs2_bytes => v_fs2_bytes ,
    39   fs3_blocks => v_fs3_blocks ,
    40   fs3_bytes => v_fs3_bytes ,
    41   fs4_blocks => v_fs4_blocks ,
    42   fs4_bytes => v_fs4_bytes ,
    43   full_blocks => v_full_blocks ,
    44   full_bytes => v_full_bytes ,
    45   partition_name => v_partition_name  );
    46* end;
    SQL> /
    declare
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ORA-06512: at "SYS.DBMS_SPACE", line 190
    ORA-06512: at line 29
    SQL> show user
    USER is "SYS"
    SQL> select * from v$version ;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> declare
      2   -- IN vars
      3   v_segment_owner VARCHAR2(100):='HR';
      4   v_segment_name VARCHAR2(100) :='NAMES';
      5   v_segment_type VARCHAR2(100) :='TABLE';
      6   v_partition_name VARCHAR2(100) :=null;
      7 
      8   -- OUT vars
      9   v_unformatted_blocks   NUMBER;
    10   v_unformatted_bytes   NUMBER;
    11   v_fs1_blocks   NUMBER;
    12   v_fs1_bytes   NUMBER;
    13   v_fs2_blocks   NUMBER;
    14   v_fs2_bytes   NUMBER;
    15   v_fs3_blocks   NUMBER;
    16   v_fs3_bytes   NUMBER;
    17   v_fs4_blocks   NUMBER;
    18   v_fs4_bytes   NUMBER;
    19   v_full_blocks   NUMBER;
    20   v_full_bytes   NUMBER;
    21   v_segment_size_blocks NUMBER;
    22   v_segment_size_bytes NUMBER;
    23   v_used_blocks NUMBER;
    24   v_used_bytes NUMBER;
    25   v_expired_blocks NUMBER;
    26   v_expired_bytes NUMBER;
    27   v_unexpired_blocks NUMBER;
    28   v_unexpired_bytes NUMBER;
    29  begin
    30  DBMS_SPACE.SPACE_USAGE(
    31   segment_owner => v_segment_owner ,
    32   segment_name => v_segment_name ,
    33   segment_type => v_segment_type ,
    34   unformatted_blocks => v_unformatted_blocks ,
    35   unformatted_bytes => v_unformatted_bytes ,
    36   fs1_blocks => v_fs1_blocks  ,
    37   fs1_bytes => v_fs1_bytes ,
    38   fs2_blocks => v_fs2_blocks ,
    39   fs2_bytes => v_fs2_bytes ,
    40   fs3_blocks => v_fs3_blocks ,
    41   fs3_bytes => v_fs3_bytes ,
    42   fs4_blocks => v_fs4_blocks ,
    43   fs4_bytes => v_fs4_bytes ,
    44   full_blocks => v_full_blocks ,
    45   full_bytes => v_full_bytes ,
    46   partition_name => v_partition_name  );
    47  end;
    48  /
    PL/SQL procedure successfully completed.
    SQL> show user
    USER is "SYS"

    You make feel embarressed!!
    You are right.. the table wasn't there. I was connecting to the wrong database.
    Sorry for that.

  • APEX 4.2.1 Theme 26. Report template "Fixed headers" does not work in IE9

    Hi,
    The goal is to scroll the region, but not column headers.
    Works great on Chrome and Firefox, but on IE9, column headers scroll altogether with data.
    I have tried it in APEX workspace at ORACLE (select order_item_id, order_id from demo_order_items - just to fill the region).
    Is there a possibility to fix the Template's HTML/CSS?
    Of course, I can make three regions to show the same thing (one region with report heading only, another with column headings only and the third on with column data only), but it seems complicated for such a simple task .
    Thank you

    Hi,
    I would suggest to not mix different questions and a thread for each of them. Makes it easier for others to follow.
    About your problem with the cascading LOVs, it appears that this is/was a bug in jQuery Mobile which we use under the hood. I was able to reproduce the problem with APEX 4.2.1 using jQM 1.2.0, but was not able to reproduce it with APEX 5.0 which will use jQM 1.3.0RC1 or higher. The problem occurs if a select list is empty.
    There are different workarounds available:
    1) set the attribute "HTML Form Element Attributes" of P1_CLOV_2 to data-native-menu="false"or
    2) set the attribute "Display Null Value" of P1_CLOV_2 to Yes and "Null Display Value" to - select - (or something similar). The "Value Required" = Yes will still guarantee that a value has to be picked. Having the extra null entry will guarantee that the select list always contains an entry, that seems to workaround the bug in jQuery Mobile.
    I have filed bug 16355963 - jquery mobile: empty select list causes javascript error
    to track that this is definitely fixed in APEX 5.0.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Spawning a template works in Acrobat, not in Reader

    Hi - I have created a form that has a template.  Originally I wanted to have a new page spawned when the enter key was pressed in one of the text fields at the bottom of the page.  But I wasn't having any luck getting that to work, so I ended up adding a button that spawns a page.  It works in Adobe Acrobat, however when I open the form in Adobe Reader, the button does not add a new page when it is clicked.
    Before I tried out the form in Reader, I saved a copy of the PDF file from Acrobat using the File / Save As Other / Reader Extended PDF / Enable More Tools.
    I am using Acrobat XI and Reader XI.  My operating system is Windows XP.
    Any help would be appreciated!

    It will work in Reader 11 if you don't Reader-enable the document with Acrobat, or if you Reader-enable the document with LiveCycle Reader Extensions and include the spawn template usage right.

  • Drop zone of loop in the film stip template, works in simultor, not burning

    Droping a loop from the film into the drop some in a chapter menu and it shows up on the simulator. when I go to burn or build etc there is just white where the loop should be. everything else is workinng fine just but no loop- any ideas out there?
    thnx

    OK bigger problem- the all NTSC DVD that used the same template [film strip] also had no problem in the simulator, but I just build/formated it, and the drop zones in the menu buttons whent all white again- same as yesterday. I also checked and they were all software based in the menu prefs. something is wrong here, there is like a "flash frame" of the first frame of the loop, frozen for a split second. and then when the motion starts it all goes to white in zone. I am really flumixed here, did I change something in the targets or is it still burn realted? but why does it work in the simulator, like a charm and then it does not burn????? FRUSTRATED

  • Transform method works in 10g, not in 11g !?

    Hello,
    I've some trouble with transform method in Oracle 11g !
    I'va built a special test case to illustrate that.
    Here it is (PL/SQL) :
    DECLARE
       data_xml   XMLTYPE;
       data_xsl   XMLTYPE;
       data_out   XMLTYPE;
    BEGIN
       data_xsl :=
          XMLTYPE
             ('<?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
        xmlns:idfx="http://www.socgen.com/idfx/pivot" xmlns="urn:swift:saa:xsd:saa.2.0">
        <xsl:output method="xml" encoding="UTF-8" indent="yes"/>
        <xsl:variable name="SenderDN">ou=opc,ou=ppe,o=pipofrpp,o=swift</xsl:variable>
        <xsl:variable name="SenderBIC11">PIPOFRPPXXX</xsl:variable>
        <xsl:template match="/*">
            <DataPDU xmlns="urn:swift:saa:xsd:saa.2.0">
                <Header>
                    <Message>
                        <SenderReference>
                            <xsl:value-of select="idfx:infos/idfx:reference_tech"/>
                        </SenderReference>
                        <MessageIdentifier>
                            <xsl:value-of select="idfx:routage/idfx:feuille/idfx:MessageIdentifier"/>
                        </MessageIdentifier>
                        <Format>MX</Format>
                        <Sender>
                            <DN>
                                <xsl:value-of select="$SenderDN"/>
                            </DN>
                            <FullName>
                                <X1>
                                    <xsl:value-of select="$SenderBIC11"/>
                                </X1>
                            </FullName>
                        </Sender>
                        <xsl:apply-templates select="idfx:routage/idfx:feuille/idfx:Receiver"/>
                        <InterfaceInfo>
                            <UserReference>
                                <xsl:value-of select="idfx:infos/idfx:reference_tech"/>
                            </UserReference>
                        </InterfaceInfo>
                        <NetworkInfo>
                            <Priority>
                                <xsl:value-of select="idfx:routage/idfx:feuille/idfx:Priority"/>
                            </Priority>
                            <Service>
                                <xsl:value-of select="idfx:routage/idfx:feuille/idfx:Service"/>
                            </Service>
                        </NetworkInfo>
                    </Message>
                </Header>
                <Body>
                    <AppHdr xmlns="urn:swift:xsd:$ahV10">
                        <MsgRef>
                            <xsl:value-of select="./idfx:infos/idfx:reference_tech"/>
                        </MsgRef>
                        <CrDate>
                            <xsl:value-of select="./idfx:infos/idfx:generated"/>
                        </CrDate>
                    </AppHdr>
                </Body>
            </DataPDU>
        </xsl:template>
        <xsl:template match="idfx:Receiver">
            <xsl:variable name="ReceiverDN-BIC11">
                <xsl:choose>
                    <xsl:when test="(. = ''PIPOFRP0OPC'') or (. = ''PIPOFRPPOPC'')">
                        <xsl:text>ou=opc,ou=ppe,o=pipofrpp,o=swift</xsl:text>
                        <xsl:text>|</xsl:text>
                        <xsl:text>PIPOFRPPXXX</xsl:text>
                    </xsl:when>
                    <xsl:when test="substring(., 1, 8) = ''DUDUFRP0''">
                        <xsl:text>ou=funds,ou=tandt,o=dudufrpp,o=swift</xsl:text>
                        <xsl:text>|</xsl:text>
                        <xsl:text>DUDUFRPPXXX</xsl:text>
                    </xsl:when>
                    <xsl:when test="substring(., 1, 8) = ''DUDUFRPP''">
                        <xsl:text>ou=funds,ou=live,o=dudufrpp,o=swift</xsl:text>
                        <xsl:text>|</xsl:text>
                        <xsl:text>DUDUFRPPXXX</xsl:text>
                    </xsl:when>
                    <xsl:otherwise>
                        <xsl:text>o=</xsl:text>
                        <xsl:value-of
                            select="translate(substring(., 1, 8), ''ABCDEFGHIJKLMNOPQRSTUVWXYZ'',
              ''abcdefghijklmnopqrstuvwxyz'')"/>
                        <xsl:text>,o=swift</xsl:text>
                        <xsl:text>|</xsl:text>
                        <xsl:value-of select="substring(., 1, 8)"/>
                        <xsl:text>XXX</xsl:text>
                    </xsl:otherwise>
                </xsl:choose>
            </xsl:variable>
            <Receiver>
                <DN>
                    <xsl:value-of select="substring-before($ReceiverDN-BIC11, ''|'')"/>
                </DN>
                <FullName>
                    <X1>
                        <xsl:value-of select="substring-after($ReceiverDN-BIC11, ''|'')"/>
                    </X1>
                </FullName>
            </Receiver>
        </xsl:template>
    </xsl:stylesheet>'
       data_xml :=
          XMLTYPE
             ('<?xml version="1.0" encoding="ISO-8859-1"?>
    <SOCFC xmlns="http://www.socgen.com/idfx/pivot">
      <infos>
        <generated>2010-07-01T14:04:27</generated>
        <reference_tech>IDFX20100701E000015</reference_tech>
      </infos>
      <RECEDEP>DUDUFRP0FDA</RECEDEP>
      <SENDERM>OPC</SENDERM>
      <REFSEND>5100163024</REFSEND>
      <INDPREA>N</INDPREA>
      <REFINTE>0010000934956</REFINTE>
      <CENTRDT>20090909</CENTRDT>
      <VALORDT>20090909</VALORDT>
      <STTLMDT>00000000</STTLMDT>
      <VLIQDEV>EUR</VLIQDEV>
      <VLIQMNT>4.4550</VLIQMNT>
      <PLATRAD>FR</PLATRAD>
      <TYPSORA>SOU</TYPSORA>
      <SEAMDEV>EUR</SEAMDEV>
      <TYPCOMM>STD</TYPCOMM>
      <BUYRBIC>PIPOFRP0EDE</BUYRBIC>
      <BUYRLB1 />
      <SELLBIC>PIPOFRPPOPC</SELLBIC>
      <SELLLB1 />
      <INVEBIC />
      <INVELB1 />
      <IDCTCOM />
      <QUANTFI>39.705</QUANTFI>
      <IFICODI>QS0012909854</IFICODI>
      <IFILIBE>FLOFLUZE SECURITE 207 FCPE....</IFILIBE>
      <CODAFFD>00000000</CODAFFD>
      <CODAFFR>00000000</CODAFFR>
      <ADHEOFD>00000</ADHEOFD>
      <ADHEOFR>00000</ADHEOFR>
      <PSETQUA>SICVFRPPXXX</PSETQUA>
      <DEALAMO>176.89</DEALAMO>
      <SEAMMNT>187.50</SEAMMNT>
      <MTTCOMM>10.61</MTTCOMM>
      <MTTBAKL>1.77</MTTBAKL>
      <MTTENTF />
      <VALUEDT>20090909</VALUEDT>
      <IDCPTIT>301230568900080788952</IDCPTIT>
      <TYPORDR />
      <routage>
        <feuille name="SOCFC_setr.012.001.03_standard">
          <Destinataire>SNAP</Destinataire>
          <MessageIdentifier>setr.012.001.03</MessageIdentifier>
          <Receiver>DUDUFRP0FDA</Receiver>
          <Priority>Normal</Priority>
          <IsNotificationRequested>false</IsNotificationRequested>
          <Service>swift.if.ia!p</Service>
        </feuille>
      </routage>
    </SOCFC>'
       SELECT data_xml.transform (data_xsl)
         INTO data_out
         FROM DUAL d;
       DBMS_OUTPUT.put_line (data_out.getstringval ());
    END;This script succeeds with 10g and fails with 11g.
    Does someone can help me ?
    Thanks.

    I tried with Saxon9 and it also generates the correct output (added exclude-result-prefixes="idfx" as well in the stylesheet) :
    C:\TEMP\XSLT>java -jar saxon9he.jar -s:test_otn.xml -xsl:test_otn.xsl -versionmsg:off
    <?xml version="1.0" encoding="UTF-8"?>
    <DataPDU xmlns="urn:swift:saa:xsd:saa.2.0">
       <Header>
          <Message>
             <SenderReference>IDFX20100701E000015</SenderReference>
             <MessageIdentifier>setr.012.001.03</MessageIdentifier>
             <Format>MX</Format>
             <Sender>
                <DN>ou=opc,ou=ppe,o=pipofrpp,o=swift</DN>
                <FullName>
                   <X1>PIPOFRPPXXX</X1>
                </FullName>
             </Sender>
             <Receiver>
                <DN>ou=funds,ou=tandt,o=dudufrpp,o=swift</DN>
                <FullName>
                   <X1>DUDUFRPPXXX</X1>
                </FullName>
             </Receiver>
             <InterfaceInfo>
                <UserReference>IDFX20100701E000015</UserReference>
             </InterfaceInfo>
             <NetworkInfo>
                <Priority>Normal</Priority>
                <Service>swift.if.ia!p</Service>
             </NetworkInfo>
          </Message>
       </Header>
       <Body>
          <AppHdr xmlns="urn:swift:xsd:$ahV10">
             <MsgRef>IDFX20100701E000015</MsgRef>
             <CrDate>2010-07-01T14:04:27</CrDate>
          </AppHdr>
       </Body>
    </DataPDU>As for the 11.2 issue, it seems that it's complaining about this part in the xsl :
    <AppHdr xmlns="urn:swift:xsd:$ahV10">Apparently, it can't deal with a second default namespace on a child element.

  • How to create a report template

    Hello
    Could anybody give the information/steps for creating a report template.
    Thanks.

    Hi
    I have created report templates that are now being used in our shop.
    Help in report developer was good beginning to learn this.
    Best thing that I found after struggling for a while, is to take an existinf template file(like rwblue, rwgreen etc) that gets shipped with report devloper and to customize to to your specific needs. This way your job gets reduced quite a bit.
    You can open the existing template file(.tdf) in template editor (they are located ora_home\reports\tempate directory. Make the required changes and save it with a diff name. You can add the same to the list of default templates, The steps involved for this is explained pretty well in report developert help/manual.
    Please note: This requires some advanced skill in the report devloeper tool. You can not expect a newbie to this job....
    You can also visit www.dulcian.com and look under report developer tool for additioanl info on report templates, I think they have a good presentation by paul dorsey et. al on this topic.
    good luck!
    -Suma

  • Report Template Pagination

    I've created a report "row" template and am having trouble displaying pagination.
    In the Pagination Template section I put
    <span class="RISKRPT">#TOP_PAGINATION#</span>
    where RISKRPT is the name of the report template.
    Can someone please tell me what I'm missing.
    Thanks
    Mary Jo

    Yes I have the report template working fine I just don't know how to code so the pagination displays on my new report template. In the "Layout and Pagination"section do I select a pagination scheme? Then in the report template "Pagination" section do I code something? This
    is what I don't know. I've tried #PAGINATION#, '#TOP_PAGINATION#' but only the literal values print on the report.
    Thanks
    Mary Jo

  • Report Template Layout Editing

    Hi all,
    I have few questions to check with you with regards to the report creation process.
    I read on the SAP help portal and it states the report creation process.
    Step 1 u2013 Create Report template (i.e. using CG42)
    Step 2 u2013 Edit the report layout
    I am stuck on this step as the explanation on this report template layout editing is very confusing.
    Two Questions:
    1 u2013 Do you have any documentation or any website (i.e. other than SAP help portal) that explain the step by step with screenshot on how to edit the report template layout? if you have the document can you send to me using my profile address?
    2 u2013 If I want to import a report template (i.e. a report template that had already went through all the editing process), how to import it into the SAP, what steps and what transaction codes is used for this step?
    Thanks
    Karen.

    Hi Karen,
    Q) What is difference between T.code CG3Z & T.Code to CG34? I bet the one that allow me to import the report template is CG34?
    Ans: e.g. you file has saved on Desktop. so first step is to upload the file from Deskop to Application Server which is CG3Z
    and once it is uploaded to Application Server ( Directories), you can import the template from Application Server ( Directories) to Libraries with the help of CG34.
    CG34 can only import from Directories and not from the Desktop. so both the T.code must be used in sequential manner.
    Q) How do I drag and drop those symbol into the Microsoft word sheet on the right screen?
    Ans: once you open the CG42. here select the Symol Tree which is nothing but the Property Tree of Specification Workbench.
    selec the appropriate Value Assignment and Characterstic and then Below to that that is Buttion  "Insert WWI Object in Template" ( + Symbol in Green Colour) , click that Button to Addd it to template. then add the Main Repeating Group i.e. Value Assignment Name the again click on "Insert WWI Object in Template" to add the same to Templates.
    Q) After I had imported an external report template into the SAP, how to open it up in the SAP in order to allow me to view it or to edit it?
    Ans: See once the ready made template is imported the you can directly assing that template to Generation Variant in CG2B.
    If I have statisfied your queries, please grant me the points.
    Regards,
    Amol Joshi

  • Embedding DMS Documents within CG42 Report Template

    Hi All,
    We are using EH&S and DMS and would like to combine these two into a CG42 report template.  Through CG02, we have created specifications where we would like to have some value assignments instances take advantage of the user-defined text tab to pull in documents from DMS.  We have configured the system to successfully link in the DMS document info record into the user-defined tab within the value assignment area of CG02 and can view the DMS documents by double clicking on that reference.
    In taking this to the next step, we would like to embed this document into our report template definition.  Mind you that some of these documents are .pdf containing text and graphics.  Within CG42, we go to the specification symbol that we want and open the area called ADDITIONAL INFO, which then opens to other symbols, one of which is "ESTDF Additional Information - User-Defined Text".   When we open that node, it provides us with many attributes as options that we can embed within the report template.  The only one that relates to content is "GESTDHEADE HEADER Start of UD Text ".  It appears that all this does is just repeat the link that was specified in CG0 when we use the command to include that in the report template and then do a preview on the report.
    In reading some SAP Help Documentation in the section for user-defined text, I'm led to believe that you can embed these into the report template but I have not been able to do so thus far.  The only thing I can do is embed information about the user-defined text into the report template.
    Can someone shed some light if this is feasible?
    By the way, we are already embedding graphic logos by relating it to a phrase and keeping these images in a folder on a file server.  If we must, we can use that approach but I'd really lile to keep these documents in DMS as a controlled document.
    Thanks!

    Hello
    please consult online help. Take a look here:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a7/2872ac0a6c11d28a220000e829fbbd/content.htm
    Chapter: Symbol Type: Specification
    Subchapter: Output of Document Management Documents
    The description is ok and in my opinion a good starting point.
    Hope this helps.
    C.B.
    PS: http://help.sap.com/saphelp_erp60_sp/helpdata/en/a7/286d780a6c11d28a220000e829fbbd/content.htm is helpful too.
    Chapter: User-Defined Texts and Documents
    Edited by: Christoph Bergemann on Nov 26, 2011 5:12 PM

  • Financial Report Template

    Hi Experts,
    I need to develop a report template for Financial Reports, I need to sort my accounts in a different way other than using the Chart of Accounts Template,I already tried creating a new template but I had some hick-ups, can any one please point me to any documentation/guide for developing report templates.
    Waiting to Hear from You.
    Kind Regards
    Edited by: Chike Nwogu on Dec 2, 2008 1:04 PM

    Hi
    To compile financial reports, the system needs a template that specifies the structure of the report. You must define these financial report templates in advance.
    For some countries SAP Business One delivers templates that you can use to create your own financial report templates. An alternative is to copy the structure of your chart of accounts and then make any necessary changes to it. You can use the financial report templates to compile balance sheets, profit and loss statements, and trial balance reports (totals and balances of G/L accounts and business partner accounts).
    Balance Sheet u2013 The system proposes the accounts in the Assets group as assets (active) accounts; the system proposes the accounts in the Liabilities group and the Capital and Reserves group as liability (passive) accounts. You can change these proposals on the highest levels of your financial report template. The system automatically displays the profit or loss for the period (Profit Period).
    Profit and Loss Statement u2013 The system proposes the accounts in all the other groups (Turnover, Cost of Sales, Operating Costs, Non-Operating Income and Expenditure, Taxation and Extraordinary Items) and offers the calculation of subtotals.
    Trial Balance u2013 The financial report template can contain the accounts from all groups. It displays the totals of all groups but does not offer any subtotal calculation.
    You can create comparison reports that compare the figures from a specific company or fiscal year with those of a different company or fiscal year.
    Choose Financials  Financial Reports  Financial and then Balance Sheet or Trial Balance or Profit and Loss Statement to generate these financial reports.
    Choose Financials  Financial Report Templates to define and maintain financial report templates.
    Editing a financial report template is similar, but not identical to, editing a chart of accounts.
    Every financial report template has exactly five levels.
    Levels one to four consist of only titles.
    The G/L accounts are all located on the fifth level.
    If you want the totals of the G/L accounts to be displayed on a higher level, you can make the higher titles invisible by selecting the Dummy Title indicator.
    You can hide G/L accounts if you donu2019t want them to be displayed.
    In a financial report template for balance sheets, you can let the system automatically transfer accounts to the other side of the balance sheet in case the account balance is negative. To do this, select the Transfer Accounts with Negative Sign indicator and specify the place where the transferred account should be.
    In a financial report template for profit and loss statements, the system can insert a subtotal on every level:
    Level 1 (level of account groups): Select Automatic Summary to let the system use predefined formulas for the gross profit, operating profit, profit after financing expenses, and profit period.
    All levels: You can define your own formulas. Select Totals Formula and choose Formula to enter a formula based on the titles of the same level as the subtotal.
    Regards
    Rashid

  • Report Template

    Hi All,
    Can anybody tell me how to create report template?

    Hi friend,
    you can also use what it's said in this link:
    http://www.biconsultinggroup.com/knowledgebase.asp?CategoryID=198&SubCategoryID=363
    Good luck.
    Regards

Maybe you are looking for