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

hw 2 add extra functionality to a pgm with out touching program?

Former Member
0 Likes
743

hw 2 add extra functionality to a standard print program with out touching the print program.

please help me fnds.

urs

chengal.

4 REPLIES 4
Read only

Former Member
0 Likes
696

say 'abra cadabra' 1000 times

Read only

0 Likes
696

thanks,

Read only

matt
Active Contributor
0 Likes
696

change the sapscript

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
696

Hi,

Create a subroutine with the desired functionality and call it within the SAPSCRIPT at an appropriate place using the following syntax.

/: perform <form_name> in <prog_name>

/: using &invar1& &invar2& ...

/: changing &outvar1& &outvar2& ..

Regards,

Vadi