Skip to Content
0
Former Member
Jan 26, 2009 at 02:55 PM

Problem with GETINFO syntax in SAP-BPC

65 Views

Hello,

we are trying to modify a DTSX package including a new task in order to delete a data region reading the dimensions from a file.

we use the following syntax:

GETINFO(SELECTION_FROM_FILE,%SELECTION%,MYFILE.TXT,u201DCATEGORY,TIMEu201D)

TASK(DELETEDESTFACT,SQLSTATEMENT,DELETE FROM TBLFACT%APP% where

%SELECTION%)

and returns:

INFO(%SELECTION%,)

ie, in the %SELECTION% variable contains nothing.

Regards.