Hi Experts,
I got the dump time out in FM CLFC_BATCH_ALLOCATION_TO_CLASS
when I have analysed the dump, its been triggered multiple times from interface inside loop
and in function below query is written
SELECT SINGLE * FROM inob
WHERE klart EQ classtype
AND obtab EQ lv_obtab_batches
AND objek LIKE lv_objek ESCAPE '&'.
which takes much time with respect to the volume of the data
It's used in standard component in MM, no enhancement is done
checking same in ST05 for the same, index range scan is displayed which is not an impact or issue but still its taking much time and sometimes it gives time out dump
PDN
Thanks & Regards
Kishan Rana