cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_NETWORK_COMP_ADD function module response time is very high

krishna_k17
Participant
0 Kudos

Hi Experts,

We are trying to add material components to network order using BAPI 'BAPI_NETWORK_COMP_ADD'. We are able to add components in bulk with less response time (1/10th time than time required to execute each individual item ), but we are unable to get error log for each individual item ( i.e., unable to identify the error of which item ). But client needs the information/errors and success  for each individual item.

So,we are adding each material component to network order on every iteration of the loop. It is taking very high response time. Ultimately it is a performance issue in our program.

We would like to know if there is any alternate approach to achieve this functionality( may be another function module or BAPI).

Thanks in advance.

Regards,

Krishna.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krishna,

Please check in table E_MESSAGE_TABLE if warning/information error is updated there.

Regards, Gordon

krishna_k17
Participant
0 Kudos

Hi Gordon,

Thank you for the prompt reply!!

As you said the error or warning messages are populated into the table E_MESSAGE_TABLE, but when there are multiple lines have same error then only one line item is displayed with error message, and other items are ignored.

In this case we are unable to identify the other items with same error.

Regards,

Krishna