‎2005 Jan 18 8:01 PM
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
‎2005 Jan 19 8:24 AM
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!!
‎2005 Jan 19 7:51 AM
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
‎2005 Jan 19 8:24 AM
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!!
‎2005 Jan 19 5:45 PM
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