Drawing tables without boxes and lines in XI

Post Author: geeeeee
CA Forum: Crystal Reports
Hi I'm trying to figure a way to draw tables in XI (it seems like a pretty simple task) but I can't find how to draw a table without hand drawing lines and boxes. Any ideas? Thanks

Hi,
Unfortunatelly drawing a frame for table is not so straightforward. To draw a frame around the columns and table itself you need to create a window (on top of window where you display your table) placing it at column position and checking Lines width in Output Options tab for this window. This will produce a fake column frame. See [this example|http://img294.imageshack.us/my.php?image=tableq.png].
For rows you could do similar: check what is the heihgt of row in the table and draw respective windows as rows. This one, however will look a bit strange, but for columns it looks and works fine.
Regards
Marcin

Similar Messages

  • I want to create an internal table without using header line and occurs 0?

    hi experts,
    Can anybody help me to declare an internal table without using headerline and occurs 0 options but still i have to use the functionalities that occurs 0 and header line options provide.

    Hi Saisri,
    You can use the internal table without headerline and create a header for then internal table with the same structure. We need to use the header while manipulating with the data of the internal table.
    example:
    types: begin of ty_afpo,
                 kdauf type kdauf,
                 kdpos type kdpos,
                 ltrmp   type ltrmp,
               end   of ty_afpo.
    data : t_afpo type standard table of ty_afpo,  " internal table declaration
             wa_afpo type ty_afpo.                        " work area declaration
    <after populating the data into the internal table>
    loop at t_afpo into wa_afpo.
    write:/ wa_afpo-kdauf, wa_afpo-kdpos, wa_afpo-ltrmp.
    endloop.
    This I think shall give you a basic understanding of how things work.
    <b>Reward points if this helps,</b>
    Kiran

  • "table" is a table without a header line & therefore has no component"fiel"

    Hi Experts,
         In Smartforms, I have used internal table "it_tab" in my table.. and i declared type for that internal table in TYPES tab.
    & i declared work area for that in global definitions. But i am getting this error.
    "table" is a table without a header line & therefore has no component"fieldname"
    will you please help me. please provide me an example code for this
    thanks in Advance
    Edited by: sreelakshmi.B on Jun 24, 2010 4:39 PM

    Hi,
        In Global Definitions under "Types" tab, declare as below
    TYPES: BEGIN OF type_split,
             SPLIT1(20) TYPE C,    "Day of week
             SPLIT2(20) TYPE C,    "year
             SPLIT3(20) TYPE C,    "month
             SPLIT4(20) TYPE C,    "day of month
           END OF type_split.
    TYPES : t_date TYPE type_split OCCURS 0.
    Now in "Global Data" tab, declare as below
    it_itab     TYPE     t_date
    wa_itab     TYPE     type_split
    Regards
    Bala Krishna

  • Text Boxes and Lines on Full Screen Images?

    In iBooks Author I'm trying to create images with text boxes and lines overlayed on top of the images (I don't like the interactive image widget, I want just text with no gray box and a single line of text, no need for title and description, also don't need the zoom capability on each label).  I can do this fine in a basic, two column layout but when I tap on an image within a figure to see it full screen on the iPad I want the text and lines to also come full screen.  Any ideas?  I seemed to have a solution by enabling placeholder text authoring but that's proven inconsistent.

    Sound like a 'group'.
    Whatever works
    Good luck
    Ken

  • Why am I getting black boxes and lines in Facebook chat area?

    I just installed the latest version of Firefox as well as the latest version of my graphics card drivers, and Adobe Flash Player. When I open Facebook, I get black boxes and lines all over the left side of the screen where my chat contacts are. I am wondering why this is happening and if there is a current fix to it, as it is rather annoying. When I hover my mouse next to or over the black boxes and lines, they move and continue to pop up elsewhere but only on the friends/chat area.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • SAP Script: Boxes and Lines appear on FIRSTpage but NOT in NEXT

    I have code to create boxes, lines and shade . This code is in the "Main" window of the "FIRST" page and "NEXT page.
    The program prints boxes, lines and shade in the FIRST page. When "Main" window fills up with data in "FIRST" page, then "NEXT" page prints. The boxes and lines and shade do not print in the "NEXT" page.
    Can some one please help ?

    Vinay,
    Where are the the "Boxes, lines and shade in the FIRST page"? The MAIN window is usually used to display lists. The length of the MAIN window dictates how many pages will be printed. If you have any static boxes, lines or shading (ie always the same spot on the page) then maybe you should not put them in the MAIN window.
    If you must have them in the MAIN window, I would suggest that you find out which Text Element they are in. The SAPscript Print Program must explicitly call these Text Elements in order to make them appear (via the WRITE_FORM function).
    If you want to print things like list headings and the like, you should pass 'TOP' into the TYPE parameter in your WRITE_FORM.
    eg.
    Let's say you want to display the "Header" Text Element as the heading (this heading has boxes, lines, etc) of your list.
    call function 'WRITE_FORM'
      exporting
        element  = 'HEADER'
        function = 'SET'
        type     = 'TOP'
        window   = 'MAIN'
      importing....
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • ORA-12815 while reorg/compression of tables without LONG and LOB with 11g

    Hello fellows,
    I am in the luxury situation that I got a copy of our production R/3 environment that was left over from a project and is no more required by any of our developers.
    As we are still on oracle 9.2.0.7 I upgraded this copy to 11.2 in a two step process (from 9i to 10g to 11g).
    I got myself the SAP dbatools 7.20(3) and the Note 1431296 - LOB conversion and table compression with BRSPACE 7.20.
    I started with some small tablespaces but after a while I thought I'd like to try to reorg/compress the worst of all tablespaces...PSAPPOOLD with ~15.000 tables.
    I first converted tables with LONG fields online that can be compressed, than the onse that can not be compressed, than I reorged the tables that contain old LOB fields online. With these different executions of the brspace commands that are also mentioned in the above note I managed to move ~ 3.000 tables without any issues.
    But now I started with the biggest bunch of tables, the compression of tables without LONG and LOB fields online.
    This is the command I used:
    brspace -u / -p reorgEXCL.tab -f tbreorg -a reorg -o sapr3 -s PSAPPOOLD -t allsel -n psapreorg -i psapreorgi -c ctab -SCT
    ...after a few checks that are performed by brspace, I end up in the screen
    Options for reorganization of tables (which is still nothing I wouldn't have expected)
    1 * Reorganization action (action) ............ [reorg]
    2 - Reorganization mode (mode) ................ [online]
    3 - Create DDL statements (ddl) ............... [yes]
    4 ~ New destination tablespace (newts) ........ [PSAPREORG]
    5 ~ Separate index tablespace (indts) ......... [PSAPREORGI]
    6 - Parallel threads (parallel) ............... [1]
    7 ~ Table/index parallel degree (degree) ...... []
    8 ~ Category of initial extent size (initial) . []
    9 ~ Sort by fields of index (sortind) ......... []
    10 # Index for IOT conversion (iotind) ......... [FIRST]
    11 - Compression action (compress) ............. [none]
    12 # LOB compression degree (lobcompr) ......... [medium]
    13 # Index compression method (indcompr) ....... [ora_proc]
    But independent of what I enter in point 6 and 7, I always end up with below erros during the reorg/compression of the outstanding tables:
    Just one sample, but the issue is always the same.
    BR0301E SQL error -12815 in thread 2 at location tab_onl_reorg-26, SQL statement:
    'CREATE UNIQUE INDEX "SAPR3"."RTXTF_____0#$" ON "SAPR3"."RTXTF#$" ("MANDT", "APPLCLASS", "TEXT_NAME", "TEXT_TYPE", "FROM_LINE",
    "FROM_POS")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 1662976 NEXT 655360 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "PSAPREORGI" PARALLEL ( INSTANCES 0) '
    ORA-12815: value for INSTANCES must be greater than 0
    Just in case, here it the OBJECT DDL:
    CREATE UNIQUE INDEX "SAPR3"."RTXTF_____0"
        ON "SAPR3"."RTXTF"  ("MANDT", "APPLCLASS", "TEXT_NAME",
        "TEXT_TYPE", "FROM_LINE", "FROM_POS")
        TABLESPACE "PSAPPOOLI" PCTFREE 10 INITRANS 2 MAXTRANS 255
        STORAGE ( INITIAL 1624K NEXT 640K MINEXTENTS 1 MAXEXTENTS
        2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1)
        LOGGING
    Perhaps someone already gained some experience on the compression with brspace and can give me a hint.
    Many thanks
    Florian

    Hello Florian,
    > Perhaps someone already gained some experience on the compression with brspace and can give me a hint.
    I have not performed any compression operations on Oracle 11g R2 with brspace until yet .. but this error seems to be very obvious.
    It seems like SAP is still not using the procedure DBMS_REDEFINITION.COPY_TABLE_DEPENDENT to create the indexes (and NOT NULL constraints) on Oracle 11g R2. No idea why, i can only think of one case (create a DDL file before reorganisation to change the DDL parameters through the reorganisation in some kind of ways).
    So in your case it seems like SAP is creating a wrong SQL for creating the index on the interim table.
    You can try to create the DDL file first and correct the parameters and after that you can try to run the reorganisation again.
    Please check sapnote #646681 (Remark 5) for more information about the procedure for "creating the DDL first .. and then do the reorg with edited parameters).
    Regards
    Stefan

  • Blog page - boxes and lines

    Hello,
    I have a blog page that has a few extra boxes and lines that I can't delete. They are generated when you create a new page, but I don't want them to show up. They are sort of lighter colored alignment lines.
    What is the deal on them? Some I can modify or delete, others I can not.
    TIA

    Sound like a 'group'.
    Whatever works
    Good luck
    Ken

  • Data fetch from table without Refresh and without using tab key.

    hi Friends,
    I have a problem i want to extract data from table without Refresh into text field without using Tab key. when i'll enter any value in a text field then corressponding value should come in to corressponding textfield without using Tab Key.
    eg. when i enter emp_id 101 in a text field then the first_name and last_name ,adress should come in to corressponding text fields without refresh and without using Tab key.
    How Can I do this.
    Thanks
    Manoj

    Hi Manoj,
    I assume that this is similar to: Data fetch without Refresh rather than Re: Value of one textfield should come into another textfield Without Using TAB ?
    If so, the only change you need to make on the first one is to use "onkeyup" instead of "onchange" in the item's "HTML Form Element Attributes" setting.
    Note, however, that the user must move away from the item at some point (for example, to click a button), so the onchange will be triggered anyway.
    Andy

  • Issue in drawing table as XPOS and YPOS can't be determine SAPscript

    Hi All,
    I'm in a  issue in drawing a table in SAPSCRIPT.
    I have to draw a fix 5 rows 5 coloumns table.
    But issue is that i cannot give the X and Y pos as above to it is text element which displays some other line items.
    So as the items may vary and thereafter i have to draw a new table.
    I used sy-uline and sy-vline but it is not looking completely like a table as it has broken lines.
    Kindly advice.

    ZS   &uline(80)&
    ZF   &vline& Shift 1,,&vline&,,|,,&vline&,,&vline&,,&vline&
    ZS   &uline(80)&
    in this way im making boxes , but for box statment i will need xpos and ypos else it will draw box at the beginning of window.
    Can any one please help me with this paragraph format.
    I have used small text but exact tabular structure is not possible.
    Paragraph format used : ZF : Line Spacing    0.80    LN
    Family     HELVE
    Font Size  10.0  pt
    What else can help it to look like a complete table ? Srihari any advice ?
    Edited by: ujjwal_d15 on Feb 7, 2012 12:47 PM

  • How to insert data in the table without  join and using mapped rule value

    1.Table SOL_K
    A B C D – Columns Name
    C D A B –Coulmns Values Defined (Rule --- Defined)
    2.SECOND table SIC_K
    SIC_ K
    A B C D
    Kamal Micky NULL MANOJ
    3 Table SIC_Mapping
    Same Columns A B C D based On Table SOL_K defined rule
    I want to insert values(from table SIC K) into table SICMapping Table with the help of first table(SOL_K)(mapped rule)
    Required Result SIC_Mapping Table
    The output will be come like this.
    A B C D — Columns Name
    NULL MANOJ Kamal Micky ---- Came based on defined Mapping Rule

    What's your database version?
    That's a funny requirement.
    How about :
    select case sol.a
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as a
         , case sol.b
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as b
         , case sol.c
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as c
         , case sol.d
              when 'A' then sic.a
              when 'B' then sic.b
              when 'C' then sic.c
              when 'D' then sic.d
           end as d
    from sol_k sol, sic_k sic
    ;XQuery can do the trick too :
    SQL> SELECT *
      2  FROM XMLTable(
      3   'for $i in ora:view("SIC_K")/ROW
      4    return element r {
      5     for $j in ora:view("SOL_K")/ROW/child::*
      6     return element {name($j)} {$i/child::*[name()=$j]/text()}
      7    }'
      8   columns
      9     a varchar2(30) path 'A'
    10   , b varchar2(30) path 'B'
    11   , c varchar2(30) path 'C'
    12   , d varchar2(30) path 'D'
    13  );
    A          B          C          D
               MANOJ      Kamal      Micky
    Edited by: odie_63 on 29 juin 2011 22:07

  • Change Log Table entries without Dates and How to Delete these entries !!

    Hello Experts,
    I was analyzing Change Log tables of some DSOs and figured out in some tables we don't have Date Column and some tables with date columns but many entries with "00/00/0000" date.
    Any ideas on this ? Any idea how records can get into the table without dates and if SAP provides a safe way to remove them (without dates) ?
    Many Thanks in advance, Please help.
    Regards,
    S. Patel

    Hi Sunil
    Date fileds 00/00/0000 means date are blank..that means either you did not get  them from source system or the transformation is not mapped.
    Do not delete change log selectively, that might affect your delta  loads.
    Rather delete  old change log ...
    From DSO administration ---use the main menu to choose Environment ® Delete Change Log Data.
    For more information you can check the log below.
    Cheers
    Anindya

  • Error: itab is a table without a header....

    Hi everybody,
    i get the following error after activation:
    "ITAB" is a table without a header line and therefore has no component called "NUM"..
    How can i solve this problem?
      TYPES: BEGIN OF i_itab,
               NUM TYPE I,
             END OF i_itab.
      DATA: itab TYPE TABLE OF i_tab.
      LOOP AT myTable INTO ls_mytable.
        itab-num = ls_mytable-nr.
        APPEND itab.
      ENDLOOP.
    regards,
    Sid
    Edited by: Sid on Jul 7, 2009 7:39 PM

    Sid wrote:>
    > Hi everybody,
    >
    > i get the following error after activation:
    >
    >  "ITAB" is a table without a header line and therefore has no component called "NUM"..
    >
    > How can i solve this problem?
    >
    >
    >   TYPES: BEGIN OF i_itab,
    >            NUM TYPE I,
    >          END OF i_itab.
    >         
    >   DATA: itab TYPE TABLE OF i_tab.

    >   LOOP AT myTable INTO ls_mytable.
    >
    >     itab-num = ls_mytable-nr.
    >     APPEND itab.
    >
    >   ENDLOOP.
    >
    Have a work area for the internal table itab. Code modified below :
       TYPES: BEGIN OF i_itab,
                NUM TYPE I,
              END OF i_itab.
       DATA: itab TYPE TABLE OF i_tab,
                  wa TYPE i_tab.
       LOOP AT myTable INTO ls_mytable.
         wa-num = ls_mytable-nr.
         APPEND wa to itab.
       ENDLOOP.
    Hope this helps.
    Regards,
    Anand Patil

  • CP5: connecting permanently text boxes by lines

    When I create several text boxes and want to connect them like a diagram with lines (see below): how should I draw the lines so that they would not loose the entry points of both related tex boxes when a text box is moved on the slide?
    With my first approach I could draw the boxes and lines, but they are completely independent from another. Any change would require a lot of additional work to keep the lines intact.

    Hello again,
    I did not understand your first question well, did not know that you want to animate this, make it grow as you said. You really want an animation, but with ability to edit quite a lot. Do not see an easy solution immediately, sorry. Personally I would rather start doing this from the end slide, and work in Photoshop (using layers and the roundtripping) or creating the animations in Flash. Do you want to add effects too?
    Captivate was not really designed for creating graphical assets like you want now, although it has a lot improved since earlier versions. Please, feel free to introduce a feature request for this kind of drawing objects (dynamic connecting lines).
    Lilybiri

  • Why is draw table empty after i import from memory id 'SAP_APPLICATION' ?

    Hello,
    I have the following
    data draw like draw.
    data intdraz like draz occurs 0 with header line.
    import draw
              intdraz
    from memory id 'SAP_APPICATION'
    at this point draw table is empty and does not contain the information of the selected file, so basically
    draw-DOKAR
    draw-DOKNR
    draw-DOKTL
    draw-DOKVR
    are all empty.
    does anyone know why this is happening ?
    thank you

    Hi Rushikesh,
    Dynamic table i have created with same structure as of internal table which is getting exported....
    thats why i m surprised how come structure mismatch.....i have checked in debugger, structure is same.....for both the tables,
    Can you/anyone give any example of Exporting internal table to MEMORY ID and getting it back (IMPORT) into dynamic internal table of same structure...
    Regards
    Munish Garg
    Edited by: MunishGarg on Feb 16, 2010 11:36 AM

Maybe you are looking for

  • How to extend a jpanel

    hi this might sound like a beginers question i have a main class which extends jframe i called the frame graphicsframe i have also decleared, a jpanel inside this class. but how do i extend that JPanel in another class i know you can use graphicsfram

  • Can I burn only PART of a song to disc?

    Hello, So I want to burn only the first minute of a lot of songs ... about 30 songs ... onto one disc. Is there any way to do this? (To just burn a partial song without altering the file with some kind of editing?) I'm doing this as a sampler disc fo

  • I would like to transfer some content to a new iTunes account/Apple ID.

    My daughter has been using my iTunes account/Apple ID to purchase music and manage her iPod. She now has her own iTunes account/Apple ID and I would like to transfer the music she purchased under my account to her account. Is there anyway to do this?

  • DAM References

    I have a question regarding the DAM asset references. When the author references (drag and drop) an image to any of the CQ pages, DAM stores the page reference per the asset/image. How can I control this behavior? We would like to use DAM for Digital

  • Activating new phone

    Is the LG Dare a smartphone?  Does it require a data plan?  I am looking to buy one from my friend and want to make sure before I get it that I won't have any problems activating it.  I don't want to pay for a data plan.  Also, what other phones w/th