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
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
wht is the diff. b/n initialization and lotus of event
What are the check tables?
How will you define posting procedures?
What is constructor expression in nw abap 7.4?
What are extracts?
Why are insert and append statement used in sap abap?
What is a sequence of event-triggered in report?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the two ways for restricting the value range for a domain ?
Difference between sy-tabix and sy-index?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?