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

Differences

Former Member
0 Likes
508

Hi Experts,

What is the difference between Activate and Generate?

Thanks & Regards.

Sreedhar.

3 REPLIES 3
Read only

Former Member
0 Likes
489

Activation always includes generation. Refer to the following link in the library as well -http://help.sap.com/saphelp_nw04/helpdata/en/d1/801a6e454211d189710000e8322d00/frameset.htm

same thread....

Read only

Former Member
0 Likes
489

Hi

When you active the program is checked and generated, when you generate the program is only generated.

The system create a new version of the program while generating.

Max

Read only

anversha_s
Active Contributor
0 Likes
489

hi,

<i>from sap help</i>

<b>activate</b>

When you activate a program, the system generates an active version from the inactive version. The activation process checks for syntax errors in your program, then generates the active version. Finally, it generates a load version and deletes the corresponding entry from your list of inactive objects.

<b>generate</b>

When you generate a program, the system creates a new load version from the active version. Unlike activation, this operation only generates a new load version.

rgds

Anver