Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

subroutine

Former Member
0 Likes
316

can i call subroutine which is written outside the report ( in another report)?

points will be awarded.

Cheers

troy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
298

Hi,

Yes..You can use..

Use the following syntax..

PERFORM form IN PROGRAM prog IF FOUND.

Also press F1 on the perform statement..You will get a sample code..

THanks,

Naren

1 REPLY 1
Read only

Former Member
0 Likes
299

Hi,

Yes..You can use..

Use the following syntax..

PERFORM form IN PROGRAM prog IF FOUND.

Also press F1 on the perform statement..You will get a sample code..

THanks,

Naren