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

Source code buffer over flow -

Former Member
0 Likes
748

Friends,

When i am trying to generate my program the message i am getting is "Source code record buffer overflow".

Cna any one suggest me how to get rid of this?

helpful replies will be rewarded.

Thank,

Gouri.

Message was edited by:

Gourisankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
723

Please check with your BASIS Team regarding system buffer. Might be it full, It never happens but still you can check. Tcode ST02

5 REPLIES 5
Read only

Former Member
0 Likes
724

Please check with your BASIS Team regarding system buffer. Might be it full, It never happens but still you can check. Tcode ST02

Read only

Former Member
0 Likes
723

I had an issue where we had a program with many Function Calls. When generating this program, SAP stores these Funcction Call into a buffer. The buffer was not large enough for the amounts of function calls. This was on a 45b system. I think the buffer size was 64 K.

What version of SAP are you on.

Read only

0 Likes
723

Main also 45B.

Read only

0 Likes
723

That is the same problem I was having then.

On the Function Calls are they many parameters assigned for importing, exporting etc. It is the whole of the Function call that is stored on the buffer.

Read only

Former Member
0 Likes
723

I think there is a limit to the size of the source code in a single include. If all your code is in the main program, try creating an include and put some of your source code there.

It also might help to get rid of code that is commented out.

Rob