What are the different ABAP/4 editors? What are the differences?
Answer Posted / chaitanya
The 2 editors are SE38 and SE80 and both have the ABAP editor in place. In SE38 , you can create programs and view online reports and basically do all the development of objects in this editor. In SE80, there are additional features such as creating packages, function group, module pool, classes, programs and BSP applications.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Call Transaction Method and the Session method ?
What are the standard IDOC's used?
What is the difference between VIEW and a TABLE?
What events do you know in Module Pool Programming?
What is the flow of Invoice?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
Synchronous and asynchronous methods in BDC ?
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?
What is the difference between .Include Structure and .Append structure?
What is the difference between a value table and a check table?
What is the difference between SAPSCRIPT and SMARTFORM?
What is the difference between inner joins and outer joins?
In realtime do we configure ALE systems or Administator will take care of that?
What are the types of Function Modules? What is an UPDATE function module?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?