on 2005 Jul 28 6:08 PM
Hi
Can you please tell me
" What is the meaning of ABAP editor integrated with ABAP data dictionary"
Thanks in advance.
Request clarification before answering.
Hi Surya,
Simply put <u><i>ABAP Editor integrated with ABAP data dictionary</i></u> means that when you click on a field/table in ABAP editor it takes you to the data definition of field/table.
Cheers,
Sanjeev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It really gets to the heart of what sets ABAP apart from other languages. Its integration with the data dictionary give the programmer access to a large repository of reusable data types and objects that helps to simplify programming.
Java has nice features, too many to mention. One of them allows you to import the packages you need to perform certain functions, such as I/O. In ABAP, that is not necessary since all of the functions/classes and data types that are the equivelant of packages are part of the vast global repository that makes ABAP unique and powerful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, I guess i would say that when using the ABAP editor to write your code, you use TYPES that you define in the ABAP dictionary.
Regards,
Rich Heilman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
30 | |
9 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.