What is the table for class in SAP?
SAP Class Characteristics Tables
# | TABLE | Functional Area |
---|---|---|
1 | MARA | Logistics – Material Master |
2 | AUSP | Cross Application – Classes |
3 | KLAH | Cross Application – Classes |
4 | KSSK | Cross Application – Classes |
What is data class in SAP Data Dictionary?
Data class. The data class defines the physical area of the database (for ORACLE the TABLESPACE) in which your table is logically stored. If you choose a data class correctly, your table will automatically be assigned to the correct area when it is created on the database.
What is table Kssk in SAP?
KSSK is a standard Classes Transparent Table in SAP Cross Application application, which stores Allocation Table: Object to Class data. Below you can view the Table Structure, columns(fields), SAP Wiki pages, discussion threads, related TCodes, FMs, ABAP Reports, BW Datasources, and Authorization Objects for KSSK.
What is SAP PM class?
A class (t-code CL02) is a collection of characteristics (CT04). A class is assigned to an object, such as a technical Equipment or Functional Location. Each characteristic in the class can be defined as text, character string, date etc.
How do you create a data class in SAP?
Create New Data Class in SAP (Oracle)
- Check on the table DDART. From the table, you can list out all the active, created data class in your SAP system.
- Ensure the tablespace are known to the SAP system.
- Login to your SQLplus.
- Now, you’ll need to link the new created data class with the memory area (tablespace).
What is the difference between delivery class and data class in ABAP?
As Data Class determines the type of data the table contains, the Delivery class determines the behaviour of the table.
How do you show field names in SAP?
To display the name of a field in the SAP GUI, perform the following steps within a SAP GUI window:
- Click into the desired field.
- Press F1 (Help).
- Click the button Technical Information (may be a text field or an icon with hammer and wrench).
- A new window will open.
What are the types of tables in SAP?
There is 5 types of SAP internal Tables:
- Standard Table,
- Sorted Table,
- Index Table,
- Hashed Table,
- Any Table ( Generic type , used for generic ABAP Programming )