1.If a table is fully buffered?can we fire single select?
2.Diff between submit progam name and submit program name
and return?
3.central address management in sap script?
4.main criteria for using loop at read table?
Answer Posted / ramalakshmi challa
Answer 1. Full table buffering :- here entire database
table buffered to application server.
So further access to same table can be access from
application server so, which interm reduces database
traffic.
Fullbuffering can only applies to tables which have less
data and rarely changed.
Ex-tcodes, company master data like T100, etc
Here Select Single cannot be used.
Answer 2. The SUBMIT statement accesses an executable
program. And executes the report program called thru Submit.
The addition AND RETURN starts the executable program in a
new internal session. The session for the calling program
is retained. Once program access is completed, program
execution for the calling program continues after the
SUBMIT statement.
Question 3 and 4 are not clear
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What function does data dictionary perform?
What is the significance of the screen number ‘0’?
Define batch input session?
What is database utility? : abap data dictionary
What does a lock object involve?
Which database object is used for storing the system variables? : abap data dictionary
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What is an Unpack command?
What is update task
function modules are also external subroutines. State true or false. : abap modularization
Does every abap/4 have a modular structure?
What is a table pool?
List the events in abap/4 language?
Why do we need enhancements?
What are the different types of data dictionary objects? : abap data dictionary