‎2007 Sep 05 1:20 PM
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
‎2007 Sep 05 1:31 PM
Please check with your BASIS Team regarding system buffer. Might be it full, It never happens but still you can check. Tcode ST02
‎2007 Sep 05 1:31 PM
Please check with your BASIS Team regarding system buffer. Might be it full, It never happens but still you can check. Tcode ST02
‎2007 Sep 05 1:34 PM
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.
‎2007 Sep 05 1:36 PM
‎2007 Sep 05 1:39 PM
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.
‎2007 Sep 05 2:44 PM
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