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
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is read line in abap?
What is check table?
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?
Advantages and disadvantages of different types of bdc's?
What kind of financial periods exist in SAP? What is the relevant table for that?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is the use of 'for all entries'?
what is the t-code to link technical and functional operation?
What are the types of subroutines? : abap data dictionary
What are different data types in abap/4?
Why bapi need then bdc ? : abap bdc
What is the difference of update types in call transaction method ? : abap bdc
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What are secondary indexes. How can we know which index is being used in a select query?