cancel
Showing results for 
Search instead for 
Did you mean: 

No roll storage space of length 9728 available for OCCURS area. area.

Former Member
0 Kudos

Hi, everyone.

i am getting the following error.

"No roll storage space of length 9728 available for OCCURS area. area.".

====================================================

method WDDOINIT .

DATA IS_SXMSPMAST type REF TO IF_WD_CONTEXT_NODE.

DATA lt_sxmspmast type STANDARD TABLE OF sxmspmast.

IS_SXMSPMAST = wd_Context->get_Child_Node( Name = `SXMSPMAST_NODE` ).

select * from SXMSPMAST into corresponding fields of table lt_sxmspmast up to 30 rows.

if sy-subrc eq 0.

IS_SXMSPMAST->Bind_Table( lt_sxmspmast ).

endif.

endmethod.

===========================================

please help me!

Accepted Solutions (0)

Answers (3)

Answers (3)

sahai
Contributor
0 Kudos

hi Chang Hwa Chung ,

follow these steps to resolve the problem

1) use t code: SHMM

2) click on the "Shared Objects Memory"

3) check the availiable space there.

4) if the space availiable is less you will have to increase it.

hope this will help you

thanks and regards,

sahai.s

former_member340275
Discoverer
0 Kudos

See this Thread:

Former Member
0 Kudos

By using the tcode: SICF, deactivate the services and then activate the servies .