Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding problem at activaion time

venkateswarareddy_medam
Active Participant
0 Likes
480

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.

1 REPLY 1
Read only

venkateswarareddy_medam
Active Participant
0 Likes
438

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...