cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR msg: "Structure stack full" ?

Former Member
0 Kudos

hello,

I pasted 60.000 lines code into an abap program. After the "check" I get an error message, which says that the structure stack is full...

Does anybody know how to fix that problem?

Thanks, holger

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can break the code into includes of 20000 each and then try to run check.

Kunaö

Former Member
0 Kudos

thanks, but how does it work. can you give an example??

thanks very much

Former Member
0 Kudos

Well, in the program where u were copying the 60000 lines of code , write

INCLUDE ZCOPY1.

INCLUDE ZCOPY2.

INCLUDE ZCOPY3.

Create new include programs ZCOPY1, ZCOPY2 and ZCOPY3. Add 20K lines of code in each of the includes and then run check.