Hi Shanti,
This is the standard program! I don't think so we can investigate more
Is it possible to reduce the resident time and then have the jobs!
This is also one parameter, where we can reduce the hits!
CLEAR TANUM_LOW.
QDATU_HIGH = SY-DATUM - LAUFZEIT.
* Holen aller TA-Nummern aus LTAK für die Lagernummer
select tanum from LTAK into table lt_ltak_key
where lgnum = it300-lgnum
and tanum in rt_tanum
and kquit = con_x
and qdatu <= qdatu_high.
or you can copy the read program to customize program! can add the more selection for user friendly to run the job
Rg, Kiran