I have one requirement in BODS to execute ABAP dataflows with dynamic global variables. The ABAP code is a custom one with dynamic where
clause. I am trying to send the global variable value like Field-name like "%underscroe%"
. But instead of fetching records with only 'underscore', it is fetching all records from the table.
Do you have any solution for this issue?