Skip to Content
0
Oct 24, 2013 at 01:44 PM

Filter the export parameter values in RFC

53 Views

Hi,

I have made a RFC call by passing Input Parameter to pull output data from the SAP R/3 System. The call was successful and I can able to display this in a table using Java webdynpro.

Is it possible to filter the output values returned by the RFC based on some condition.

For example, I passed role name as an input parameter and got list of users assigned to that role along with their profile details such as user group, name, email, country etc...,

After receiving all output values, I want to check if the user belongs to a specific group , say Group XYZ. If so , then delete that user from the table.

How can I do this?

Regards,

Eben Joyson.