cancel
Showing results for 
Search instead for 
Did you mean: 

Extend SRM extractors takes long time

Former Member
0 Kudos

Hello experts

I extend some SRM extractors by using SE19 (RSU5_SAPI_BADI)

In the code we use standard function module like: BBP_PD_SC_GETDETAIL, BBP_PD_PO_GETDETAIL, BBP_PD_CONF_GETDETAIL, BBP_PD_CTR_GETDETAIL.

When we add the calls to the function the run time of the extractors became much longer.

We want to extend the extractors with fields like: storage location (to PO&SC), Final entry + Delivery Date + PO Item Guid (conf) AND contract item price (contract).

When we asked our SRM experts they didn’t know the table or other FM more efficient.

Please advice.

Yaniv Caspi

Accepted Solutions (0)

Answers (1)

Answers (1)

mathew_muthalaly
Contributor
0 Kudos

Hi Yaniv,

Here is a generic method to find underlying tables:

1. Go To System >>Utilities>>Performance Trace

2. Activate Trace

3. Run your transaction in a new session

(here you could execute any function module or program instead)

4. Deactivate Trace

5. Display Trace

You should get the info. you need.

Also, in the solution you have implemented, check if all the internal tables used in the additional FM calls are refreshed appropriately.

BR/

Mathew.

Message was edited by:

Mathew Muthalaly