cancel
Showing results for 
Search instead for 
Did you mean: 

Spool is not generated

Former Member
0 Kudos

Dear All,

I have observed in certain t codes that if we schedule them in background they show the status as completed, however they are not showing as spool in sp02, one such t code is MCBE, what to do in this scenario?

Ravi.

View Entire Topic
Former Member
0 Kudos

Dear,

It is giving the abap dump

:STORAGE_PARAMETERS_WRONG_SET

What to do in this case, please help we are unable to veiw the report, even I am selecting for two months it is giving this dump?

Ravi.

Former Member
0 Kudos

Hello,

run the t-code in the background after finishing the job

go to job log it will give version number BGxxx .

go to MCBE there you will find the button select versions

there you will get all background job result.

Regards,

Maheshwer.p

JPReyes
Active Contributor
0 Kudos

The you need to review your memory parametes like,

ztta/roll_first

em/initial_size_MB

ztta/roll_area

ztta/roll_extension

abap/bufferzise

abap/heap_area_total

abap/heap_area_dia

abap/heap_area_nondia

in order to provide enough resources to the processes

Read Notes 546361, 110172

Regards

Juan