‎2007 Jan 09 1:42 PM
Hi Experts,
In the abap editor initial screen, in the menu, program------>generate is there? could anyone explain me what is the use of it and in what way?
Thanks in advance,
Ramana
‎2007 Jan 09 1:44 PM
Generate is nothing but activating(CTL+F3) while activating the system creates a runtime object when u execute it executes that runtime object ...
regards,
Santosh
‎2007 Jan 09 1:44 PM
Generate is nothing but activating(CTL+F3) while activating the system creates a runtime object when u execute it executes that runtime object ...
regards,
Santosh
‎2007 Jan 09 1:45 PM
<b>program------>generate</b> Is used to generate the ABAP code...Easy right? -;)
It's the same as using CTRL + F3.
Every time you modify an ABAP Program....It must be generated in order to work....Let's say that you compiled the source code -:)
Greetings,
Blag.
‎2007 Jan 09 1:50 PM
Hi,
This is used to activate the program, once you activate ur program then only you can run it.
Also after activation only it will get stored in the buffer.
Its same as CTRL+F3 or activation symbol.
‎2007 Jan 09 1:53 PM
hi
itz for activating your ABAP Code.You could also use CNTRL+F3
Itz similar to compiling process in other programming languages.
After activation Platform independent byte code will be generated which will then be
interpreted by the ABAP Processor during execution(F8)
Cheers,
Abdul Hakim
Mark all useful answers..