Answer Posted / venkateswarlu.bandi
tables are buffered in these times only on these conditions.
1 buffered allowed
2.buffered not allowed
3.buffered not allowed & switched on .
becoz buffered not allowed & switched on is the best to
buffered the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Of the two call transaction and session method, which is faster?
What is cts and what do you know about it? : abap hr
Why do we use FOR ALL ENTRIES and what is the pre-requisite
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How to call other programs?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is the maximum number of structures that can be included in a table or structure
What is the use of 'table index'?
What are the layers of data description in r/3? : abap data dictionary
In select-options, how to get the default values as current month first date and last date by default?
What is the table buffer?
What is the difference between abap and hr abap? : abap hr
What is page window?
Why do we use Abstract classes give an example from your project?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.