Skip to Content
0
Feb 17, 2006 at 10:50 AM

Table Editing

16 Views

How do I model Table Editing with VC?

I have a Function Module with an Importing Parameter with a table Type. In VC this is exposed as Input Port where I can add an Input Table. However, the Ouput Port of the Input Table only contains the selected rows of the Input table. But I dont want to select rows. I want to maintain the whole table and wenn I press submit I want the whole table data to be transferred to the function module.

Is this possible?