How do I add table to a form

I am creating a form with mostly single selection fields. I need to add a table (a simple two columns and several rows) at the end of the form. How do I do this?

Your best bet might be to use a Formatted Text for "Turnover" on top of your fields and then use caption on top for label positon.
OR you can have the Formatted text on the same line as your fields too
Hope this helps
Gen

Similar Messages

  • How does one add tables to an existing universe using COM designer SDK.

    Morning All
    How does one add tables to an existing universe using COM designer SDK. I have tried:
    objUniverse.Tables.Add (strTable_Name)
    but get "Cannot create Table" error.
    Any ideas?
    Thanks in advance.
    Anita

    Hi Anita,
    -Use the Add method to add classes and objects to an existing universe using a VB 6 application.
    Adding a Class
    Definition: Function Add(Name As String) As Class
    Syntax: NameOfClassesVariable.Add
    Adding an Object Instance
    Definition:  Function Add(Name As String, [ClassName As String]) As Object
    Syntax: NameOfObjectsVariable.Add(name, [class])
    - name is the name of the object.
    - class is the name of the class containing the object. This parameter should be used in cases where more than one objects exist with the same name.
    Sample Visual Basic 6 Code
    Dim DesApp As Designer.Application
    'MODIFY AND EXPORT CLASSES AND OBJECTS OF AN EXISTING UNIVERSE
    Sub modify_and_export_universe()
    Dim DesUnv As Designer.Universe
    Dim DesCls As Designer.Class
    Dim DesObj As Designer.Object
    Dim DesDBCol As Designer.DBColumn
    Dim DBColName As String
    Set DesApp = New Designer.Application
    'Login to designer
    Call DesApp.LogonDialog
    'Make sure to log on with your administrator profile
    'e.g : "hostname","username", "password","Enterprise"
    'Make Designer application visible
    DesApp.Visible = True
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'to Open  locally  the universe you want to modify
    'Set DesUnv = DesApp.Universes.Open("club_uni")
    'Use OpenFromEnterprise method (Universes Class) to import a universe from the repository and opens it
    Set DesUnv = DesApp.Universes.OpenFromEnterprise("Universes", "club_uni", False)
    'Add a valid connection which already exists
    DesUnv.Connection = "club"
    'open the universe
    'Call DesApp.Universes.Open("club_universe")
    'Add the table Account and refresh the view in the main window
    Set DesTab = DesUnv.DBTables.Item("Customer").Insert
    DesUnv.ArrangeTables
    'Add a class
    Set DesCls = DesUnv.Classes.Add("Class MyCustomer")
    'Looping through all the fields of the DB Table Account
    For Each DesDBCol In DesUnv.DBTables.Item("Customer").DBColumns
    'Store name of the column
        DBColName = DesDBCol.Name 
         'Add an object to the class
        Set DesObj = DesCls.Objects.Add("Obj " & DBColName)
         'Affect a field to the object
        DesObj.Select = "Customer" & "." & DBColName
    Next
    'Save the existing universe with the same name club_uni or you can change
    DesUnv.SaveAs "club_uni"
    MsgBox "Universe created and saved Class MyCustomer has been added!!"
    'Close the universe
    UnvFullName = DesUnv.FullName
    MsgBox "The UniverseFilePath is " & UnvFullName
    'Close the universe
    DesUnv.Close
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'Export the universe to the CMS DB (to the last universe folder)
    'Make sure you save the universe before exporting it
    Call DesApp.Universes.Export("Universes", UnvFullName)
    MsgBox "This document has been exported successfully !!"
    'Close designer
    DesApp.Quit
    Set DesApp = Nothing
    End Sub
    Hope this helps.
    Regards,
    Deepti Bajpai

  • How do I add borders to the form fields in the checkout page of my BC shop?

    I am setting up my Shop for my website www.myartscreative.com. So far, so good. I am testing out going through the steps of ordering a copy of my sketch book, adding the appropriate shipping, etc. However, I notice when testing the checkout page, most of the fields do not have a border around them which makes it hard to see where to  fill in the pertinent info. How do I add a border or fill (or both) the form fields so my customer can easily see where to type in their information?  Here is the link to my shop's "check out page".

    Ok, got it! So, I kind of figured it out by going into the Develop tab in the BC Admin and going into the modulestylesheets.css and modifying that. Check the link above again and you will now see the borders around the input fields. Probably no big deal to you pro's out there, but I am a total newbie up to this point. Thanks again!

  • How to use nested tables in adobe form

    Hi All,
    I have to use nested tables in adobe form for table display. I have used Subforms for displaying table data. I have changed accessibility of the subforms. Currently i am able to print print the table correctly if there is single material record in table 1 and single corresponding record in table 2. But the requirement is that i will have multiple lines in table 1 for single material and only one record in table 2.
    EX: form is for Sales order. in line items if the order is for 100 units then we if we have delivered material as 80, 10, 10, then table 1 will have 3 lines for this. Table 2 will always have only 1 corresponding record.
    item--materialdescription-ordered qty--delivered qty--delivery date-price  
    xxx--xxxxxxx-xxxxxxxxx-10080xxxxxxxxxx-xxxx
    10----
    xxxxxxxxxx
    10----
    xxxxxxxxxx
    yyyyyyyyyyyyyyyyyyy------yyyyyyyyyyyyyyyyyyyyy 
    xxxxxx is table 1 and will have multiple lines
    yyyyyy is table 2 and will have only 1 entry for item xxx
    and this group will be repeate as per no of items. table 1 can have any no of lines per item.
    I am currently able to display 1 line for table 1 and 1 line for table 2.
    But how to show multiple lines for table 1 and 1 line for table 2.

    HI,
          Set the body page as flowed and set the tables also flowed.
    go to bodypage>object->subform-->select flowed option.
    I thihnk this will work..if u are getting all the records properly into the tables 1 and 2.
    Thanks,
    Mahdukar

  • How to create a table in smart form.

    Hi Folks,
    I need to create a table in  smart form with the following fields:-
    vbrp-arktx,vbrp-fkimg,komv-kbetr,komv-kwert.
    Please let me know how to create a table and how to name the columns,size,and the select query for the same.
    All answers will be duly rewarded.
    K.Kiran.

    Hi,
    Following Links gives Details of Smartforms and how to create tables -
    smartforms - very useful link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    FAQ
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Siddhi

  • How can we add a checkbox in form (Scripts)

    Hello Experts,
             i want to add a checkbox in the form. how can v add a check box in the form. i tried with sap scripts symbols like sym_checkbox but it's not working.
    and i can print a small box by using Box statement. but i need exactly a check box. how can v create it in scripts.
    thanks in advance.

    Hi,
    Please refer the links,
    Check Box With Tick Mark on Sap Script
    putting tick mark into check box in smartform
    Regards,
    Hema.
    Reward points if it is useful.

  • How can I add table fields with existing structure ?

    I like to add PSTLZ field to stucture KOMGG.Is it possible to add table field with the existind structure.If yes how can I do this?kindly help me on this.

    hi
    go to se11
    in change mode select the button append
    create new append which starts from Zpstlz in this komgg structure and add data element and domain to this field and activate with request number
    then in field catalogue this field should be visible ,here ends your append
    now it is ready to use in condition tables.
    reward if helps !!!!!

  • How to add tables with existing Form(system form)

    Hi,All
    I want to add another tab with production order window
    Tab (folder) -folder name is Routing process
    uder this folder im creating one matrix with its table.
    Now i want add my matrix data also while clicking on Add button in Prodution order.
    To accomplish this task i want assign my child table also with prodution order object type..how it is possible...?????
    By
    Firos.C

    Hi Firoz,
    For your requirement, you need to add an other folder with PaneLevel, say 3.  in that Pane, you need to add your matrix and bind it to the corresponding table, an UDT, as Vasu had specified and accordingly you need to handle the operations corresponding to the mode.
    Regards,
    Satish. B.

  • How to value non-table items in Forms

    Portal 3.0.7.6.2 on NT
    I am trying to display non-table items on a Form. I want to do things like: Display the Credit Card Type (non-table item) based on the Credit Card Number (table column). Use a foreigh key (table column) to retrieve related data for display/information only on the Form. The doesn't appear to be p_session variables for these 'added' Form items so I can't use the p_session functions. Any ideas??? I'd prefer a PL/SQL solution.

    Hi Michael,
    As Dmitry said that values for non table form field cannot be displayed completely using pl/sql, u can use some pl/sql and some javascript to achieve this .
    Say, take the example of the Emp table where I would like to display the department name for the deptno. Here I'll use pl/sql to retrieve the value of department name using the deptno and use javascript to display the results in the new field added to the form.
    Steps :
    1> Create a form say, on the emp table
    2> In the field formatting section, add a new item of the type text box and add a javascript event onFocus and give the foll javascript function call for the same :-
    javascript:getval(this)
    3> In the additional pl/sql section, for the "after displaying page ..." part we'll add the following pl/sql code :-
    declare
    l_dno number(4) default null;
    l_desc varchar2(100);
    begin
    l_dno := p_session.get_value_as_NUMBER
    (p_block_name => 'DEFAULT',
    p_attribute_name => 'A_DEPTNO',
    p_index => 1);
    if l_dno is not null then
    begin
    select dname into l_desc
    from scott.dept
    where deptno = l_dno;
    exception
    when others then
    null;
    end ;
    end if;
    htp.p('<script>');
    htp.p('function getval(ele){'&#0124; &#0124;chr(10)&#0124; &#0124;
    'ele.value = "'&#0124; &#0124;nvl(l_desc,' ')&#0124; &#0124;'";}');
    htp.p('</script>');
    end;
    4> Run the form and perform a query. Place the cursor on the desc field after the page reloads with results. The department name would come up.
    Hope this helps.

  • How to create internal table in Adobe form - SFP transaction?

    How shd i create an internal table under Global data ???
    Regards,
    Gurmukh singh

    you can create the inernal table using the table types.
    assume you want to create the Inernal table of type SFLIGHT, then you can create in this way...under the global Defintions.
    VARiABLE NAME       Type Assignment      Type name
    IT_SFLIGHT                TYPE                       SFLIGHT_TAB1
    IT_VBAP                    TYPE                       VBAP_TT
    you can populate these tables using the Initialization->Code Initialization.
    for more details Check here..
    https://www.sdn.sap.com/irj/sdn/adobe

  • How do I add expanding content on form in acrobat adobe 9 pro extended?

    I have a form in acrobat adobe 9 pro extended.  I have 2 questions:  1) Can you make the main content of the form be continual (being it may or may not go into multiple pages) and 2) If the form goes into multiple pages, can signature area only appear on final page?
    The form designer is Adobe LiveCycle Designer.
    Thanks for any help given.
    Message was edited by: Karen Wermager

    On a Mac with Mavericks (or Yosemite) installed on it you don't add them to iTunes, that is only used as a tool for syncing your books to the iBooks app on your iOS devices, iTunes isn't used for managing them.
    For the books that are compatible with iBooks (you probably won't be able to copy the Mobi files into it) then you can add them to the iBooks app on your Mac either via the File > Add To Library menu option within the app, or by dragging and dropping them onto it.
    If you connect your iPad to your Mac's iTunes they should then show on its Books tab for selecting and syncing to the iBooks app on the iPad
    For the mobi book, you will need an app on your iPad that supports more books e.g. the Kindle app.
    For Kindle, and possibly other mobi apps, you can add books to the app by selecting the iPad's Apps tab, scroll down the right-hand side of the screen to the file sharing section, select the app that you want to copy the book to, and add it to the app.

  • How do I add tables using iCloud Keynote

    I'm using keynote bata (I know it's bata)...I want to add a table on to the current slide I'm working in but can't find an easy way to add it.   I don't see an icon that would allow me to insert a table.  I know I can using the actual app on a Mac but I'm trying to start getting use to iCloud and it's power.  Anyone know where the insert table feature is located on keynote on iCloud? 
    Thanks,
    Raj.

    Never mind - I found it.  Not so clear but I got it.  Thanks. 

  • How to use ADD value in the form field

    Hi all,
    I want to add +44 code infront of the Tele no field.
    How could wei achieve this?..
    with regards
    prabu

    pre-pend the string with telephone number and display it

  • How to print a table on a form?

    I need to print all the items of a form in a table format,with borders and lines.If items are not fit in this page ,they have to print on another page(continuous).
    If anybody knows,Kindly give the solution.

    Hello,
    Create a TABLE node (in the main window, or any window). In this table, you have to specify the internal table and work area in the 'DATA' tab of the table node. This is equivalent to the abap code ,
    LOOP at itab into wa.
    There will be a 'Details' button in the 'Table' tab of the table node. Click it and here you specify the no of yur columns(along with their height and wifth). If yur table is sumthing lyke,
    HEADER 1  HEADER 2
          ROW1-A    ROW1-B
    then u have to create two separate line type, one for the header and the second for the row items(keep in mind that internal table is dynamic)
    There are sub 3 sections of the table node, Header - Main Area - Footer
    Right click on the 'Header' arrow and create a table line and assign the Line Type(you created for the Header).Similarly, right click on the 'MainArea' - create a table line and assign the line type(u created for the row items). Name yur columns(in the Header section) and place yur data(from the work area) into the respective cells of the 'Main Area'. 'Footer' section is usually for totals, sums and etc.
    Hope i am comprehendable.
    Regards,
    Shehryar

  • How to Bring IT0008 table control in HCM P&F

    Hi :
    I have a requirement of adding IT0008 table control in my HCM form which will contain the following fields:
    I0008_LIN_ANZHL
    I0008_LIN_BETRG
    I0008_LIN_EINHT
    I0008_LIN_EITXT
    I0008_LIN_INDBW
    I0008_LIN_LGART
    I0008_LIN_LGTXT
    I0008_LIN_OPKEN
    I0008_LIN_PERNR
    I0008_LIN_WAERS
    I am using structure HCMT_BSP_PA_XX_R0008_LIN_A ,
    but my question is how to create the table control in form? How to add multiple rows and How to default wagetypes in the form?
    Pls advise
    Sinchan

    we have discussed the same scenario in the note 1043692
    PLease go through the steps it should help you

Maybe you are looking for