Hi All ,
I was trying to execute a brf function from a test program .The function and the rule set are customisable and transportable objects.The function is getting executed properly in one system which is of version ECC 6.0 EHP 7 .But i encounter a problem in ECC 6.0 EHP 11. I tried to debug the execution process and i noticed that the problem is with the generation of class for a ruleset. In the system which the function is getting executed correctly , the select statement on table fdt_cc_0000 is returning a subrc value 0 and hence no generation is taking place.But , in the other system , the select statement fails and goes to generate a class .Control goes into cl_fdt_admin_query class where in a 'FETCH; statement on Customising tables is taking place and this is takes a long time(may the query has large data to select). Does anyone have an idea on why this occurs?
Regards,
Dushyanth