cancel
Showing results for 
Search instead for 
Did you mean: 

Script-report calling

Former Member
0 Kudos

Hi,

I want to call a report with in the editor of a script.

Could anyone plz post the solution for this issue.

Thanks,

G Kumari.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can not call a report from the Script editoe but can call a Subrotine from it by using Command:

PERFORM <subroutine name> IN PROGRAM <xyz>

USING .....

................

CHANGING .....

................

Answers (2)

Answers (2)

Former Member
0 Kudos

its not possible to call report with in script editor, you can call throgh ur print program...

Former Member
0 Kudos

Hi,

Can explain more clearly.