I have my Subroutine in one Report and that I want to Use that one in another Report, How is it possible?

Showing Answers 1 - 7 of 7 Answers

Vishnu

  • Jun 26th, 2006
 

report Zreport1.

*********

perform  sub.

form sub.

-------

------

endform.

Report Zreport2.

************

perform sub( Zreport1).

Shailendra

  • Sep 6th, 2007
 

perform {subr|(sname)} IN PROGRAM [prog|(pname)] [IF FOUND]

Use this statement to call any subroutine in any program.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions