cancel
Showing results for 
Search instead for 
Did you mean: 

How to calculate RFC table columns in to another table column.

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

I am doing a scenario, where in my Wendynpro UI table has been populated with a Function module output.

Now three of the output columns needs to processed on each row.

For ex:

1. I have to add two cloumn values on each row in to third column which is binded to a context attribute. This should happen before I show the table result. So, I cannot use calulated attribute here. Instead I am trying to find a custom solution that should process each row as soon it appears then bind to result column.

2. Also One of the RFC column has list of values i.e ABAP Function module returns a list of values. How do we populate these list of values in to UI table then add them alltogether before we show the result to the user.

I appreciate your help in this regard.

thanks

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can add custom attributes in Modal node as well. After successful execution of RFC, loop through the modal node and do the necessary calculations for each row and put them in the custom attributes.

Map the required attributes in the Table UI including the custom attributes.

This should help !!!

Regards,

Sayan Ghosh