Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

difference

Former Member
0 Kudos
138

what is the difference between writing program in se38 and se80!

Urgent....

thanks.....

Bye nad take care......

6 REPLIES 6

Former Member
0 Kudos
104

Hi

No difference in programming.

But the SE80, with the application tree enable to navigate easily between, status guy, screen, includes, ...etc

Erwan

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
104

Hi,

If u write an ABAP program , then u can directly execute the program if its type is executable program but if u r writing program in SE80 -- its an module pool pogram and u ha ve to create a transaction code to execute the program , u can t execute the program directly (F8).

Also, u can navigate very easily via SE80.

Hope this helps.

jayanthi_jayaraman
Active Contributor
0 Kudos
104

Hi,

No difference.

Even if you did programming thro' SE38,you can get the tree hierarchy on the left,if you choose object list icon(ctrlshiftF5..I think).Using that,you can create screen,GUI,Title,Trasaction everything by right clicking without going to individual transactions like screen painter,Menu painter,SE93,etc.,

Former Member
0 Kudos
104

Hi,

There is no much difference between using any of the methods,

the only thing is that in SE80 you will find object navigator along with your coding screen, so that you can easily navigate through all the objects like

screens events tables fields transaction codes etc.

hope it helps,

reward if helpful

regards

pankaj singh

Former Member
0 Kudos
104

Nothing other than convenience and linkage with other screens.

Using se80 we can jump in to se51 and any other screens easily.

Thanx.

Former Member
0 Kudos
104

Hi Abhay Singh

If you want to write an executable program then choose se38

if you want to write a module pool or a dialog program then go for se80 it is very

easy to navigate as you can see all the objects (screens,modules,includes ect .) there itself so it is very easy to navigate

and it is the procedure we follow in real time