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

PERFORM STATEMENT

Former Member
0 Likes
621

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.

4 REPLIES 4
Read only

Former Member
0 Likes
552

Hi,

Using MACROS is another option. As far as I know macros is faster than function modules.

Hope it helps.

Regards,

Siddhesh S.Tawate

Read only

piyush_mathur
Active Participant
0 Likes
552

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

Read only

Former Member
0 Likes
552

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.

Read only

Former Member
0 Likes
552

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