‎2007 Mar 02 5:08 AM
what happens when a program is activated,&what is the difference between save+syntax error& activation
‎2007 Mar 02 5:18 AM
Hi,
Acitvation enables one to check the syntax and commit the work to the database as well.It also enables the use of debugger on the activated program.
A prog once active is applicable for transport.
Regards,
Sunmit
‎2007 Mar 02 5:11 AM
Hi Durga,
Activating makes a program available for Transport n Execution. Only activated programs can be tranported n debugged. Save just saves the dat.Syntax check checks for error.
Activation where as both saves n checks for syntax errors.
Regards,
Priyanka.
‎2007 Mar 02 5:14 AM
HI,
1.If objects are not active they are not available to System processors (ABAP
processor ,Screen processor and Database proceesor) .That time will get
syntax errors.
Ex: In your progarm ,added INCLUDES which are not active.That time all the
data which is in includes will not available to program.
2.System will considered only active objects to process.
3.To transport the Objects.
Pls. reward if useful
Kishore
‎2007 Mar 02 5:18 AM
Hi,
Acitvation enables one to check the syntax and commit the work to the database as well.It also enables the use of debugger on the activated program.
A prog once active is applicable for transport.
Regards,
Sunmit
‎2007 Mar 02 5:18 AM
hi durga,
welcome to sdn !!!
1. any program,when you activate goes to the activation log, that means this program is available for other purpose and it is complete now and now you can transport it or use it in some other program or in any other object.
2. save - save is for saving your codes like any other save button in ms word or anywhere else
3. syntax check is like compiling, it checks for the code if it is syntatically correct or not..if not it tells what kind of error it is,what is the possible correction and when you click on the left yellow button in the error message it will correct the error.
and when you double click on the message it will navigate you to that point in the code where error has occured
after completing your code you should first check the code then save and activate
regards,
pankaj singh
<b>**** reward points if the answer is helpful</b>