cancel
Showing results for 
Search instead for 
Did you mean: 

COM_PROD_MATERIAL_MAINTAIN_API function module

Former Member
0 Kudos

i am using this function module but it wrking very slow to update condition and aftr sometime it stop to update in loop.

please need input its urgent

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

sorry i wrote wrong function module i am updating condtion records in COM_PRODUCT_MAINT_CONDITIONS .

and i already analyse in debug, found one issue that it update first record when second recor process the function module COM_PROD_MATERIAL_MAINTAIN_API

Former Member
0 Kudos

Hi Shilpi,

Form a performance point all that I can suggest you is the following steps:

1. Put a debug point in the code and try to look for all the lines that are unnecessary and eliminate the same. Also try to execute the same a few number of times to figure out why it is getting halted after some execution of the loops.

2. You can replace the conventional variables with the Field-Symbols. This will make the execution much more faster. And if the no of products are more then definitely you will notice a performance change.

3. Try using the following function module if this serves your purpose with a little modification:

COM_PRODUCT_MAT_MAINT_MULT_API.

Thanks,

Samantak.

<b>Rewards points for useful answers.</b>