vinayakbaan
5th November 2008, 17:31
Hi Gurus,
M using brp.open for report selection and passing parameters like
brp.open( "rtccom040101000", "New Excel", 0 ).
i do not want to open the file just want to save it at specific location.
what is the procedure please suggest.

Thanks in advance

VS

bigjack
5th November 2008, 18:35
Try using ASCIF instead of your device "New Excel". Before calling the brp.open function set the predefined variable spool.fileout to the specify filename alongwith path. This should work.

vinayakbaan
6th November 2008, 06:50
Thanks a lot Bigjack...:)

VS