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

errors

Former Member
0 Likes
472

what are the regular errors we will get while doing objects(reporting,forms,bdc,dialog programing..etc)?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi,

Normally we get Syntax errors and activation errors.

Regards,

Ram

4 REPLIES 4
Read only

Former Member
0 Likes
452

Its a very vague questions.

But stil errors can be classified as syntax errors(That we get at the compilation time).

Errors that are raised by the progarm itself.

Runtime errors which are raised by the system at run time.

Regards,

ravi

Read only

Former Member
0 Likes
453

Hi,

Normally we get Syntax errors and activation errors.

Regards,

Ram

Read only

Former Member
0 Likes
452

Hi Sunil

You will also get errors while doing extended program checks and code inspector which lists the errors due to obsolete statements and incorrect select statements.

Rgds

Meera

Read only

Former Member
0 Likes
452

hi sunil,

there can be a lot of errors that you can encounter while creating objects..

these can be categorised in two parts as.

design time errors.

run time errors .

SAP provides lots of checks at while creating a object so you can rectify them like syntax errors.

then run time errors are those which cannot be detected while creating a object e.g. file errors as missing file error.

hope this helps you