Answer Posted / niranj
increasing effeciency of programs thru optimized coding
eg : select ... table itab...
instead of
loop at itab
select ,...into itab..
endloop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a function group? : abap modularization
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What are the layers of data description in r/3? : abap data dictionary
What are the types of subroutines?
What are the field and chain statements?
How the at-user command serves mainly in lists?
Why do we use abstract class
Mention the various databases integrities?
What are the different control break statements available inside a loop?
Explain some essential objects in abap dictionary?
Can matchcode object contain ids with different update types? : abap data dictionary
When, how and how would you control changes to standard SAP objects.
Did you use buffering?
Explain the difference between open_form and close_form?
Explain the session method? : abap bdc