What is Buffering Concept?
When should a Table be buffered?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harry
Buffering is primarily to speed up data retrieval. If a
table is buffered on application server, then database hits
will be reduced thereby speeding the ease of access.
There are 3 types of buffering: -
1. single record buffering : only one table record will be
buffered when it is read from database
2. Full table buffering: If one record is read from a table,
then all records of table will be buffered.
3. Generic buffering: - The table records matching generic
key are buffered. The generic key is the one that we define
while setting the buffering settings for table.
Is This Answer Correct ? | 10 Yes | 1 No |
parter profiles are stored in which table?
How do you get the Sales Order (S.O) No. from the Delivery Order?
What is the purpose of Edit Masking?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
1 Answers Cibernetix Business Systems,
What is payroll driver
What you did in scripts?
3 Answers Cap Gemini, FutureSoft,
Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers
Can we create a field without data element ? If yes what is the difference?
5) How to rereive text elements in SF and script?
What are multiple use BADIS?
what is the diff b/w error and exceptions
14. How do you write UTP?(unit test plan)