2006 Dec 04 9:50 AM
what is the difference between writing program in se38 and se80!
Urgent....
thanks.....
Bye nad take care......
2006 Dec 04 9:53 AM
Hi
No difference in programming.
But the SE80, with the application tree enable to navigate easily between, status guy, screen, includes, ...etc
Erwan
2006 Dec 04 9:54 AM
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.
2006 Dec 04 9:57 AM
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.,
2006 Dec 04 10:01 AM
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
2006 Dec 06 2:11 PM
Nothing other than convenience and linkage with other screens.
Using se80 we can jump in to se51 and any other screens easily.
Thanx.
2006 Dec 07 9:11 AM
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