Advantages and Disadvantages of ABAP Object Oriented
programing to Java programming ?
Answers were Sorted based on User's Feedback
Answer / sam
ABAP Objects is the Object Oriented Aspect of the normal ABAP Reporting. It is an upgrade of the ABAP Programing Language in which the Object Oriented feature is implemented to make the ABAP Programs more robust and secure.
Java on the other hand was OO Language and it has it's own feature. It is used widely in Client side programing and has a lot of UI Tools to design beautiful User Interfaces.
Except for the Multiple Inheritance feature all the OO Concepts are implemented in ABAP. So any one well versed in ABAP will find the transition easy and smooth.
Is This Answer Correct ? | 5 Yes | 6 No |
Answer / shakthi
Advantage:
ABAP OOP:
You can customize the Objects
Already more Objects are predefined
JAVA:
Easy to use
Disadvantage:
ABAP:
Very Complicated
Java:
Fully Program
you should write code to create every objects, class
everything
Is This Answer Correct ? | 2 Yes | 11 No |
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
Is der any any alternative Statement instead of HIDE which u can use in reports?
What is ALV?
what is function group? Difference between function group and FM?
What is the difference between User Exits and BADI?
5 Answers Accenture, IBM, SAP Labs,
how will u extract sales doc. number of corresponding billing doc. number with out using select query
Give examples of transparent table?
In module pool, when table controls are used the command that is written in both PBO and PAI is
What are the differences between a database index and a match code?
what is the Difference Between session and call transaction?
Different types of locks?