what is the functionality of data class?
Answer Posted / sara george
Data class tells how the table is automatically going to be
assigned to the correct area of table space or Data base
space of the database when it is created.
Each data class corresponds to a physical area in which all
the tables assigned to this data class are stored.
Following are the data classes:
APPL0 (master data): Data which is seldomly changed. An
example of master data is the data contained in an address
file, such as the name, address and telephone number.
APPL1 (transaction data): Data that is frequently changed.
An example of transaction data is the goods in a warehouse,
which change after each purchase order.
APPL2 (organizational data): Customizing data that is
defined when the system is installed and seldomly changed.
An example is the table with country codes.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are internal tables? How do you get the number of lines in an internal table?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are the abap/4 commands that link to a layout set?
How do you import pay scale data from non sap to sap? : sap abap hr
What are conversion & interface programs in sap?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Explain what are the events in screen programming?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is a persistent class?
Explain the differences between interactive and drill down reports?
What is an rdbms?
What type of user exits have you written ?
What are the control break events in abap? : abap data dictionary
How do you find if a logical database exists for your program requirements?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.