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

retreiving data using subroutine in scripts

Former Member
0 Likes
452

hi friends ,

i wrote a subroutine in scripts but i have to fetch a lot of fields from one table so is there any way where we can fetch the entire table at once instead of using so many

using parameters in scripts

perform <subname> in prg

using &name1&

using &name2&

using &name3&

using &name4&

changing &result&

thanks and regards

srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

You can do the same in SAP Script Driver program ?

3 REPLIES 3
Read only

Former Member
0 Likes
424

hi,

No, there is no other way other than writing subroutines in scripts.

Regards,

Sailaja.

Read only

Former Member
0 Likes
425

You can do the same in SAP Script Driver program ?

Read only

0 Likes
424

hi thanks for your answer i dont have the option to change the print program.

in subroutine pool is it possible

thanks and regards

srinivas