there is size categery(0,1,2,3)if i need more space after
giving the size 0.what i have to do now?
Answer Posted / deepak
Hi,
The size category is used to define initial space require
in database. If due to overload of data more size is
require then it will automatically increase in the ratio of
size category.
For example category 0 can contains 0 to 630 records.
When 631 item will be inserted into table automatically
space for next 630 records(as category is 0) will be
provided in database.
Appreciate it helps;
Deepak
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
singleton class
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
How do you find out who has transported a transport request?
What are the different types of laws. What are they?
What are internal tables? How to use a specific number occurs statement?
Select up to 1 row and select single difference ?
How we format the data before before write statement in report ?
Explain what is sap script? What is the purpose of sap script?
What is the t-code to display batch input sessions? : abap bdc
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
In which table the material master data is stored?
What are multiple use BADIS?
Can there be more than 1 main window in sap script?
What is collective search help? : sap abap data dictionary
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization