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 the two methods for modifying sap standard tables?
What is off cycle payroll run
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What actually happens in real-time recruitment? : sap abap hr
Which transaction code can I use to analyze the performance of abap program?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How do you convert non-char field into char type fields ?
How many ways can a sap system be accessed?
What kind of financial periods exist in sap? What is the relavent table for that?
Where do you code the hide statement?
In which particular scenario we use sorted table and which particular scenario we use standard table?
Define structure in abap data dictionary?
Polymorphism real time scenario