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
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are the 2 other types of views, which are not allowed in release 3.0?
What is time constraint ? : abap hr
How can we handle table control in bdc? : abap bdc
What is the difference between RETURNING and CHANGING parameters for a method?
What is exception class and test class. How to use it?
What is the transaction for recording bdc ? : abap bdc
How do you delete duplicate records from internal table?
What are the uses of the information in the data dictionary? : abap data dictionary
What is the function module to popup contents in the internal table?
What are datasets in abap?
What is screen flow logic? What are the sections in it?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
Explain the Types of Select statements?
Name some system global variables you can use in abap programs?