In Open SQL statements such as Insert update delete which
one is FASTlLY retrieve the results and which one is Efficient?
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
hai mr venkata satish it's vary simple
create one pg . and use these open sql statements for
operations on a custom ztable.
st05 is the tcode to identify that which opensql st taking
how much time for excution i.e called performence tunig.
now u will get the answre.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / theabapconsultant
update is the statement which will retrieve faastly. and efficent as well.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ank
in my opinion, Insert fastly retrieve the results and
update is efficient.
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / ramu
In My Openion Delete option can show the faster results than other SQL Statements.
Is This Answer Correct ? | 4 Yes | 4 No |
What is open sql vs native sql ?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
Hello all ABAP gurus. I want to ask 2 3 qtns.1)How many layou types we have in smartforms & difference between them..? 2)how to do pagebreaks in SMARTFORMS..? 3)Do we develope Smartform from scratch or do we use standard smartforms in real time..? please rply me... & thanks in advance.
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is binary search? where it is used?
What are the modes in lock objects? : sap abap data dictionary
Screen wise process for creating sales order quotation through transaction code VA21
What is table buffer?
What does a lock object involve?
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
Print options in smartforms?
How to create any functions?