Frnds,
I have a variable in ABAP print program and the same is being passed to SAP Script layout.
eg. count type i . ( in ABAP program ).
In Script..
/: IF &count& = 0.
-
/: ENDIF
But this is not working.... YYYY?