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 do you find number of records present in internal table?
Explain the call transaction method? : abap bdc
The max number of calling modes stacked at one time is?
Does the table can have multiple foreign keys?
Why is pretty printer user in abap?
Can we create field without data element? If yes, how?
What is the difference between table and template?
What is an update task?
when do you need to create an internal table with header line ? and with out a header line?
In delivery processing which step comes first picking, packing, posting goods issue ?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Explain how do you move on to the next screen in interactive reporting?
What are different types of parameters?
What is a table pool?