What is a Size Category?

The Size category describes the probable space requirement of the tablein the database. How Many types of size categories and data classes are there?There are five size categories (0-4) and 11 data classes, only three ofwhich are appropriate for application tables: – APPL0 – Master data (data frequently accessed but rarely updated)– APPL1 – Transaction … Read more

What is a Size Category?

The Size category describes the probable space requirement of the tablein the database. How Many types of size categories and data classes are there?There are five size categories (0-4) and 11 data classes, only three ofwhich are appropriate for application tables: – APPL0 – Master data (data frequently accessed but rarely updated)– APPL1 – Transaction … Read more

What are the Data types of the ABAP/4 layer?

Possible ABAP/4 data types:C: Character.D: Date, format YYYYMMDD.F: Floating-point number in DOUBLE PRECISION (8 bytes).I: Integer.N: Numerical character string of arbitrary length.P: Amount or counter field (packed; implementation depends on hardwareplatform).S: Time stamp YYYYMMDDHHMMSS.T: Time of day HHMMSS.V: Character string of variable length, length is given in the firsttwo bytes.X: Hexadecimal (binary) storage.

What are the Data types of the ABAP/4 layer?

Possible ABAP/4 data types:C: Character.D: Date, format YYYYMMDD.F: Floating-point number in DOUBLE PRECISION (8 bytes).I: Integer.N: Numerical character string of arbitrary length.P: Amount or counter field (packed; implementation depends on hardwareplatform).S: Time stamp YYYYMMDDHHMMSS.T: Time of day HHMMSS.V: Character string of variable length, length is given in the firsttwo bytes.X: Hexadecimal (binary) storage.