Hi,
i would like to use a var for filter, in an ABAP component
my var is a string, that i use for filter like this :
KNUMV IN ($MYVAR)
with myvar = '0001820242','0001820248','0001820250','0001820253','0001820254','0001820257','0001820258','0001820260','0001820263','0001820264','0001820265','0001820269','0001820270','0001820271','0001820275','0001820276','0001820278','0001820279','0001820280','0001820287','0001820288','0001820295','0001820297','0001820298','0001820301','0001820302','0001820303','0001820308','0001820309','0001820310','0001820312','0001820313','0001820314','0001820316','0001820317','0001820322','0001820326','0001820329','0001820330','0001820342','0001820346','0001820348','0001820350','0001820351','0001820357','0001820380','0001820382','0001820383','0001820384','0001820390','0001820391','0001820392','0001820393','0001820406'
I have an error that say : Literals that take up more than one line are not permitted.>.
Someone would have an idea plz ?
thx