‎2008 Jan 21 1:31 PM
Now am doing perfomance tuning issues...
so the given program using lot of perform statements ,,,
Can snyone please tell me alternate for perform ...
i know call function... but how i 'll use call cunction here?
Thanx & Regds...
Vijay.
‎2008 Jan 21 1:35 PM
Hi,
Using MACROS is another option. As far as I know macros is faster than function modules.
Hope it helps.
Regards,
Siddhesh S.Tawate
‎2008 Jan 21 1:35 PM
Hi vijay,
PEFORM and Call function will not make any major impact in processing time. Check teh other constraint i.e. database Select query, Loop etc.
Thanks
Piyush
Rewards points, if helpfull
‎2008 Jan 21 1:35 PM
Hi,
Using subroutines is a part of best practice of SAP instead of having loose code. Even if you have more perform statement there will be no problem, if you more perform statement you can easily come to what will be done in that perform statement.
Thanks
Sriram Ponna.
‎2008 Jan 21 1:47 PM
Hi ,
Due to perform statement performance will not be effected . But if you calling different subroutines for the same type of operation then thagt will be taken into account as long as coding standards are considered . So instaed you mcan use using and changing parameters and can reduce the callin g PERFORMS.
Thanks,
Nageswar