cancel
Showing results for 
Search instead for 
Did you mean: 

Filter table returns

Former Member
0 Kudos

Hi All,

I am retrieving a list from a BAPI and want to filter the values returned only to show a specific key which I have as input via URL parameter.

When I add the filter operator I am only able to filter by static values. Any ideas on how to filter the data returned from a BAPI according to a dynamic value ? I have been able to import the URL parameter and everything, just need to restrict the table to only those values....

I am considering making a Z function and adding that field and then calling the BAPI, but can't I do that in Visual Composer ??

Thanks,

Paulo Poinha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paulo,

if it doesn't work then I also recommend to do it as you have described with a simple rfc function module, which calls the BAPI and filter. BTW: the backend will be faster so that you have a better performance.

Best Regards,

Marcel