Table template transformation

I'm trying to add a few columns to all tables with table template transformation script. In Sue Harper's demo the columns were not added to the template table, but to all other tables. However when I do the same thing the columns are added also to the template table. It also adds the same columns to all tables every time I run the transformation script. Is it supposed to add the columns only to those tables that don't already have them?

Hello,
I created a custom tranformation with the code supplied for adding columns from the template table. I ran into a Script evaluation error:
sun.org.mozilla.javascript.internal.EvaluatorException:
Java class
"[Loracle.dbtools.crest.model.design.relational.Column;" has no public instance field or method named "getObjectID". (<unknown Source>#13)
Do I need to configure any environment variables on my computer, or install anything so that this script will find what it needs?
Thanks,
Beatriz.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Table Template Transformation Header/Footer Columns

    Hello @all,
    i'm new on this forum. i'm now starting to use Oracle SQL Data Modeler 3.1.0-700
    i found the transformation "Table template". I'm thinking about to use this transformation for modeling my Header and Footer columns. How can i create the Columns for my header on the first position of my table? Is there another possibility to create a header or footer?
    i hope you can understand my question.
    thank you for help,
    Max

    You can use
    table.moveToIndex(column,index);to move column you created to desired position - following will move the column to the beginning of list of columns:
    table.moveToIndex(column,0);Philip

  • Code to transfer xml file to abap internal table using transformation

    Hi friends
    Given the following xml file .the requirementis to  display and transfer the xml file to internal table usin transformation and gui_upload.If any onehaving simple code on this please send .
    Can any one sugest the steps to be followed to write source code using simple transformation.
    <?xml version="1.0" encoding="utf-8" ?>
    - <Negara>
    - <item>
    - <COUNTRY>
      <MANDT>600</MANDT>
      <ZCODE>500</ZCODE>
      <ZDESC>Pening Lalat</ZDESC>
      <ZSAPCD>T1</ZSAPCD>
      </COUNTRY>
      </item>
    - <item>
    - <COUNTRY>
      <MANDT>600</MANDT>
      <ZCODE>600</ZCODE>
      <ZDESC>Pening Lalat2</ZDESC>
      <ZSAPCD>T2</ZSAPCD>
      </COUNTRY>
      </item>
      </Negara>
    Thaking You

    hi..
    1. itab --- > xml
    xml ---> itab.
    2. This program will do both.
    (just copy paste in new program)
    3.
    REPORT abc.
    DATA
    DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
    DATA : BEGIN OF itab OCCURS 0,
    a(100) TYPE c,
    END OF itab.
    DATA: xml_out TYPE string .
    DATA : BEGIN OF upl OCCURS 0,
    f(255) TYPE c,
    END OF upl.
    DATA: xmlupl TYPE string .
    FIRST PHASE
    FIRST PHASE
    FIRST PHASE
    Fetch Data
    SELECT * FROM t001 INTO TABLE t001.
    XML
    CALL TRANSFORMATION ('ID')
    SOURCE tab = t001[]
    RESULT XML xml_out.
    Convert to TABLE
    CALL FUNCTION 'HR_EFI_CONVERT_STRING_TO_TABLE'
    EXPORTING
    i_string = xml_out
    i_tabline_length = 100
    TABLES
    et_table = itab.
    Download
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filetype = 'BIN'
    filename = 'd:\xx.xml'
    TABLES
    data_tab = itab.
    SECOND PHASE
    SECOND PHASE
    SECOND PHASE
    REFRESH t001.
    CLEAR t001.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = 'D:\XX.XML'
    filetype = 'BIN'
    TABLES
    data_tab = upl.
    LOOP AT upl.
    CONCATENATE xmlupl upl-f INTO xmlupl.
    ENDLOOP.
    XML
    CALL TRANSFORMATION ('ID')
    SOURCE XML xmlupl
    RESULT tab = t001[].
    <b>Reward points if useful</b>
    Regards
    Ashu

  • Update without table comparsion transformation

    Hi Team,
    Is there any way to update the target table without table comparsion transformation. TC is taking so much of time for upsert operation or any other optimization technique to improve the performance of the TC and Map opeation.
    Thanks

    Detect deleted rows -  option is to capture the deleted rows from the target table after TC
    Input keys contains duplicates - the input key of source table will have duplicates
    Where did you see Detect all rows,Detect row with larger key values?
    Arun

  • Using table comparison transform can you point to multiple tables as target

    Using table comparison transform can you point to multiple tables as target tables?
    Thank you very much for the helpful info.

    If you want to feed the output to multiple tables, you can do so, but you have to be cautious enough on which table to be used as a comparison table in this case. The comparison table provided inside Table Comparison will be compared against the input data set for generating opcodes (Insert / Update / Delete) to input rows.

  • I HAVE A SOURCE TABLE WITH 10 RECORDS AND TARGET TABLE 15 RECORDS. MY WUESTION IS USING WITH THE TABLE COMPARISON TRANSFORM I WANT TO DELETE UNMATCHED RECORDS FROM THE TARGET TABLE ??

    I HAVE A SOURCE TABLE WITH 10 RECORDS AND TARGET TABLE 15 RECORDS. MY QUESTION IS USING WITH THE TABLE COMPARISON TRANSFORM .I WANT TO DELETE UNMATCHED RECORDS FROM THE TARGET TABLE ?? HOW IT IS ??

    Hi Kishore,
    First identify deleted records by selecting "Detect deleted rows from comparison table" feature in Table Comparison
    Then Use Map Operation with Input row type as "delete" and output row type as "delete" to delete records from target table.

  • InDesign plugin that supports table templates?

    I'm looking for an application or plugin for Indesign that supports the creation of table templates, or something similar. The idea would be to allow different data to be applied to a pre-designed table template in order to create multiple similar tables for a given InDesign document. Does anything like this exist out there?

    1. What is the back-end server requirements to be able to render the finished PDFs?
    You need either a Windows or Mac server and a licensed copy of Adobe InDesign Server ("IDS"). IDS takes SOAP requests that tell it what script to run, and scripting the server is generally the best approach unless you have some really special type of situation where a C++ plugin is needed. Certainly updating templates and generating PDF can be done with a script. You send a SOAP request to the server telling it what script to run and what template to load, and where to put the PDF. You can download a trial of IDS from Adobe.com.
    2. Does anyone have experience building the InDesign Plugins that can connect to a back-end rendering server?
    Our company, Silicon Publishing, has a ton of experience connecting to InDesign Server, as we have been a solution provider and re-seller 8 years, producing large-scale solutions for Shutterfly, Royal Carribean, Nike and many others. We can render on the server via plugins, CS and/or CC extensions, and/or scripting. This is definitely our sort of project, and we can either consult/train or build a complete solution. You can contact me at [email protected]

  • Getting "Table %TEMPLATE does not fit into window" error

    Hello,
    I am trying to print a form to an old EPSON DFX-9000 dot matrix printer and am getting the error message Table %TEMPLATE does not fit into window".
    This only happens when I go to that printer.  I can print fine to a laser printer.
    I have tried creating a new device type and copying over the format from the laser printer, playing with the format, changing formats, ect.
    I have adjusted the size of the window that my template cannot allegedly fit into but still no luck.  I have checked the height and width of the template and the window many, many times and still get the same error.
    Has anyone seen this before?  Please help.   Thanks.

    Hi James,
    You need to see the width and height of the Page Format which you have set in Form Attributes of your smartforms.
    What ever you create should be within this width and height .
    So accordingly adjust the width and height of your windows and components within them
    Regards,
    Dep

  • Can't apply old table template in RH 8 project

    We've had a table template (.htmtable file) that we've been using for years--since probably X5. I copied the .htmtable file to the correct directory and now it shows up in the list of Table Templates when I select Table > Insert > Table. When I select the template and click OK, however, I just get that "you can't click this" beep and nothing happens. Why can't I use my old table template? And how do I make it so that I can use it?
    Thanks!!
    Lisa

    Tables are now part of the CSS. See the About RH8 article on my site and follow the link to the RoboHelp Tour.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • BI Publisher: Fixed height size table Template

    Hi
    I'm creating a template for BI Publisher where I need a fixed table height size.
    Example:
    I need a table with 10 rows (fixed) if I print the report with 1 row it will occupy the rest with empty rows and if I print the report with 10 rows, the 10 lines will be field.
    I tried to use the "at least" option for table but when I print the report it puts each line occupying the size I put in "at least" option.
    How can I do this?
    EDIT: I'm using this in Apex.
    Edited by: Ownr on 18/Fev/2009 15:15

    please check in this forum , how to display N rows per page.
    Re: Can you limit returned rows in a loop?
    Limit number of rows in a table to 10

  • Create a xml file from an internal table: CALL TRANSFORMATION

    Hello gurus,
    I want to create a xml file using data from scustom table. I will create an internal table and will select some records to it.
    I searched the forum and i discovered the call transformation, but when i execute the example program at the CALL TRANSFORMATION shows a dump screen.
    How we create a xml file from internal table??
    Please help me. I will mark the useful answers.

    I'm using if_ixml class to create xml documents
    TYPES: BEGIN OF xml_line,
             data(256) TYPE x,
           END OF xml_line.
    DATA: o_ixml          TYPE REF TO if_ixml,
          o_document      TYPE REF TO if_ixml_document,
          o_element       TYPE REF TO if_ixml_element,
          o_streamfactory TYPE REF TO if_ixml_stream_factory,
          o_ostream       TYPE REF TO if_ixml_ostream,
          o_renderer      TYPE REF TO if_ixml_renderer.
    DATA: t_xml_table     TYPE TABLE OF xml_line,
          v_xml_size      TYPE i.
    o_ixml = cl_ixml=>create( ).
    o_document = o_ixml->create_document( ).
    * The o_document have a set of methods to add elements, attributes, etc.
    o_element  = o_document->create_simple_element(
                      name = 'RootNode'
                      value = 'some text'
                      parent = o_document ).
    o_streamfactory = o_ixml->create_stream_factory( ).
    o_ostream = o_streamfactory->create_ostream_itable( table = t_xml_table ).
    o_renderer = o_ixml->create_renderer( ostream  = o_ostream document = o_document ).
    o_renderer->render( ).
    v_xml_size = o_ostream->get_num_written_raw( ).
    CALL METHOD cl_gui_frontend_services=>gui_download
      EXPORTING
        bin_filesize = v_xml_size
        filename     = 'C:a.xml'
        filetype     = 'BIN'
      CHANGING
        data_tab     = t_xml_table.

  • Reg Usage of ODS Table in Transformation

    Hai All,
                I am new to SAP NetWeaver BI. Can i use the ODS Table in the transformation rules ?
    Is this the right approach  or not ? My requirement is i have  to poulate some infomration into new ODS depending on the data which is available in othere ods table.
    Regards
    Prashanth

    Hi Prashant,
    Please refer to the sources below to understand Transformations...
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/EN/e3/e60138fede083de10000009b38f8cf/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/EN/e3/e60138fede083de10000009b38f8cf/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/EN/e3/e60138fede083de10000009b38f8cf/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/EN/e3/e60138fede083de10000009b38f8cf/frameset.htm</a>
    Also refer to this white paper in SDN on Transformations
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6090a621-c170-2910-c1ab-d9203321ee19">https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6090a621-c170-2910-c1ab-d9203321ee19</a>
    To ensure good performance, use the Start or End Routine to execute such lookups on DSO tables.
    Regards,
    Shrikant

  • Tables for Transformation's

    Hi friends,
    I'm using BI 7.0  and some DataSource's are mapped like DatsSource <>Infosource and some are DataSource<>Datataget in Transformations, now I want to know what are tables which are having all mapping details in BI 7.0
    Need Tables for :
    DatsSource <-->Infosource  (Transformations)
    DataSource<-->Datataget    (Transformations)
    Thanks
    Ganga.
    Edited by: Ganga on Jul 9, 2009 7:13 AM

    Hi Ganga ,
    Try out below mentioned tables. Hope they will solve your purpose.
    RSISOSMAP            Mapping Between InfoSources and DataSources (=OLTP Sources)
    RSOSFIELDMAP      Mapping Between DataSource Fields and InfoObjects
    RSKS                      Communications Structure (View) for Attributes for an InfoSource with Direct Update
    RSKSFIELD             Texts on InfoSources with Flexible Update
    RSISFIELD               InfoObjects of an InfoSource with Flexible Update
    Regards,
    Rohit Garg

  • Multiple heading rows in a table template does not come across

    Hello,
       I've created a table with two heading rows with different content (please see attached file).
       When I import this table format into a new Frame doc, the first heading row gets repeated twice.
       Any ideas about how to fix this?
       I have even tried to make one heading and the other a footer row (at the bottom) but even that formating does not come across in the template.
       Any help would be greatly appreciated.
    Thanks,
    Anupam.
    Using : Framemaker 9 on Windows XP

    Anupam,
    The import into a new document has nothing to do with what you are seeing. If you look in the table designer, you will see that there is nothing there that specifies that the table must have two heading rows. When you insert a table and select the ids_register table format, the dialog box lets you specify the number of heading rows; it can even be one.
    Note that if you insert a second table in your original document and specify you want two heading rows, you get the same result: two heading rows that are both like the first one.
    Without know the real details, I am guessing that the table format is capable of remembering only one heading row format.
    I know this is not what you wanted to hear, but maybe someone else has a workaround to this.
    Good luck,
    Van

  • Ecc 4.7 smartform table/template cell border thickness cannot be reduced

    Hi
    I am executing the SF_Example_01 and 02 and 03 and the table borders are not appearing properly. They look very thick and I could not figure out a way to reduce the thickness anywhere in table painter. I use sap version 4.7  and the printing device selected for preview is LP01. I am getting the same result when I try to preview the tables or templates that i created. The table cell lines just appear very thick. Please help me solve this
    Thanks
    Ajith

    Hi Jshree
    I have already tried that . did not work.  In fact I tries all the answers given in the below link for no avail.
    Smart form:extreamly thick table frame line
    Thanks
    Ajith

Maybe you are looking for

  • Hyperlinks in RTF and Excel reports using CF Report Builder

    Has anyone gotten external links to work in RTF and Excel CF Report Builder reports? The PDF report type works as advertised in the help, but these other two have me stumped.

  • Issues with syncing my Outlook 2013 with icloud 4.0

    I am running Windows 8.1, Outlook 2013 and iCloud control panel 4.0. When trying to sync my calendar and contacts I get an error message "Apple Outlook DAV Config has stopped working". Windows looks for a correction, doesn't find anything and closes

  • HT1926 what is iTunes.msi

    HELP!  My iTunes disappeared when I allowed a suggested update.   I can not repair install remove or reinstall.  All I get is error due to iTunes.msi not found.

  • Mobile Time Machine apparently increases free space

    After setting up Fusion Drive and restored OS and files, my MBP had 200GB of free space. Few days later, 230GB of free space in a Finder window. A week later, 300GB of free space, despite I did not delete fles that much. I checked "About This Mac">"S

  • Why is Indesign CS5.5 Sooooo Slow When it Goes to Deeeper of the Document

    Hi all, I've got a question recently in using Indesign CS5.5 on a MacbookPro with i7 processor, 8GB RAM and MacOS LION 10.7.2. The interaction turns to be extremely slow when I go deeper of the document. The response is quick at the beginning of the