cancel
Showing results for 
Search instead for 
Did you mean: 

VC table use, best practices?

Former Member
0 Kudos

Hi,

I'm updating a table in the back end with an RFC. I would like to send only the rows I've modified or added on the VC client to the RFC and not the whole table. Is this possible?

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hey Joel,

Make a condition(say check box) on changing the table row (user need to select what are all the rows he is modifying).

while sending the values to the RFC, give the guard condition as valid only when check box is selected.

Regards,

Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

There were a few approaches to this, but no best practice it seems. I'm marking this as answered because I've come up with a process/ algorithm to do it efficiently enough, and it works with RFC/webservice/biqueries as far as I can tell.