Application Development and Automation 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: 
Read only

abap ??????

Former Member
0 Likes
709

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

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

4 REPLIES 4
Read only

Former Member
0 Likes
669

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

Read only

Former Member
0 Likes
668

<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.

Read only

Former Member
0 Likes
668

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.

Read only

abdul_hakim
Active Contributor
0 Likes
668

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..