Have anyone ever encountered issue when using parameters within ABAP dataflow query (WHERE Clause) but in ABAP, the length of the characters received is less than what was set in Data Service?
An example is that a parameter have a varchar(1000) and the parameter in the ABAP extract program is CHAR(1000) but for whatever reason, only the first 45 characters are sent to ABAP program?
There don't seem to be much article/forum on this sort of scenario
Thanks