3 types of buffering techniqes.
1.bufering not allowed
2.buffering swithed on
3.buffering not allowed but switced on
what does it means?
Answer Posted / deepak
Hi First of all please correct 3rd option:
It is buffering allowed but switched off.
Answer: Buffering depends on table is selected;
1. Volume of Data and 2. Access type(read or write)
Buffering techniques
Buffering not allowed : No buffering
Buffering switched on : buffering allowed but it depends on
buffering type (Single record buffering; Generic Area
buffering; Fully buffered)
Buffering allowed but switched off : buffering is allowed
on the table as per above two parameters but currently it
is switched off.
Deepak
www.sahajayoga.org
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Explain what are the events in screen programming?
How can we use / display table in a screen?
What is the difference between scrolling a table horizontally and vertically?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What are the steps in creating screen ?
Explain the different types of data dictionary objects?
What is the use of buffering?
Explain the different types of mode (run code) in call transaction method?
what are the various types of parameters and how are they distinguished from one another?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
How will you read from internal table records in a given value range (without using loop)
How to read files and process BDC's automatically ?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?