Application Development 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: 

Generate

Former Member
0 Kudos

Hi all,

Please tell me what is a real impact of GENERATE in report, how it is different from ACTIVATE.

regards,

Prabhu

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 12:30 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

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.

Hope this helps.

1 REPLY 1

Former Member
0 Kudos

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.

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.

Hope this helps.