What is table buffer? Which type of tables used this
buffer?
Answer Posted / bandivenkateswarlu
table buffer is used to stored data temperroly into the
database for application programs.
there are three types of table buffers;
1.buffering allowed
2.buffering not allowed.
3.buffering not allowed and switched on.
for performence wise buffering not allowed and switched on
is the best.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is a foreign key relationship? Explain this with the help of an example.
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What are the dis-advantages of logical databases? : abap hr
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What are Tickets in Realtime ?
How to specify a client for database table processing?
What are the differences between interactive and drill down reports?
how to create view in bdc..??
What is the significance of the screen number ‘0’?
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.
What is difference between float and packed data type?
What is Buffering Concept? When should a Table be buffered?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.