2010 Jan 11 6:45 AM
Hi Frields,
Actually we have one tool its called BCSET, Using this we are creating new plants.the process is like we are copying the old data
and after some modifications in data.
we are calling tcode SCPR20 and passing the whole data into that.through this we are activating 120 standard tables.
At the time of activation we are facing performance problem.
the problem is all the 115 tables are activating in 10mins after that onle language dependent table is coming(T425T) its taking nearly 9o Min. to activate.
note:t425t is the language table,thats way at the time of fetching I was copying only English language entries.
Could you please suggest me..
Thanks in Advance.
Hi Frields,
Actually we have one tool its called BCSET, Using this we are creating new plants.the process is like we are copying the old data
and after some modifications in data.
we are calling tcode SCPR20 and passing the whole data into that.through this we are activating 120 standard tables.
At the time of activation we are facing performance problem.
the problem is all the 115 tables are activating in 10mins after that onle language dependent table is coming(T425T) its taking nearly 9o Min. to activate.
note:t425t is the language table,thats way at the time of fetching I was copying only English language entries.
Could you please suggest me..
Thanks in Advance.
2010 Jan 18 10:03 AM
My question was answered by own.
It tooks the time because of the SCPRACTR table.this table was having 19,00,000 entries.
Thanks to alll...