Mention the difference between ABAP and OOABAP? In what situation do you use OOABAP?
Answer Posted / chaitanya
ABAP is used to develop traditional programs in R/3, while OOABAP is used to develop BSP/ PCUI applications and also anything that an involved object oriented like BADI’s and SmartForms etc.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the standard IDOC's used?
What is the difference between a value table and a check table?
Can you describe the events in ABAP?
What is the difference between SAPSCRIPT and SMARTFORM?
Explain what is a foreign key relationship?
What is the difference between Enhancement point and Enhancement Section?
What is the difference between INSTANCE methods and STATIC methods?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
What events do you know in Module Pool Programming?
What do you mean by Inbound and Outbound interface?
What is the difference between SAP memory and ABAP memory?
How to release an object?
What is the difference between Implicit Enhancements and Explicit Enhancements?
What is the difference between SY-INDEX and SY-TABIX?
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?