Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Data dictionary

Former Member
0 Kudos

What will if we had not mentioned delivery class while creation database table?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Delivery class means it decides what type of table you are going to create.ex:is it a master table or transaction table.

what type of data it is going to store in it?

what is the frequency of data change in that table?

is it needed to delete the data or overwrite the data?

depending on all these criteria tables are categorized and while designing table considering these criterias we choose delivery class.

it will identify the owner of the table.

it will indicate which type of table is going to be created in the database i.e master or transactional

thanks,

Anon

4 REPLIES 4

Former Member
0 Kudos

No harm, Just it wont allow you to activate the table. Delivery Class is Mandatory field.

Former Member
0 Kudos

Hi,

anyway the first point is that it will not allow you without Delivery class. by mentioning the delivery class user can understand whether it is 'Customizing table, maintenance only by customer., not SAP import' or it is 'Application table (master and transaction data)' etc.

reward if helpful.

Regards

Venkat

Former Member
0 Kudos

Delivery class means it decides what type of table you are going to create.ex:is it a master table or transaction table.

what type of data it is going to store in it?

what is the frequency of data change in that table?

is it needed to delete the data or overwrite the data?

depending on all these criteria tables are categorized and while designing table considering these criterias we choose delivery class.

it will identify the owner of the table.

it will indicate which type of table is going to be created in the database i.e master or transactional

thanks,

Anon

Former Member
0 Kudos

we have to mention the delivery class .with out it dont activates