Application Development 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: 

Number of fields

Former Member
0 Kudos

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 .

2 REPLIES 2

Former Member
0 Kudos

Please check the processes via transaction SM50 and

SM04-> Goto -> Memeory.

Sort on memory descending to know about the memory consumption which might lead to some more clues.

Kind Regards

Eswar

Former Member
0 Kudos

I doubt if it has anything to do with the number of fields. But it sounds like you are using nested loops. If you post your code we might be able to help.

Rob