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

performance question for appraisalls

Former Member
0 Likes
410

Hello,

I use fm HRHAP_DOCUMENT_GET_DETAIL to extract appraisal results. It is a little bit slow. Is there any way to speed up this fm or are there any tables I can use to extract the same data?

Thx in advance,

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
386

well to speed it up the only chance is to modify it.

or copy it and edit the copy.

But since its a SAP standard FM, there is probably not too much to tweak.

SAP is not unfailable, but mostly the programm quite good and performant.

to check out which tables are in use, i´d advise you to sql-trace this FM with TA ST05.

maybe you can find a better or faster way to do your selects needed.

Hello,

I use fm HRHAP_DOCUMENT_GET_DETAIL to extract appraisal results. It is a little bit slow. Is there any way to speed up this fm or are there any tables I can use to extract the same data?

Thx in advance,

Ali

2 REPLIES 2
Read only

Former Member
0 Likes
387

well to speed it up the only chance is to modify it.

or copy it and edit the copy.

But since its a SAP standard FM, there is probably not too much to tweak.

SAP is not unfailable, but mostly the programm quite good and performant.

to check out which tables are in use, i´d advise you to sql-trace this FM with TA ST05.

maybe you can find a better or faster way to do your selects needed.

Read only

franois_henrotte
Active Contributor
0 Likes
386

there are a lot of FM starting with HRHAP_* and some of them can be used to retrieve information

because of the complex data model of Appraisals, you still have to call the big one in most of the cases...