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
Does the external program run in the same sap luw as the caller, or in a separate one?
Print options in smartforms?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What are the relational operations that can be performed on view in sap? : abap data dictionary
Is main window mandatory in smartforms?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
How is collect statement different from append?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What is the difference between free and refresh?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is dialog module?
What happens if a function module runs in an update task? : abap modularization
What are the types of subroutines? : abap modularization
What is open sql?
What is maintenance view?