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: 

Data class and Delivery class

Former Member
0 Kudos

Hi Experts,

If we need to determine tables whether they are Customizing or Master or Transactional, Do we need to Consider either Data class or Delivery class or both.

Example: In oder to fetch the All Transactional tables we are taking into considaration the Data-Class = "APPL1".then we are getting around 9000 tables.

IF we filter with the Delivery-class = "A" then we are fetching around 5000 tables.

One Basic Doubt,What could be the exact criteria to fetch all the Transactional OR Master OR Customization tables.

Regards

DK

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello DK,

To determine if a table should contain Customizing or Master or Transactional, you have to specify the delivery class.

Data class does not determine the type of data to be stored

but it determines where the data will be stored in the database.

So choose the appropriate delivery class according to your requirement..

Also check these links;-

[http://help.sap.com/saphelp_nw70/helpdata/en/43/45860774b711d2959700a0c929b3c3/content.htm]

http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eac5446011d189700000e8322d00/content.htm

Best of luck,

Bhumika

5 REPLIES 5

bpawanchand
Active Contributor
0 Kudos

Hi

Well Exactly i could not get your question but

DATA CLASS is used specify the storage location in the underlying data base so when you specify that APPL1 all the tables are displayed whose data class is APPL1 and

DELIVERY CLASS is again specifies how many records does the table contain when you specifed it as 'A' then from APPL1 whose delivery class is 'A' those tables are filtered

Hope this gives you an idea

Regards

Pavan

0 Kudos

Hi Pavan,

Tnx for your quick reply.What you said is correct,but we have different scenario.

We need to categeorize the tables based on Master or Transactional data.

If we consider data-class = APPL1 and Delivery-class = "A"...then we are missing other deliver classes like S,C,X etc... do we need to consider these delivery classes ALSO...for fetcing the all transactional data????

RegardsDK

0 Kudos

HI

No, why because already by specifying the DELIVERY CLASS as 'A' you said that you need only MASTER & TRANSACTIONAL DATA so you don't need to consider the other delivery classes

Regards

Pavan

Former Member
0 Kudos

Hello DK,

To determine if a table should contain Customizing or Master or Transactional, you have to specify the delivery class.

Data class does not determine the type of data to be stored

but it determines where the data will be stored in the database.

So choose the appropriate delivery class according to your requirement..

Also check these links;-

[http://help.sap.com/saphelp_nw70/helpdata/en/43/45860774b711d2959700a0c929b3c3/content.htm]

http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eac5446011d189700000e8322d00/content.htm

Best of luck,

Bhumika

Former Member
0 Kudos

Hi Raju,

Only one Delivery Class option can be selected for a table.

You have selected the delivery class 'A', which specifies that it is master and application data.

Once you have specified a delivery class, there is no need for specifying other types.

Hope this helps you.

Regards,

Chandra Sekhar