HI All ,
Is there any limit for the number of fields in the database . I Have created one customized table with fields from two other tables ( in total 63)fields .
In my program i fill two internal tables lets us say T1 and T2 from tables D1 and D2 resp . Now records of these two tables should now be populated into new database table (63fields )based on some conditions..
I loop through T1 and basd on some codition loop T2 and brings records in final internal table ..
Logic works fine in D51 but in Q51 it gives time out error and surprisingly when i try to create variant in Q51 , then also i get time out error .
Any ideas on this .
Thanks .