Smartform table with event tab

hi generally in tables there will be caluclations tab. iseen a diff table in standard form with a table and insted of caluclation its having a event tab. whats that whats the use. how to create?
thanks & regards
p kavi

Hi,
What u have seen is old table definition.
Now days if you try to create table in smartform u will not be able to create this type of table.
The tab EVENTS is for printing settings of header & footer.
If you check both header & footer boxes u will get both in table else only selected.
Also u can select when to print header / footer by checking boxes -
1. at start of table / at end of table -
  by checking this box  Header /footer   will be printed at start / end of table resp.   
2. at page break -
  by checking this box header / footer will be displayed at each page when new page is triggered. If uncheck then header / fooeter will be displayed only at start / end of table and not on each page.
Hope this info will help you .
Regards

Similar Messages

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • Smartform table with empty value in cell

    Hi,
    in my smartform i´ve got a table with four fields:
    e.g. MATERIAL QUANTITY BAGS TEXT
    the question is that if value of field BAGS is initial the smartform displays
    the value of field TEXT in the cell of field bags,
    that is, if BAGS = INITIAL i would get:
    MATERIALl QUANTITY TEXT
    (the value of field TEXT has been shifted to the left)
    What do i have to do in order to avoid the shifting of values to the left if one
    of the cells has an empty value?
    Best regards.

    Hi,
       I guess you are using tabs to print the four fields of tables.
    As those are fields of tables make use of  TABLES concept in smartform instead of tabs. Then it will print in the exact location.
    Give each field as one cell in the table.
    Br,
    Laxmi.

  • Smartform Event tab

    Hi Friends,
    I have created a table in Smartform,But I am unable to see the EVENTS TAB for that table.
    Kindly, help me Regaring getting the Table events.
    Where do I have to settings, if any?
    Regards,
    P.xavier,

    HI Xavier
    In the table click on the Header or Main area or Footer..you will find the event
    The Events tab is especially useful for displaying table headings and totals lines.
    Refer  the below PDF.. page : 77
    [Events tab|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf]
    Regards,
    Sravanthi

  • Access table cells using tab key with iterators

    Hi,
    I use a tableview with iterator and allow users to mouseclick certain column cells. I capture these user interactions using server event "onCellClick". But I cannot access these cells using tab key instead of mouse click. But tab key is a must for visibly challenged users.      Is there any way to access table cells using tab keys (with iterators)?
    I use icons in those cells to replace  check box and change the icons to differentiate checked/unchecked status.

    Hi Craig,
    Thanks for your effort.
    But I was able to solve my problem. I don't think I gave all the information to simulate my problem in your environment. I used images in certain table cells and was not able to access those cells using tab key or access key. Tag <b><img></b> doesn't have the attributes <b>tabindex</b> and <b>access key</b>.
    I solved the problem by surrounding the <b><img></b> by anchor tag <<b>A>,</b> which has both attributes. I did these changes within the iterator method <b>RENDER_CELL_START</b> using CL_BSP_BEE_TABLE.
    In the event handling, I had to do separate processing for  mouse click event and key press event for those cells.
    For visibly challenged users:
    They can access those cells by tab key or access key and the key press event is used to capture when they hit enter key.
    So this problem is irrelevant to service packages (SP38,..).

  • I can no longer tab between cells in a table with pages 5.0.

    I use pages everyday for filling in my work booking sheets. I need to have them synching to the cloud, so I can access the client information while on the road.
    My booking sheet is basically a large table with many cells for name, address, phone number, etc. In pages 4.3 I could enter some information into the cell, hit the tab button, and it would go straight to the next cell in the table. This was a quick and easy way for me to fill out my forms on the computer.
    Well, since the update, the tab button only moves the cursor over in the same cell, as opposed to the next cell. It is VERY rare to need to tab in a cell, as opposed to going to the next cell.
    I did figure out that I could Option+ Tab to move to the next cell, but it is very hard to change my procedure of tabbing after all this timing doing it the other way.
    Am I just missing a preferance to tab between cells, instead of inside a cell?
    Thanks
    Dave

    Option-tab makes sense and can be done with the left hand's thumb/forefinger.
    Using tab was always arse-backwards as it defeated the use of tab within the table cell.
    Best to use both for what they always do:
    Option tab or an arrow key (singular) to jump cells
    tab to jump to the next tab in the text wherever it is within or without cells.
    The contrary precedence was set by Microsoft and was a bad idea. In good UI you do not have shortucts reverse roles such that you need to pay excessive attention to the context.
    Peter

  • How to Update EKPO table with enhancement at header level-customer data tab

    Experts,
    I have a requirement where I had to create a new button in the 'customer data' tab(header) in the ME21N/ME22N Transaction and once it gets clicked a table control will appear and in that all the line items with item no, material and plant and an additional check box will display, and once any one checks the check box against the item/material in the table control the item data with additional z fields (already created the zfields in EKPO Table) should get updated.
    Displaying Table control and item data on the click of button was successful, but once you check the check box against the item and save the PO it is not updating the z-fields in the EKPO table.
    I have implemented all the user exits , badis but no results. 
    Once you check the box in the table control against each item in the header part (Table control is in header part (customer tab)) the line item EKPO table with z fields should get updated.
    Any Clues/ideas will be appreciated.
    Thanks in advance,
    Kalikonda.

    Hi,
    Can you please share the remedy for above issue, recently we have same issue in our system.
    or please send me any supportive doc. for the below mail
    Looking forward for your positive response.
    Thanks
    Mohan
    ([email protected])

  • Cache purgin is not working with event polling table

    hi all,
    i am facing problem with event polling tables
    i will tell you the steps which i have followed for event polling tables
    1.i have created a table in back end for event polling table
    2.i have created ODBC connection to import the tables
    3. i have imported the tables along with event polling table
    4. i made the table as event polling table using utilities
    5.and then i ran the report in presentation catalog and i checked out the cache entries in Administration tool(in cache)
    6.and in back end i have manually inserted a db_name,catalog_name,schema_name and table name in to the event polling tales
    but cache purging is not happening ,
    any other steps that i have to follow ,or did i do any mistake while implementing event polling table
    please can any tell me how to make use of event polling table, i have followed following link
    http://gerardnico.com/wiki/dat/obiee/event_table_
    Thanks

    Hi,
    The steps are correct frm the link i have given,is the table name correctly specified i mean is it matching with the physical layer table.
    Test it for 1 table and check out by running the request containing that table and then insert 1 row manually to purge the activity or not by going to and verify that the cache entry is deleted and that you can find the below trace in the NQQuery.log file.
    Still the problem exists check out the log details whats the error.If your getting error in the same blog gerard has given some common errors and their support.
    hope you follow etiquitte.
    By,
    KK

  • Tables with smartforms

    Hi, I have a table in smartforms for the remittance portion of a check.  The table consists of 2 lines, one for the headers, and the other for the remittance data.  The request is to frame the table, with a line across to separate the header information from the data being displayed underneath, but when selecting to frame the table, each of the individual rows is separated by a line, when the line is only need at the end of the table, how is this fixed?

    hi daniel,
    continue with creating line types.
    shade the header line item from push button having shaded portion at bottom.
    and for line item of items just put one more line item having shaded portion again at botttom.
    i worked on similar requirement .hope this clear ask me if still issue continues.

  • Downloading different internal table data in a single excel with diff tabs.

    Hi gurs,
    I have 4 internal tables  with me i can able to display in 4 different excel sheets using   CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
    But my requirement is i want to download 4 internal table in single excel sheets with different tabs. please send the code if u have.
    Thanks and regards.

    Hi,
    If you want to display the content of 4 internal table in different sheets of same workbook then go through below code,
    DATA : EXCEL         TYPE OLE2_OBJECT,
           WORKBOOKS     TYPE OLE2_OBJECT,
           WORKBOOK      TYPE OLE2_OBJECT,
           CELLS         TYPE OLE2_OBJECT,
           SHEET         TYPE OLE2_OBJECT,
           FONT          TYPE OLE2_OBJECT,
           H_COM1        TYPE OLE2_OBJECT,
           F             TYPE RLGRAP-FILENAME,
           FILEP         TYPE DRAW-FILEP,
           G_FILE_DEST   TYPE STRING,
           G_FILE_TEMP   TYPE STRING,
           G_SYSUBRC     TYPE SY-SUBRC,
           G_FILE_SRC    TYPE DRAW-FILEP.
    START THE EXCEL APPLICATION
      CREATE OBJECT excel 'EXCEL.APPLICATION'.
      CALL METHOD OF excel 'WORKBOOKS' = workbooks.
      SET PROPERTY OF excel  'VISIBLE' = 0.
      CALL METHOD OF workbooks 'OPEN' EXPORTING
                #1 = filep.
    For Sheet1
      CALL METHOD OF excel 'Worksheets' = sheet
       EXPORTING #1 = 1.
      CALL METHOD OF sheet 'Activate'.
      FREE  OBJECT sheet.
      CALL METHOD OF excel 'CELLS' = cells
          EXPORTING #1 = 1
                    #2 = 15.
      SET PROPERTY OF cells 'VALUE' = <value>
    CALL METHOD OF cells 'FONT' = font.
    SET PROPERTY OF font 'SIZE' = '20'.
      FREE OBJECT cells.
    For Sheet2
      CALL METHOD OF excel 'Worksheets' = sheet
       EXPORTING #1 = 2.
      CALL METHOD OF sheet 'Activate'.
      FREE  OBJECT sheet.
      CALL METHOD OF excel 'CELLS' = cells
          EXPORTING #1 = 1
                    #2 = 6.
      SET PROPERTY OF cells 'VALUE' = 'XYZ'.
      CALL METHOD OF cells 'FONT' = font.
      SET PROPERTY OF font 'SIZE' = '20'.
      GET PROPERTY OF excel 'ACTIVESHEET' = sheet.
      CALL METHOD OF sheet 'SAVEAS' EXPORTING
                      #1 = <destination file path where you want to store>
                      #2 = 1.
      CALL METHOD OF workbooks 'CLOSE'.
      CALL METHOD OF excel 'QUIT'.
      FREE OBJECT excel.
    Thanks!
    Brunda
    'Reward if useful'.

  • Problem with table maintenance event

    Hi Experts,
    In the table maintenance event 05 for a ztable, I have written logic to validate if few key fields and non key fields are not initial.
    If they are initial,need to throw an error message and it has to stay in the same screen.But right now it grays out the non key field.
    Tried the combination of events 01 and 05 it grays out the key field.
    Please let me know if there are any ways to achieve this without making modifications in the PBO or PAI of the ztable.
    Regards,
    Sridevi

    I have this exact problem, why is this thread 'closed'? Is there an answer provided somewhere?
    I have found a topic which shows an information message, which claims that the data is not saved.
    But it does save the data if you use an information message and blocks non-key fields when using an error message
    so this problem is still open for me.
    Does anybody have a solution?
    Ah an answer was indeed provided in another topic:
    Issuing an Error in Table Maintenance Event
    Edited by: Arno ter Horst on May 5, 2011 4:12 PM

  • Smartforms table and page brake

    Hi experts,
    Iu2019ve got some plain questions about smartsforms,
    I need to print data from a table containing some header data  and linked detailed items on  each row (so header and related item on the same line).
    My layout ought to work this way:
    A header section has to appear on the upper side of each page, theese header data have to be related, so must belong, to all items that happen to be shown just beneath it, within the so call main (window) section,
    On change of someones of header fields, just two of thems, I must have a page brake, and contents of table with new header data and related items got to be started and follow on a new page,
    What happen to be the proper and best practice to gain this simple aim?
    u2018couse I tried different ways,
    Iu2019ve created a window for header data and a main windows for items and a new page break event on changing of tableu2019s fields too.
    But when new page happen it seems impossible to get the proper header data in the upper section according properly with following items lines in the main section of the same page, as the smartform would seem composing and matching them in complete different times, so matches are all wrong,
    Beside I also tried to use only the main window including my simple table and adopting header part of the table smartform node as my header for each page, but I couldu2019t reach the goal either again, ( the printing is failing matching header and items in the first page of each page brake, is printing an unesefull page without data at the end, and so on,)
    Problem is I can make up the layout at least  but I canu2019t manage running out pages with proper break and filling,
    Could anyoune help?
    Many thanks in advance,
    Sergio,

    I would create a header text box, and put a condition in the header tab based on some flag which I would set to X on change of header line.
    or
    loop at the itab into wa_itab.
    header text condition lv_h1 = wa_itab-h1.
    lv_h1 = wa_itab-h1.

  • Different types of SmartForm Tables?

    Hi,
    I was explaining the concept of SmartForms to a collegue today and using the standard Invoice SmartForm as an example (LB_BIL_INVOICE) when I was asked a question that has stumped me.
    Within the MAIN window, there are 3 TABLES (TABLEITEM, TABLEKOND and DOWNPAY_TABLE). The icons for TABLEITEM and TABLEKOND are different to the icon for DOWNPAY_TABLE. It seems that DOWNPAY_TABLE has an additional tab called "Calculations" while TABLEITEM and TABLEKOND have an "Events" tab.
    Whenever I create a new table node, I get a "Calculations" table, and I can't seem to be able to create a "Events" table. Does anyone know how to do this and why we seemingly have these two types of tables?
    Cheers,
    Confused.

    Patrick,
    May be you are on 4.7 Version and new addition to table version is Calculation , other tables which you mentioned with Events would have been created in old version. Hence, you are still seeing Events tab not Calculation.
    If you have old version 4.6c check and confirm :).
    Rgds,
    Mano Sri

  • Table with frozen columns

    In a recent project I've had the need of a Java Swing table with frozen columns.
    After a long research at the Swing forum at java.sun.org and google I found out that
    1. Currently there is no proper Open Source solution
    2. All the postings at sun are good concepts, but far away from solutions
    3. The only (for me )acceptable commercial solution is the JCTable from Quest (formerly KGroup)
    Since I want to have full control over the source code of the table, I decided to collect all the tips from this forums and write my own table.
    Here is the my first result:
    http://jroller.com/resources/kriede/CoolTable.java
    The main idea is to have two tables, one for the locked columns (=fixed columns = frozen columns) and one for the scrollable columns. With all the tips from this forum it was more or less a puzzle to make it work pretty. The next task will be to provide a JTable-like interface, meaning to write delegate/adapter methods to the API of the two nested JTable instances.

    The FixedColumnExample from the link that you provided doesn't work with JDK 1.3 or higher.
    Anyway, putting a seperate table for the fixed columns into the row header is the first step to solve the problem of fixed columns.
    The next problem is to synchonize the scrolling behaviour of the two tables. The FixedColumnExample tries to do it by overwriting the valueChange method (maybe this was working with JDK 1.8), but with JDK 1.2 or higher it is recommended to use ChangeListeners. That's what I am doing, as also described here: http://www.chka.de/swing/components/JScrollPane-bugfix.html.
    Another problem is navigation with the tab or arrow keys: The default actions for those events move the selection only within one JTable. It would be nicer, if e.g. the tab key moves the selection within one row across both, the fixed and the scrollable columns.
    Those problems and some more are solved in the CoolTable sample:
    http://jroller.com/resources/kriede/CoolTable.java
    Please try it out and send comments.

  • Doubt in smartform table control

    hi,
      in my smartform i want to display the table control, i got that normal table control, but i want to change the table control format, that means in write side in the tabs column no need of calculation i need event tab, how to make that?
    Thanks and regards,
    Gowri.

    Hi Gowri,
    You cannt display Table control in smartform output. As it is reporting tool. Not Dialog Module.
    In data tab of table control you can have events.
    Reward if useful.

Maybe you are looking for

  • I've just about had it with Failed Downloads.

    This is a normal thing when it comes to Large File Downloads, and it needs to be addressed. I can understand the download being stopped if there is some sort of connection error, or my computer goes to sleep... But for the LOVE of me, I can't effing

  • Extract Audio Narration Track from Keynote with Voice Over

    I just found a way to extract the audio narration track from a keynote I recorded using the voice over feature. I used BetterZip. I right-clicked on my keynote to show the "Open With..." contextual menu. I had the keynote open with BetterZip instead

  • Updating data from ODS to Cube

    Hi Gurus, Data is getting poppulated in ODS but when the data is being loaded to the cube there is an error which says error when generating the Update Program.. So can anyone help to solve the above problem.. its urgent... can you explain y that err

  • Printing of Journal Entry

    Dear All, would like to ask a stupid question ... For the Financials -> Journal Entry When printing, 1 JE # will print out 1 A4 size paper... and most of the area of the paper is not used (only got a few transaction, seems so waste), just wondering i

  • Re: Broadband speed 0.1 -0.2mb/s

    I don't mean to jump on your thread, but I feel your pain. Our average dl speed is 0.12mbps, it NEVER GOES ABOVE THAT. We had an engineer out and he spent a few hours trying to fix it. His equipement measured 2mbps at our test socket, but the moment