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

general topic

Former Member
0 Likes
516

what happens when a program is activated,&what is the difference between save+syntax error& activation

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

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

4 REPLIES 4
Read only

Former Member
0 Likes
489

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.

Read only

Former Member
0 Likes
489

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

Read only

Former Member
0 Likes
490

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

Read only

Former Member
0 Likes
489

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>