Regarding Table View In visual Composer

Hi All,
I am using Visual Compsoer 7.0. I have a table in my iview. When i go to the layout tab and right click the table. I cant see the options like "CUSTOMIZE TOOLBAR", where i can insert a row in my table. How can i have this option in VC 7.0?
Regards,
Divya.

Hi Divya,
Refer this pdf. It ll be useful to u
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c617533c-0a01-0010-b88e-a6e8e2e419c9">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c617533c-0a01-0010-b88e-a6e8e2e419c9</a>
Regards,
Hemalatha

Similar Messages

  • Addition and deletion in a table View in Visual composer 7.0

    Hi All
    I have a requirement of updating a table view from the entries that a user enters in an input form.
    When the user makes entries in the input form and clicks on save he should see those entries in the table and these entries should also get updated in the backend.
    Can anyone give me any ideas around it?
    Please also let me know if VC 7.0 supports multiple actions on a click of a button?
    Suppose if i create a button save on the form and implement two actions "Insert Row" and a custom action"Submit"(which eventually will hit the BAPI) in the backend to update so will it work ??
    I read on SDN that in order to add or delete i would need 3 buttons atleast :ADD,(to add row),SAve(to call bapi) and Refresh(to make entry visibile) in the table.
    Can anyone suggests better solution around it.
    Thanks for all the pointers in advance.
    Regards
    Shweta

    Hi Shweta,
    Since tables only represent data retrieved from a backend service, I guess the correct functionality would be that the data in the form would be submitted to the proper service (that can recieve input and add it to the database), and then the table that will be connected to the output port of the service will be updated with the new data.
    And sequence actions was added as a feature, so it depends on your SP level. If you can'e see it when you assign actions to a button, your SP doesn;t have it
    Best regards,
    Udi

  • How to  create i view  in visual composer give details screenshots

    how to  create i view  in visual composer give details screenshots

    Hi,
    Go through these threads
    VisualComposer
    http://help.sap.com/bp_epv170/EP_US/HTML/Executive_Cockpit.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1752b737-0401-0010-0ba3-87c3eda8c6ce
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e019d290-0201-0010-f186-8630a949800a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30987099-a74c-2a10-70b5-a2751ce79359
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/content.htm
    Tarak
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00b9ba6d-1291-2a10-208d-bd27544e7939

  • Missing 'Chart View' in visual composer

    Netweaver Visual Composer Client Version 701.5.0027
    Model>Package>Page>Iview
    Compose Model>  _Chart View_  missing from components.
    I have created this graphic chart in QA (data sourced from BI query) but need to create in dev to follow correct migration path.
    Any help is greatly appreciated.

    Hi,
    drag out from the output port of some data service and choose 'add chart view'. See also
    http://help.sap.com/saphelp_nw70/helpdata/en/49/03c446f4a4105ee10000000a42189d/frameset.htm
    Best regards
    Anja

  • Any docs regarding Table/View,Function Module for Generic Extraction

    Hello All
    I need to do Generic Extraction,for that if anyone has docs., I need docs on how to create table,view,Function module and infoset query ,on that pl forward to my id
    [email protected]
    Many Thanks
    balaji

    hi Amit
    Thanks for your docs,but this docs i have already,do u have any thing different one,if so please forward?
    Facing a Problem
    Iam trying to create view(database view)for <b>vbak</b> and <b>vbap</b> and given in Tables in <b>Table/Join Conditions</b> tab and clicked in <b>Relationship</b> and the relantionship has been generated automatically,now when i tried to activate this view its saying like "<b>No tables and/or fields are defined for view xxxxx</b>(xxxx-> name of a view)
    what will be the problem?pl let me know how to create a view?
    And also I need to know the diffference between database view,Manintenance view,Projection view and help view?
    Pl let me know on this?
    Many Thanks
    balaji

  • Regarding table view

    Hi All,
                       I am new to BSP and dnt have much knowledge on it. I need some info on table view and its event handling.
    Will reward for sure.
    Thanks.........

    Hi,
                In the Object Navigator (SE80) click on the Tag Browser ->BSP Extensions->Transportable->htmlb. In this you can find all the existing extensions of the BSP. There you can find the info on the table view.. its parameters and its uage.
    In the BSP Application  SBSPEXT_HTMLB also you can find the usage of the property Table View and its respective event handlers.
    Layout:
    <tr>
                   <td width=50% colspan=2>
          <htmlb:tableView id              = "tv"
                           table           = "<%= IT_OUT1 %>"
                           headerText      = "Details of Project"
                           headerVisible   = "true"
                           design          = "alternating"
                           visibleRowCount = "<%= var %>"
                           fillUpEmptyRows = "true"
                           width           = "100%"
                           selectionMode   = "LINEEDIT"
                           onRowSelection  = "tblv" >
            <htmlb:tableViewColumns>
              <htmlb:tableViewColumn columnName = "PROJECT_ID"
                                     title      = "Project Id" />
              <htmlb:tableViewColumn columnName = "SPR_PROJECT_ID"
                                     title      = "SPR ID" />
              <htmlb:tableViewColumn columnName = "CIRCLE_ID"
                                     title      = "CIRCLE ID" />
              <htmlb:tableViewColumn columnName = "FLCL"
                                     title      = "FLCL" />
              <htmlb:tableViewColumn columnName = "FLCB"
                                     title      = "FLCB" />
              <htmlb:tableViewColumn columnName = "RQ_STAT"
                                     title      = "PROJECT STATUS" />
              <htmlb:tableViewColumn columnName = "button"
                                     title      = "Status"
                                     type       = "Button" >
              </htmlb:tableViewColumn>
            </htmlb:tableViewColumns>
          </htmlb:tableView>
              </td>
          </tr>
    OnInputProcessing:
    DATA: tv TYPE REF TO cl_htmlb_tableview.
    DATA:  tv_data TYPE REF TO cl_htmlb_event_tableview.
    WHEN 'tv'.
      tv ?= cl_htmlb_manager=>get_data(
                                         request = runtime->server->request
                                         name = 'tableView'
                                          id = 'tv'
    The above is an example of the table view.
    Hope this might help you.
    Thanks,
    Sirisha.

  • Regarding Visual Composer table view

    Hi experts,
    1. Can i change the size of the table cells (in table view)  in visual composer?
    regards
    divya

    Hi Divya
    It is not possible to change the size of an individual table cell directly in visual composer. But, you can change the size of an entire column in a table, though!Maybe, if what I've heard is true, it is possible for to change it in the GML files. If someone can confirm this and give some help on how to modfy the GML, it'll be great.
    Thanks
    Manoj

  • Show Reporting Activity values in Visual Composer

    Hi everybody,
    i add a Reporting Activity to my current BPM Process. My purpose is to show the report in Visual composer.
    Unfortunately i don't know how to import the BPM Reporting Activity into VC?
    Could anybody help me with a how-to-guide or a detailed description?
    Best regards,
    Sid

    Hi Sid ,
    In Visual Composer, choose   Model   Open...  .
    A list with all available models appears.
    Browse the model structure and in the context menu of a model, choose Open Model.
    The selected model opens for editing in the Design board.
    Choose   View->Task Panel  -> Search   to search for BPM DataSources.
    The Search dialog appears.
    From the Select provider dropdown menu, select BI Data Sources.
    From the System destination dropdown menu, select BI (Sql) Portal.
    In the Search for Table field, enter the name of the generic process or process context DataSource you want to find. You can use an asterisk (*) in the search string as a wildcard to search for a partial match. Choose the Search pushbutton.
    Please refer the following link.
    [http://help.sap.com/saphelp_nw72/helpdata/en/a1/bde4657d1f42e3a7c698d16a699635/content.htm|http://help.sap.com/saphelp_nw72/helpdata/en/a1/bde4657d1f42e3a7c698d16a699635/content.htm]
    Regards,
    Rohit
    Edited by: Rohit J on Apr 28, 2011 1:39 PM

  • Runtime error in Visual Composer

    I'm develping a Composite View in Visual Composer using BAPIs. I'm using BAPIs just because my SLD isn't ready to publish the enterprise services from ECC and SCM/APO. The main objective is learn how to use VC to create applications consuming data from BAPIs, Web Services, BI Query etc...
    I developed a simple application using the bapi: BAPI_LOCSVAPS_GETLIST2 from sap APO.
    Inputs ports:
            LOCATION_SELECTION - TABLE
            Input: LOGICAL_SYSTEM and MAX_NUMBER_OF_LOCATIONS - signal
    The problem is the following: when only the out port ouput is used, there isn't any problem, and is possible to compile and deploy the Composite View and the output (NUMBER OF LOCATIONS FOUND) is correct.
    But if I try to select some TABLE out port like LOCATION_TEXT, an error occurs in runtime (compile and deploy without problems): Connection Error: contact your system administrator: HTTP request error.
    I tested the RFC Connections and also, tested the BAPI using the Test Data Service and all the tests were ok and that's why I don't know what is wrong. In design time there isn't any problem, instead in runtime the error mentioned above occurs.
    EHP1 SP1 for SAP Netweaver 7.1
    IE Version 7.0.6001.18000
    Data Source :ECC and SAP APO u2013 In VC is used BAPIs, configured via RFC Destination
    Thanks...
    Edited by: Dario Oliveira on Apr 8, 2009 7:42 PM

    Hi,
    I think "Implementing a GP Interface" makes no sense in this case. Take a look at <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/limitationsofWeb+Dynpro&">VC: Limitations of Web Dynpro</a>.
    It seems that Web Dynpro in VC is not supporting all kinds of services and functions.
    Regards,
    Christian

  • What is advantage of using Visual Composer In SAP

    Hi friends,
    please tell me what is advantage of using visual composer in SAP.
    and please give me basic notes to understand Visual Composer.
    I Don't have any idea about this topic.
    please help me.
    Thanks & Regards,
    Yogesh

    Hi Yogesh,
    SAP Visual Composer is a browser based, graphical modeling tool that - by reusing existing data services like RFCs, web services, queries, query-views, tables - allows creating business applications with both transactional and analytical services seamlessly integrated. In addition it gives modelers the choice to select the UI technology and build user interfaces.
    Go through the following links:
    Getting Started with Visual Composer for SAP NetWeaver 7.0 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/6cb05174-0701-0010-448b-caf8c6fcc97a
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2e254377-0c01-0010-9787-b285e9af529f
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ceea45f3-0c01-0010-049c-c2b001f590fb
    Reward points if helpful.
    Regards,
    Renuka.

  • Unable to create visual composer table view from the Bex Query

    Hi
    I am trying to create the visual composer lay out from a Bex query. The Bex query contains a set of Key figures and a structure.
    These key figure and structure combination is forming a table in the query output. Key figure parameters are coming as rows and Structure parameters are coming as columns.
    example query out put:
    Total, HPC, FDS excel ICe etc are as Structure elements and coming as columns in query out put and
    Invoice value, Gross sale value, Efficient operations etc are as Key figure elements in query and coming as rows in query out put.
    But if I map this query to visual composer table view all these are coming as columns as given below.
    Total Invoice value ,             Total Gross sale value,    Total Efficient operations,      HPC Invoice vale,.........
    And if execute the query will giving the out put in single row.
    Can anybody help me out to map this in the row column format?
    Is it really possible to do in VC?
    I am using CE 7.2. The VC model I need to be embedding in BPM.
    Please help me to solve this issue. I completely stuck up this issue.
    Regards
    Sajith P
    Edited by: Sajith P on Aug 17, 2010 3:07 PM
    Edited by: Sajith P on Aug 17, 2010 3:15 PM

    Hi,
    Try to use some function module which will convert query data into flat tables. (eg., RS_VC_GET_QUERY_VIEW_DATA_FLAT).
    Hope this solves your issue.
    Regards,
    Vinay

  • Flex Table Add Row Issue with Dynamic Entry Lists in Visual Composer

    All,
    Your help would be kindly appreciated in resolving an 'Add Row'-issue within a Flex Table that uses Dynamic Entry Lists in Visual Composer. The issue here is as follows :
    When I use a [Local Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=O5hrG2aMxWZ84Mu1211193041]to populate a row field, the initial row and all next rows are emptied upon 'insert row', they loose their selected values and also the entry list values ('pull-down menus') are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    The initial row does [show the entry list values |http://www.postyourimage.com/view_image.php?img_id=2HybmEHAuQYs9cg1211192766]from the Local Dynamic Entry List based on the dynamically assigned input value; upon 'insert row' the entry lists are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    When using a [Global Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=m5p2KYuBb442dTq1211193501]to populate the row fields the Flex-table behaves normally as expected. Unfortunately with a Global Entry List it is not possible to dynamically assign a input value. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=U96V0zENCCyO3gA1211193157].
    Please also see the [issue summary image|http://www.postyourimage.com/view_image.php?img_id=06xti08tIEfely1211195178] I made to visualize the issue.  What I basically would like to know is whether this is a 'known issue' or not, or that it is an issue that can be fixed or whether there is an alternative workaround available ... I'm using Visual Composer 7.0 and the Portal is at SP 13.
    Many thanks,
    Freek

    Hi,
    you should be able to assign a dynamic value with global entry lists as well. If you say @myParam as dynamic value. VC will indicate in red letters, that the field @myParam is unknown. However, it will work, as long as @myParam is known in the form or table where you use the entry list.
    I have never heard of the problem that entry lists are emptied after "insert"-event.
    Kindes Regards,
    Benni

  • Create a Table in Visual Composer 7.0

    Is there a way to create a custom table, as part of the model, where you can define some custom fileds, then have users add, delete or update those table fields from a form?  Similar to how you would use MS Access?
    Thanks
    John

    Hi John,
    You can add, delete or update the table entries from a form using system actions in visual composer. But you should create a form manually and also need to make buttons with system actions addrow, deleterow etc,. to set the system actions.
    Regards
    Basheer

  • Nested Tables in Visual Composer 7.0

    Gurus,
    When I am trying to drag and drop the webservice in the Iview it gives a warning message "Port 'Salesorder' was omitted because it includes nested tables which are not presently supported by Visual Composer" . My question is how to use this webservice which has nested table in one of the input port. Is there any work around or can you suggest me any other way we can call this webservice "ECC_SalesOrderCTRC1".

    Hi,
    Nested tables are not supported by this version of VC.
    This is an architectural problem and I don't know of any work around for it (other than changing the WS).
    Nested tables are and will be supported in VC CE (7.1).
    Regards,
    Shay

  • Dynamic table in visual composer

    Hi Experts!!!
    It's possible create a dynamic table in visual composer? I want to show only records that exist unpaginated...
    Is it possible??
    thanks in advance!!!
    Regards!!

    Hi experts!!!
    I want that my table has the height of  the records that the BAPI return.
    any idea??

Maybe you are looking for