cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP editor integrated with DDIC

Former Member
0 Kudos

Hi

Can you please tell me

" What is the meaning of ABAP editor integrated with ABAP data dictionary"

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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