cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer Evaluation

Former Member
0 Kudos

Hi Guys,

We are trying to evaluate Visual Composer and have a few questions.

- Be able to write some custom code.

- Hiding Columns in the TableView,

- Cell Rendering for TableView Data being displayed.

- Sorting on TableView Columns,

- Making cells Clickable on the TableView, invoking an Event.

- Making Fields Editable in TableView, thereby retreiving the Edited data from several rows and updating R/3 via JCO BAPI calls

- Having Dropdowns within column cells of tableview, these dropdown data retrieved using JCO and Bapi.

- Being able to retrieve data out of 3 Bapis and display in 3 different TableViews on the same PAge.

Any question answered would be of great help.

Thank you.

NAC

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you want completely granular control over these types of events, why not leverage Web Dynpro?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Let me try and answer some of these questions:

1. Custom code - You can write your own IViews and integrate it with VC Iviews using signals. It was discussed here before.

2. Hiding columns - just uncheck the columns you want to hide when designing the table

3. Cell rendering - what exactly do you mean?

4. Sorting on table columns - supported automatically

5. Making cells clickable - not available in the currently released version.

6. Editable tables - supported (where RFC supports it).

7. Dropdown in cells - not available in currently released version

8. Multiple BAPIs and results - supported.

Hope this helps,

Lior

Former Member
0 Kudos

Thanks Lior,

Cell Rendering would be rendering each individual column of the Tableview to display Dropdowns, Input field with date navigation image, controling the number of character displayed in the TableView.

<b>Making cells clickable - not available in the currently released version.</b>

Is it possible to make a column clickable like column.setOnCellClick("OnClicked"); declare a function which is called when a cell in the Column is clicked and retrieve the data in that particular row.

<b>Dropdown in cells - not available in currently released version</b>

Can we have drop down in cells of the Tableview.

Any help would be appreciated.

NAC

Former Member
0 Kudos

Hi,

1. Additional cell rendering features is not available in the currently released version.

2. You cannot add custom code the IViews generated by VC.

You can, however, use the values in a table row in other places in the same iview - just map it to forms and\or other RFCs.

3. Dropdown contorl is not available in the currently released version, this includes table views.

Lior