Use alter table . . . immediate_allocation to explicitly materialize a deferred table.
alter table table_name immediate_allocation
Once you materialize the table, SAP ASE allocates pages for all data and index partitions.
alter table im_not_here_yet immediate allocation