2007 Aug 31 2:40 PM
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
2007 Aug 31 2:54 PM
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
2007 Aug 31 2:54 PM
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.
2007 Aug 31 2:55 PM
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...