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

sap script

Former Member
0 Likes
356

Hi all,

I am working on sapscripts. I trying to loop into my internal table inside my sap script code instead of looping inside the print program . will it effect the perfomance?

Thanks,

Kelly

1 ACCEPTED SOLUTION
Read only

Shabarish_Nair
Active Contributor
0 Likes
319

Hi,

It is not advisable to use loop statements in script when the same can be used in ur print/driver program.

but if u really want to chk out the performance contraints, the chk it out in SE30.

Regards,

ShabZ

PS: care to give any points ?? then do press the star!!

3 REPLIES 3
Read only

Former Member
0 Likes
319

Hello,

Processing ABAP from SAPScripts will take away performance. Take care to avoid Subroutine calls from Script which comprises of database selects.

This performance feature is clearly explained in SMARTFORM Online documentation. This holds good for SAPScripts also.

I hope this helps you.

-Murugesh AS

Read only

Shabarish_Nair
Active Contributor
0 Likes
320

Hi,

It is not advisable to use loop statements in script when the same can be used in ur print/driver program.

but if u really want to chk out the performance contraints, the chk it out in SE30.

Regards,

ShabZ

PS: care to give any points ?? then do press the star!!

Read only

Former Member
0 Likes
319

Hi All,

Thanks Murugesh and Vijaykumar..

Your answers were very helpful... Actually I was looking for the trasaction code for depicting the performance. Thanks for that t-code.

Thank you,

Kelly