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 is the flow of Invoice?
What is the difference between Enhancement point and Enhancement Section?
Can you describe the events in ABAP?
What is the difference between VIEW and a TABLE?
What is the difference between RFC and BAPI?
What is the difference between .Include Structure and .Append structure?
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 is the difference between SAP memory and ABAP memory?
What do you mean by table control???Where will we use this?
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?
What are the standard IDOC's used?
How can we identify User exits in our screen?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
How to release an object?
What is the difference between INSTANCE methods and STATIC methods?