Skip to content

Commit

Permalink
Update design-a-multitenant-application-1ac614d.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iwonahahn authored Nov 7, 2023
1 parent 1cc561e commit 2f20c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/design-a-multitenant-application-1ac614d.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ You have to classify database tables according to their content. There are the f

Database tables for tenant content must be client-dependent. This means that the first field of the table must be of datatype “CLNT”. We recommend using the inline declaration „abap.clnt“.

Only the content of client-dependent “C” and “A” tables is considered during tenant copy and tenant move. Content of client-independent tables which are not delivered from the development system and “L” tables are lost during tenant lifecycle processes such as tenant move.
Only the content of client-dependent “C” and “A” tables is considered during tenant copy and tenant move. Content of client-independent tables that are not delivered from the development system and “L” tables are lost during tenant lifecycle processes such as tenant move.

During tenant delete, the content of all client-dependent tables is removed.
During tenant deletion, the content of all client-dependent tables is removed.

The delivery class must be “C”, “A”, or “L”.

Expand All @@ -43,7 +43,7 @@ You have to classify database tables according to their content. There are the f

Store data that is defined by the service provider and not specific for any tenant in a client-independent “S” table. Define the content in the respective development system and export it as TABU entries via a development transport request. The content is considered as code and imported like other development artifacts into subsequent systems such as the provider system.

Access to tables and all further ABAP Cloud Syntax is by default tenant aware.
Access to tables and all further ABAP Cloud Syntax is by default tenant-aware.


See [Multitenancy Development Guideline](https://help.sap.com/docs/sap-btp-abap-environment/abap-environment/multitenancy-development-guideline).
Expand Down

0 comments on commit 2f20c39

Please sign in to comment.