amitsdotcom
24th November 2010, 07:19
Dear Team,

I need to know if we have any way to print the report without using rprt_send() report function.

Thanks

Amit

bdittmar
24th November 2010, 12:58
Dear Team,

I need to know if we have any way to print the report without using rprt_send() report function.

Thanks

Amit

Hello,

use brp functions.

Regards

vikaspathakin
24th November 2010, 18:20
Hi,

Use brp.ready() function..
This will serve your purpose.

Regards

Vikas

Hitesh Shah
24th November 2010, 18:20
rprt_send and brp_ready are same in that both requires a report layout . If u want to print a report without a report layout , u can do so with spool functions . AFAIK not more than 500 characters can be printed in a line. In case u need so , pls test it properly.