cancel
Showing results for 
Search instead for 
Did you mean: 

Create new data class

Former Member
0 Kudos

Hello,

How can I create new data class (tabart) to assign it to a dedicated tablespace from TAORA table?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

ACE-SAP
Active Contributor
0 Kudos

Hi

Have a look to the here under note.

It could either be done within SAP or at DB level.

46272 - Implement new data class in technical settings


Regards

Answers (1)

Answers (1)

fidel_vales
Employee
Employee
0 Kudos

Hi,

If you create a new tablespace with BRSPACE a new dataclass is created for it.

IF you move tables/indexes to this tablespace with BRSPACE, their dataclass is updated.

The only "problem" is when you start doing those things with non SAP tools (SQL*PLUS, TOAD ...)

0 Kudos

Hi Ruben.

Follow Fidels recommendation.

Regards,

János

Former Member
0 Kudos

Hello Fidel,

Yes, I've created tablespace with brtools but in point 5 (Table data class/tabart (class)), I've put ALL, I thought it was the best option.

After that all tablespaces in table TAORA were pointing to the new tablespace instead PSAPSR3.

How can I change the tabart of this new tablespace?

Should I to create a new data class or can I use the USER1 or USER2 into this new tablespace?

Where can I declare this assignation between new tablespace and data class?

Thanks