cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_NO_ROLL Dump in get data object reference

Former Member
0 Kudos

Hi Team,

I am getting SYSTEM_NO_ROLL Dump, while invoking methods,

GET_DATA_OBJECT_REFERENCE and

PROCESS of

Class CL_FDT_FUNCTION_PROCESS.

Any body solved the similar situation, pls post there findings.

For this dump, I have already contacted BASIS Team and they have replied that there is no issue from BASIS end..!!

Accepted Solutions (1)

Accepted Solutions (1)

christianlechne
Active Contributor
0 Kudos

Hi,

the SYSTEM_NO_ROLL dump menas that not enough memory is available for your program load.

The two methods that you stated both try to fetch an instance of the class that is generated based on your function.

So I would guess that the generated class is too big to be loaded (for your roll area parameters) which also means that your function has to contain a lot of objects and or very big objects like a decison table with a lot of lines.


Therefore please check if your generated class is very big e. g. by checking the generation limit of the class. If this is the case you should think about breaking down the big function into several smaller ones that call each other


BR

Christian

Answers (0)