What is Buffering Concept?
When should a Table be buffered?
Answer Posted / shiv prakash tiwari
Only transparent tables and pooled tables can be buffered.
Cluster tables cannot be buffered.
The following two points speak against table buffering:-
1: The data read by the application must always be
up-to-date. Delays caused by the synchronization mechanism
cannot be accepted.
2: The table data is frequently modified. In this case the
cost of synchronization could be greater than the gain in
performance resulting from buffering. Roughly speaking, it
does not make sense to buffer a table if more than one
percent of the accesses to the table are modifying accesses.
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What are the different types joins?
What is native sql?
What will you code in start-of-selection & end-of-selection ?
What is an update task? : abap modularization
How to give programe name as input in BDC report of abap ?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is bdc? : abap bdc
What are the events in screen programming?
What is the purpose of sum statement?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What is sap script? Describe its components.
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
In sap scripts, how will you link form with the event driven?
What is table attribute? : abap data dictionary