Programming/Notes

Difference between SE80 and SE38

AubreyJeong 2018. 12. 13. 10:14


Difference between SE80 and SE38


SE80 - Object Navigator

 > 각각의 모듈들의 함수들이나, 구조가 어떻게 되어있는지를 알수 있다. 

se80 is a tool to develop and navigate programs and dd-obj.

SE80 Object Navigator - > means all the objects will be available there.

in se80 in addition to viewing the objects related to programming and classes, there are more privileges to view such as some other repositories such as mime, object repository, object browser and all.

The 2 editors are se38 and se80 both have the ABAP editor in place. In se38 you can go create programs and view online reports and basically do all the development of objects in this editor. In se80 ( object navigator) there are additional features such as creating packages, module pool, function group, classes, programs ( where you can create ur programs) and BSP applications.

SE38, u will get more space in the editor when u compare with the SE80 screen, the tree structure available will occupy more space so it will be easy for us to code.

If u want to do any special navigation then u can get to SE80, but there is no specific reason.

It depends on the users' convenience.

se80 is to navigate to every object .....

but every time there is no need to navigate several steps and go to ABAP editor.

So there certain transactions which take us to directly to the objects such as SE38 for ABAP editor

SE37 for a function module

SE93 for creating transaction codes...etc.

U can also traverse to se80 from SE38 itself using CtrlShiftF5.

SE 38 ->Abap Editor thru which we can create/modify the programs.

SE80 ->Object Navigator thru which we can navigate to many areas like message classes, Function modules, application areas, transactions, programs etc.


'Programming > Notes' 카테고리의 다른 글

개행코드 改行コード  (0) 2019.02.12
유니코드 BOM(Byte Order Mark)  (0) 2019.02.04
SQL과 SOQL의 차이  (0) 2019.01.15
파일 확장자 tsv  (0) 2018.12.14
호스트와 서버의 차이  (0) 2018.12.14