cancel
Showing results for 
Search instead for 
Did you mean: 

Getting all data of table

former_member185241
Active Participant
0 Kudos

Hi All,

I have created a view on which i have taken a table ui element where user can enter the information. ( User can fill one row or more than one row )

Now i want to access all the rows data.

How to access those.

Thanks and Regards

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhi,

use

context_node->get_static_attributes_table(

    importing

      table = it_scarr ).

Regards,

Venkat.

former_member185241
Active Participant
0 Kudos

Thanks Venkata Krishna

Answers (0)