Hi,
I am new to SAP technologies. I am using VB macro to set value for filter.
I was succeeded in setting a filter value for a dimension using following code in VBA macro.
r = Application.Run("SAPSetFilter","DS_1","ZDFEF","EN","Text")
Now I need to set multiple value and also range of values, I wen through the SAP guide and it used the syntax present in that but could not succeeded in setting multiple filter values
r = Application.Run("SAPSetFilter", "DS_1","ZDFEF","EN;CN;IN", "INPUT_STRING")
Please help any one help me regarding this.